Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCShareActionDelegate> Protocol Reference

The delegate protocol to receive events related to share actions. More...

#include <MobileRTCMeetingService+AppShare.h>

Inherits <NSObject>.

Instance Methods

(void) - onSharingContentStartReceiving
 Callback event the moment the user receives the shared content.
 
(void) - onActionBeforeDestroyed:
 The callback is triggered before the shared action is destroyed.
 

Detailed Description

The delegate protocol to receive events related to share actions.

Definition at line 15 of file MobileRTCMeetingService+AppShare.h.

Method Documentation

◆ onActionBeforeDestroyed:

- (void) onActionBeforeDestroyed: (NSUInteger) sharingID
optionalrequired

The callback is triggered before the shared action is destroyed.

Parameters
sharingIDSpecify the sharing ID.
Note
The specified shared action is destroyed once the function calls end. The user should complete the operations related to the shared action before the function calls end.

◆ onSharingContentStartReceiving

- (void) onSharingContentStartReceiving
optional

Callback event the moment the user receives the shared content.