Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVirtualAudioMic.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
An interface that handles a virtual audio microphone.
void onMicStopSend()
Callback for microphone to stop sending raw data. For example, this could be sent if the user muted a...
void onMicStartSend()
Callback for microphone to start sending raw data. For example, this could be sent if the user unmute...
void onMicUninitialized()
Callback sent when the microphone is uninitialized. For example, if the user left the session.
void onMicInitialize(ZoomVideoSDKAudioRawDataSender sender)
Callback for virtual audio microphone initialization.