Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_aan_interface.h
Go to the documentation of this file.
1
6#ifndef _MEETING_AAN_INTERFACE_H_
7#define _MEETING_AAN_INTERFACE_H_
8#include "zoom_sdk_def.h"
9
11
16{
17public:
24 virtual SDKError ShowAANPanel(unsigned int x, unsigned int y) = 0;
25
30 virtual SDKError HideAANPanel() = 0;
31
38 virtual SDKError ShowDynamicNoticeForAICompanionPanel(unsigned int x, unsigned int y) = 0;
39
45};
46
48#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.