RtcConfig

RtcConfig

User Config for Connection

Methods

(static) updateConfig(userConfig)

API to update the standard config for Connection

Parameters:
Name Type Description
userConfig json

(MANDATORY) A JSON object with all the mandatory and optional parameters

Properties
Name Type Description
urls json

(MANDATORY) A JSON with object with the urls

Properties
Name Type Description
eventManager string

(MANDATORY) Event Manager FQDN

useAnonymousLogin boolean

(MANDATORY) true anonymous calls and false for non-anonymous calls

logLevel integer

(MANDATORY) Integer value for setting log level. 0: Error, 1: Warning, 2: Info, 3: Verbose

reconnectInterval integer

(OPTIONAL) Time interval in milliseconds for retrying failed connection

sessionTimeOut integer

(OPTIONAL) Time out in milliseconds for end session when moderator leaves. Default value is 60000 (60 seconds)