Meeting SDK for macOS API Reference
|
Meeting start options using ZAK (Zoom Access Key). More...
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Properties | |
NSString * | zak |
Security session key got from web. | |
NSString * | displayName |
User's screen name displayed in the meeting. | |
NSString * | vanityID |
Set meetingNumber to 0 if you want to start a meeting with vanityID. | |
SDKUserType | userType |
User type. | |
long long | meetingNumber |
It may be the number of a scheduled meeting or a Personal Meeting ID. Set it to 0 to start an instant meeting. | |
BOOL | isDirectShare |
Set it to YES to start sharing computer desktop directly when meeting starts. | |
CGDirectDisplayID | displayID |
The APP to be shared. | |
BOOL | isNoVideo |
Set it to YES to turn off the video when user joins meeting. | |
BOOL | isNoAudio |
Set it to YES to turn off the audio when user joins meeting. | |
NSString * | customerKey |
Customer Key the customer key of user. | |
BOOL | isMyVoiceInMix |
Set it to YES to contain my voice in the mixed audio raw data. | |
NSString * | inviteContactID |
Set the invitation ID for automatic meeting invitation. | |
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. | |
ZoomSDKVideoRawdataColorspace | videoRawdataColorspace |
The colorspace of video rawdata. The default is ZoomSDKVideoRawdataColorspace_BT601_L . | |
Meeting start options using ZAK (Zoom Access Key).
Definition at line 144 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.
Definition at line 200 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Customer Key the customer key of user.
Definition at line 184 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The APP to be shared.
Definition at line 172 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
User's screen name displayed in the meeting.
Definition at line 152 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Set the invitation ID for automatic meeting invitation.
Definition at line 192 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Is audio raw data stereo? The default is mono.
Definition at line 196 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to start sharing computer desktop directly when meeting starts.
Definition at line 168 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to contain my voice in the mixed audio raw data.
Definition at line 188 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to turn off the audio when user joins meeting.
Definition at line 180 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to turn off the video when user joins meeting.
Definition at line 176 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
It may be the number of a scheduled meeting or a Personal Meeting ID. Set it to 0 to start an instant meeting.
Definition at line 164 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
User type.
Definition at line 160 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Set meetingNumber to 0 if you want to start a meeting with vanityID.
Definition at line 156 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The colorspace of video rawdata. The default is ZoomSDKVideoRawdataColorspace_BT601_L
.
Definition at line 204 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Security session key got from web.
Definition at line 148 of file ZoomSDKMeetingService.h.