How to retrieve if the audio/video is already playing (or not) when app starts

  1. SDK Version: any
  2. Platforms(Android/iOS/web/all): all
  3. Tag: audio/video

I wrote an app to listen audio streams and it is running well.
But, I having dificulties to retrieve the playing/not playing status when the app starts again.
Then, if the “play” is pressed, a second audio is played at the same time (sound is mixed).
The audio still playing in background is OK, but I will detect if it is playing or not, but I don’t know how.

Hey @mgunther, unless I’m not following properly, you should be able to check the playback status of the AV object you created?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.