Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
StartMeetingOptions.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
10public class StartMeetingOptions extends MeetingOptions {
11
15 public boolean no_audio = false;
16
17}
Options to enable/disable functions in meeting.
Meeting options for starting a meeting.