3#import <Foundation/Foundation.h>
4#import <ZoomSDK/ZoomSDKErrors.h>
8@protocol ZoomSDKMeetingIndicatorControllerDelegate <NSObject>
43- (
ZoomSDKError)showIndicatorPanel:(NSPoint)point parentWindow:(NSWindow*)parentWindow;
55@property (assign, nonatomic, nullable) id<ZoomSDKMeetingIndicatorControllerDelegate> delegate;
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKError hideIndicatorPanel()
Hide the indicator panel window.
NSString * indicatorName
The indicator name.
NSString * indicatorItemId
The indicator item ID.
NSString * indicatorIcon
The indicator icon URL.