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%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].
For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.