iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingParameter Class Reference

Provides settings for meetings. More...

#import <MobileRTCMeetingService.h>

Inherits NSObject.

Properties

MobileRTCMeetingType meetingType
 Meeting type. MobileRTCMeetingType.
 
BOOL isViewOnly
 View only or not. YES indicates to view only.
 
BOOL isAutoRecordingLocal
 Auto local recording enabled or not. YES indicates to enable auto local recording.
 
BOOL isAutoRecordingCloud
 Auto cloud recording enabled or not. YES indicates to enable auto cloud recording.
 
unsigned long long meetingNumber
 Meeting number.
 
NSString *_Nullable meetingTopic
 Meeting topic.
 
NSString *_Nullable meetingHost
 Meeting host.
 

Detailed Description

Provides settings for meetings.

Definition at line 171 of file MobileRTCMeetingService.h.

Property Documentation

◆ isAutoRecordingCloud

- (BOOL) isAutoRecordingCloud
readwritenonatomicassign

Auto cloud recording enabled or not. YES indicates to enable auto cloud recording.

Definition at line 191 of file MobileRTCMeetingService.h.

◆ isAutoRecordingLocal

- (BOOL) isAutoRecordingLocal
readwritenonatomicassign

Auto local recording enabled or not. YES indicates to enable auto local recording.

Definition at line 186 of file MobileRTCMeetingService.h.

◆ isViewOnly

- (BOOL) isViewOnly
readwritenonatomicassign

View only or not. YES indicates to view only.

Definition at line 181 of file MobileRTCMeetingService.h.

◆ meetingHost

- (NSString* _Nullable) meetingHost
readwritenonatomicretain

Meeting host.

Definition at line 206 of file MobileRTCMeetingService.h.

◆ meetingNumber

- (unsigned long long) meetingNumber
readwritenonatomicassign

Meeting number.

Definition at line 196 of file MobileRTCMeetingService.h.

◆ meetingTopic

- (NSString* _Nullable) meetingTopic
readwritenonatomicretain

Meeting topic.

Definition at line 201 of file MobileRTCMeetingService.h.

◆ meetingType

- (MobileRTCMeetingType) meetingType
readwritenonatomicassign

Meeting type. MobileRTCMeetingType.

Definition at line 176 of file MobileRTCMeetingService.h.