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

#include <ZoomSDKRawDataShareSourceController.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Definition at line 50 of file ZoomSDKRawDataShareSourceController.h.

Method Documentation

◆ onStartSendAudio:

- (void) onStartSendAudio: (ZoomSDKShareAudioSender *_Nullable) shareAudioSender

Callback for audio source to start sending raw data.

Parameters
shareAudioSenderThe object of ZoomSDKShareAudioSender to send share audio source.

◆ onStopSendAudio

- (void) onStopSendAudio

Callback for audio source to stop sending audio raw data.