HMSAudioTrackSetting constructor

HMSAudioTrackSetting({
  1. bool? useHardwareAcousticEchoCanceler,
  2. HMSAudioMixerSource? audioSource,
  3. HMSTrackInitState? trackInitialState = HMSTrackInitState.UNMUTED,
  4. HMSAudioMode? audioMode,
  5. HMSAndroidPhoneCallState phoneCallState = HMSAndroidPhoneCallState.DISABLE_MUTE_ON_VOIP_PHONE_CALL_RING,
  6. bool enableNoiseCancellation = false,
})

Implementation

HMSAudioTrackSetting(
    {this.useHardwareAcousticEchoCanceler,
    this.audioSource,
    this.trackInitialState = HMSTrackInitState.UNMUTED,
    this.audioMode,
    this.phoneCallState =
        HMSAndroidPhoneCallState.DISABLE_MUTE_ON_VOIP_PHONE_CALL_RING,
    this.enableNoiseCancellation = false});