How to rotate the videoSDK keys?

Need to change credentials keys for my videoSDK account.

1 Like

To rotate Video SDK keys (like API Key and Secret), typically you follow these steps:

  1. Generate new keys in your Zoom Developer Dashboard for the Video SDK app.

  2. Update your application to use the new API Key and Secret instead of the old ones.

  3. Deploy the updated app with new keys to your environment (staging/production).

  4. Test the app to ensure everything works with the new keys.

  5. 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.

This topic was automatically closed 25 hours after the last reply. New replies are no longer allowed.