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

#import <MobileRTCMeetingDelegate.h>

Inherits <NSObject>.

Instance Methods

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

Detailed Description

Definition at line 1172 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
optional

Notify to stop send share source.