Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-09-09 03:20 AM - edited 2024-09-09 03:22 AM
Issue: Receiving Raw Audio Data Without Local Playback Using Zoom SDK
Error Codes: None
Device Type: All Android devices
Zoom Version: Latest version
Details:
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`.
- Tried using `stopIncomingAudio`, but it stops the local playback and also stops receiving data in `onMixedAudioRawDataReceived`.
Looking forward to any suggestions or solutions!