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

Send your own share raw data. More...

#include <MobileRTCMeetingDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onStartSend:
 Notify to start send share source.
 
(void) - onStopSend
 Notify to stop send share source.
 

Detailed Description

Send your own share raw data.

Definition at line 1834 of file MobileRTCMeetingDelegate.h.

Method Documentation

◆ onStartSend:

- (void) onStartSend: (MobileRTCShareSender *_Nonnull) sender
optional

Notify to start send share source.

Parameters
senderThe object of MobileRTCShareSender to send share source.

◆ onStopSend

- (void) onStopSend
optionalrequired

Notify to stop send share source.