Description
I’m experiencing an issue with the latest Zoom Web SDK (version 3.12.0) in my application. When participants use the “Raise Hand” feature during a video call, the SDK occasionally throws Redux errors and disconnects users from the meeting.
This problem only occurs when using the SDK implementation. When participants join through the standard Zoom meeting link (shared as a viewer), the error does not occur.
Error Messages
The following errors appear in the console when this issue happens:
zoomus-websdk-zoommtgMain.umd.min.js:2 Error: Minified Redux error #3;
visit https://redux.js.org/Errors?code=3 for the full message or
use the non-minified dev environment for full errors.
zoomus-websdk-zoommtgMain.umd.min.js:2 Error: Minified Redux error #6;
visit https://redux.js.org/Errors?code=6 for the full message or
use the non-minified dev environment for full errors.
Steps to Reproduce
- Join a meeting using the Zoom Web SDK 3.12.0
- Have one or more participants use the “Raise Hand” feature
- Observe Redux errors in console and subsequent disconnection
Environment Details
- Zoom Web SDK Version: 3.12.0
- Browser: Safari y Chrome
Questions
- Is this a known issue with the Zoom SDK?
- Are there any workarounds available?
- Is it possible to disable the “Raise Hand” feature for all participants through the SDK configuration or API?
