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 <giovanni.possem...@gmail.com>

> 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 <seba.wag...@gmail.com> wrote:
> > has the Room the Flag *isModerated* to true?
> >
> > Sebastian
> >
> > 2010/1/27 Giovanni <giovanni.possem...@gmail.com>
> >
> >
> >
> >
> >
> > > 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
> openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com><openmeetings-user%2Bunsubscr
> i...@googlegroups.com>
> > > .
> > > 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
> > seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> .
> 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to