Video SDK for iOS API Reference
|
A class to operate the audio action. More...
#include <ZoomVideoSDKAudioHelper.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - startAudio |
Start audio. | |
(ZoomVideoSDKError) | - stopAudio |
Stop audio. | |
(ZoomVideoSDKError) | - muteAudio: |
Mute user's audio. | |
(ZoomVideoSDKError) | - unmuteAudio: |
Ask unmute user's audio. | |
(ZoomVideoSDKError) | - muteAllAudio: |
Mute all user's VOIP audio except my self. | |
(ZoomVideoSDKError) | - allowAudioUnmutedBySelf: |
Allow the others to unmute themselves or not. | |
(ZoomVideoSDKError) | - unmuteAllAudio |
Ask unmute all user's VOIP audio. | |
(ZoomVideoSDKError) | - subscribe |
Call the function to subscribe audio rawdata. | |
(ZoomVideoSDKError) | - unSubscribe |
Call the function to unSubscribe audio rawdata. | |
(BOOL) | - resetAudioSession |
Reset Audio Session including Category and Mode for ZoomVideoSDK Audio Session Environment When developer change audio session in session. | |
(BOOL) | - setSDKAudioSessionEnv |
Set the AVAudio Session Environment for Zoom Video SDK Session. | |
(void) | - cleanAudioSession |
Clean Audio Session including Category and Mode. | |
A class to operate the audio action.
Definition at line 16 of file ZoomVideoSDKAudioHelper.h.
- (ZoomVideoSDKError) allowAudioUnmutedBySelf: | (BOOL) | allowUnmute |
Allow the others to unmute themselves or not.
allowUnmute | Yes means allow the user to unmute themself, otherwise NO. |
- (void) cleanAudioSession |
Clean Audio Session including Category and Mode.
- (ZoomVideoSDKError) muteAllAudio: | (BOOL) | allowUnmute |
Mute all user's VOIP audio except my self.
allowUnmute | Yes means allow the user to unmute themself, otherwise NO. |
- (ZoomVideoSDKError) muteAudio: | (ZoomVideoSDKUser *_Nullable) | user |
Mute user's audio.
- (BOOL) resetAudioSession |
Reset Audio Session including Category and Mode for ZoomVideoSDK Audio Session Environment When developer change audio session in session.
- (BOOL) setSDKAudioSessionEnv |
Set the AVAudio Session Environment for Zoom Video SDK Session.
- (ZoomVideoSDKError) startAudio |
Start audio.
- (ZoomVideoSDKError) stopAudio |
Stop audio.
- (ZoomVideoSDKError) subscribe |
Call the function to subscribe audio rawdata.
- (ZoomVideoSDKError) unmuteAllAudio |
Ask unmute all user's VOIP audio.
onHostAskUnmute
. - (ZoomVideoSDKError) unmuteAudio: | (ZoomVideoSDKUser *_Nullable) | user |
Ask unmute user's audio.
onHostAskUnmute
. - (ZoomVideoSDKError) unSubscribe |
Call the function to unSubscribe audio rawdata.