Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingParameter Class 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.
 

Detailed Description

Definition at line 37 of file ZoomSDKMeetingService.h.

Property Documentation

◆ isAutoRecordingCloud

- (BOOL) isAutoRecordingCloud
readwritenonatomicassign

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

Definition at line 53 of file ZoomSDKMeetingService.h.

◆ isAutoRecordingLocal

- (BOOL) isAutoRecordingLocal
readwritenonatomicassign

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

Definition at line 49 of file ZoomSDKMeetingService.h.

◆ isViewOnly

- (BOOL) isViewOnly
readwritenonatomicassign

isViewOnly YES indicates to view only meeting,otherwise not.

Definition at line 45 of file ZoomSDKMeetingService.h.

◆ meetingHost

- (NSString*) meetingHost
readwritenonatomiccopy

meetingHost host of the meeting.

Definition at line 65 of file ZoomSDKMeetingService.h.

◆ meetingNumber

- (long long) meetingNumber
readwritenonatomicassign

meetingNumber unique number of the meeting.

Definition at line 57 of file ZoomSDKMeetingService.h.

◆ meetingTopic

- (NSString*) meetingTopic
readwritenonatomiccopy

meetingTopic topic of the meeting.

Definition at line 61 of file ZoomSDKMeetingService.h.

◆ meetingType

- (MeetingType) meetingType
readwritenonatomicassign

meetingType type of the meeting.

Definition at line 41 of file ZoomSDKMeetingService.h.