Breakout Room Misses option 'include waiting room participants"

Zoom Appssdk.

We want to make control of meetings more secure with app control over who joins. This means admitting them to a breakout room first. Used by so many open meeting groups. But it is not possible to support this programmatically.
The parameter is missing;

await zoomSdk.configureBreakoutRooms({
allowParticipantsChooseRoom: true,
allowParticipantsReturnToMainSession: true,
automaticallyMoveParticipantsIntoRooms: true,
automaticallyMoveParticipantsIntoMainRoom: true,
closeAfter: 20,
countDown: 60
});

There is no setting documented for
includeWaitingRoomParticipants: true // Does not exist

This means you cannot assign waiting room participants to a breakout room for screening unknown visitors with the appssdk.