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

A handle that represents a meeting indicator item and allows control of its visibility. More...

#include <MobileRTCMeetingService+InMeeting.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getIndicatorItemId
 
(NSString *_Nullable) - getIndicatorName
 
(NSString *_Nullable) - getIndicatorIcon
 
(MobileRTCSDKError- showIndicatorPane:originPoint:
 Show dicator panel window.
 
(MobileRTCSDKError- hideIndicatorPanel
 Hide Indicator panel window.
 

Detailed Description

A handle that represents a meeting indicator item and allows control of its visibility.

Definition at line 78 of file MobileRTCMeetingService+InMeeting.h.

Method Documentation

◆ getIndicatorIcon

- (NSString *_Nullable) getIndicatorIcon
Returns
The indicator icon url.

◆ getIndicatorItemId

- (NSString *_Nullable) getIndicatorItemId
Returns
The indicator item id.

◆ getIndicatorName

- (NSString *_Nullable) getIndicatorName
Returns
The indicator name.

◆ hideIndicatorPanel

- (MobileRTCSDKError) hideIndicatorPanel

Hide Indicator panel window.

Returns
If invoke succeeds, the return value is MobileRTCSDKError_Success. Otherwise failed.

◆ showIndicatorPane:originPoint:

- (MobileRTCSDKError) showIndicatorPane: (UIView *_Nullable) containerView
originPoint: (CGPoint) originXY 

Show dicator panel window.

Parameters
containerViewthe view container to show app signaling pannel.
originXYthe origin position of app signaling pannel in container view.
Returns
MobileRTCSDKError_Success means the operation succeed, otherwise not.
Warning
OriginXY only take effect on iPad device, behavior of iphone always pop up from the bottom with the device width.