|
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 |
| Gets the indicator item ID. | |
| (NSString *_Nullable) | - getIndicatorName |
| Gets the indicator name. | |
| (NSString *_Nullable) | - getIndicatorIcon |
| Gets the indicator icon URL. | |
| (MobileRTCSDKError) | - showIndicatorPane:originPoint: |
| Shows indicator panel window. | |
| (MobileRTCSDKError) | - hideIndicatorPanel |
| Hides 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 |
Gets the indicator icon URL.
| - (NSString *_Nullable) getIndicatorItemId |
Gets the indicator item ID.
| - (NSString *_Nullable) getIndicatorName |
Gets the indicator name.
| - (MobileRTCSDKError) hideIndicatorPanel |
Hides indicator panel window.
| - (MobileRTCSDKError) showIndicatorPane: | (UIView *_Nullable) | containerView | |
| originPoint: | (CGPoint) | originXY |
Shows indicator panel window.
| containerView | The view container to show app signaling panel. |
| originXY | The origin position of app signaling panel in container view. |