Re: currentusers always nil for getRoomWithCurrentUsersById

2010-05-29 Thread Sebastian Wagner
Hi Andrey, sorry I have no JW Player. The url looks like that: rtmp://xxx.xxx.xxx.xxx/openmeetings/room_id and the stream-name is then broadcastId but you do not attach those params to the URL (excapt JW Player does something magic with it) but for the URL itself it makes no sense to add any

Re: currentusers always nil for getRoomWithCurrentUsersById

2010-05-29 Thread Sebastian Wagner
Hi Andrey, I would agree but you should re-check that with a usual SOAP-Client. I think you have an error or run into a pitfall of PHP and the print_r methods or its a problem related to the SOAP-Client in PHP. Cause the Web-Service and its return statement is created with Apache Axis2. So I do

Re: currentusers always nil for getRoomWithCurrentUsersById

2010-03-05 Thread 纪宏吴
().getUserLevelByID(users_id); return Roommanagement.getInstance().getRoomById(user_level,rooms_id); } so currentusers always nil for getRoomWithCurrentUsersById back i changed the last row to return Roommanagement.getInstance().getRoomWithCurrentUsersById(user_level,rooms_id); then the if the room

Re: currentusers always nil for getRoomWithCurrentUsersById

2010-03-04 Thread Sebastian Wagner
hi, not for the moment, I will have to validate that with a SOAP client first before I can give you an answer. There seems to be no problem with the Code itself. Sebastian On Mar 2, 5:36 am, ike i...@ini.net wrote: Similar to this discussion.

currentusers always nil for getRoomWithCurrentUsersById

2010-03-01 Thread ike
Similar to this discussion. http://groups.google.com/group/openmeetings-user/browse_thread/thread/b1f869abe3ba277c/4e7ceaa1155aee0d?lnk=gstq=getRoomWithCurrentUsersById#4e7ceaa1155aee0d Regardless of whether users are in the room or not, a SOAP call to getRoomWithCurrentUsersById() is always