In WebRTC, There have three main JavaScript APIs
- MediaStream
- RTCPeerConnection
- RTCDataChannel.
Now, I'm try to develop, File Transfer between two browsers. Firstly, connect each browser with PeerConnection. And then, desired file are added with (Browse). And, send to with RTCDataChannel.
How can I develop this web application?
In WebRTC, There have three main JavaScript APIs
- MediaStream
- RTCPeerConnection
- RTCDataChannel.
Now, I'm try to develop, File Transfer between two browsers. Firstly, connect each browser with PeerConnection. And then, desired file are added with (Browse). And, send to with RTCDataChannel.
How can I develop this web application?
Share Improve this question edited Feb 11, 2017 at 7:03 ROMANIA_engineer 56.8k30 gold badges210 silver badges205 bronze badges asked Dec 5, 2013 at 9:30 NayNay 2564 silver badges16 bronze badges 1- Also check out sharefest.me. Repo is at github./Peer5/Sharefest. – Sam Dutton Commented Dec 6, 2013 at 11:56
1 Answer
Reset to default 3May this tutorial help you:-- https://www.webrtc-experiment./docs/how-file-broadcast-works.html