Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
JoinMeetingParams.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public class JoinMeetingParams {
10 public String meetingNo = null;
11
15 public String displayName = null;
16
20 public String password = null;
21
25 public String vanityID = null;
26
30 public String webinarToken;
31
35 public String join_token;
36
37
41 public String appPrivilegeToken;
42
46 public boolean isMyVoiceInMix;
47
51 public boolean isAudioRawDataStereo;
52
57}
Parameters for joining a meeting.
String webinarToken
Gets or sets the webinar token.
String password
Gets or sets the meeting password.
String join_token
Gets or sets the join meeting token.
VideoRawdataColorspace videoRawdataColorspace
Gets or sets the colorspace of video raw data. The default is VideoRawdataColorspace_BT601_L.
boolean isAudioRawDataStereo
Determines whether audio raw data is stereo. The default is mono.
String displayName
Gets or sets the user's screen name in the meeting.
String appPrivilegeToken
Gets or sets the app privilege token.
String vanityID
Gets or sets the meeting vanity ID, which is the personal link name.
boolean isMyVoiceInMix
Determines whether the user's voice is in the mixed audio raw data.
String meetingNo
Gets or sets the scheduled meeting number.
Enumeration of video raw data colorspace.