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

Provides settings for starting a meeting, such as enabling screen sharing, microphone, and camera. More...

#include <MobileRTCMeetingService.h>

Inherits NSObject.

Inherited by MobileRTCMeetingStartParam4LoginlUser, and MobileRTCMeetingStartParam4WithoutLoginUser.

Properties

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.
 
MobileRTCVideoRawdataColorspace videoRawdataColorspace
 <Optional> The colorspace of video rawdata. The default is VideoRawdataColorspace_BT601_L.
 

Detailed Description

Provides settings for starting a meeting, such as enabling screen sharing, microphone, and camera.

Definition at line 14 of file MobileRTCMeetingService.h.

Property Documentation

◆ audioRawSampleRate

- (MobileRTCAudioRawdataSamplingRate) audioRawSampleRate
readwritenonatomicassign

<Optional> The sampling rate of the acquired raw audio data, The default is MobileRTCAudioRawdataSamplingRate_32K.

Definition at line 64 of file MobileRTCMeetingService.h.

◆ customerKey

- (NSString*) customerKey
readwritenonatomiccopy

Developer-specified string to track end user.

Note
Provided in webhook event, not used internally by SDK.

Definition at line 34 of file MobileRTCMeetingService.h.

◆ inviteContactID

- (NSString*) inviteContactID
readwritenonatomiccopy

<Optional>Set the invitation ID for automatic meeting invitation.

Definition at line 54 of file MobileRTCMeetingService.h.

◆ isAppShare

- (BOOL) isAppShare
readwritenonatomicassign

Start meeting with screen sharing immediately enabled.

Definition at line 18 of file MobileRTCMeetingService.h.

◆ isAudioRawDataStereo

- (BOOL) isAudioRawDataStereo
readwritenonatomicassign

<Optional> Is audio raw data stereo? The default is mono.

Definition at line 59 of file MobileRTCMeetingService.h.

◆ isMyVoiceInMix

- (BOOL) isMyVoiceInMix
readwritenonatomicassign

<Optional> Is my voice in the mixed audio raw data?

Definition at line 49 of file MobileRTCMeetingService.h.

◆ meetingNumber

- (NSString*) meetingNumber
readwritenonatomiccopy

Meeting number, in format like 123456789.

Definition at line 44 of file MobileRTCMeetingService.h.

◆ noAudio

- (BOOL) noAudio
readwritenonatomicassign

Start meeting with microphone disabled.

Definition at line 23 of file MobileRTCMeetingService.h.

◆ noVideo

- (BOOL) noVideo
readwritenonatomicassign

Start meeting with camera disabled.

Definition at line 28 of file MobileRTCMeetingService.h.

◆ vanityID

- (NSString*) vanityID
readwritenonatomiccopy

Special ID for the personal link name in organization URL, like "yourcompany" in yourcompany.zoom.us.

Definition at line 39 of file MobileRTCMeetingService.h.

◆ videoRawdataColorspace

- (MobileRTCVideoRawdataColorspace) videoRawdataColorspace
readwritenonatomicassign

<Optional> The colorspace of video rawdata. The default is VideoRawdataColorspace_BT601_L.

Definition at line 69 of file MobileRTCMeetingService.h.