Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKAudioSettingHelper Class Reference

Audio setting interface. More...

#include <ZoomVideoSDKAudioSettingHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- enableMicOriginalInput:
 Call this method to enable or disable the original input of mic.
 
(BOOL) - isMicOriginalInputEnable
 Determine whether the original input of the microphone is enabled.
 
(ZoomVideoSDKError- enableAutoAdjustMicVolume:
 Call this method to enable or disable the auto adjust input of mic.
 
(BOOL) - isAutoAdjustMicVolumeEnabled
 Determine whether the original input of the microphone is enabled.
 

Detailed Description

Audio setting interface.

Definition at line 15 of file ZoomVideoSDKAudioSettingHelper.h.

Method Documentation

◆ enableAutoAdjustMicVolume:

- (ZoomVideoSDKError) enableAutoAdjustMicVolume: (BOOL) enable

Call this method to enable or disable the auto adjust input of mic.

Parameters
enableYES to enable auto adjust input or false to disable it.
Returns
Error code defined in [ZoomVideoSDKError].

◆ enableMicOriginalInput:

- (ZoomVideoSDKError) enableMicOriginalInput: (BOOL) enable

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

Parameters
enableYES to enable the original input of the microphone or NO to disable it.
Returns
Error code defined in [ZoomVideoSDKError].

◆ isAutoAdjustMicVolumeEnabled

- (BOOL) isAutoAdjustMicVolumeEnabled

Determine whether the original input of the microphone is enabled.

Returns
YES if auto adjust input is enabled, otherwise false.

◆ isMicOriginalInputEnable

- (BOOL) isMicOriginalInputEnable

Determine whether the original input of the microphone is enabled.

Returns
YES if the original input of the microphone is enabled, otherwise NO.