Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
<ZoomVideoSDKShareSource> Protocol Reference

Custom external share source interface. More...

#include <ZoomVideoSDKDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onShareSendStarted:
 Callback for share source can start send raw data.
 
(void) - onShareSendStopped
 Callback for share source stop send raw data.
 

Detailed Description

Custom external share source interface.

Definition at line 613 of file ZoomVideoSDKDelegate.h.

Method Documentation

◆ onShareSendStarted:

- (void) onShareSendStarted: (ZoomVideoSDKShareSender *_Nullable) rawDataSender
optional

Callback for share source can start send raw data.

Parameters
rawDataSenderSee [ZoomVideoSDKShareSender].

◆ onShareSendStopped

- (void) onShareSendStopped
optionalrequired

Callback for share source stop send raw data.