Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingAppsignalHandler Class Reference

Handler for app signal panel in meeting. More...

#include <ZoomSDKMeetingService.h>

Inherits NSObject.

Instance Methods

(BOOL) - canShowPanel
 Check if the panel can be shown.
 
(ZoomSDKError- showPanel:parentWindow:
 Shows the app signal panel.
 
(ZoomSDKError- hidePanel
 Hides the app signal panel.
 

Detailed Description

Handler for app signal panel in meeting.

Note
This class is available only for custom UI.

Definition at line 373 of file ZoomSDKMeetingService.h.

Method Documentation

◆ canShowPanel

- (BOOL) canShowPanel

Check if the panel can be shown.

Returns
YES if the panel can be shown, NO if it cannot.

◆ hidePanel

- (ZoomSDKError) hidePanel

Hides the app signal panel.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ showPanel:parentWindow:

- (ZoomSDKError) showPanel: (NSPoint) point
parentWindow: (NSWindow *) parentWindow 

Shows the app signal panel.

Parameters
pointThe original point to display the app signal panel.
parentWindowThe parent window to locate the app signal panel.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.