Mac SDK
Instance Methods | List of all members
<ZoomSDKPremeetingServiceDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKPremeetingServiceDelegate>:

Instance Methods

(void) - onListMeeting:MeetingList:
 Callback event of listing meeting. More...
 
(void) - onScheduleOrEditMeeting:MeetingUniqueID:
 Notification of scheduling or editing a meeting. More...
 
(void) - onDeleteMeeting:
 Notification of deleting a meeting. More...
 

Method Documentation

◆ onDeleteMeeting:

- (void) onDeleteMeeting: (ZoomSDKPremeetingError)  error
optional

Notification of deleting a meeting.

Parameters
errorTell the result of deleting the meeting. If the function succeeds, it will return ZoomSDKPremeetingError_Success. Otherwise failed, returns errors.

◆ onListMeeting:MeetingList:

- (void) onListMeeting: (ZoomSDKPremeetingError)  error
MeetingList: (NSArray *)  meetingList 
optional

Callback event of listing meeting.

Parameters
errorTell the result of listing meeting. If the function succeeds, it will return ZoomSDKPremeetingError_Success. Otherwise failed, returns errors.
meetingListThe list of the scheduled upcoming meetings.

◆ onScheduleOrEditMeeting:MeetingUniqueID:

- (void) onScheduleOrEditMeeting: (ZoomSDKPremeetingError)  error
MeetingUniqueID: (long long)  meetingUniqueID 
optional

Notification of scheduling or editing a meeting.

Parameters
errorTell the result of scheduling/editing a meeting. If the function succeeds, it will return ZoomSDKPremeetingError_Success. Otherwise failed, returns errors.
meetingUniqueIDThe unique ID of the specified meeting to be scheduled or edited.

The documentation for this protocol was generated from the following file: