DEV Community

Discussion on: Video call with WebRTC Angular and ASP.NET Core

Collapse
 
joemyjlo profile image
Joemy Joseph

Hi, I would like to implement this in . Netcore without angular... just C# on the server-side, and javascript and HTML on the client-side. I already have a fully implemented chatting system, both private and group conversations using WebSockets. I want to learn how to integrate video and audio calls.

Collapse
 
sebalr profile image
Sebastian Larrieu

Hi, both frontend libraries (simple-peer and signalR) are pure js. You could use them in your project. I don't know how to integrate them in one project because I've never used . Net for something else than rest APIs. However you could check the .Net docs on how to integrate signalR, I know it exists and is very simple to follow

Some comments have been hidden by the post's author - find out more