Web SDK Version: v2.11.0
Hi, I have a Meeting SDK app & a JWT app which I have been using for my development team with no issues for the past few months.
However, since JWT app is going to be deprecated, I’ve created a Server-to-Server OAuth app and manage to use this api: https://zoom.us/oauth/token?grant_type=account_credentials&account_id=[account_id] to generate an access token successfully.
The access token was passed into the JoinOptions as the signature and into the authorization header in our api calls, the same way as how we did with our JWT app token. However, we got an error “Fail to join the meeting” when joining the meeting .
In the console, this api was called: https://zoom.us/api/v1/wc with this error response:
Would appreciate if I could get some help on what have I missed out or done wrongly here? Thanks!
(We are using our Meeting SDK app’s SDK Key as sdkKey in JoinOptions, if this helps.)