Resume streams after watching video

When I try to play any video or audio file in my app, all webRTC streams are stopped, and when I stop video streams don’t resume automatically. As temporary solution can I resume it manually?

I have a similar issue @vadympetryshyn. On iOS when playing a video my audio stream stops, but videos continues to send correctly.

Any idea how to solve this?

I think it should be solved in native part of library, after stopping video, audio streams should be played again on IOS. I opened issue on github, but seems it’s not interesting for developers)

Do you know if the enabled/muted events are fired when your stream stops?

No, and what it affect in your case? I’m using this library width mediasoup client

We play sounds and video in our app. The calling is extra on top of that. The video is interfering with the webrtc calling

1 Like

same issue, when try play some video, the audio stop for streams…