Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioSettingHelper.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKAudioSettingHelper.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 2022/4/7.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
15@interface ZoomVideoSDKAudioSettingHelper : NSObject
16
22- (ZoomVideoSDKError)enableMicOriginalInput:(BOOL)enable;
23
29
35- (ZoomVideoSDKError)enableAutoAdjustMicVolume:(BOOL)enable;
36
42
43@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.