Meeting SDK for macOS API Reference
|
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Properties | |
MeetingType | meetingType |
meetingType type of the meeting. | |
BOOL | isViewOnly |
isViewOnly YES indicates to view only meeting,otherwise not. | |
BOOL | isAutoRecordingLocal |
isAutoRecordingLocal Auto local recording or not. YES indicates to auto local recording. | |
BOOL | isAutoRecordingCloud |
isAutoRecordingCloud Auto cloud recording or not. YES indicates to auto cloud recording. | |
long long | meetingNumber |
meetingNumber unique number of the meeting. | |
NSString * | meetingTopic |
meetingTopic topic of the meeting. | |
NSString * | meetingHost |
meetingHost host of the meeting. | |
Definition at line 37 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
isAutoRecordingCloud Auto cloud recording or not. YES indicates to auto cloud recording.
Definition at line 53 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
isAutoRecordingLocal Auto local recording or not. YES indicates to auto local recording.
Definition at line 49 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
isViewOnly YES indicates to view only meeting,otherwise not.
Definition at line 45 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
meetingHost host of the meeting.
Definition at line 65 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
meetingNumber unique number of the meeting.
Definition at line 57 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
meetingTopic topic of the meeting.
Definition at line 61 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
meetingType type of the meeting.
Definition at line 41 of file ZoomSDKMeetingService.h.