For all the external users the level_id is set as "1" in the table. But for the admin its set as "3".
I checked the userlevel table and for "Moderator" the id is "2". So i guess any relationship with this level_id in the user table linked with moderator privilege in the meeting?? Thanks Pradeep D On Sat, Apr 21, 2012 at 3:20 PM, [email protected] <[email protected]> wrote: > Sorry Pradeep, > > I did not understand your concerns regarding userlevel. > > I also cannot reproduce your issue. > But there is no issue for example when you are using: > moodle.openmeetings.de, the moodle integration is using the same > methods. > > I am going to test with the latest snapshot from trunk today. > > > Sebastian > > 2012/4/21 Pradeep D <[email protected]>: >> Is there any problem with the user table, we can see the users table >> having the external users entry (Last three records in the screenshot) >> which have the userlevel column as "1". I checked in the userlevel >> table and its has moderator id as "3" >> >> Whether is there any relationship with this. But as per our >> requirement the moderator is not constant will change for every >> meeting. So the moderator will be decided by our application and pass >> it to the openmeeting through the service call. >> >> Thanks, >> Pradeep D >> >> On Sat, Apr 21, 2012 at 2:48 PM, [email protected] >> <[email protected]> wrote: >>> >>> And the result of the method: setUserObjectAndGenerateRoomHashByURL >>> you attach that as parameter "secureHash=$YOUR_HASH" to the URL ? >>> >>> So according to your screenshot something like secureHash=cd0... >>> >>> Sebastian >>> >>> 2012/4/21 Pradeep D <[email protected]>: >>> > It has a value "1", Please refer the attached screenshot >>> > >>> > Thanks, >>> > Pradeep D >>> > >>> > >>> > On Sat, Apr 21, 2012 at 2:36 PM, [email protected] >>> > <[email protected]> wrote: >>> >> >>> >> In the table "soaplogin" is the column "becomemoderator" 1 or 0 ? >>> >> >>> >> >>> >> Sebastian >>> >> >>> >> 2012/4/21 Pradeep D <[email protected]> >>> >>> >>> >>> Sebastian, >>> >>> >>> >>> We are using openmeeting 1.9.1 version and we dont find any error in the >>> >>> log file. We are able to launch into the meeting using the generated has >>> >>> value. But for the admin we are not getting the moderator privilege >>> >>> though >>> >>> we are sending becomeModeratorAsInt as "1" for the admin during the >>> >>> second >>> >>> service call. >>> >>> >>> >>> I checked the source code for the user service and dont see any special >>> >>> usage of this flag. Kindly advice on this issue. >>> >>> >>> >>> Thanks, >>> >>> Pradeep D >>> >>> >>> >>> On Sat, Apr 21, 2012 at 12:25 PM, [email protected] >>> >>> <[email protected]> wrote: >>> >>>> >>> >>>> Hallo Pradeep, >>> >>>> >>> >>>> have you checked your red5/openmeetings/error log for potential issues? >>> >>>> What version of OpenMeetings are you using exactly? >>> >>>> >>> >>>> Sebastian >>> >>>> >>> >>>> >>> >>>> 2012/4/21 Pradeep D <[email protected]> >>> >>>>> >>> >>>>> >>> >>>>> Hi All, >>> >>>>> >>> >>>>> We are trying to integrate openmeeting with our web application using >>> >>>>> the >>> >>>>> web services provided by openmeeting. The flow starts with dynamically >>> >>>>> creating new room for the meeting using the below web service. >>> >>>>> >>> >>>>> /RoomService/addRoomWithModerationAndExternalTypeAndStartEnd >>> >>>>> >>> >>>>> And pass all the parameters to this service call. >>> >>>>> >>> >>>>> Then we call be below service to generate hash and use the hash value >>> >>>>> to >>> >>>>> join the user into the meeting, >>> >>>>> >>> >>>>> /UserService/setUserObjectAndGenerateRoomHashByURL >>> >>>>> >>> >>>>> All these things works fine, but only one user will be a moderator for >>> >>>>> this >>> >>>>> meeting and we pass becomeModeratorAsInt as "1" while calling the >>> >>>>> second >>> >>>>> service call. For the other users it will be "0". But the admin dont >>> >>>>> have >>> >>>>> moderator privilege in the meeting. As per the documentation we are >>> >>>>> passing >>> >>>>> all the parameters. But none of the users joined the meeting have >>> >>>>> moderator >>> >>>>> privilege. >>> >>>>> >>> >>>>> Please let us know where we are going wrong. >>> >>>>> >>> >>>>> Thanks, >>> >>>>> Pradeep D >>> >>>>> >>> >>>>> >>> >>>> >>> >>>> >>> >>>> >>> >>>> -- >>> >>>> Sebastian Wagner >>> >>>> https://twitter.com/#!/dead_lock >>> >>>> http://www.openmeetings.de >>> >>>> http://www.webbase-design.de >>> >>>> http://www.wagner-sebastian.com >>> >>>> [email protected] >>> >>> >>> >>> >>> >> >>> >> >>> >> >>> >> -- >>> >> Sebastian Wagner >>> >> https://twitter.com/#!/dead_lock >>> >> http://www.openmeetings.de >>> >> http://www.webbase-design.de >>> >> http://www.wagner-sebastian.com >>> >> [email protected] >>> > >>> > >>> >>> >>> >>> -- >>> Sebastian Wagner >>> https://twitter.com/#!/dead_lock >>> http://www.openmeetings.de >>> http://www.webbase-design.de >>> http://www.wagner-sebastian.com >>> [email protected] > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.openmeetings.de > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected]
