Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioSettingHelper.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7
12@interface ZoomVideoSDKAudioSettingHelper : NSObject
13
19- (ZoomVideoSDKError)enableMicOriginalInput:(BOOL)enable;
20
26
32- (ZoomVideoSDKError)enableAutoAdjustMicVolume:(BOOL)enable;
33
39
40@end
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
BOOL isMicOriginalInputEnable()
Determine whether the original input of the microphone is enabled.
BOOL isAutoAdjustMicVolumeEnabled()
Determine whether the original input of the microphone is enabled.