peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.38k stars 1.43k forks source link

Safari/Chrome on iOS doesn’t work #662

Closed beyondbytes closed 4 years ago

beyondbytes commented 4 years ago

I changed the serialization to JSON as recommended here in the README file. I also initialized Peer with the Google STUN Server on the broadcasting client and on the receiving client. It does not work.

On my computer it works fine. Tried Firefox to Chrome and Chrome to Firefox. Also Chrome on my computer to Chrome on Android works. But iOS doesn’t work.

What else can I do to fix this problem?

Edit:

Use PeerJS Version 1.1.0, for file transfer set the right mime type for file();, then it works fine on iOS 13 using Safari! :) I'm so happy right now. :)

beyondbytes commented 4 years ago

I‘m using version 1.2.0 of PeerJS

beyondbytes commented 4 years ago

Use PeerJS Version 1.1.0, for file transfer set the right mime type for file();, then it works fine on iOS 13 using Safari! :) I'm so happy right now. :)