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

Custom external share source interface. More...

#include <ZoomVideoSDKDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onStartSendAudio:
 Callback for audio source to start sending raw data.
 
(void) - onStopSendAudio
 Callback for audio source to stop sending raw data.
 

Detailed Description

Custom external share source interface.

Definition at line 633 of file ZoomVideoSDKDelegate.h.

Method Documentation

◆ onStartSendAudio:

- (void) onStartSendAudio: (ZoomVideoSDKShareAudioSender *_Nonnull) sender
optional

Callback for audio source to start sending raw data.

Parameters
senderThe object of MobileRTCShareSender to send share source.

◆ onStopSendAudio

- (void) onStopSendAudio
optionalrequired

Callback for audio source to stop sending raw data.