how to build multi-user video chatting web app using webRTC, node.js and socket.io

前端 未结 4 1959
长情又很酷
长情又很酷 2021-02-09 18:05

im trying to make a web app that supports multi-user video chatting. ive read an article about webrtc on \"getting started with webrtc\" (http://www.html5rocks.com/en/tutorials

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-09 18:45

    For N users, you need to use a media streamer like Kurento (http://www.kurento.org/)

    Then you can build your own multi users webrtc solution such as: https://webrtc-chat.com/ (built on top of Kurento)

提交回复
热议问题