56 AUDIO_SOURCE_BLUETOOTH
AUDIO_SOURCE_SPEAKER_PHONE
ZoomVideoSDKAudioSourceType getAudioSourceType()
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 stopAudio()
Stop voip.
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.