nttcom / peerjs

[Deprecated] This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.
http://nttcom.github.io/skyway/en/
Other
225 stars 91 forks source link

How to to use websockets only for creating connection? #55

Open brickgale opened 7 years ago

brickgale commented 7 years ago

Is it possibe to use websockets only to create a connection? I want something like a fallback if ever webrtc isn't supported on the client/browser, since websockets are already on the peerjs servers. Also tho I think the peerjs client is tightly coupled with the webrtc function. It would be great just to have this especially safari or ios browsers doesn't support webrtc yet.

I posted this on peerjs-server repo but i didn't get any response...