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

zoom/videosdk-nextjs-quickstart

Repository files navigation

Zoom VideoSDK Next.js Quickstart

This repo contains a quickstart for using the Zoom VideoSDK with Next.js. There's a quickstart for both the Next.js App Router and the Pages Router. You can use either the app-router or the pages-router branch of this repository.

You can learn more about the differences here.

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
$ bun install # or npm install
  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
$ bun dev # or npm run dev

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

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