Setting the file. One moment.
Skill 147 · Build Zoom Video SDK App
Subchapter 147.2
references/environment-variables.mdMarkdown1 KBView on GitHub
| Variable | Required | Used for | Where to find |
|---|---|---|---|
ZOOM_VIDEO_SDK_KEY | Yes | Video SDK app identity | Zoom Marketplace -> Video SDK app -> App Credentials |
ZOOM_VIDEO_SDK_SECRET | Yes (server only) | Video SDK token/signature generation | Zoom Marketplace -> Video SDK app -> App Credentials |
VIDEO_SDK_TOKEN_ENDPOINT | Yes | URL your clients call to fetch short-lived Video SDK token | Your backend deployment config |
VIDEO_SDK_BASE_URL | Optional | Base URL for your app backend | Set to your deployed environment |
VIDEO_SDK_SESSION_NAME | Runtime | Session/topic identifier | Created by your app workflow |
VIDEO_SDK_USER_NAME | Runtime | Display name in session | App user profile/context |
VIDEO_SDK_TOKEN / VIDEO_SDK_JWT (short-lived; generated server-side)ZOOM_SDK_KEY/ZOOM_SDK_SECRET; prefer explicit ZOOM_VIDEO_SDK_* names.