|
Meeting SDK for iOS API Reference
|
Provides settings for meetings. More...
#include <MobileRTCMeetingService.h>
Inherits NSObject.
Properties | |
| MobileRTCMeetingType | meetingType |
| Meeting type. | |
| 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. | |
Provides settings for meetings.
Definition at line 221 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
Auto cloud recording enabled or not. YES indicates to enable auto cloud recording.
Definition at line 240 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
Auto local recording enabled or not. YES indicates to enable auto local recording.
Definition at line 235 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
View only or not. YES indicates to view only.
Definition at line 230 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Meeting host.
Definition at line 255 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
Meeting number.
Definition at line 245 of file MobileRTCMeetingService.h.
|
readwritenonatomiccopy |
Meeting topic.
Definition at line 250 of file MobileRTCMeetingService.h.
|
readwritenonatomicassign |
Meeting type.
Definition at line 225 of file MobileRTCMeetingService.h.