[openmeetings-user] Profile image and SOAP

2011-10-16 Thread richardkrieger
is there any SOAP call where I can set the path to the user picture? I tried with setUserObjectAndGenerateRoomHashByURL and setUserObject - does not work. But the group in open meetings on facebook it goes. I've seen my Facebook photo image as the profile. How does it work? -- You received

Re: [openmeetings-user] Video size 640x480?

2011-10-13 Thread richardkrieger
where can I do that? SOAP calls addRoom and updateRoom are deprecated. Did it with updateRoom tried - VideoPod is not changed. New calls (updateRoomWithModeration) no longer have the parameters for videopod. Or do you mean simply drag the mouse videopod bigger? So I can not change the ratio. It

Re: [openmeetings-user] Video size 640x480?

2011-10-13 Thread richardkrieger
even if I set it to 320x240 video. And videopod draw on the entire screen surface. it is still cut off on the right and left. Let's try something else: the source code where I can find it? -- You received this message because you are subscribed to the Google Groups OpenMeetings User group.

Re: [openmeetings-user] Video size 640x480?

2011-10-13 Thread richardkrieger
what is result of $once(4/3) ? what does this function? -- You received this message because you are subscribed to the Google Groups OpenMeetings User group. To view this discussion on the web visit https://groups.google.com/d/msg/openmeetings-user/-/3xA9wZZzszsJ. To post to this group, send

Re: [openmeetings-user] Video size 640x480?

2011-10-13 Thread richardkrieger
file: singlewebapp/openlaszlo/lps/components/av/videoscreen.lzx attribute name=aspectRatio value=$once{4/3}/ attribute name=videoWidth value=${ Math.min(this.innerWidth, this.innerHeight * this.aspectRatio)}/ attribute name=videoHeight

Re: [openmeetings-user] Video size 640x480?

2011-10-13 Thread richardkrieger
OK thank you -- You received this message because you are subscribed to the Google Groups OpenMeetings User group. To view this discussion on the web visit https://groups.google.com/d/msg/openmeetings-user/-/hTFnSDXBTS4J. To post to this group, send email to openmeetings-user@googlegroups.com.

Re: [openmeetings-user] Video size 640x480?

2011-10-12 Thread richardkrieger
google-translation from german: -- second try: Player: https://lh5.googleusercontent.com/-1GANDe4plHE/TpWSBiudF6I/AAg/VKZKiBUmgu0/scamera1.jpg before sync: https://lh4.googleusercontent.com/-VSkKACgZHdU/TpWSLL6S7eI/AAs/xT_HKQV7vPo/scamera2f.jpg after sync:

[openmeetings-user] Video size 640x480?

2011-10-09 Thread richardkrieger
German: Hallo, ich nutze ziemlich oft kurze Filme. Da es im System keine Möglichkeit gibt Videos abzuspielen, haben wir WebcamMax im Einsatz. Über die vom WebcamMax erzeugte virtuelle Camera spielen wir die Videos ab - klappt wunderbar, ABER: beim Video werden die Seiten abgeschnitten, wie Sie

setUserObjectAndGenerateRoomHash and picture

2010-08-15 Thread richardkrieger
ok, profilePictureUrl(for setUserObjectAndGenerateRoomHash): 0 - no pic 1 - show picture Path? from OpenMeetings Source: --- var downloadurl = canvas.moodleWwwRoot+/user/pix.php/+ this.refObj.externalUserId +/f2.jpg; --- User Image f1.jpg

Re: setUserObjectAndGenerateRoomHash and picture

2010-08-15 Thread richardkrieger
HOW I CAN SET canvas.moodleWwwRoot in my PHP-Script? -- You received this message because you are subscribed to the Google Groups OpenMeetings User group. To post to this group, send email to openmeetings-u...@googlegroups.com. To unsubscribe from this group, send email to

Re: SOAP + addNewUser Error

2010-06-25 Thread richardkrieger
1. Finding ALL SOAP-Methods for YOUR System: Point you Browser(YES, BROWSER!) to: http://$HOST:$PORT/openmeetings/services/UserService?wsdl or http://$HOST:$PORT/openmeetings/services/FileService?wsdl or http://$HOST:$PORT/openmeetings/services/RoomService?wsdl $HOST, $PORT - your values 2. Look

Re: SOAP + addNewUser Error

2010-06-22 Thread richardkrieger
Richard, which release and package did you use? Sebastian On 21 Jun., 19:17, richardkrieger richard.krie...@gmx.net wrote: -- You received this message because you are subscribed to the Google Groups OpenMeetings User group. To post to this group, send email to openmeetings-u

SOAP + addNewUser Error

2010-06-21 Thread richardkrieger
PHP: ?php $soap = new SoapClient( null, array( location = http://localhost:5080/openmeetings/services/ UserService?wsdl, uri = http://services.axis.openmeetings.org;, trace = 1 ) ); $session=$soap-getSession();

no problem with resizing with latest version

2010-03-28 Thread richardkrieger
r3087 works fine. no problem Admins: please update download link to latest version here: http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings link has r2688 as target. r2688 has this problem. -- You received this message because you are subscribed to the Google Groups