Need to change credentials keys for my videoSDK account.
To rotate Video SDK keys (like API Key and Secret), typically you follow these steps:
-
Generate new keys in your Zoom Developer Dashboard for the Video SDK app.
-
Update your application to use the new API Key and Secret instead of the old ones.
-
Deploy the updated app with new keys to your environment (staging/production).
-
Test the app to ensure everything works with the new keys.
-
Revoke or delete old keys if the platform supports it, to prevent misuse.
Note:
-
Zoom may not allow multiple active keys simultaneously for the same SDK app, so plan downtime or coordinate key swap carefully.
-
Check Zoom’s developer docs or dashboard for exact instructions on key rotation for Video SDK.