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

#include <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 isNoAudio
 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.
 
BOOL isMyVoiceInMix
 Set it to YES to contain my voice in the mixed audio raw data.
 
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.
 
NSString * onBehalfToken
 On behalf token.
 

Detailed Description

Definition at line 178 of file ZoomSDKMeetingService.h.

Property Documentation

◆ appPrivilegeToken

- (NSString*) appPrivilegeToken
readwritenonatomiccopy

appPrivilegeToken Token for app privilege.

Definition at line 230 of file ZoomSDKMeetingService.h.

◆ audioRawdataSamplingRate

- (ZoomSDKAudioRawdataSamplingRate) audioRawdataSamplingRate
readwritenonatomicassign

The sampling rate of the acquired raw audio data. The default is AudioRawdataSamplingRate_32K.

Definition at line 246 of file ZoomSDKMeetingService.h.

◆ customerKey

- (NSString*) customerKey
readwritenonatomiccopy

Customer Key the customer key of user.

Definition at line 202 of file ZoomSDKMeetingService.h.

◆ displayID

- (CGDirectDisplayID) displayID
readwritenonatomicassign

The APP to be shared.

Definition at line 214 of file ZoomSDKMeetingService.h.

◆ displayName

- (NSString*) displayName
readwritenonatomiccopy

User's screen name displayed in the meeting.

Definition at line 190 of file ZoomSDKMeetingService.h.

◆ isAudioRawDataStereo

- (BOOL) isAudioRawDataStereo
readwritenonatomicassign

Is audio raw data stereo? The default is mono.

Definition at line 242 of file ZoomSDKMeetingService.h.

◆ isDirectShare

- (BOOL) isDirectShare
readwritenonatomicassign

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

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

◆ isNoAudio

- (BOOL) isNoAudio
readwritenonatomicassign

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

Definition at line 222 of file ZoomSDKMeetingService.h.

◆ isNoVideo

- (BOOL) isNoVideo
readwritenonatomicassign

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

Definition at line 218 of file ZoomSDKMeetingService.h.

◆ join_token

- (NSString*) join_token
readwritenonatomiccopy

join_token Meeting join token.

Definition at line 234 of file ZoomSDKMeetingService.h.

◆ meetingNumber

- (long long) meetingNumber
readwritenonatomicassign

The number of meeting that you want to join.

Definition at line 206 of file ZoomSDKMeetingService.h.

◆ onBehalfToken

- (NSString*) onBehalfToken
readwritenonatomiccopy

On behalf token.

Definition at line 250 of file ZoomSDKMeetingService.h.

◆ password

- (NSString*) password
readwritenonatomiccopy

Meeting password. Set it to nil or "" to remove the password.

Definition at line 226 of file ZoomSDKMeetingService.h.

◆ userType

- (ZoomSDKUserType) userType
readwritenonatomicassign

It depends on the type of client account.

Definition at line 198 of file ZoomSDKMeetingService.h.

◆ vanityID

- (NSString*) vanityID
readwritenonatomiccopy

Personal meeting URL, set meetingNumber to 0 if you want to start meeting with vanityID.

Definition at line 194 of file ZoomSDKMeetingService.h.

◆ webinarToken

- (NSString*) webinarToken
readwritenonatomiccopy

It is indispensable for a panelist when user joins a webinar.

Definition at line 186 of file ZoomSDKMeetingService.h.

◆ zak

- (NSString*) zak
readwritenonatomiccopy

Security session key got from web.

Definition at line 182 of file ZoomSDKMeetingService.h.