6#import <Foundation/Foundation.h>
7#import <ZoomSDK/ZoomSDKErrors.h>
15@protocol ZoomSDKMeetingIndicatorControllerDelegate <NSObject>
54- (
ZoomSDKError)showIndicatorPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
72@property (assign, nonatomic, nullable) id<ZoomSDKMeetingIndicatorControllerDelegate> delegate;
ZoomSDKError
Enumeration of common errors of SDK.
Controller that manages meeting indicator items and dispatches updates via delegate.
A handle that represents a meeting indicator item and allows control of its visibility.
ZoomSDKError hideIndicatorPanel()
Hide the indicator panel window.
NSString * indicatorName
The indicator name.
NSString * indicatorItemId
The indicator item ID.
NSString * indicatorIcon
The indicator icon URL.