Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
StartMeetingOptions.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public class StartMeetingOptions extends MeetingOptions {
7
11 public boolean no_audio = false;
12
13}
Meeting options for starting a meeting.
boolean no_audio
Determines whether to disconnect the audio when the user joins the meeting.