Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.StartMeetingParams Class Reference

Parameters for starting a meeting. More...

Inherited by us.zoom.sdk.StartMeetingParams4NormalUser, and us.zoom.sdk.StartMeetingParamsWithoutLogin.

Data Fields

String meetingNo = null
 Gets or sets the scheduled meeting number.
String vanityID = null
 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 inviteContactId
 Gets or sets the invite contact ID.
boolean isAudioRawDataStereo
 Determines whether audio raw data is stereo. The default is mono.
VideoRawdataColorspace videoRawdataColorspace
 Gets or sets the colorspace of video raw data. The default is VideoRawdataColorspace_BT601_L.

Detailed Description

Parameters for starting a meeting.

Definition at line 6 of file StartMeetingParams.java.

Field Documentation

◆ inviteContactId

String us.zoom.sdk.StartMeetingParams.inviteContactId

Gets or sets the invite contact ID.

Definition at line 25 of file StartMeetingParams.java.

◆ isAudioRawDataStereo

boolean us.zoom.sdk.StartMeetingParams.isAudioRawDataStereo

Determines whether audio raw data is stereo. The default is mono.

Definition at line 30 of file StartMeetingParams.java.

◆ isMyVoiceInMix

boolean us.zoom.sdk.StartMeetingParams.isMyVoiceInMix

Determines whether the user's voice is in the mixed audio raw data.

Definition at line 20 of file StartMeetingParams.java.

◆ meetingNo

String us.zoom.sdk.StartMeetingParams.meetingNo = null

Gets or sets the scheduled meeting number.

Definition at line 10 of file StartMeetingParams.java.

◆ vanityID

String us.zoom.sdk.StartMeetingParams.vanityID = null

Gets or sets the meeting vanity ID, which is the personal link name.

Definition at line 15 of file StartMeetingParams.java.

◆ videoRawdataColorspace

VideoRawdataColorspace us.zoom.sdk.StartMeetingParams.videoRawdataColorspace

Gets or sets the colorspace of video raw data. The default is VideoRawdataColorspace_BT601_L.

Definition at line 35 of file StartMeetingParams.java.