macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKStartMeetingUseZakElements Class Reference

#import <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 isNoAuido
 Set it to YES to turn off the audio when user joins meeting.
 
NSString * customerKey
 Customer Key the customer key of user.
 

Detailed Description

Definition at line 105 of file ZoomSDKMeetingService.h.

Property Documentation

◆ customerKey

- (NSString*) customerKey
readwritenonatomiccopy

Customer Key the customer key of user.

Definition at line 145 of file ZoomSDKMeetingService.h.

◆ displayID

- (CGDirectDisplayID) displayID
readwritenonatomicassign

The APP to be shared.

Definition at line 133 of file ZoomSDKMeetingService.h.

◆ displayName

- (NSString*) displayName
readwritenonatomiccopy

User's screen name displayed in the meeting.

Definition at line 113 of file ZoomSDKMeetingService.h.

◆ isDirectShare

- (BOOL) isDirectShare
readwritenonatomicassign

Set it to YES to start sharing computer desktop directly when meeting starts.

Definition at line 129 of file ZoomSDKMeetingService.h.

◆ isNoAuido

- (BOOL) isNoAuido
readwritenonatomicassign

Set it to YES to turn off the audio when user joins meeting.

Definition at line 141 of file ZoomSDKMeetingService.h.

◆ isNoVideo

- (BOOL) isNoVideo
readwritenonatomicassign

Set it to YES to turn off the video when user joins meeting.

Definition at line 137 of file ZoomSDKMeetingService.h.

◆ meetingNumber

- (long long) meetingNumber
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 125 of file ZoomSDKMeetingService.h.

◆ userType

- (SDKUserType) userType
readwritenonatomicassign

User type.

Definition at line 121 of file ZoomSDKMeetingService.h.

◆ vanityID

- (NSString*) vanityID
readwritenonatomiccopy

Set meetingNumber to 0 if you want to start a meeting with vanityID.

Definition at line 117 of file ZoomSDKMeetingService.h.

◆ zak

- (NSString*) zak
readwritenonatomiccopy

Security session key got from web.

Definition at line 109 of file ZoomSDKMeetingService.h.