Call to StartBO() does not return when user assigned to breakout room leaves meeting

After creating a number of rooms with CreateBO(), users from GetUnassginedUserList() are assigned to rooms with AssignUserToBO(). StartBO() is then called to open all the rooms.

Under normal circumstances, the call to StartBO() is successful and returns. The breakout room dialog appears in the Zoom UI.

However, I observed that if a user should leave the meeting, the call to StartBO() does not return. The Zoom UI also freezes. The StartBO() does succeed, according to other users. It’s just that StartBO() does not return, and the app freezes. Do you have a work around for this?

Windows Zoom SDK 5.7.6.1072 C# wrapper

Hey @ratuthit,

Thanks for using the dev forum!

Does this happen in the C++ version of the SDK as well?

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.