VIClientConfig constructor

VIClientConfig({
  1. String? bundleId,
  2. bool enableDebugLogging = false,
  3. bool enableLogcatLogging = true,
  4. VIRequestAudioFocusMode audioFocusMode = VIRequestAudioFocusMode.onCallStart,
  5. VILogLevel logLevel = VILogLevel.info,
  6. bool forceRelayTraffic = false,
})

Implementation

VIClientConfig({
  this.bundleId,
  this.enableDebugLogging = false,
  this.enableLogcatLogging = true,
  this.audioFocusMode = VIRequestAudioFocusMode.onCallStart,
  this.logLevel = VILogLevel.info,
  this.forceRelayTraffic = false,
});