Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKShareAudioSource.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface ZoomSDKShareAudioSource {
7
14
19}
Interface for sharing audio sender operations.
Interface for sharing audio source operations.
void onStopSendAudio()
Callback event when the audio source stops sending raw data.
void onStartSendAudio(ZoomSDKShareAudioSender shareAudioSender)
Callback event when the audio source can start sending raw data.