Description
After updating to the latest SDK attendee permission for breakout rooms is lost permanently when joining a breakout room.
1.There is a callback for onHasAttendeePermission when a user is added to a room by the host. Calling join on the attendee object from this callback let’s the user join the room.
-
On joining the BO the user receives the
onLostAttendeePermissioncallback. -
Previously after joining the BO the user would receive the
onHasAttendeePermissionagain but this is no longer happening.
As a result it isn’t possible to receive messages as the ZoomSDKBOMeetingAttendeeDelegate since that is removed when the permission is lost.
Which macOS Client SDK version?
Knowing the version can help us to identify your issue faster.
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Add log messages or break points to the
onHasAttendeePermissionandonLostAttendeePermission - Create a BO and assign the user.
- As user join the BO
- Note that the
onHasAttendeePermissionfires only once when invited to BO andonLostAttendeePermissionfires after joining the BO.