The event onBreakoutRoomChange isn't triggered when a participant joins/leaves

Hi,

I’ve developed a Zoom app using Vue and the Zoom Apps SDK (v0.16.21).

I’m utilizing the onBreakoutRoomChange event. According to the documentation, this event should trigger whenever a user joins or leaves a breakout room. However, in my implementation, it only triggers for the host user of the Zoom app. When a participant is moved to a breakout room, this event does not trigger.

Is this the expected behavior?

To reproduce this issue, you can create an app with a listener on the onBreakoutRoomChange event. Then, try moving to different breakout rooms as the host and move participants between breakout rooms.

Thanks in advance for your feedback.