Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKShareAudioSource.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3public interface ZoomSDKShareAudioSource {
4
11
16}
void onStopSendAudio()
Callback for audio source to stop send raw data.
void onStartSendAudio(ZoomSDKShareAudioSender shareAudioSender)
Callback for audio source can start send raw data.