创建应用程序 WebRTC
create application WebRTC
如何通过 socket.io 创建 WebRTC(视频、音频和消息)聊天
在此应用程序上,您可以:
- 与指定用户交谈。
- 同时与多个用户交谈(房间的概念)。
- 用户可以接受或拒绝来电。
有许多专门针对此的框架。查看 https://simplewebrtc.com/ and http://easyrtc.com/ 作为可靠的替代品。
请注意,对于多方通话,您可能需要添加一个服务器组件来处理媒体本身。
看看WebRTC in the real world and to Building a webRTC Video Chat Service On Nodejs and Krakenjs. Also, you can see Advanced chat using node.js and socket.io – Episode 2。
如何通过 socket.io 创建 WebRTC(视频、音频和消息)聊天 在此应用程序上,您可以:
- 与指定用户交谈。
- 同时与多个用户交谈(房间的概念)。
- 用户可以接受或拒绝来电。
有许多专门针对此的框架。查看 https://simplewebrtc.com/ and http://easyrtc.com/ 作为可靠的替代品。
请注意,对于多方通话,您可能需要添加一个服务器组件来处理媒体本身。
看看WebRTC in the real world and to Building a webRTC Video Chat Service On Nodejs and Krakenjs. Also, you can see Advanced chat using node.js and socket.io – Episode 2。