onLowOrRaiseHandStatusChange when sending lower all hands does not update

Description
On “Lower All Hands” command, I do not see a call to above

Which macOS Meeting SDK version?
zoom-sdk-macos-5.9.6.5014

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Send the “lower all hands” with the meeting controller.
  2. There is no call to the lower hands function

Device (please complete the following information):

  • Device: Apple MacBook Pro (16-inch, M1)

Additional context
This issue is identical to the issue posted for the WebSKD.

Hi @vasoundman,

I tested this and was unable to reproduce. Are you raising/lowering your hand on the SDK device you’re testing with, or through another device?

Thanks!

Hi there. I am lowering my hand on a different (nonSDK) device. I believe that it maybe not built in yet. This call sends back one UInt32 for the user that raises/lowers hand. But it does not do it for multiple (ie [Unit32].)

Hi @vasoundman,

This callback is meant to be triggered once when a single user raises or lowers their hand. The behavior you have described is expected.

Thanks!

So in other words, we are to assume that if we get a success after the lower all hands is sent, then we should hard code our hand indicators to be removed?

Hi @vasoundman,

Since this method involves async operations, a successful return value only indicates that the SDK will attempt to lower hands. You should use the callback to determine whether or not it will be reflected in the meeting.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.