|
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: |
| Set the share action delegate. | |
| (UIView *_Nullable) | - getActiveShareView |
| Get active share view from share action. | |
| (NSUInteger) | - getShareID |
| Get the ID of the sharing ID. | |
| (NSString *_Nullable) | - getSharingUserName |
| Get the name of the sharing user. | |
| (MobileRTCSDKError) | - subscribe |
| Subscribe the sharing content. | |
| (MobileRTCSDKError) | - unsubscribe |
| Unsubscribe the sharing content. | |
Representing a share action, including subscription and rendering controls.
Definition at line 31 of file MobileRTCMeetingService+AppShare.h.
| - (UIView *_Nullable) getActiveShareView |
Get active share view from share action.
| - (NSUInteger) getShareID |
Get the ID of the sharing ID.
| - (NSString *_Nullable) getSharingUserName |
Get the name of the sharing user.
| - (void) setShareActionDelegate: | (id< MobileRTCShareActionDelegate >_Nullable) | delegate |
Set the share action delegate.
| - (MobileRTCSDKError) subscribe |
Subscribe the sharing content.
| - (MobileRTCSDKError) unsubscribe |
Unsubscribe the sharing content.