AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.73k stars 967 forks source link

WebRTC + SignalR sample #340

Open hoponaillc opened 4 years ago

hoponaillc commented 4 years ago

Is there a webrtc component available for Blazor? Samples I got were for Angular ...

Ref: https://www.twilio.com/blog/video-chat-app-asp-net-core-3-1-angular-9-twilio

Terricide commented 4 years ago

I have yet to find one. I was thinking about starting one using WebSocketHelper as a base.