melihercan / WebRTCme

A cross-platform framework for adding WebRTC support to .NET MAUI, Blazor, and Desktop applications by using a single unified .NET/C# API.
https://github.com/melihercan/WebRTCme
MIT License
226 stars 46 forks source link

Blazor hybrid support #28

Open Bohdandn opened 1 year ago

Bohdandn commented 1 year ago

Hi @melihercan! Do you expect to add Blazor hybrid support? I found that WebRTCme.Bindings.Blazor.Extensions.JsRuntimeExtensions.Invoke and InvokeVoid relies on IJSInProcessRuntime, the problem is that this interface isn't available in Blazor hybrid:

melihercan commented 1 year ago

In the upcoming year, I intend to update and improve the framework. That functionality can definitely be included as part of the endeavor. I'll first look over the topic to see how I can add it.