-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Peer connects, but DataConnection doesn't open, on Edge #899
Comments
PeerJS seems to work fine on Chrome and Firefox, but it's still not working on MS Edge, and Safari as I checked earlier |
I'm experiencing the same issue. @afrokick , you've added the tags 'browser issue' and 'bug'. Can you clarify what's known at this moment? Is this a bug in Edge/Safari? Or a bug in PeerJs? |
It works with Chrome, but it doesn't work with Brave, Edge. Is there any workaround? |
@shahriarhossain I made it work with Brave
|
I don't think it's a good solution to change the browser settings in a web app, because the users might face the issue too |
It's a config I changed the default value for more privacy. Normal users won't do that. I know is not the best, but I was just trying to help. |
What about this issue with edge and safari? |
However it seems to work since 2019. |
I made this little code for testing
But when I run it on localhost and use the little
connect
function, both consoles tell me 'connection...' but don't go further, meaning both browsers recognize a connection, but don't open it, making all communication impossible.It only applies to Edge (Chrome), while Firefox to Firefox works just fine.
Tried PeerJS 1.3.1 and 1.3.2, same result
And here is the html, in case you wonder
The text was updated successfully, but these errors were encountered: