no JIRA: final URL to enter the room is fixed
Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/54c25118 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/54c25118 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/54c25118 Branch: refs/heads/3.2.x Commit: 54c2511801eae4a97cb0040ebe544272e9d777a3 Parents: c8b1afb Author: Maxim Solodovnik <[email protected]> Authored: Mon Apr 24 09:02:01 2017 +0000 Committer: Maxim Solodovnik <[email protected]> Committed: Mon Apr 24 09:02:01 2017 +0000 ---------------------------------------------------------------------- openmeetings-server/src/site/xdoc/RestAPISample.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/54c25118/openmeetings-server/src/site/xdoc/RestAPISample.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/RestAPISample.xml b/openmeetings-server/src/site/xdoc/RestAPISample.xml index 12f6946..89710c8 100644 --- a/openmeetings-server/src/site/xdoc/RestAPISample.xml +++ b/openmeetings-server/src/site/xdoc/RestAPISample.xml @@ -132,7 +132,7 @@ $.ajax({ </table> </li> <li>If your request was successful you will get your hash as <b>message</b> (fa1f9381-bd03-42ae-9fd9-332b5f775a1b)</li> - <li>Now you can use following URL to enter the room: <tt>http://localhost:5080/openmeetings/swf?secureHash=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1</tt></li> + <li>Now you can use following URL to enter the room: <tt>http://localhost:5080/openmeetings/hash?secure=fa1f9381-bd03-42ae-9fd9-332b5f775a1b&language=1</tt></li> </ul> </section> </body>
