Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAppSignalPanelHandler Class Reference

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

#include <MobileRTCAppSignalPanelHandler.h>

Inherits NSObject.

Instance Methods

(BOOL) - canShowPanel
 Determines if the panel can be shown.
 
(MobileRTCSDKError- showAppSignalInView:originPoint:
 Shows the app signal panel.
 
(MobileRTCSDKError- hidePanel
 Hides the app signal panel.
 

Detailed Description

Handler for app signal panel in meeting.

Definition at line 13 of file MobileRTCAppSignalPanelHandler.h.

Method Documentation

◆ canShowPanel

- (BOOL) canShowPanel

Determines if the panel can be shown.

Returns
YES if the panel can be shown. Otherwise, NO.

◆ hidePanel

- (MobileRTCSDKError) hidePanel

Hides the app signal panel.

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

◆ showAppSignalInView:originPoint:

- (MobileRTCSDKError) showAppSignalInView: (UIView *) containerView
originPoint: (CGPoint) originXY 

Shows the app signal panel.

Parameters
containerViewThe view container to locate the application signal panel.
originXYThe original point to display app signal panel.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.