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
Enumeration of all the errors in the VideoSDK.
BOOL isMicOriginalInputEnable()
Determines whether the original input of the microphone is enabled.
BOOL isAutoAdjustMicVolumeEnabled()
Determines whether the auto adjust input of the microphone is enabled.