I guess you need to file the JIRA issue against it and/or propose the patch fixing it.
On Wed, Jun 6, 2012 at 1:28 PM, Hasan Gharehasanloo <[email protected]>wrote: > thanks Maxim > How about title of webcam??? > > On Wed, Jun 6, 2012 at 10:51 AM, Maxim Solodovnik <[email protected] > >wrote: > > > The call is successful > > you get the hash > > And able to enter to the room. > > RTL need to be fixed. I guess it can be done after release. > > > > On Wed, Jun 6, 2012 at 1:18 PM, Hasan Gharehasanloo > > <[email protected]>wrote: > > > > > it returns sth like '3367a32233ffa88ca36f7f960e6fd2e0' > > > then I use the return value in an iframe like bellow : > > > > > > $iframe_src = "http://".$wepre_config['wepre_red5host'] . ":" . > > > $wepre_config['wepre_red5port'] . > > > > > > "/".$wepre_config['wepre_webappname']."/?" . > > > "secureHash=" . $returnVal . > > > "&scopeRoomId=" . $scope_room_id . > > > "&language=21" . > > > "&picture=" . $currentUser['avatar'] . > > > "&user_id=". $currentUser['id'] . > > > "&wwwroot="; > > > > > > On Wed, Jun 6, 2012 at 10:38 AM, Maxim Solodovnik < > [email protected] > > > >wrote: > > > > > > > and what is the response? > > > > > > > > On Wed, Jun 6, 2012 at 1:05 PM, Hasan Gharehasanloo > > > > <[email protected]>wrote: > > > > > > > > > Yes, exactly the same parameters : > > > > > > > > > > $params = array( > > > > > 'SID' => $this->session_id, > > > > > 'username' => $username, > > > > > 'firstname' => $firstname, > > > > > 'lastname' => $lastname, > > > > > 'profilePictureUrl' => $profilePictureUrl, > > > > > 'email' => $email, > > > > > 'externalUserId' => $userId, > > > > > 'externalUserType' => $systemType, > > > > > 'room_id' => $room_id, > > > > > 'becomeModeratorAsInt' => $becomeModerator, > > > > > 'showAudioVideoTestAsInt' => 1, > > > > > 'allowRecording' => $allowRecording > > > > > ); > > > > > > > > > > On Wed, Jun 6, 2012 at 10:30 AM, Maxim Solodovnik < > > > [email protected] > > > > > >wrote: > > > > > > > > > > > try the following: > > > > > > 1) go to http://ip:5080/openmeetings/services/UserService?wsdl > > > > > > 2) check the number of parameters you passed is exactly the same > as > > > in > > > > > > function description > > > > > > > > > > > > On Wed, Jun 6, 2012 at 12:42 PM, Hasan Gharehasanloo > > > > > > <[email protected]>wrote: > > > > > > > > > > > > > Hi > > > > > > > 1-call getSession and get session_id > > > > > > > 2-call loginUser with prevoius session_id and user & pass of > > admin > > > > for > > > > > > all > > > > > > > users > > > > > > > 3-call setUserObjectAndGenerateRoomHashByURLAndRecFlag and send > > > > > specified > > > > > > > username (not admin) > > > > > > > > > > > > > > I also attached screenshot of my integration > > > > > > > > > > > > > > On Wed, May 30, 2012 at 10:45 PM, [email protected] < > > > > > > > [email protected]> wrote: > > > > > > > > > > > > > >> Maybe it would help if you could upload a screenshot of your > > > > username > > > > > > >> issue > > > > > > >> and documentate which SOAP/REST API calls you are using and > what > > > > > > >> parameters. > > > > > > >> > > > > > > >> Sebastian > > > > > > >> > > > > > > >> 2012/5/30 Hasan Gharehasanloo <[email protected]> > > > > > > >> > > > > > > >> > Thanks Alexei > > > > > > >> > > > > > > > >> > Is there anybody else who have any hint for this issue??? > > > > > > >> > > > > > > > >> > On Wed, May 30, 2012 at 8:42 PM, Alexei Fedotov < > > > > > > >> [email protected] > > > > > > >> > >wrote: > > > > > > >> > > > > > > > >> > > I don't have a good hint. > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > On Wed, May 30, 2012 at 6:11 PM, Hasan Gharehasanloo > > > > > > >> > > <[email protected]>wrote: > > > > > > >> > > > > > > > > >> > > > Hi Alexei > > > > > > >> > > > > > > > > > >> > > > -Can you give me any clue how to fix rtl issue??? > > > > > > >> > > > > > > > > > >> > > > -What about webcam title??? > > > > > > >> > > > > > > > > > >> > > > On Wed, May 30, 2012 at 4:36 PM, Alexei Fedotov < > > > > > > >> > > [email protected] > > > > > > >> > > > >wrote: > > > > > > >> > > > > > > > > > >> > > > > I may suggest room name issue may be connected to > > > > insufficient > > > > > > rtl > > > > > > >> > > > support. > > > > > > >> > > > > > > > > > > >> > > > > As for soap issue, this may be a bug as well. The > patch > > is > > > > > > >> welcome. > > > > > > >> > :-) > > > > > > >> > > > > 30.05.2012 14:16 пользователь "Hasan Gharehasanloo" < > > > > > > >> > > > [email protected] > > > > > > >> > > > > > > > > > > > >> > > > > написал: > > > > > > >> > > > > > > > > > > >> > > > > > Hi everybody > > > > > > >> > > > > > > > > > > > >> > > > > > I have integrated my app with OM2. > > > > > > >> > > > > > 1-I just created one SOAP user, and use it to login > > for > > > > all > > > > > of > > > > > > >> my > > > > > > >> > > > users. > > > > > > >> > > > > > Whenever I connect to OM via my application, it show > > > > > username > > > > > > >> > > correctly > > > > > > >> > > > > but > > > > > > >> > > > > > on webcam title, it just show the soap username. > > > > > > >> > > > > > Is it ok??? or am I doing something wrong??? > > > > > > >> > > > > > > > > > > > >> > > > > > 2-when I use persian language for room name, It > shows > > > room > > > > > > name > > > > > > >> > > > > reversely. > > > > > > >> > > > > > how to fix it??? > > > > > > >> > > > > > -- > > > > > > >> > > > > > --------------------------------- > > > > > > >> > > > > > Best Regards > > > > > > >> > > > > > Hassan Gharehasanloo > > > > > > >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > >> > > > -- > > > > > > >> > > > --------------------------------- > > > > > > >> > > > Best Regards > > > > > > >> > > > Hassan Gharehasanloo > > > > > > >> > > > > > > > > > >> > > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > -- > > > > > > >> > --------------------------------- > > > > > > >> > Best Regards > > > > > > >> > Hassan Gharehasanloo > > > > > > >> > > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> -- > > > > > > >> Sebastian Wagner > > > > > > >> https://twitter.com/#!/dead_lock > > > > > > >> http://www.openmeetings.de > > > > > > >> http://www.webbase-design.de > > > > > > >> http://www.wagner-sebastian.com > > > > > > >> [email protected] > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > --------------------------------- > > > > > > > Best Regards > > > > > > > Hassan Gharehasanloo > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > WBR > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > --------------------------------- > > > > > Best Regards > > > > > Hassan Gharehasanloo > > > > > > > > > > > > > > > > > > > > > -- > > > > WBR > > > > Maxim aka solomax > > > > > > > > > > > > > > > > -- > > > --------------------------------- > > > Best Regards > > > Hassan Gharehasanloo > > > > > > > > > > > -- > > WBR > > Maxim aka solomax > > > > > > -- > --------------------------------- > Best Regards > Hassan Gharehasanloo > -- WBR Maxim aka solomax
