Invalid signature in Reat.Js


Description
Invalid signature error when trying to access as a guest in a room already created by another host

Browser Console Error

  1. errorCode: 3712
  2. errorMessage: “Signature is invalid.”
  3. method: “join”
  4. result: “Invalid signature.”
  5. status: false.

Which Web Meeting SDK version?
version 2.7.0

Meeting SDK Code Snippets
The code snippets that are causing the error / issue so we can reproduce.

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

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

back1

Device (please complete the following information):

  • Device: [Lenovo Ideapad]
  • OS: [ win 11]
  • Browser: [e.g. Chrome]
  • Browser Version [Versão 105.0.5195.127 (Versão oficial) 64 bits]

you use role 10 in getSignature() - but role can only be 1 (host) or 0 (attendee)

https://marketplacefront.zoom.us/sdk/meeting/web/ZoomMtg.html#join

@demerson.b ,

Please change the role to either 1 for host or 0 for participant. Once that change is made you should be able to authorize SDK as expected.