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
13{
14public:
16
19 virtual const zchar_t* GetIndicatorItemId() = 0;
20
23 virtual const zchar_t* GetIndicatorName() = 0;
24
27 virtual const zchar_t* GetIndicatorIcon() = 0;
28
34 virtual SDKError ShowIndicatorPanel(unsigned int x, unsigned int y) = 0;
35
40};
41
42
43
58
72
74#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
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.