You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
I am having this error when I hangup the media stream if I don't use
document.location.reload(true);
but currently I use history.push('/') when I cancel the stream to route to the home page. Though stream gets stopped or cancelled but I get this error.
Uncaught (in promise) DOMException: Peer connection is closed
I am using the same hangup code to cancel the stream except the document.location.reload(true);
I am having this error when I hangup the media stream if I don't use
document.location.reload(true);
but currently I use history.push('/') when I cancel the stream to route to the home page. Though stream gets stopped or cancelled but I get this error.
Uncaught (in promise) DOMException: Peer connection is closed
I am using the same hangup code to cancel the stream except the document.location.reload(true);
How do I properly cancel the stream and route to another page without getting this error?
I am using this for my ReactJS project and the browser I'm currently using is firefox.
The text was updated successfully, but these errors were encountered: