Hello there!
We’re integrating with Zoom SDK but whenever we try to start meeting through a signature that has role with “1” it says invalid signature, but starting a meeting outside then join a meeting with role “0” it does work.
We use version is 1.9.1 latest
Also we assume that creating one app for everyone is enough for all the users if we’re in the Pro plan, and the issue is not related that every user needs to give us his apikey and secret just like OAuth 2 submissions… Is this correct?
Steps to reproduce the behavior:
- Embed Zoom Web SDK With Pro Plan
- Generate Signature with Role ID 1 and the meeting is not started.
- Error Invalid signature appears
- Start meeting outside the zoom web sdk, join meeting with “0”… You’ll be able to join.