How to check whether participant raised his hand?

Description
As in the title - the macOS SDK has an option to get participants list and show whether they are muted (ZoomSDKUserInfo#isAudioMuted), or have video on / off (ZoomSDKUserInfo#isVideoOn), but how I can check whether participant is raising his hand?

Hi @dmiskiew,

If you would like to know who is raising or lowing the hands, you may implement the callback onLowOrRaiseHandStatusChange(https://zoom.github.io/zoom-sdk-macos/protocol_zoom_s_d_k_meeting_action_controller_delegate_01-p.html#a19ec52babd8da81452a94e067aef9e8c), once a user has raised or lowed the hand, this callback will be triggered.

Hope this helps. Thanks!