ZOOM Windows SDK  5.4.54802.0124
Public Member Functions | List of all members
IPreMeetingServiceEvent Class Referenceabstract

Pre-meeting service event interface. More...

#include <premeeting_service_interface.h>

Public Member Functions

virtual void onListMeeting (PremeetingAPIResult result, IList< UINT64 > *lstMeetingList)=0
 List meeting callback event. More...
 
virtual void onScheduleOrEditMeeting (PremeetingAPIResult result, UINT64 meetingUniqueID)=0
 Schedule or edit meeting callback event. More...
 
virtual void onDeleteMeeting (PremeetingAPIResult result)=0
 Delete meeting callback. More...
 
virtual void onGetInviteEmailContent (PremeetingAPIResult result, UINT64 meetingUniqueID, const wchar_t *content)=0
 synchronize the content meeting invite email callback. More...
 

Detailed Description

Pre-meeting service event interface.

Member Function Documentation

◆ onDeleteMeeting()

virtual void IPreMeetingServiceEvent::onDeleteMeeting ( PremeetingAPIResult  result)
pure virtual

Delete meeting callback.

Parameters
resultThe result of calling IPreMeetingService::DeleteMeeting(). For more details, see PremeetingAPIResult enum.

◆ onGetInviteEmailContent()

virtual void IPreMeetingServiceEvent::onGetInviteEmailContent ( PremeetingAPIResult  result,
UINT64  meetingUniqueID,
const wchar_t *  content 
)
pure virtual

synchronize the content meeting invite email callback.

Parameters
resultThe result of calling IPreMeetingService::AsyncGetInviteEmailContent(). For more details, see PremeetingAPIResult enum.
meetingUniqueIDThe meeting ID that the content of meeting invite email belongs to. Valid only when result is PREMETAPIRET_SUCCESS.
contentThe content of meeting invite email. Valid only when result is PREMETAPIRET_SUCCESS.

◆ onListMeeting()

virtual void IPreMeetingServiceEvent::onListMeeting ( PremeetingAPIResult  result,
IList< UINT64 > *  lstMeetingList 
)
pure virtual

List meeting callback event.

Parameters
resultThe result of calling IPreMeetingService::ListMeeting(). For more details, see PremeetingAPIResult enum.
lstMeetingListA pointer to the list of meeting ID.

◆ onScheduleOrEditMeeting()

virtual void IPreMeetingServiceEvent::onScheduleOrEditMeeting ( PremeetingAPIResult  result,
UINT64  meetingUniqueID 
)
pure virtual

Schedule or edit meeting callback event.

Parameters
resultThe result of calling IPreMeetingService::ScheduleMeeting(). For more details, see PremeetingAPIResult enum.
meetingUniqueIDThe meeting ID to schedule or edit the meeting.

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