A quick tutorial on how to embed a Zoom meeting in your website using the Zoom Meeting SDK.
🍺 If you've learned something new from this video, buy me a coffee to support this channel =)
[ Ссылка ]
Zoom Meeting SDK Github:
[ Ссылка ]
Zoom App Marketplace:
[ Ссылка ]
Zoom Developer Forum:
[ Ссылка ]
Reach out if you want to collaborate! Happy coding!
===============================================================================
The Zoom Developer Platform is an open platform that allows third-party developers to build applications and integrations upon Zoom's video-first unified platform.
Dev Forum Post:
[ Ссылка ]
Description
How can I get 36 character length key for my zoom web SDK to pass into Zoom SDK console?
Browser Console Error
When I click on join button on Zoom Join preview window? The error comes as
"Joining meeting timeout.
Invalid parameter"
The dev tools window shows as SDK_KEY length must be 36. However, in our Zoom Marketplace, we got JWT key of length 22 only.
Response
You should recreate an SDK type application, not a JWT application type. JWT is going to be removed in 2023 and should not be used anymore to generate credentials (jwt token) to access with the Web SDK.
By creating an SDK type app, you’ll get a 36 length key and the secret you need to generate your credentials, even for the web SDK.
#zoom #zoomtutorial #zoomvideo
Ещё видео!