|
Meeting SDK for Windows API Reference
|
Notification service control interface. More...
#include <notification_service_interface.h>
Public Member Functions | |
| virtual | ~INotificationServiceHelper () |
| virtual IPresenceHelper * | GetPresenceHelper ()=0 |
| Gets the Presence helper. | |
| virtual SDKError | SetEvent (INotificationServiceEvent *pEvent)=0 |
| Sets the controller event of notification service. | |
| virtual bool | IsTransferMeetingEnabled ()=0 |
| Determines whether the transfer meeting feature is enabled. | |
| virtual bool | IsPresenceFeatureEnabled ()=0 |
| Determines whether the presence feature is enabled. | |
| virtual SDKError | TransferMeeting (int nIndex)=0 |
| Try to transfer meeting to current device. | |
| virtual SDKError | TransferMeeting (TransferMeetingMode mode, const zchar_t *meetingId)=0 |
| Try to transfer meeting to current device or join meeting with companion mode. | |
Notification service control interface.
Definition at line 117 of file notification_service_interface.h.
|
inlinevirtual |
Definition at line 120 of file notification_service_interface.h.
|
pure virtual |
Gets the Presence helper.
|
pure virtual |
Determines whether the presence feature is enabled.
|
pure virtual |
Determines whether the transfer meeting feature is enabled.
|
pure virtual |
Sets the controller event of notification service.
|
pure virtual |
Try to transfer meeting to current device.
| nIndex | Specifies the index of meeting list. |
|
pure virtual |
Try to transfer meeting to current device or join meeting with companion mode.
| TransferMeetingMode | Specifies the transfer meeting mode. If the mode is TransferMeetingMode_Companion, you will join meeting as a companion,Otherwise will transfer meeting to current device. |
| meetingId | Specifies the meeting list's meeting ID. |