Zoom Meeting Indicator
- Description:
- Zoom Meeting Indicator
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onIndicatorItemReceived |
function | Notify receive Callback event IMeetingIndicatorHandler received. |
onIndicatorItemRemoved |
function | Notify receive Callback event IMeetingIndicatorHandler removed. |
Returns:
- Type
- ZoomMeetingIndicator
- Description:
- Zoom Meeting Indicator
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onIndicatorItemReceived |
function | Notify receive Callback event IMeetingIndicatorHandler received. |
onIndicatorItemRemoved |
function | Notify receive Callback event IMeetingIndicatorHandler removed. |
Returns:
- Type
- ZoomMeetingIndicator
Methods
(inner) GetIndicatorIcon() → {String}
- Description:
- get indicator Icon URL.
- Source:
Returns:
The URL of the Indicator.
- Type
- String
(inner) GetIndicatorIcon() → {String}
- Description:
- get indicator Icon URL.
- Source:
Returns:
The URL of the Indicator.
- Type
- String
(inner) GetIndicatorItemId() → {String}
- Description:
- get indicator item ID.
- Source:
Returns:
The item ID of the Indicator.
- Type
- String
(inner) GetIndicatorItemId() → {String}
- Description:
- get indicator item ID.
- Source:
Returns:
The item ID of the Indicator.
- Type
- String
(inner) GetIndicatorName() → {String}
- Description:
- get indicator name.
- Source:
Returns:
The name of the Indicator.
- Type
- String
(inner) GetIndicatorName() → {String}
- Description:
- get indicator name.
- Source:
Returns:
The name of the Indicator.
- Type
- String
(inner) HideIndicatorPanel() → {Number}
- Description:
- Hide indicator panel window.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) HideIndicatorPanel() → {Number}
- Description:
- Hide indicator panel window.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) SetOnIndicatorItemReceivedCB(onIndicatorItemReceived) → {Boolean}
- Description:
- Set notify receive Callback event IMeetingIndicatorHandler received.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onIndicatorItemReceived |
function |
Returns:
- Type
- Boolean
(inner) SetOnIndicatorItemReceivedCB(onIndicatorItemReceived) → {Boolean}
- Description:
- Set notify receive Callback event IMeetingIndicatorHandler received.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onIndicatorItemReceived |
function |
Returns:
- Type
- Boolean
(inner) SetOnIndicatorItemRemovedCB(onIndicatorItemRemoved) → {Boolean}
- Description:
- Set notify receive Callback event IMeetingIndicatorHandler removed.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onIndicatorItemRemoved |
function |
Returns:
- Type
- Boolean
(inner) SetOnIndicatorItemRemovedCB(onIndicatorItemRemoved) → {Boolean}
- Description:
- Set notify receive Callback event IMeetingIndicatorHandler removed.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onIndicatorItemRemoved |
function |
Returns:
- Type
- Boolean
(inner) ShowIndicatorPanel(x, y, windowId) → {Number}
- Description:
- Show indicator panel window.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
x |
Number | the horizontal coordinate value. |
y |
Number | the coordinate coordinate value. |
windowId |
Number | show the AI companion panel's dynamic notice in this window, only for MAC platform. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) ShowIndicatorPanel(x, y, windowId) → {Number}
- Description:
- Show indicator panel window.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
x |
Number | the horizontal coordinate value. |
y |
Number | the coordinate coordinate value. |
windowId |
Number | show the AI companion panel's dynamic notice in this window, only for MAC platform. |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise the function fails. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
Events
onIndicatorItemReceived
- Description:
- Notify receive Callback event IMeetingIndicatorHandler received.
- Source:
onIndicatorItemReceived
- Description:
- Notify receive Callback event IMeetingIndicatorHandler received.
- Source:
onIndicatorItemRemoved
- Description:
- Notify receive Callback event IMeetingIndicatorHandler removed.
- Source:
onIndicatorItemRemoved
- Description:
- Notify receive Callback event IMeetingIndicatorHandler removed.
- Source: