Leaving conference issue on Vista and IE8

2010-10-24 Thread Song
Hello,

I have noticed a strange behavior in the latest release of Open
Meeting, If I enter a room using the browser IE8 running on Vista, if
I leave the conference room, to everyone else in the room I am still
in the conference room and everyone else in the conference can still
hear me talk, my username continue appear as if I am still in the
conference room. The only way that I can really get out of the room is
by closing down the browser or the tab which the site was opened in.

I have tried a few other tests, using Firefox, Chrome, and IE8 on
windows 7, those browsers work correctly as when I leave the
conference room. It is only when I use IE8 on Windows Vista, this
problem comes up. Its a bit alarming as this would give the user a
false sense that they left the conference room and no one can hear
them any more, but in actually everyone in the room can still hear him/
her.

zs

-- 
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 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Get the number of people in room through SOAP

2010-07-15 Thread Song
Hi

What is the best way to get the number of users that are currently in
an ongoing conference room through a SOAP call?

I been trying both methods getRoomWithClientObjectsById and
getRoomWithClientObjectsById, however so far neither seem to return a
list of the users currently in the conference room.

Thank you

zs

-- 
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 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



profilePictureUrl

2009-12-11 Thread Zhu-Song
Hello,

Is there a special format that the profilePictureUrl need to be for
the SOAP method setUserObjectAndGenerateRoomHash? I am having a hard
time setting that field. Just to be clear, after setting that field,
the icon of the person should appear once they are in the meeting
room?

Thank you

--

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 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.




profilePictureUrl

2009-12-11 Thread Zhu-Song
Hello,

Is there a special format that the profilePictureUrl need to be for
the SOAP method setUserObjectAndGenerateRoomHash? I am having a hard
time setting that field. Just to be clear, after setting that field,
the icon of the person should appear once they are in the meeting
room?

Thank you

--

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 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.




Private Meetings Through SOAP

2009-10-03 Thread Zhu-Song

Hello,

Is there a way to associate a user and room to an organization through
the SOAP API? Right now I can create users and rooms through the SOAP
API, but the users can freely go to any room by just changing the
roomt_id in the URL. is there a way to restrict which room a user can
go?

Thank you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---



Re: Adding a moderator through the API

2009-09-25 Thread Song Song

Hi Sebastian,

I been trying to add a room with the function AddRoomWithModeration
with isModeratedRoom flag set to true through the SOAP API. However
when using the parameters you specified above by setting
becomemoderator=1 I still get the Error "There is no Moderator in this
Room, but there are some participants. You have to apply for
moderation or wait "

What do you think I've missed? I'm running the latest version RC 094

here is the url that I used:
http://localhost:5080/openmeetings/main.lzx.swf8.swf?roomid=55&sid=9a6a230f03a4d894b6302b2e77d9fc17&language=1&becomeModerator=1

Thank you
Zhu-Song

On Aug 31, 5:16 am, Sebastian Wagner  wrote:
> the variable is only available in the Link URL, not in the setUserObject
> yet.
>
> $openmeetings_swfURL =
> "http://".$_GET["red5host"].":".$_GET["red5httpPort"]."/openmeetings/main.lzx.swf8.swf?";
> .
>                 "roomid=".$_GET["roomid"] .
>                 "&sid=".$_GET["sid"] .
>                 "&language=".$_GET["language"] .
>                 "&picture=".$_GET["picture"] .
>                 "&user_id=".$_GET["user_id"] .
>                 "&wwwroot=".$_GET["wwwroot"] .
>                 "&moodleRoom=1" .
>                 "&becomemoderator=".$_GET["becomemoderator"];
>
> see the last param. It has to be 0 or 1 as value to become or not become the
> moderation.
>
> sebastian
>
> 2009/8/29 Avi Block 
>
>
>
>
>
> > What this variable that I have to set in the setUserObject? I don't
> > see anything in the docs other than an name an email and some other
> > basic info?
>
> > On Aug 28, 8:56 am, Sebastian Wagner  wrote:
> > > you mean through the SOAP API? You can set in the new addRoom-Method the
> > > flag *isModeratedRoom* to true .. that will lead to that the Users have
> > to
> > > wait and do not get the Moderation-Flag be default ... To make any user
> > then
> > > to a Moderator and to un-lock the room you then need add to add a certain
> > > variable to the get-param in the URL (or in the setUserObject Method) to
> > > indicate that the incoming user is a moderator.
>
> > > sebastian
>
> > > 2009/8/28 Avi Block 
>
> > > > Can a moderator be added to a room, or a user assigned as a moderator
> > > > through the API?
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.laszlo-forum.de
> > > seba.wag...@gmail.com
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~--~~~~--~~--~--~---