cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving Raw Audio Data Without Local Playback Using Zoom SDK

abubakar0015
Newcomer
Newcomer

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!

0 REPLIES 0