简体   繁体   中英

How to transfer file between two browsers with WebRTC

In WebRTC, There have three main JavaScript APIs

  1. MediaStream
  2. RTCPeerConnection
  3. 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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM