valarpirai / video-chat-app

Simple P2P Text/Voice/Video chat client. Works on Chrome and Firefox, Platforms: Android, Windows, Linux, Mac. Just open the link in Browser, You don't need any extra tools for Video Chat. https://valarpirai.github.io/video-chat-app/
MIT License
146 stars 93 forks source link

file sharing #3

Closed veezo2007pk closed 4 years ago

veezo2007pk commented 4 years ago

Can we allow file sharing between 2 peer?

valarpirai commented 4 years ago

Yes, we can share file between 2 peer. We have to use data connections for file transfer. I have been using this Peer JS library for video communication - https://github.com/peers/peerjs. Please go through the doc.

veezo2007pk commented 4 years ago

Yes, we can share file between 2 peer. We have to use data connections for file transfer. I have been using this Peer JS library for video communication - https://github.com/peers/peerjs. Please go through the doc.

Sir can you guide me how can i implement file sharing in video chat app? There is a code for file sharing which i uncomment it but nothing is showing in front end for file sharing...