In the example code the click event shows a toggle for the Muted property. But Muted is a tring and can't be toggled like a boolean; `@onclick="() => video.Muted = !video.Muted`
In the example code the click event shows a toggle for the Muted property. But Muted is a tring and can't be toggled like a boolean;
@onclick="() => video.Muted = !video.Muted