|
Meeting SDK for macOS API Reference
|
Meeting join options. More...
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Properties | |
| NSString * | zak |
| Security session key got from web. | |
| NSString * | webinarToken |
| It is indispensable for a panelist when user joins a webinar. | |
| NSString * | displayName |
| User's screen name displayed in the meeting. | |
| NSString * | vanityID |
| Personal meeting URL, set meetingNumber to 0 if you want to start meeting with vanityID. | |
| ZoomSDKUserType | userType |
| User type. | |
| NSString * | customerKey |
| Customer Key the customer key of user. | |
| long long | meetingNumber |
| The number of meeting that you want to join. | |
| BOOL | isDirectShare |
| Sets it to YES to start sharing computer desktop directly when meeting starts. | |
| CGDirectDisplayID | displayID |
| The APP to be shared. | |
| BOOL | isNoVideo |
| Sets it to YES to turn off the video when user joins meeting. | |
| BOOL | isNoAudio |
| Sets it to YES to turn off the audio when user joins meeting. | |
| NSString * | password |
| Meeting password. Set it to nil or "" to remove the password. | |
| NSString * | appPrivilegeToken |
| Token for app privilege. | |
| NSString * | join_token |
| Meeting join token. | |
| BOOL | isMyVoiceInMix |
| Sets it to YES to contain my voice in the mixed audio raw data. | |
| BOOL | isAudioRawDataStereo |
| Is audio raw data stereo? The default is mono. | |
| ZoomSDKAudioRawdataSamplingRate | audioRawdataSamplingRate |
| The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K. | |
| NSString * | onBehalfToken |
| On behalf token. | |
| ZoomSDKVideoRawdataColorspace | videoRawdataColorspace |
The colorspace of video rawdata. The default is ZoomSDKVideoRawdataColorspace_BT601_L. | |
Meeting join options.
Definition at line 213 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Token for app privilege.
Definition at line 265 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.
Definition at line 281 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Customer Key the customer key of user.
Definition at line 237 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The APP to be shared.
Definition at line 249 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
User's screen name displayed in the meeting.
Definition at line 225 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Is audio raw data stereo? The default is mono.
Definition at line 277 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Sets it to YES to start sharing computer desktop directly when meeting starts.
Definition at line 245 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Sets it to YES to contain my voice in the mixed audio raw data.
Definition at line 273 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Sets it to YES to turn off the audio when user joins meeting.
Definition at line 257 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Sets it to YES to turn off the video when user joins meeting.
Definition at line 253 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Meeting join token.
Definition at line 269 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The number of meeting that you want to join.
Definition at line 241 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
On behalf token.
Definition at line 285 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Meeting password. Set it to nil or "" to remove the password.
Definition at line 261 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
User type.
Definition at line 233 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Personal meeting URL, set meetingNumber to 0 if you want to start meeting with vanityID.
Definition at line 229 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The colorspace of video rawdata. The default is ZoomSDKVideoRawdataColorspace_BT601_L.
Definition at line 289 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
It is indispensable for a panelist when user joins a webinar.
Definition at line 221 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Security session key got from web.
Definition at line 217 of file ZoomSDKMeetingService.h.