Implements

  • InitConfigObjectJS

Constructors

  • Constructs a new instance of the class.

    Parameters

    • loggingLevel: LoggingLevel = vonage.DEFAULT_LOGGING_LEVEL
    • region: ConfigRegion = vonage.DEFAULT_REGION
    • Optional customLoggers: VonageLogger[]

    Returns ClientInitConfig

Properties

apiUrl?: Nullable<string>
autoReconnectMedia?: Nullable<boolean>
customLoggers: VonageLoggerJS[] = []
disableInternalLogger: boolean = false
loggingLevel: LoggingLevelJS
region: CoreClientConfigRegionJS
rtcStatsTelemetry?: Nullable<boolean>
websocketPath?: Nullable<string>
websocketUrl?: Nullable<string>