Audio raw data sender interface.
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.