Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
INotificationServiceEvent Class Referenceabstract

Notification service helper callback event. More...

#include <notification_service_interface.h>

Public Member Functions

virtual void onMeetingDeviceListChanged (IList< InMeetingDeviceInfo > *pDeviceList)=0
 Callback event that the device for users to attend the meeting has changed.

 
virtual void onTransferMeetingStatus (bool bSuccess)=0
 Transfer meeting status changed callback.
 
virtual void onTransferMeetingResult (ITransferMeetingHandler *handler)=0
 Transfer meeting status changed or join companion mode meeting callback.
 

Detailed Description

Notification service helper callback event.

Definition at line 68 of file notification_service_interface.h.

Member Function Documentation

◆ onMeetingDeviceListChanged()

virtual void INotificationServiceEvent::onMeetingDeviceListChanged ( IList< InMeetingDeviceInfo > * pDeviceList)
pure virtual

Callback event that the device for users to attend the meeting has changed.

Parameters
pDeviceListA list of meeting info with active meetings. \If the user USES IAuthService::RegisterNotificationService interface to connect to the service,they can't get webinar meeting list in this callback.

◆ onTransferMeetingResult()

virtual void INotificationServiceEvent::onTransferMeetingResult ( ITransferMeetingHandler * handler)
pure virtual

Transfer meeting status changed or join companion mode meeting callback.

Parameters
handlerA pointer to the ITransferMeetingHandler. For more details, see ITransferMeetingHandler.
bSuccessThe result of transfer meeting.

◆ onTransferMeetingStatus()

virtual void INotificationServiceEvent::onTransferMeetingStatus ( bool bSuccess)
pure virtual

Transfer meeting status changed callback.

Parameters
bSuccessThe result of transfer meeting.
Deprecated
This interface is marked as deprecated.