Meeting Indicator controller interface.
More...
#include <meeting_indicator_interface.h>
Meeting Indicator controller interface.
Definition at line 12 of file meeting_indicator_interface.h.
◆ ~IMeetingIndicatorHandler()
virtual IMeetingIndicatorHandler::~IMeetingIndicatorHandler |
( |
| ) |
|
|
inlinevirtual |
◆ GetIndicatorIcon()
virtual const zchar_t * IMeetingIndicatorHandler::GetIndicatorIcon |
( |
| ) |
|
|
pure virtual |
get Indicator Icon URL.
- Returns
- The URL of the Indicator.
◆ GetIndicatorItemId()
virtual const zchar_t * IMeetingIndicatorHandler::GetIndicatorItemId |
( |
| ) |
|
|
pure virtual |
get Indicator item ID.
- Returns
- The item ID of the Indicator.
◆ GetIndicatorName()
virtual const zchar_t * IMeetingIndicatorHandler::GetIndicatorName |
( |
| ) |
|
|
pure virtual |
get Indicator name.
- Returns
- The name of the Indicator.
◆ HideIndicatorPanel()
virtual SDKError IMeetingIndicatorHandler::HideIndicatorPanel |
( |
| ) |
|
|
pure virtual |
Hide Indicator panel window.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ ShowIndicatorPanel()
virtual SDKError IMeetingIndicatorHandler::ShowIndicatorPanel |
( |
unsigned int | x, |
|
|
unsigned int | y ) |
|
pure virtual |
Show Indicator 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 the function fails. To get extended error information, see SDKError enum.