... and if you count correctly the 9th param would be the room_id, in your call the 9th param is *string.Empty* so actually you do not specify any room_id at all.
Sebastian 2011/3/16 [email protected] <[email protected]> > sorry only 11 params so you have 3 params more then reuqired ;) > > 2011/3/16 [email protected] <[email protected]> > > if you simply count the number of params in your rpc call (14) with the >> number of required params in the call >> http://code.google.com/p/openmeetings/wiki/SoapMethods#setUserObjectAndGenerateRoomHash(12) >> then you already give 2 params more then required !? >> >> Sebastian >> >> >> 2011/3/16 lsharma sharma <[email protected]> >> >>> obj.setUserObjectAndGenerateRoomHash(sessionId, >>> "sharma", >>> "lsharma", >>> "sharma", >>> string.Empty, >>> "", >>> 0, >>> false, >>> string.Empty, >>> 4, >>> true, >>> 0, >>> false, >>> 0, >>> false); >>> >>> On Mar 16, 5:35 pm, "[email protected]" <[email protected]> >>> wrote: >>> > what params did you specify for the setUserObejctxxx method? >>> > >>> > Sebastian >>> > >>> > 2011/3/16 lsharma sharma <[email protected]> >>> > >>> > >>> > >>> > > i tried all... but no success.. i am logged in as moderator...i used >>> > > roomid 4 >>> > >>> > > On Mar 16, 4:11 pm, "[email protected]" <[email protected]> >>> > > wrote: >>> > > > what kind of room_type did you specify? >>> > >>> > > > Sebastian >>> > >>> > > > 2011/3/16 lsharma sharma <[email protected]> >>> > >>> > > > > using soapmethods i tried auto login >>> > > > > setUserObjectAndGenerateRoomHash() method... it returned a hash >>> key.. >>> > > > > which i used as >>> > > > > >>> http://localhost:5080/openmeetings/?secureHash=4f9e6164babd3efd0b071e.. >>> > > .. >>> > > > > .. >>> > > > > when i open the link it redirect me to conference room... but i >>> cant >>> > > > > see any whiteboard there... rather button start video and stop >>> video >>> > > > > links... >>> > >>> > > > > -- >>> > > > > 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 >>> > > >>> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp:// >>> > >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 >>> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp:// >>> 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.webbase-design.de >> http://openmeetings.googlecode.com >> http://www.wagner-sebastian.com >> [email protected] >> > > > > -- > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.wagner-sebastian.com > [email protected] > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com 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.
