Autolay video for WebRTC application on iPhone

63 Views Asked by At

I'm working on a Webrtc application, and with the iOS mobile browser's limitation, I can't autoplay video with audio without user interaction. When a user clicks "Joins the session" I can run video.play() for existing streams. However, it requires a new user interaction to unmute every new stream. Any suggestion on how to autoplay not muted videos without a user clicking a play button?

0

There are 0 best solutions below