Cisco Acano X-series 開発者ガイド

ページ / 51
Cisco Meeting Server 2.0 : Customization Guidelines
13
2.1.3 Other settings in sign_in_settings.json
Other settings in sign_in_settings.json are shown in the table below:
Table 3: Other parameters in sign_in_settings.json
Text of message
Description
Default
supportFirefox
supportSafari
supportInternetExplorer
Join conference by calling out to installed client
true,
true,
true
supportWebkitWebrtc
Join conference directly using webkit based
WebRTC browsers, for example Google Chrome
and Opera
true
supportFirefoxWebrtc
Join conference directly using Firefox WebRTC
stack without calling out to client
false
showDialInformation
Show dial-in information in the footer of the web
page
true
showFooter
Show footer on Join call pane
true
2.2 Overview of Customization Procedure
The following steps provide an overview of the customization procedure, for a detailed
procedure refer to
.
1. Create a zip archive file containing these files:
l
sign_in_background.jpg
l
sign_in_logo.png
l
sign_in_settings.json
2. On the web server create a directory for the customization files and place the zip file in it.
3. Using the API, create a webBridge node specifying the resourceArchive field and URL on the
web server where the zip file is held. (See the
for details). The Meeting Server
uses these details to retrieve the zip file from the web server.
Note: you can only apply one archive file per Web Bridge.
Note: If you specify a port value in the path, this will be used in place of the default port values of
:80 for http and :443 for https. If you do not specify a port value then the default value will be
used. If you specify a port value make sure that the web server used in step 2 is listening on this
port.
2   WebRTC Client Customization