Search code examples
ajaxrestopenmeetings

Openmeeting enter room is not working


I am trying to below link for integrating openmeetings(version 3.2.1) with my application.

http://openmeetings.apache.org/RestAPISample.html

Requirement is need to access openmeetings without signin page, as describe in above link.

As per link, I am getting SID successfully, but last link to enter into the room

http://localhost:5080/openmeetings/swf?secureHash=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1 is not working.

Thanks in advance for help.


Solution

  • I have updated http://openmeetings.apache.org/RestAPISample.html

    URL for 3.2.1 should be changed

    You need to use

    http://localhost:5080/openmeetings/hash?secure=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1

    instead of

    http://localhost:5080/openmeetings/swf?secureHash=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1