Rate this page:

ClientConfig

Configuration for IClient instance.

Props

AudioFocusMode

Copy URL

RequestAudioFocusMode

AudioFocusMode { get; set; }

Specifies when the audio focus request is performed: when a call is started or established.

RequestAudioFocusMode.OnCallStart by default.

If the application plays some audio, it may result in audio interruptions. To avoid this behavior, this option should be set to RequestAudioFocusMode.OnCallConnected and application's audio should be stopped/paused on ICall.AudioStarted callback.

EnableDebugLogging

Copy URL

bool

EnableDebugLogging { get; set; }

Enables debug logging on Android. False by default.

Returns

  • type:

    bool

EnableLogcatLogging

Copy URL

bool

EnableLogcatLogging { get; set; }

Enables log output to logcat on Android. True by default.

Returns

  • type:

    bool

LogLevel

Copy URL

LogLevel

LogLevel { get; set; }

Specifies log level on iOS.

Returns