Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
StartMeetingParams.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public class StartMeetingParams {
10 public String meetingNo = null;
11
15 public String vanityID = null;
16
20 public boolean isMyVoiceInMix;
21
25 public String inviteContactId;
26
30 public boolean isAudioRawDataStereo;
31
36
37}
Parameters for starting a meeting.
boolean isMyVoiceInMix
Determines whether the user's voice is in the mixed audio raw data.
String meetingNo
Gets or sets the scheduled meeting number.
VideoRawdataColorspace videoRawdataColorspace
Gets or sets the colorspace of video raw data. The default is VideoRawdataColorspace_BT601_L.
String vanityID
Gets or sets the meeting vanity ID, which is the personal link name.
String inviteContactId
Gets or sets the invite contact ID.
boolean isAudioRawDataStereo
Determines whether audio raw data is stereo. The default is mono.
Enumeration of video raw data colorspace.