Optional
apiThe API URL of your chosen datacenter, if set overrides default from region
Optional
autoAllow the sdk to automatically reconnect media when network interface changes
Optional
customA List of custom loggers
Optional
disableWhether to enable the SDK internal logger
Optional
loggingThe Logging Level to use
Optional
regionThe Vonage datacenter to use
Optional
rtcAllow users to enable RTCStats
Optional
websocketThe Path component appended to the Websocket URL
Optional
websocketThe WebSocket URL of your chosen datacenter, if set overrides default from region
Represents the configuration object used to initialize the client.
The
ClientInitConfig
class provides a convenient way to configure the client by specifying various properties. These properties include all the ones in ClientConfigObject plus loggingLevel, customLoggers and disableInternalLogger.Example