MXmeeting Release v6.0 M200/M500 & M800/M1000
Admin Guide (0000000202)/ Revision 7 5/9/2016
© 2016 Zultys, Inc. No reproduction of distribution without permission
Page 21 of 42
Technical
Publications
The system home page specified in Figure 2.12 should contain ways for users to host and join
meetings. There are two ways for users to host and join meetings:
1.
Click URLs (or buttons associated with the URLs) on your page
2.
Submit forms on your page
Using URLs is the easiest way for customization. Using forms gives you a better control of
customization. In the following examples, substitute for yourMeetingServerAddress the host
name (e.g. webmeeting.company.com) for your MXmeeting appliance.
Here is the URL that is used to host a meeting:
http://yourMeetingServerAddress/as/wapi/goto_downloader?role=host
Here is the URL that is used to join a meeting:
http://yourMeetingServerAddress/as/wapi/goto_downloader?role=attendee
Here is the HTML code used to allow users to host a meeting:
<form action=”http://yourMeetingServerAddress/as/wapi/goto_downloader”
method="post">
<input type="hidden" name="role" value="host">
Email Address:
<input type="text" name="email" value="">