Description
I am using the sample app and I am trying to join a meeting. I am using JWT API key/secret to generate the signature (Basically it is implemented in the sample app, I just inserted my API KEY/SECRET).
Signature: TDN6QmE2eGlRTEN5UmJNTHI4LU5SQS45MTcxMTk0Njc3Ny4xNjExMjQ2NjA0ODE4LjAuR00xR2JTWnljbjNFK2ZVU1ZBc3NYNkQzWTBmK0djZy9YZTV6WHo2SzU2RT0
meeting number: 91711946777
When I am trying to join a scheduled meeting, i get a “Joining meeting timeout” error as described below:
Error
Joining meeting timeout.
Signature is invalid.
Steps to Reproduce
- Download sample app from github
- npm install
- Replace API KEY/SECRET with actual values
- npm start
- insert meeting number and meeting password
- click join
Which version?
Sample app version 1.8.6
Screenshots
Device
- Device: MacBook Pro
- OS: BigSur (11.1)
- Browser: Chrome
Any ideas?