Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKStartMeetingElements Class Reference

#import <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 isNoAuido
 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.
 

Detailed Description

Definition at line 62 of file ZoomSDKMeetingService.h.

Property Documentation

◆ customerKey

- (NSString*) customerKey
readwritenonatomiccopy

Customer Key the customer key of user.

Definition at line 94 of file ZoomSDKMeetingService.h.

◆ displayID

- (CGDirectDisplayID) displayID
readwritenonatomicassign

The APP to be shared.

Definition at line 82 of file ZoomSDKMeetingService.h.

◆ inviteContactID

- (NSString*) inviteContactID
readwritenonatomiccopy

Set the invitation ID for automatic meeting invitation.

Definition at line 102 of file ZoomSDKMeetingService.h.

◆ isAudioRawDataStereo

- (BOOL) isAudioRawDataStereo
readwritenonatomicassign

Is audio raw data stereo? The default is mono.

Definition at line 106 of file ZoomSDKMeetingService.h.

◆ isDirectShare

- (BOOL) isDirectShare
readwritenonatomicassign

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

Definition at line 78 of file ZoomSDKMeetingService.h.

◆ isMyVoiceInMix

- (BOOL) isMyVoiceInMix
readwritenonatomicassign

Set it to YES to contain my voice in the mixed audio raw data.

Definition at line 98 of file ZoomSDKMeetingService.h.

◆ isNoAuido

- (BOOL) isNoAuido
readwritenonatomicassign

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

Definition at line 90 of file ZoomSDKMeetingService.h.

◆ isNoVideo

- (BOOL) isNoVideo
readwritenonatomicassign

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

Definition at line 86 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 74 of file ZoomSDKMeetingService.h.

◆ userType

- (ZoomSDKUserType) userType
readwritenonatomicassign

It depends on the type of client account.

Definition at line 70 of file ZoomSDKMeetingService.h.

◆ vanityID

- (NSString*) vanityID
readwritenonatomiccopy

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

Definition at line 66 of file ZoomSDKMeetingService.h.