The Docs have some inconsistence. Apply the example from: http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow
URL for direct Room access: (secureHash=6c280410c96e91ea05d25e0b28b10a87 MUST be replaced with a valid HASH you create using the SOAP Gateway Method setUserObjectAndGenerateRoomHash) http://$YOUR_RED5_HOST:$YOUR_RED5_HTTP_PORT/openmeetings/main.swf8.swf?secureHash=6c280410c96e91ea05d25e0b28b10a87&language=4&lzproxied=solo the URL you try to do with *SID=* is outdated. Sebastian 2010/1/28 Sebastian Wagner <[email protected]> > can you try to attach the param like that: > ?secureHash=$hash > > (and forget all the other params, except the language_id) > > > Sebastian > > 2010/1/28 Giovanni <[email protected]> > > This is my array that i send with the addRoomWithModeration method >> >> $addRoom_params = array( >> 'SID' => $id_sessione, >> 'name' => $nome, >> 'roomtypes_id' => $tipo_stanza, >> 'comment' => $owner, >> 'numberOfPartizipants' => $partecipanti, >> 'ispublic' => false, >> 'appointment' => false, >> 'isDemoRoom' => false, >> 'demoTime' => 0, >> 'isModeratedRoom' => true >> ); >> $addRoom_response = $client_RoomService->call('addRoomWithModeration', >> $addRoom_params); >> >> PS >> i use the nightly build of 26/01/2010 >> >> >> On 27 Gen, 17:29, Sebastian Wagner <[email protected]> wrote: >> > has the Room the Flag *isModerated* to true? >> > >> > Sebastian >> > >> > 2010/1/27 Giovanni <[email protected]> >> > >> > >> > >> > >> > >> > > hi, >> > > I have created a room via SOAP using the method addRoomWithModeration >> > > and setting the isModeratedRoom = true. >> > > Next i tried to login to the room using the >> > > setUserObjectAndGenerateRoomHash method and settings the object to >> > > send like this: >> > >> > > $setUser_params = array( >> > > 'SID' => $client_userService->session_id, >> > > 'username' => $data_dati_utente->username, >> > > 'firstname' => $data_dati_utente->name, >> > > 'lastname' => $data_dati_utente->surname, >> > > 'room_id'=>$id_openmeeting_room, >> > > 'becomeModeratorAsInt' => 1, >> > > 'showAudioVideoTestAsInt' => 0, >> > > 'profilePictureUrl' => $immagine, >> > > 'email' => $user->mail, >> > > 'externalUserId' => $user->uid, >> > > 'externalUserType'=> $nome_org >> > > ); >> > >> > > And using the following url: >> > > $url_connessione = {url}/main.swf8.swf?roomid="{roomID)&sid={sessione} >> > > &remoteUserid=1&lzproxied=solo&language=4"; >> > >> > > But when i connect i don't become moderator and i have to wait for a >> > > moderator. >> > > Where am i wrong? >> > >> > > Thank you all. >> > >> > > -- >> > > 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]<openmeetings-user%[email protected]><openmeetings-user%2Bunsubscr >> [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.laszlo-forum.de >> > [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]<openmeetings-user%[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.laszlo-forum.de > [email protected] > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [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.
