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

Reply via email to