A video conferencing app built on top of Dyte
I wanted to build a serverless Next.js version of Dyte's react example
Make sure you get your organisation id and API key from Dyte by signing up here
- Clone the repo
git clone https://github.com/anmolm96/dyte-nextjs-example- Install packages
yarn-
Create an
.envfile with your credentials. Use.env.exampleas a template. -
Run the application
yarn run devSetup and deploy your project on Vercel by running the following command.
Make sure you have your env variables set on the project in Vercel too -> More information
vercel