How to create BreakoutRoom in component view SDK

Creating Breakout Rooms with Component View Zoom SDK

I am using the Component View SDK to integrate Zoom into my website.

I am wondering how I can create a breakout room using the Component View SDK. I cannot find an appropriate method for this. For example, the function EmbeddedClient.openBreakoutRooms() exists, but it doesn’t provide a way to create breakout rooms:

EmbeddedClient.openBreakoutRooms (Component View SDK)

However, in the Client View SDK, there is a createBreakoutRoom function that handles this:

ZoomMtg.createBreakoutRoom (Client View SDK)