Raise Hand from participant window popup raises error, not working

Description

When clicking the Raise Hand button, specifically from the participant list popup, raises a TypeError and the hand isn’t raised. This only happens from the popout window, and not when the side menu is docked to the right.

Error

zoomus-websdk.umd.min.js:2 Uncaught TypeError: r is not a function
    at zoomus-websdk.umd.min.js:2
    at HTMLUnknownElement.callCallback (react-dom.development.js:149)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:199)
    at invokeGuardedCallback (react-dom.development.js:256)
    at invokeGuardedCallbackAndCatchFirstError (react-dom.development.js:270)
    at executeDispatch (react-dom.development.js:561)
    at executeDispatchesInOrder (react-dom.development.js:580)
    at executeDispatchesAndRelease (react-dom.development.js:680)
    at executeDispatchesAndReleaseTopLevel (react-dom.development.js:688)
    at forEachAccumulated (react-dom.development.js:662)
    at runEventsInBatch (react-dom.development.js:816)
    at runExtractedEventsInBatch (react-dom.development.js:824)
    at handleTopLevel (react-dom.development.js:4826)
    at batchedUpdates$1 (react-dom.development.js:20439)
    at batchedUpdates (react-dom.development.js:2151)
    at dispatchEvent (react-dom.development.js:4905)
    at react-dom.development.js:20490
    at Object.unstable_runWithPriority (scheduler.development.js:255)
    at interactiveUpdates$1 (react-dom.development.js:20489)
    at interactiveUpdates (react-dom.development.js:2170)
    at dispatchInteractiveEvent (react-dom.development.js:4882)
(anonymous) @ zoomus-websdk.umd.min.js:2
callCallback @ react-dom.development.js:149
invokeGuardedCallbackDev @ react-dom.development.js:199
invokeGuardedCallback @ react-dom.development.js:256
invokeGuardedCallbackAndCatchFirstError @ react-dom.development.js:270
executeDispatch @ react-dom.development.js:561
executeDispatchesInOrder @ react-dom.development.js:580
executeDispatchesAndRelease @ react-dom.development.js:680
executeDispatchesAndReleaseTopLevel @ react-dom.development.js:688
forEachAccumulated @ react-dom.development.js:662
runEventsInBatch @ react-dom.development.js:816
runExtractedEventsInBatch @ react-dom.development.js:824
handleTopLevel @ react-dom.development.js:4826
batchedUpdates$1 @ react-dom.development.js:20439
batchedUpdates @ react-dom.development.js:2151
dispatchEvent @ react-dom.development.js:4905
(anonymous) @ react-dom.development.js:20490
unstable_runWithPriority @ scheduler.development.js:255
interactiveUpdates$1 @ react-dom.development.js:20489
interactiveUpdates @ react-dom.development.js:2170
dispatchInteractiveEvent @ react-dom.development.js:4882

Which version?
1.7.8

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

  1. Join a meeting from the Web SDK Client
  2. Open the participants panel (as a side bar)
  3. Click the ‘Raise Hand’ button
  4. Lower the hand
  5. Pop out the participants panel
  6. Click the ‘Raise Hand’ button again
  7. Error appears

Screenshots

Smartphone (please complete the following information):

  • Device: iMac
  • OS: macOS Catalina 10.15.5
  • Version: 83.0.4103.116
  • Browser: Chrome

Additional context
Perhaps it is related to the completely different DOM nodes for the popout participant window? Like it is separated and not maintained on both ends?

Hey @daniel2,

This is actually fixed in version 1.7.9:

Thanks,
Tommy

1 Like

Oh okay! I’ve been a little hesitant to update because of the captcha, but I guess it’s worth it. Thanks!

1 Like

Happy to help!

Feel free to fill this out so you we can disable the recaptcha for you:

Thanks,
Tommy