
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 RHUB 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="">
Password:
<input type="password" name="user_password" value="">
<input type="submit" name="submit" value="Host Meeting">
</form>
Here is the HTML code used to allow users to join a meeting:
<form action=”http://yourMeetingServerAddress/as/wapi/goto_downloader”
method="post">
<input type="hidden" name="role" value="attendee">
Meeting ID:
<input type="text" name="meeting_id" value="">
Meeting Password:
<input type="password" name="password" value="">
Your Name:
<input type="text" name="name" value="">
<input type="submit" name="submit" value="Join Meeting">
</form>
In the left frame of the System Management page, under Customization click the Promotion Page
link. This allows the Administrator to change the web page that meeting attendees see when a
meeting ends. The web page can be used to solicit feedback, sell products or services, or display
your organization’s home page.
Figure 2.13 Change default promotion page
14
Comentários a estes Manuais