Receiving Raw Audio Data Without Local Playback Using Zoom SDK
Issue: Receiving Raw Audio Data Without Local Playback Using Zoom SDK Error Codes: None I am using the Zoom SDK to receive raw audio data for my application, where I need to process and play the audio with my own player. The raw audio data is being received successfully in the `onMixedAudioRawDataReceived` callback. However, I need to stop the Zoom SDK from playing the audio locally while still receiving the raw audio data. I’ve already tried the `stopIncomingAudio` function, but that completely stops receiving audio data in the `onMixedAudioRawDataReceived` callback as well. Is there any method or function in the Zoom SDK that allows me to continue receiving raw audio data while preventing the SDK from playing the audio locally? Troubleshooting Steps Taken: - Successfully receiving raw audio data using `onMixedAudioRawDataReceived`. Looking forward to any suggestions or solutions!
Device Type: All Android devices
Zoom Version: Latest version
Details:
- Tried using `stopIncomingAudio`, but it stops the local playback and also stops receiving data in `onMixedAudioRawDataReceived`.
Show less