Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingAANController Class Referenceabstract

Meeting AAN controller interface. More...

#include <meeting_aan_interface.h>

Public Member Functions

virtual SDKError ShowAANPanel (unsigned int x, unsigned int y)=0
 Show AAN panel window.
 
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.
 

Detailed Description

Meeting AAN controller interface.

Definition at line 15 of file meeting_aan_interface.h.

Member Function Documentation

◆ HideAANPanel()

virtual SDKError IMeetingAANController::HideAANPanel ( )
pure virtual

Hide AAN panel window.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see SDKError enum.

◆ HideDynamicNoticeForAICompanionPanel()

virtual SDKError IMeetingAANController::HideDynamicNoticeForAICompanionPanel ( )
pure virtual

Hide dynamic notice for AI Companion panel window.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see SDKError enum.

◆ ShowAANPanel()

virtual SDKError IMeetingAANController::ShowAANPanel ( unsigned int x,
unsigned int y )
pure virtual

Show AAN panel window.

Parameters
xThe horizontal coordinate value.
ythe coordinate coordinate value.
Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see SDKError enum.

◆ ShowDynamicNoticeForAICompanionPanel()

virtual SDKError IMeetingAANController::ShowDynamicNoticeForAICompanionPanel ( unsigned int x,
unsigned int y )
pure virtual

Show dynamic notice for AI Companion panel window.

Parameters
xThe horizontal coordinate value.
yThe coordinate coordinate value.
Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see SDKError enum.