Video SDK for iOS API Reference
Loading...
Searching...
No Matches
<ZoomVideoSDKShareAudioSource> Protocol Reference

Custom external share audio source interface. More...

#include <ZoomVideoSDKDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onStartSendAudio:
 Callback event when audio source should start sending raw data.
 
(void) - onStopSendAudio
 Callback event when audio source should stop sending raw data.
 

Detailed Description

Custom external share audio source interface.

Definition at line 840 of file ZoomVideoSDKDelegate.h.

Method Documentation

◆ onStartSendAudio:

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

Callback event when audio source should start sending raw data.

Parameters
senderThe object of ZoomVideoSDKShareAudioSender to send share source.

◆ onStopSendAudio

- (void) onStopSendAudio
optionalrequired

Callback event when audio source should stop sending raw data.