Meeting SDK for iOS API Reference
|
Provides parameters for a non-logged-in user (an anonymous user) to start a meeting. More...
#include <MobileRTCMeetingService.h>
Inherits MobileRTCMeetingStartParam.
Properties | |
MobileRTCUserType | userType |
User type. | |
NSString * | userName |
The user's display name in the meeting. | |
NSString * | zak |
The user's Zoom Access Key (ZAK) token. | |
![]() | |
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. | |
MobileRTCAudioRawdataSamplingRate | audioRawSampleRate |
<Optional> The sampling rate of the acquired raw audio data, The default is MobileRTCAudioRawdataSamplingRate_32K. | |
Provides parameters for a non-logged-in user (an anonymous user) to start a meeting.
Definition at line 83 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
The user's display name in the meeting.
Definition at line 92 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
User type.
Definition at line 87 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
The user's Zoom Access Key (ZAK) token.
Definition at line 98 of file MobileRTCMeetingService.h.