macOS SDK API Reference
|
#import <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 39 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
isAutoRecordingCloud Auto cloud recording or not. YES indicates to auto cloud recording.
Definition at line 55 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
isAutoRecordingLocal Auto local recording or not. YES indicates to auto local recording.
Definition at line 51 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
isViewOnly YES indicates to view only meeting,otherwise not.
Definition at line 47 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
meetingHost host of the meeting.
Definition at line 67 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
meetingNumber unique number of the meeting.
Definition at line 59 of file ZoomSDKMeetingService.h.
|
readwritenonatomiccopy |
meetingTopic topic of the meeting.
Definition at line 63 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
meetingType type of the meeting.
Definition at line 43 of file ZoomSDKMeetingService.h.