Skip to content

This is a sample application that demonstrates how to use the Zoom Video SDK in a Next.js app

Notifications You must be signed in to change notification settings

luke1128qq/videosdk-nextjs-quickstart

 
 

Repository files navigation

Zoom VideoSDK Next.js Quickstart

Prerequisites

  • Node LTS
  • Bun (or NPM)
  • Zoom Video SDK Account

Getting Started

  1. Clone the repository
$ git clone https://github.com/zoom/videosdk-nextjs-quickstart.git
  1. Install dependencies
$ npm install # or bun install
  1. Obtain your SDK Key and SDK 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.

  1. Copy .env.example to .env and fill in your Zoom Video SDK credentials as:
ZOOM_SDK_KEY="your-key"
ZOOM_SDK_SECRET="your-secret"
  1. Start the development server
$ npm run dev # or bun dev 

You can open http://localhost:3000 with your browser to view the project.

API References

For detailed information on the Zoom Video SDK API, refer to the following documentation:

About

This is a sample application that demonstrates how to use the Zoom Video SDK in a Next.js app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.9%
  • JavaScript 4.4%
  • CSS 3.7%