Linux SDK 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.
 

Detailed Description

Notification service helper callback event.

Definition at line 33 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.

◆ onTransferMeetingStatus()

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

Transfer meeting status changed callback.

Parameters
bSuccessThe result of transfer meeting.