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) 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
