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