Meeting SDK for iOS API Reference
|
Provides settings for joining a meeting, such as start meeting with microphone or camera disabled. More...
#include <MobileRTCMeetingService.h>
Inherits NSObject.
Properties | |
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 the organization URL, like "yourcompany" in yourcompany.zoom.us. | |
NSString * | meetingNumber |
Meeting number, in format like 123456789. | |
NSString * | userName |
User name. | |
NSString * | password |
Password. | |
NSString * | webinarToken |
WebinarToken. | |
NSString * | zak |
The user's Zoom Access Key (ZAK) token. | |
NSString * | onBehalfToken |
On behalf token. | |
NSString * | appPrivilegeToken |
Token that provides privileges when a user joins a meeting, for example, local recording permissions, streaming to raw, or archiving to raw. | |
NSString * | join_token |
Token to join a meeting. | |
BOOL | isMyVoiceInMix |
<Optional> Is my voice in the mixed audio raw data? | |
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 settings for joining a meeting, such as start meeting with microphone or camera disabled.
Definition at line 106 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Token that provides privileges when a user joins a meeting, for example, local recording permissions, streaming to raw, or archiving to raw.
Definition at line 156 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
<Optional> The sampling rate of the acquired raw audio data, The default is MobileRTCAudioRawdataSamplingRate_32K.
Definition at line 176 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Developer-specified string to track end user.
Definition at line 121 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
<Optional> Is audio raw data stereo? The default is mono.
Definition at line 171 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
<Optional> Is my voice in the mixed audio raw data?
Definition at line 166 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Token to join a meeting.
Definition at line 161 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Meeting number, in format like 123456789.
Definition at line 129 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
Start meeting with microphone disabled.
Definition at line 110 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
Start meeting with camera disabled.
Definition at line 115 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
On behalf token.
Definition at line 151 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Password.
Definition at line 137 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
User name.
Definition at line 133 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Special ID for the personal link name in the organization URL, like "yourcompany" in yourcompany.zoom.us.
Definition at line 125 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
WebinarToken.
Definition at line 141 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
The user's Zoom Access Key (ZAK) token.
Definition at line 146 of file MobileRTCMeetingService.h.