Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCShareAudioSourceDelegate> Protocol Reference

Callback interface for external share audio source. More...

#include <MobileRTCMeetingDelegate.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

Callback interface for external share audio source.

Definition at line 1854 of file MobileRTCMeetingDelegate.h.

Method Documentation

◆ onStartSendAudio:

- (void) onStartSendAudio: (MobileRTCShareAudioSender *_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.