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

Provides settings for a logged-in user to start a meeting. More...

#include <MobileRTCMeetingService.h>

Inherits MobileRTCMeetingStartParam.

Additional Inherited Members

- Properties inherited from MobileRTCMeetingStartParam
BOOL isAppShare
 YES to start meeting with screen sharing immediately enabled. Otherwise, NO.
 
BOOL noAudio
 YES to start meeting with microphone disabled. Otherwise, NO.
 
BOOL noVideo
 YES to start meeting with camera disabled. Otherwise, NO.
 
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
 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.
 
MobileRTCVideoRawdataColorspace videoRawdataColorspace
 <Optional> The colorspace of video rawdata. The default is VideoRawdataColorspace_BT601_L.
 

Detailed Description

Provides settings for a logged-in user to start a meeting.

Definition at line 79 of file MobileRTCMeetingService.h.