Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKShareSourceDelegate> Protocol Reference

#include <ZoomSDKRawDataShareSourceController.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Definition at line 23 of file ZoomSDKRawDataShareSourceController.h.

Method Documentation

◆ onStartSend:

- (void) onStartSend: (ZoomSDKShareSender *_Nullable) sender

Notify to start send share source.

Parameters
senderThe object of ZoomSDKShareSender to send share source.

◆ onStopSend

- (void) onStopSend

Notify to stop send share source.