subins2000 / simple-peer-files

A library to send files over WebRTC
Mozilla Public License 2.0
35 stars 9 forks source link

How to send files? #7

Closed slavkojos closed 3 years ago

slavkojos commented 3 years ago

How do you send files with this? do you just wait in the "msg" event for file transfer complete, or do you have to assemble the chunks? I also tried using it with simple-peer-files, but no luck. Sorry I am still new with WebRTC and simple peer, I would really appreciate if someone can explain the process a bit better