|
Meeting SDK for iOS API Reference
|
Representing a share action, including subscription and rendering controls. More...
#include <MobileRTCMeetingService+AppShare.h>
Inherits NSObject.
Instance Methods | |
| (void) | - setShareActionDelegate: |
| Sets the share action delegate. | |
| (UIView *_Nullable) | - getActiveShareView |
| Gets active share view from share action. | |
| (NSUInteger) | - getShareID |
| Gets the sharing ID. | |
| (NSString *_Nullable) | - getSharingUserName |
| Gets the name of the sharing user. | |
| (MobileRTCSDKError) | - subscribe |
| Subscribes to the sharing content. | |
| (MobileRTCSDKError) | - unsubscribe |
| Unsubscribes from the sharing content. | |
Representing a share action, including subscription and rendering controls.
Definition at line 31 of file MobileRTCMeetingService+AppShare.h.
| - (UIView *_Nullable) getActiveShareView |
Gets active share view from share action.
| - (NSUInteger) getShareID |
Gets the sharing ID.
| - (NSString *_Nullable) getSharingUserName |
Gets the name of the sharing user.
| - (void) setShareActionDelegate: | (id< MobileRTCShareActionDelegate >_Nullable) | delegate |
Sets the share action delegate.
| delegate | The share action delegate. |
| - (MobileRTCSDKError) subscribe |
Subscribes to the sharing content.
| - (MobileRTCSDKError) unsubscribe |
Unsubscribes from the sharing content.