Injecting a HttpClient instance into the SendBird client

I’m trying to use Sendbird’s .net SDK in my Blazor WebAssembly application ; Blazor runs .net code within a browser sandbox which requires any use of the HttpClient to be injected by Blazor, otherwise a ‘PlatformNotSupportedException’ is thrown.

Is there a way for us to inject a HttpClient instance into the SendBird client?

See this thread for more info