DEV Community

Aliafify
Aliafify

Posted on

streaming error on Peer connection. Uncaught (in promise) DOMException: The play() request was interrupted by a new load request

I am working on video conference React.js app and if i used random ID from peer ,

const peer = new Peer()

it is working correctly but if i used specific ID if the user , the call request sent successfully into the other user but stream isn't work for…

Top comments (0)