In this video, we'll understand how to create a multi peer (more than 2 users) application in a meeting. This is using ASP.NET SignalR (Web socket based) as Signaling Server.
Main features of this application
Multi meeting support
Audio/Video/Screen Sharing via WebRTC APIs
Rea ltime chat support in meeting
Source Code (ASP.NET SignalR as Signaling Server)
https://github.com/bilalshahzad139/we...
Source Code (NodeJS as signaling Server)
https://github.com/bilalshahzad139/we...
For intro to Web RTC
• Part 1- Intro to WebRTC (Web Real-time Com...