| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
$ git clone https://github.com/zoom/videosdk-nextjs-quickstart.git$ bun install # or npm installZOOM_SDK_KEY="your-key"
ZOOM_SDK_SECRET="your-secret"$ bun dev # or npm run devYou can open http://localhost:3000 with your browser to view the project.
| Back | FazBrowse Home | New Git URL |