- Node LTS
- Bun (or NPM)
- Zoom Video SDK Account
- Clone the repository
$ git clone https://github.com/zoom/videosdk-nextjs-quickstart.git
- Install dependencies
$ npm install # or bun install
- Obtain your
SDK Key
andSDK Secret
Log in to the Zoom App Marketplace, click Develop in the top right corner, then select Build Video SDK. Scroll down and you'll find your SDK Key and SDK Secret.
- Copy
.env.example
to.env
and fill in your Zoom Video SDK credentials as:
ZOOM_SDK_KEY="your-key"
ZOOM_SDK_SECRET="your-secret"
- Start the development server
$ npm run dev # or bun dev
You can open http://localhost:3000 with your browser to view the project.
For detailed information on the Zoom Video SDK API, refer to the following documentation: