Configuration settings for Chrome deskshare extension

This commit is contained in:
perroned 2015-09-04 12:23:33 -07:00
parent 6983730bda
commit 343f7c7f5c

View File

@ -48,6 +48,9 @@ config.redis.channels.toBBBApps.polling = "bigbluebutton:to-bbb-apps:polling"
# IP address of FreeSWITCH server for use of mod_verto and WebRTC deshsharing # IP address of FreeSWITCH server for use of mod_verto and WebRTC deshsharing
config.vertoServerAddress = "HOST" config.vertoServerAddress = "HOST"
# The Chrome extension key signed to the Chrome Extension
config.deskshareExtensionKey = "your-extension-key"
# Logging # Logging
config.log = {} config.log = {}