Meeting AAN controller interface.
More...
#include <meeting_aan_interface.h>
Meeting AAN controller interface.
Definition at line 15 of file meeting_aan_interface.h.
◆ 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
-
x | The horizontal coordinate value. |
y | the 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
-
x | The horizontal coordinate value. |
y | The coordinate coordinate value. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see SDKError enum.