Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioOption.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
9
13 public boolean connect = true;
14
18 public boolean mute = false;
19
23 public boolean isMyVoiceInMix = true;
24
29 public boolean autoAdjustSpeakerVolume =false;
30}
boolean mute
Whether to mute audio or not.
boolean isMyVoiceInMix
Determine whether my voice is in the mixed audio raw data or not. If true, yes, if false,...
boolean connect
Whether to connect local audio or not.
boolean autoAdjustSpeakerVolume
Whether to automatically adjust the volume of the speaker or not. If true, this will automatically ad...