Closed uxalina closed 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.
WebRTCme.Bindings.Blazor.Extensions.JsRuntimeExtensions.Invoke
InvokeVoid
IJSInProcessRuntime
Will recreate from another account
Hi @melihercan! Do you expect to add Blazor hybrid support? I found that
WebRTCme.Bindings.Blazor.Extensions.JsRuntimeExtensions.Invoke
andInvokeVoid
relies onIJSInProcessRuntime
, the problem is that this interface isn't available in hybrid.