Sebastian: i have a question which i shall ask with an example in india: 1. my openmeetings server is in mumbai 2. i have branches all over india like bangalore, chennai, etc 3. these branches have more than 20 PCs on LAN with local servers(win2003) acting as file server and domain(logon) server 4. if i am to stream a conference and i want all staff to view the proceedings, it would be a big load on the network with 20 odd staff from each branch accessing the server at mumbai 5. will it be possible to push the streaming to one of the local server in the branch and all staff pull from the local server 6. what set up is required. where can i find reading material on this?
if my question is ok, i shall post this in the forum also Biju On Thu, Jan 28, 2010 at 7:06 AM, Sebastian Wagner <[email protected]>wrote: > 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] > > -- > 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. > -- 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.
