Hello Max, I will try this webservice. Can you please tell me the info.....
Which table you are using for managing this... Suppose user 1 (Moderator) created room , users2 and user3 are participants. >> Currently user1 has full rights but user2 and user3 does not have any until user1 not assigned role to these users. >> I want to know , can i assign all rights other than moderator right to user2 and user3 ?? . (Which table i can refer for this which is storing all rights userwise) On Sat, Sep 20, 2014 at 12:55 PM, John Dev <[email protected]> wrote: > Thanks > > On Sat, Sep 20, 2014 at 12:52 PM, Maxim Solodovnik <[email protected]> > wrote: > >> You can try to set room moderators using modifyRoomParameter method [1], >> but I'm not sure if it will work or not (it have parameter of type String >> while roomModerators is List) :( >> You can add custom method to RoomService to achieve this. >> >> Hopefully 3.1.0 will eccept complex objects and it will be easier to use >> >> >> [1] >> http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/RoomWebService.html#modifyRoomParameter(java.lang.String,%20java.lang.Long,%20java.lang.String,%20java.lang.String) >> <http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/RoomWebService.html#modifyRoomParameter%28java.lang.String,%20java.lang.Long,%20java.lang.String,%20java.lang.String%29> >> >> On 20 September 2014 14:15, John Dev <[email protected]> wrote: >> >>> Hello, >>> >>> >>> Can we give default rights to users in conference room before joining >>> room. I am using OM webservices through SOAP. >>> >>> >>> >>> >>> Regards, >>> John >>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > >
