I was able to join breakout room by using another API from ZoomSDKNewBreakoutRoomController. When user is invited to breakout room I get attendee permission and able to join room by calling joinBO on ZoomSDKBOMeetingAttendee. However when breakout room is closed I get no callbacks. What callback I should expect? Should I use ZoomSDKBreakoutRoomsController at all? Maybe there is a documentation or sample I can use to understand a correct way of using breakout rooms api?
Thanks for the log and the callbacks. Regarding your questions:
Please try not to mix ZoomSDKBreakoutRoomsController and ZoomSDKNewBreakoutRoomController together.
Based on the log you provided, when the breakout room is closed, you will receive a callback onLostAttendeePermission, and become a regular attendee in the main meeting
The following info could be helpful:
If you are the host of the main session you will be able to use the following class:
I’m still struggling to make this work. The problem is that I receive onLostAttendeePermission in the process of joining breakout room. When breakout room is closed, I receive no callbacks. With iOS SDK I receive attendee permission again right after joining breakout room, but not with macOS SDK.
@dmytro were you able to find any workaround for this issue? Without this callback working is there any other way for the SDK client to know that it should be leaving the breakout room?