Audio raw data sender interface.
An interface that handles a virtual audio microphone.
void onMicStopSend()
Callback event when the microphone stops sending raw data. For example, this could be sent if the use...
void onMicStartSend()
Callback event when the microphone starts sending raw data. For example, this could be sent if the us...
void onMicUninitialized()
Callback event when the microphone is uninitialized. For example, if the user left the session.
void onMicInitialize(ZoomVideoSDKAudioRawDataSender sender)
Callback event when the virtual audio microphone is initialized.