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
230 stars 46 forks source link

Blazor hybrid support #27

Closed uxalina closed 1 year ago

uxalina 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 hybrid.

uxalina commented 1 year ago

Will recreate from another account