react-native-audio-waveform icon indicating copy to clipboard operation
react-native-audio-waveform copied to clipboard

fix(UNT-T39468): fix stop all player issue

Open dhruv-h-simform opened this issue 2 months ago • 2 comments

Fix stop all player issue

dhruv-h-simform avatar Oct 24 '25 08:10 dhruv-h-simform

Looks good to me. @mukesh-simform Can you please take a look? @nilesh-simform Can we please verify changes from your end as well?

kuldip-simform avatar Nov 19 '25 03:11 kuldip-simform

Hi @kuldip-simform, I’ve verified this using the following code, and stopAllPlayers() works as expected

const { stopAllPlayers } = useAudioPlayer();

stopAllPlayers();

I’ve also attached both Android and iOS videos for reference.

https://github.com/user-attachments/assets/27154eba-a448-4995-9145-4988c5bcb482

https://github.com/user-attachments/assets/cada0c35-9b45-4334-a70f-84f1efe8581d

nilesh-simform avatar Nov 26 '25 09:11 nilesh-simform