Embedding Zoom Client in C# Blazor App

Greetings,

I’m new to Zoom development. I’m attempting to create a C# Blazor app that includes an embedded Zoom client. The ultimate idea is that this web app would be the only point of entry to the Zoom meeting - no links to it would otherwise be available or distributed.

I’ve found that the current C# support is as of .NET 4.5 or so. I’m developing in .NET 9 (on a Mac, hosted in Linux, no less), so my first question is whether I’m better off using the C# wrapper or something else.

Has anyone done development in Blazor, and if so, what what their approach?