5#ifndef _MEETING_INDICATOR_INTERFACE_H_
6#define _MEETING_INDICATOR_INTERFACE_H_
Meeting Indicator controller interface.
virtual ~IMeetingIndicatorController()
virtual SDKError SetEvent(IMeetingIndicatorCtrlEvent *pEvent)=0
Set the meeting Indicator controller callback event handler.
Indicator meeting controller callback event.
virtual void onIndicatorItemRemoved(IMeetingIndicatorHandler *handler)=0
Notify receive Callback event IMeetingIndicatorHandler removed.
virtual ~IMeetingIndicatorCtrlEvent()
virtual void onIndicatorItemReceived(IMeetingIndicatorHandler *handler)=0
Notify receive Callback event IMeetingIndicatorHandler received.
Meeting Indicator controller interface.
virtual SDKError ShowIndicatorPanel(unsigned int x, unsigned int y)=0
Show Indicator panel window.
virtual const zchar_t * GetIndicatorIcon()=0
get Indicator Icon URL.
virtual const zchar_t * GetIndicatorName()=0
get Indicator name.
virtual SDKError HideIndicatorPanel()=0
Hide Indicator panel window.
virtual ~IMeetingIndicatorHandler()
virtual const zchar_t * GetIndicatorItemId()=0
get Indicator item ID.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.