chr15m / bugout

Back end web app services over WebRTC.
https://chr15m.github.io/bugout
MIT License
607 stars 59 forks source link

Audio / video file transfer support? #11

Closed pwFoo closed 5 years ago

pwFoo commented 5 years ago

Is audio / video / file transfer supported or possible to add support?

chr15m commented 5 years ago

It should be possible to re-use the existing WebRTC connections or establish new ones using the existing transport as a signaling channel. You could use a separate library to accomplish this.