ClientConfig
Configuration for IClient instance.
Props
AudioFocusMode
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.
Returns
EnableDebugLogging
bool
EnableDebugLogging { get; set; }
Enables debug logging on Android. False by default.
Returns
type:
bool
EnableLogcatLogging
bool
EnableLogcatLogging { get; set; }
Enables log output to logcat on Android. True by default.
Returns
type:
bool