Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_indicator_interface.h
Go to the documentation of this file.
1
5#ifndef _MEETING_INDICATOR_INTERFACE_H_
6#define _MEETING_INDICATOR_INTERFACE_H_
7#include "zoom_sdk_def.h"
8
15{
16public:
18
23 virtual const zchar_t* GetIndicatorItemId() = 0;
24
29 virtual const zchar_t* GetIndicatorName() = 0;
30
35 virtual const zchar_t* GetIndicatorIcon() = 0;
36
43 virtual SDKError ShowIndicatorPanel(unsigned int x, unsigned int y) = 0;
44
50};
51
52
73
90
92#endif
Meeting Indicator controller interface.
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 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 const zchar_t * GetIndicatorItemId()=0
get Indicator item ID.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
wchar_t zchar_t
Definition zoom_sdk_def.h:9
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.