VIClientConfig constructor
VIClientConfig({
- String? bundleId,
- bool enableDebugLogging = false,
- bool enableLogcatLogging = true,
- VIRequestAudioFocusMode audioFocusMode = VIRequestAudioFocusMode.onCallStart,
- VILogLevel logLevel = VILogLevel.info,
- bool forceRelayTraffic = false,
Implementation
VIClientConfig({
this.bundleId,
this.enableDebugLogging = false,
this.enableLogcatLogging = true,
this.audioFocusMode = VIRequestAudioFocusMode.onCallStart,
this.logLevel = VILogLevel.info,
this.forceRelayTraffic = false,
});