Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
JoinMeetingOptions.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
9public class JoinMeetingOptions extends MeetingOptions {
10
14 public boolean no_audio = false;
15
19 public String webinar_token = null;
20
21}
Meeting Options for Joining a Meeting.
Options to enable/disable functions in meeting.