onUserJoin delegate triggered when user raises / lowers hand

Hi!

Description
The onUserJoin delegate is triggered even if user is already joined to a meeting when he’s raising or lowering his hand.

Beside that this event is also triggered when user enters waiting room (and then immediately onUserLeft). Is it possible to avoid this behaviour or check if the joined user is in the waiting room?

Which version?
v4.6.21666.0427

Smartphone (please complete the following information):

  • Device: MacBookPro
  • OS: macOS
  • Version: 10.15.2

Hi @dmiskiew,

Please upgrade to the latest version of SDK. Raising or lowering hand will not trigger callbacks. When a user joins the waiting room, the callback onUserLeft will be triggered and this is by design.

Thanks!