Video SDK Type and Version
“@zoom/videosdk”: “^1.8.10”,
Description
Problem with videosdk-workshop (GitHub - zoom/videosdk-workshop: workshop-project).
Error on await client.join(topic, signature, name, password) in Session.js.
Account is a video sdk account (double checked) and SDK_KEY and SDK_SECRET are from the marketplace web site and are not the API key and secret (also double checked).
Checked also the troubleshooting video with no success. RoleType is 1 as an integer, not string.
Spent a few days to check all these and to read all relevant forum topics, but no success.
Meeting args in home.js looks like this:
JWT response from the server is this:
“eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfa2V5IjoiXCI1ekVHRDd6ZFNMYUdPLXZwdzlOU2V3XCI7IiwiaWF0IjoxNzEzNDMzMTk3LCJleHAiOjE3MTM2MDU5OTcsInRwYyI6ImhmIiwicHdkIjoicHciLCJ1c2VyX2lkZW50aXR5IjoidXNlciIsInJvbGVfdHlwZSI6MX0.46OoUaeRYxdmT1JbMyVLXBxSK1qCan7BrD5OqJS1KZ8”
Error:
{
“type”: “JOIN_MEETING_FAILED”,
“reason”: “This account does not exist or does not belong to you”,
“errorCode”: 200
}
How To Reproduce
Steps to reproduce the behavior including:
*1. Download Sample App
*2. Enter app credentials
*3. NPM Start
*4. See error in console
@chunsiong.zoom @gianni.zoom
Please Advise.