[
https://issues.apache.org/jira/browse/OPENMEETINGS-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920852#comment-13920852
]
Saravanan commented on OPENMEETINGS-670:
----------------------------------------
Hi ,
I'm facing a problem ,I would like to describe my scenario.I have installed
Apache OpenMeetings -2.2.0 and database has been created in my local system.I
have my own application, in this, I have an option to start a conference. I'm
using REST Webservice to create user, room, and starting conference and etc.Let
me describe my issues.
Issue-1: I could not able to create "Web-Service" user_level in the "om_user"
table.
Issue-2 : I have a link in my application called "Join conference". If the user
clicks the link the REST Webservice actions performed are as follows,
1. GetSession :
http://localhost:5080/openmeetings/services/UserService/getSession
For this request, the sessionId is successfully created.
2. Login:
http://localhost:5080/openmeetings/services/UserService/loginUser?SID="+sessionId+"&username=adminuser"&userpass=adminuser;
For this login request, I can able to log in successfully.
3. Add Room :
http://localhost:5080/openmeetings/services/RoomService/addRoom?SID=" +
sessionId
+
"&name=demoRoom&roomtypes_id=3&comment=&numberOfPartizipants=100&ispublic=false
&videoPodWidth=&videoPodHeight=&videoPodXPosition=&videoPodYPosition=&moderationPanelXPosition=&showWhiteBoard=&whiteBoardPanelXPosition=&whiteBoardPanelYPosition=&whiteBoardPanelHeight=&whiteBoardPanelWidth=&showFilesPanel=&filesPanelXPosition=&filesPanelYPosition=&filesPanelHeight=&filesPanelWidth=;
For this Adding room Request I can successfully created a room.
4.SetUserObject and Generate RoomHash :
http://localhost:5080/openmeetings/services/UserService/setUserObjectAndGenerateRoomHash?SID="+sessionId+"&username=adminuser&firstname=&lastname=&profilePictureUrl=&email=&externalUserId=&externalUserType=&room_id="+roomId+"&becomeModeratorAsInt=1&showAudioVideoTestAsInt=0
For this request I have passed the room Id which was previously created the
room and I successfully got the room hash.
5.Generating Room Hash String :
http://localhost:5080/openmeetings/?secureHash="+generateRoomHashStr;
For this request I passed the generated room hash which was previously created.
Finally I got the secure hash for this request but While entering the room I
got the error alert as "The webinar is already closed, you wil be rediredcted
to some interesting offerings in X sek" .
Please do let me know this am I missing anywhere or any wrong request I have
executed.
Thanks in Advance,
Saravanan.U
> The webinar is already closed, you wil be rediredcted to some interesting
> offerings in X sek
> --------------------------------------------------------------------------------------------
>
> Key: OPENMEETINGS-670
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-670
> Project: Openmeetings
> Issue Type: Bug
> Components: SOAP/REST API
> Affects Versions: 2.1.1 Apache Release
> Environment: Windows 7, java/JEE web application
> Reporter: Akhil G M
> Priority: Critical
> Labels: features
> Fix For: 2.1.1 Apache Release
>
>
> Hi,
> I am integrating openmeeting to my web application where a link is provided
> in the application to join the webinar meeting. I am using a secureHash like
> the one given below. From mylocalhost:8080 application, the link is
> redirected to
> http://localhost:5080/openmeetings/?secureHash=6cec87ff400736a2288648b667e7162a
> as I required. But the screen is displaying th error message "The webinar is
> already closed, you wil be rediredcted to some interesting offerings in 2
> sek".
> Is this because I am missing any parameters. Please help me to resolve the
> issue.
> Thanks in advance
--
This message was sent by Atlassian JIRA
(v6.2#6252)