|
Meeting SDK for macOS API Reference
|
A handle that represents a meeting indicator item and allows control of its visibility. More...
#include <ZoomSDKMeetingIndicatorController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - showIndicatorPanel:parentWindow: |
| Show the indicator panel window. | |
| (ZoomSDKError) | - hideIndicatorPanel |
| Hide the indicator panel window. | |
Properties | |
| NSString * | indicatorItemId |
| The indicator item ID. | |
| NSString * | indicatorName |
| The indicator name. | |
| NSString * | indicatorIcon |
| The indicator icon URL. | |
A handle that represents a meeting indicator item and allows control of its visibility.
Definition at line 33 of file ZoomSDKMeetingIndicatorController.h.
| - (ZoomSDKError) hideIndicatorPanel |
Hide the indicator panel window.
| - (ZoomSDKError) showIndicatorPanel: | (NSPoint) | point | |
| parentWindow: | (NSWindow *) | parentWindow |
Show the indicator panel window.
| point | The original point to display indicator panel. |
| parentWindow | Show the indicator panel's dynamic notice in this window. |
|
readnonatomiccopy |
The indicator icon URL.
Definition at line 46 of file ZoomSDKMeetingIndicatorController.h.
|
readnonatomiccopy |
The indicator item ID.
Definition at line 38 of file ZoomSDKMeetingIndicatorController.h.
|
readnonatomiccopy |
The indicator name.
Definition at line 42 of file ZoomSDKMeetingIndicatorController.h.