
In a computer with audio input/output capabilities we get audio on: onMixedAudioRawDataReceived(ZoomSDKAudioRawData rawData) This is happening on the docker container due to the fact that by default it doesn’t have an audio driver or device (neither input nor output).


On the new Zoom Bot SDK we are facing an issue where if the SDK does’t detect a microphone or audio device in the OS, it doesn’t stream the audio on the AudioRawData class.
