peers / peerjs

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

Does it support Samsung internet ? #680

Closed wassimbj closed 4 years ago

wassimbj commented 4 years ago

Does th peer js support samsung internet and edge browsers ??

Florrr commented 4 years ago

Not sure, what "Samsung internet" is. But as long as werbtc is implemented in the browsers (which is for the latest versions of most browsers), peerjs will work. For some configurations you might need TURN/STUN-Servers, but peerjs gives you the option to include them

wassimbj commented 4 years ago

Thanks,