|
Meeting SDK for iOS API 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. | |
A handle that represents a meeting indicator item and allows control of its visibility.
Definition at line 186 of file MobileRTCMeetingService+InMeeting.h.
| - (NSString *_Nullable) getIndicatorIcon |
| - (NSString *_Nullable) getIndicatorItemId |
| - (NSString *_Nullable) getIndicatorName |
| - (MobileRTCSDKError) hideIndicatorPanel |
Hide Indicator panel window.
| - (MobileRTCSDKError) showIndicatorPane: | (UIView *_Nullable) | containerView | |
| originPoint: | (CGPoint) | originXY |
Show dicator panel window.
| containerView | the view container to show app signaling pannel. |
| originXY | the origin position of app signaling pannel in container view. |
MobileRTCSDKError_Success means the operation succeed, otherwise not.