Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
8public interface ZoomVideoSDKAudioHelper {
9
16
22 int stopAudio();
23
31
39
46 int setSpeaker(boolean speaker);
47
54
61
62
68 int subscribe();
69
76
83 int muteAllAudio(boolean allowUnmute);
84
93
100 int allowAudioUnmutedBySelf(boolean allowUnmute);
101
102
103}
boolean getSpeakerStatus()
Get audio speaker status.
int unSubscribe()
unsubscribe audio raw data
int allowAudioUnmutedBySelf(boolean allowUnmute)
Allow the others unmute by themself or not. For host or manager.
int muteAudio(ZoomVideoSDKUser user)
mute user's voip audio.
int unMuteAudio(ZoomVideoSDKUser user)
unmute user's voip audio. 0 means current user (myself)
int muteAllAudio(boolean allowUnmute)
Mute all user's audio except my self.
int unmuteAllAudio()
Ask unmute all user's audio. Only host or manager can ask unmute all user's audio....
int startAudio()
Start audio with voip.
boolean canSwitchSpeaker()
Query is audio speaker enable.
int subscribe()
subscribe audio raw data.
int setSpeaker(boolean speaker)
Set audio speaker.
Zoom Video SDK user information.