macOS SDK API Reference
|
#import <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 |
It depends on the type of client account. | |
NSString * | customerKey |
Customer Key the customer key of user. | |
long long | meetingNumber |
The number of meeting that you want to join. | |
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 | isNoAuido |
Set 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 |
appPrivilegeToken Token for app privilege. | |
NSString * | join_token |
join_token Meeting join token. | |
Definition at line 148 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
appPrivilegeToken Token for app privilege.
Definition at line 200 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Customer Key the customer key of user.
Definition at line 172 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The APP to be shared.
Definition at line 184 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
User's screen name displayed in the meeting.
Definition at line 160 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to start sharing computer desktop directly when meeting starts.
Definition at line 180 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to turn off the audio when user joins meeting.
Definition at line 192 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Set it to YES to turn off the video when user joins meeting.
Definition at line 188 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
join_token Meeting join token.
Definition at line 204 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
The number of meeting that you want to join.
Definition at line 176 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Meeting password. Set it to nil or "" to remove the password.
Definition at line 196 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
It depends on the type of client account.
Definition at line 168 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Personal meeting URL, set meetingNumber to 0 if you want to start meeting with vanityID.
Definition at line 164 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
It is indispensable for a panelist when user joins a webinar.
Definition at line 156 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
Security session key got from web.
Definition at line 152 of file ZoomSDKMeetingService.h.