peers / peerjs

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

New version for WebKit supporting WebRTC #393

Closed olesyakorovina closed 6 years ago

olesyakorovina commented 7 years ago

Hello,

After running some tests on the new WebKit beta (Safari 11) looks like some methods are deprecated. Will you release a new version of PeerJS for those changes ?

Mrsevic commented 7 years ago

Support for this repo is essentially dead, they've moved to: https://github.com/nttcom/peerjs

There you can find more recent version but I you'll have to use their own API key because it won't work if you insert your own.

Simplici commented 7 years ago

i have created a fork which works with safari11 on Mac, you could have a try: https://github.com/Simplici/pearjs

Mrsevic commented 7 years ago

Hi! Do you by any chance know whether or not there is some forked library of nttcom branch for users with their own peerJS server? Current package has way too many bugs and errors(especially in terms of ICe processing)?

Thanks

Simplici commented 7 years ago

If I can find one, i will not have created my own fork since i am not a good javascript developper.

Mine works for me until now, i see some warnings in the console, but it worked. I will try to solve the warning later.

Mrsevic commented 7 years ago

It is relatively easy to solve these warnings but there are other issues in particular with screen sharing.