Can a meeting bot join automatically to a breakout room given the room ID

We have a use case where we want our meeting bot to join a breakout room directly given the room ID.
I looked in the Meeting SDK for Linux and came across this method - virtual bool JoinBO(const zchar_t strBOID)*, which can help us join a breakout room by passing an ID but can the bot join this directly without the need for some approval or action like accepting request to join breakout rooms etc

@chunsiong.zoom can you provide some guidance here?
Thanks in advance!

Hey @irathod2012, in our experience, a bot can not join a breakout room directly. The bot is limited to the same actions that a human participant can take and unfortunately Zoom doesn’t support that functionality.

Also, if you’re building a meeting bot you might want to check out the Recall.ai API.

It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video/metadata from meetings without you needing to spend months to build, scale and maintain these bots.

Here are the API docs: https://docs.recall.ai