Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingParameter Class Reference

Meeting parameter information. More...

#include <ZoomSDKMeetingService.h>

Inherits NSObject.

Properties

MeetingType meetingType
 Type of the meeting.
 
BOOL isViewOnly
 YES indicates to view only meeting, Otherwise, NO.
 
BOOL isAutoRecordingLocal
 Auto local recording or not. YES indicates to auto local recording.
 
BOOL isAutoRecordingCloud
 Auto cloud recording or not. YES indicates to auto cloud recording.
 
long long meetingNumber
 Unique number of the meeting.
 
NSString * meetingTopic
 Topic of the meeting.
 
NSString * meetingHost
 Host of the meeting.
 

Detailed Description

Meeting parameter information.

Definition at line 47 of file ZoomSDKMeetingService.h.

Property Documentation

◆ isAutoRecordingCloud

- (BOOL) isAutoRecordingCloud
readwritenonatomicassign

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

Definition at line 63 of file ZoomSDKMeetingService.h.

◆ isAutoRecordingLocal

- (BOOL) isAutoRecordingLocal
readwritenonatomicassign

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

Definition at line 59 of file ZoomSDKMeetingService.h.

◆ isViewOnly

- (BOOL) isViewOnly
readwritenonatomicassign

YES indicates to view only meeting, Otherwise, NO.

Definition at line 55 of file ZoomSDKMeetingService.h.

◆ meetingHost

- (NSString*) meetingHost
readwritenonatomiccopy

Host of the meeting.

Definition at line 75 of file ZoomSDKMeetingService.h.

◆ meetingNumber

- (long long) meetingNumber
readwritenonatomicassign

Unique number of the meeting.

Definition at line 67 of file ZoomSDKMeetingService.h.

◆ meetingTopic

- (NSString*) meetingTopic
readwritenonatomiccopy

Topic of the meeting.

Definition at line 71 of file ZoomSDKMeetingService.h.

◆ meetingType

- (MeetingType) meetingType
readwritenonatomicassign

Type of the meeting.

Definition at line 51 of file ZoomSDKMeetingService.h.