Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
10public interface ZoomVideoSDKAudioHelper {
11
28
29
58
65
71 int stopAudio();
72
80
88
96 @Deprecated
97 int setSpeaker(boolean speaker);
98
105
112
113
120
127
134 int muteAllAudio(boolean allowUnmute);
135
144
151 int allowAudioUnmutedBySelf(boolean allowUnmute);
152
157 List<ZoomVideoSDKAudioDevice> getAudioDeviceList();
158
164
171
186 int disableTelephoneMonitor(boolean disable);
187
193}
int switchToAudioSourceType(ZoomVideoSDKAudioDevice audioDevice)
boolean getSpeakerStatus()
Get audio speaker status.
int disableTelephoneMonitor(boolean disable)
Disable telephone state monitoring. By default, the Zoom Video SDK monitors the device's telephone ca...
int unSubscribe()
unsubscribe audio raw data
List< ZoomVideoSDKAudioDevice > getAudioDeviceList()
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.
boolean isTelephoneMonitorDisabled()
Check if telephone state monitoring is disabled.
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....
ZoomVideoSDKAudioDevice getUsingAudioDevice()
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.