|
Meeting SDK for Android API Reference
|
Parameters for joining a meeting. More...
Inherited by us.zoom.sdk.JoinMeetingParam4WithoutLogin.
Data Fields | |
| String | meetingNo = null |
| Gets or sets the scheduled meeting number. | |
| String | displayName = null |
| Gets or sets the user's screen name in the meeting. | |
| String | password = null |
| Gets or sets the meeting password. | |
| String | vanityID = null |
| Gets or sets the meeting vanity ID, which is the personal link name. | |
| String | webinarToken |
| Gets or sets the webinar token. | |
| String | join_token |
| Gets or sets the join meeting token. | |
| String | appPrivilegeToken |
| Gets or sets the app privilege token. | |
| boolean | isMyVoiceInMix |
| Determines whether the user's voice is in the mixed audio raw data. | |
| 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. | |
Parameters for joining a meeting.
Definition at line 6 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.appPrivilegeToken |
Gets or sets the app privilege token.
Definition at line 41 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.displayName = null |
Gets or sets the user's screen name in the meeting.
Definition at line 15 of file JoinMeetingParams.java.
| boolean us.zoom.sdk.JoinMeetingParams.isAudioRawDataStereo |
Determines whether audio raw data is stereo. The default is mono.
Definition at line 51 of file JoinMeetingParams.java.
| boolean us.zoom.sdk.JoinMeetingParams.isMyVoiceInMix |
Determines whether the user's voice is in the mixed audio raw data.
Definition at line 46 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.join_token |
Gets or sets the join meeting token.
Definition at line 35 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.meetingNo = null |
Gets or sets the scheduled meeting number.
Definition at line 10 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.password = null |
Gets or sets the meeting password.
Definition at line 20 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.vanityID = null |
Gets or sets the meeting vanity ID, which is the personal link name.
Definition at line 25 of file JoinMeetingParams.java.
| VideoRawdataColorspace us.zoom.sdk.JoinMeetingParams.videoRawdataColorspace |
Gets or sets the colorspace of video raw data. The default is VideoRawdataColorspace_BT601_L.
Definition at line 56 of file JoinMeetingParams.java.
| String us.zoom.sdk.JoinMeetingParams.webinarToken |
Gets or sets the webinar token.
Definition at line 30 of file JoinMeetingParams.java.