Video Streams with rounded borders on a single canvas

I was wondering if there’s any way to make the borders of each stream (when rendering multiple videos on a single html canvas) rounded. I know this could be possible by rendering each stream on a new canvas but i’ve seen it not the best due to performance issues.
Thanks

Hey @mauro.barrionuevo

Thanks for your feedback.

If you want to visually display each video with rounded corners, you can achieve this by overlaying a rounded DOM element on each video tile, making the content area transparent and setting the rest to be the same color as the background. This is the simplest way to do it.

Thanks
Vic