Hi Filipo, which Openmeetings server version are you using?
I don't think that this is the issue here. you could for example try: http://moodle.openmeetings.de and try any of the conference links. Currently every user is made moderator when entering the room using exactly this method and with becomeModeratorAsInt = 1 ... and you see that it works if you click on any of those link ... Maybe you should review the params closely: the name of the param is not becomeModerator its becomeModeratorAsInt (as we had some issues with boolean values in the SOAP API at that time). Sebastian 2011/10/27 Netbuilder <[email protected]>: > Hi Sebastian, > I think SOAP Api doesn't work as you say. > As matter of facts I've changed the method > setUserObjectAndGenerateRoomHash in the class UserService.java: I set > becomeModerator always = true and > client doesn't connect as moderator. > I think there's something wrong! > I'll have a look, and tell you where's the problem! > Bye > > > > On Oct 26, 2:44 pm, "[email protected]" <[email protected]> > wrote: >> Hi Filippo, >> >> the SOAP Api calls work 100%, you should debug your integration code >> if it doesn't work for you. >> >> This is the API >> documentation:http://code.google.com/p/openmeetings/wiki/SoapMethods#setUserObjectA... >> >> You need to specify ALL params, leaving some of them empty or changing >> the order of params will result in errors of course. >> >> Sebastian >> >> 2011/10/26 Netbuilder <[email protected]>: >> >> >> >> >> >> >> >> >> >> > setUserObject doesn't accept becomeModerator value. >> > I just could see setUserObjectAndGenerateRoomHash, but also it doesn't >> > work. >> > :-( >> >> > On Oct 26, 2:04 pm, "[email protected]" <[email protected]> >> > wrote: >> >> Hi Filippo, >> >> >> the URL param is no longer in use because users could easily >> >> manipulate this by adding various params to the URL. >> >> You need to set the value becomeModeratorin the setUserObjectMethod to >> >> true. >> >> >> Sebastian >> >> >> 2011/10/26 Netbuilder <[email protected]>: >> >> >> > Hi Sebastian, >> >> > I'm trying to log in a room directly as a Moderator, but something >> >> > seems not to work: >> >> > 1) I logged as administrator by loginUser SOAP METHOD >> >> > 2) I use setUserObjectAndGenerateRoomHashByURL to login as other user >> >> > as a moderator (becomeModeratorAsInt==1). It returns me a secureHash >> >> > 3) I try to log with secureHash and roomId, but the User IS NOT a >> >> > Moderator. >> >> > Where I'm wrong? >> >> > Thank you >> >> > Filippo >> >> >> > -->> > You received this message because you are subscribed to the >> >> > Google Groups "OpenMeetings User" group.> To post to this group, send >> >> > [email protected].> To unsubscribe from this >> >> > group, send [email protected]. >> >> > For more options, visit this group >> >> > athttp://groups.google.com/group/openmeetings-user?hl=en. >> >> >> -- >> >> Sebastian >> >> Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagn... >> >> [email protected] >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "OpenMeetings User" group.> To post to this group, send email >> > [email protected].> To unsubscribe from this group, >> > send email [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/openmeetings-user?hl=en. >> >> -- >> Sebastian >> Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com >> [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
