WebRTC - P2P
- Words chat(基本依据peer.js官网示例)
- Video chat(reference)
- Files exchange
- send a image and show
- send a file in other formats
- send big files 流传输,困难重重
分享本地ID或者匹配链接给对方 点击connect后即可发送消息、视频通话、文件传输...
v1.4
新增id共享功能,可以自动共享id(以及昵称),30s内所有用户均可搜索到。
v1.3
新增桌面共享功能
v1.2
实现断开视频通话
支持分享链接
修复文件分享bug