Meeting SDK for macOS API Reference
|
Meeting start options when using SDK credentials (no ZAK). More...
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Properties | |
NSString * | vanityID |
Set meetingNumber to 0 if you want to start a meeting with vanityID. | |
ZoomSDKUserType | userType |
It depends on the type of client account. | |
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. | |
Meeting start options when using SDK credentials (no ZAK).
Definition at line 83 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.
Definition at line 131 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Customer Key the customer key of user.
Definition at line 115 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The APP to be shared.
Definition at line 103 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Set the invitation ID for automatic meeting invitation.
Definition at line 123 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Is audio raw data stereo? The default is mono.
Definition at line 127 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to start sharing computer desktop directly when meeting starts.
Definition at line 99 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to contain my voice in the mixed audio raw data.
Definition at line 119 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to turn off the audio when user joins meeting.
Definition at line 111 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to turn off the video when user joins meeting.
Definition at line 107 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 95 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
It depends on the type of client account.
Definition at line 91 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Set meetingNumber to 0 if you want to start a meeting with vanityID.
Definition at line 87 of file ZoomSDKMeetingService.h.