ZoomVideoSdkAudioSettingHelperType: {
    enableAutoAdjustMicVolume: (enable: boolean) => Promise<Errors>;
    enableMicOriginalInput: (enable: boolean) => Promise<Errors>;
    isAutoAdjustMicVolumeEnabled: () => Promise<boolean>;
    isMicOriginalInputEnable: () => Promise<boolean>;
}

Audio setting interface.

Type declaration

  • enableAutoAdjustMicVolume: (enable: boolean) => Promise<Errors>

    Set if it is able to auto-adjust the volume of the mic when joining the meeting.

  • enableMicOriginalInput: (enable: boolean) => Promise<Errors>

    Call this method to enable or disable the original input of the microphone.

  • isAutoAdjustMicVolumeEnabled: () => Promise<boolean>

    Determine whether the auto adjustment of the microphone volume is enabled.

  • isMicOriginalInputEnable: () => Promise<boolean>

    Determine whether the original input of the microphone is enabled.

MMNEPVFCICPMFPCPTTAAATR