|
Meeting SDK for macOS API Reference
|
Protocol to receive callbacks about meeting indicator lifecycle events. More...
#include <ZoomSDKMeetingIndicatorController.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onIndicatorItemReceived: |
| When a new indicator item is received. | |
| (void) | - onIndicatorItemRemoved: |
| When the indicator item is removed. | |
Protocol to receive callbacks about meeting indicator lifecycle events.
Definition at line 15 of file ZoomSDKMeetingIndicatorController.h.
| - (void) onIndicatorItemReceived: | (ZoomSDKMeetingIndicatorHandle *) | handler |
When a new indicator item is received.
| handler | The handle to show or hide the indicator panel. |
| - (void) onIndicatorItemRemoved: | (ZoomSDKMeetingIndicatorHandle *) | handler |
When the indicator item is removed.
| handler | The handle will be removed. Do not use it any more. |