Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_aan_interface.h
Go to the documentation of this file.
1
7#ifndef _MEETING_AAN_INTERFACE_H_
8#define _MEETING_AAN_INTERFACE_H_
9#include "zoom_sdk_def.h"
10
12
18{
19public:
26 virtual SDKError ShowAANPanel(unsigned int x, unsigned int y) = 0;
27
32 virtual SDKError HideAANPanel() = 0;
33
40 virtual SDKError ShowDynamicNoticeForAICompanionPanel(unsigned int x, unsigned int y) = 0;
41
47};
48
50#endif
Meeting AAN controller interface.
virtual SDKError HideAANPanel()=0
Hide AAN panel window.
virtual SDKError ShowDynamicNoticeForAICompanionPanel(unsigned int x, unsigned int y)=0
Show dynamic notice for AI Companion panel window.
virtual SDKError HideDynamicNoticeForAICompanionPanel()=0
Hide dynamic notice for AI Companion panel window.
virtual SDKError ShowAANPanel(unsigned int x, unsigned int y)=0
Show AAN panel window.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.