Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingStartParam4WithoutLoginUser Class Reference

Provides parameters for a non-logged-in user (an anonymous user) to start a meeting. More...

#import <MobileRTCMeetingService.h>

Inherits MobileRTCMeetingStartParam.

Properties

MobileRTCUserType userType
 User type enum defined in MobileRTCUserType.
 
NSString * userName
 The user's display name in the meeting.
 
NSString * zak
 The user's Zoom Access Key (ZAK) token.
 
- Properties inherited from MobileRTCMeetingStartParam
BOOL isAppShare
 Start meeting with screen sharing immediately enabled.
 
BOOL noAudio
 Start meeting with microphone disabled.
 
BOOL noVideo
 Start meeting with camera disabled.
 
NSString * customerKey
 Developer-specified string to track end user.
 
NSString * vanityID
 Special ID for the personal link name in organization URL, like "yourcompany" in yourcompany.zoom.us.
 
NSString * meetingNumber
 Meeting number, in format like 123456789.
 
BOOL isMyVoiceInMix
 <Optional> Is my voice in the mixed audio raw data?
 
NSString * inviteContactID
 <Optional>Set the invitation ID for automatic meeting invitation.
 
BOOL isAudioRawDataStereo
 <Optional> Is audio raw data stereo? The default is mono.
 

Detailed Description

Provides parameters for a non-logged-in user (an anonymous user) to start a meeting.

Warning
The ZAK cannot be null.

Definition at line 77 of file MobileRTCMeetingService.h.

Property Documentation

◆ userName

- (NSString*) userName
readwritenonatomicretain

The user's display name in the meeting.

Definition at line 87 of file MobileRTCMeetingService.h.

◆ userType

- (MobileRTCUserType) userType
readwritenonatomicassign

User type enum defined in MobileRTCUserType.

Definition at line 82 of file MobileRTCMeetingService.h.

◆ zak

- (NSString*) zak
readwritenonatomicretain

The user's Zoom Access Key (ZAK) token.

Warning
The ZAK cannot be null.

Definition at line 93 of file MobileRTCMeetingService.h.