Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAppSignalPanelHandler.h
Go to the documentation of this file.
1
5#import <Foundation/Foundation.h>
6
7NS_ASSUME_NONNULL_BEGIN
8
13@interface MobileRTCAppSignalPanelHandler : NSObject
18- (BOOL)canShowPanel;
19
26- (MobileRTCSDKError)showAppSignalInView:(UIView *)containerView originPoint:(CGPoint)originXY;
27
33
34@end
35
36NS_ASSUME_NONNULL_END
MobileRTCSDKError
Enumeration of the SDK error.
Handler for app signal panel in meeting.
BOOL canShowPanel()
Determines if the panel can be shown.
MobileRTCSDKError hidePanel()
Hides the app signal panel.