Let me check that, I thought we had already fixed that a numebr of times. Wondering why its still not in the official release yet.
For now you can simply stop red5, and set the param manually to true in the database in the table "rooms" and restart red5 and you should be able to see the button again. Sebastian 2011/9/27 pcsomm <[email protected]> > It's a newly created room. Even if I change the code, the buttons are > still missing: > > $params = array( > 'SID' => $this->session_id, > 'name' => utf8_encode($name), > 'roomtypes_id' => $roomtypes_id, > 'comment' => utf8_encode($comment), > 'numberOfPartizipants' => $numberOfPartizipants, > 'ispublic' => true, > 'appointment' => false, > 'isDemoRoom' => false, > 'demoTime' => 0, > 'isModeratedRoom' => true, > 'externalRoomType' => '', > 'allowUserQuestions' => false, > 'isAudioOnly' => false, > 'waitForRecording' => false, > 'allowRecording' => true > ); > try{ > $client_roomService = new SoapClient("http:// > ".$this- > >server['HOST'].":".$this->server['PORT']."/openmeetings/services/ > RoomService?wsdl", array('encoding'=>'utf-8')); > $result = $client_roomService- > >addRoomWithModerationAndRecordingFlags($params); > } > > Do you have more tips what to do? > > > On 27 Sep., 14:31, "[email protected]" <[email protected]> > wrote: > > That has not so much todo with the Integration itself I think. > > Is the conference room that you are using a newly created or an old one? > > > > The reason for not having is that the Flag "allowRecording" in the Room > > Object is NULL. > > > > Sebastian > > > > 2011/9/27 pcsomm <[email protected]> > > > > > > > > > > > > > > > > > > > > > Hi, there is still a compatibilty problem with studip/portaLE. > > > When I'm connected via portaLE and open the dialog "Desktop-Teiler", I > > > cannot start recording the screen because of missing buttons > > > (recording not allowed?). > > > > > The problem should be in the downloaded "public_*.jnlp" file. One > > > argument is null which is supposed to be true: > > > > > <application-desc main-class='org.red5.screen.webstart.ScreenShare'> > > > <argument>portale-t1.uni-trier.de</argument> > > > <argument>openmeetings/9</argument> > > > <argument>1935</argument> > > > <argument>850f5dc3c1d7f546cf2468c5b1783a3e</argument> > > > <argument>Desktop-Teiler;Drücken Sie Start, um Ihren Desktop > > > freizugeben;Start;Anhalten;Wählen Sie einen Bildschirmbereich > > > aus:;Breite ändern;Höhe ändern;X-Abstand;Y-Abstand;Breite:;Höhe:;Die > > > Verbindung wurde vom Server abgebrochen.;Teilnehmern Mauszeiger > > > anzeigen;Aufnahmen;Sie können eine Bildschirmfreigabe starten oder die > > > aktuelle Sitzung aufzeichnen. Sofern Sie Ihren Bildschirm nur für > > > andere Teilnehmer freigeben wollen genügt es, den obigen Start-Button > > > zu betätigen.;Aufnahme starten;Aufnahme stoppen;Bildschirmfreigabe > > > beenden;Quality of the ScreenShare:;Very high Quality;High > > > Quality;Medium Quality;Low Quality;</argument> > > > <argument>1</argument> > > > <argument>0</argument> > > > <argument>3</argument> > > > <argument>null</argument> > > > </application-desc> > > > > > This occurs since OM 1.7. Is it possible to fix it or could I get an > > > OM version which always writes "true" in the argument? Because of this > > > problem we can't really use the new OM versions for our purposes. I > > > hope we will find a solution. > > > > > Thanks in advance, > > > Paul > > > > > -- > > > 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. > > > > -- > > Sebastian > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp:// > www.wagner-sebastian.com > > [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. > > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [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.
