Try it for free at https://dmeet.org
An open source video conferencing application built on dTelecom components and decentralized servers.
This demo is a Next.js app. You can deploy to your Vercel account with one click:
Refer to the Next.js deployment documentation for more about deploying to a production environment.
- Open https://vercel.com/dashboard/stores
- Click "Create" at Postgress (Beta)
- Select storage type "Postgress" and press "Continue"
- Type database name, select location and press "Create"
- Press "Connect Project" in "Getting started" section, select your project
- Redeploy your project
Clone the repo and install dependencies:
git clone [email protected]:dTelecom/conference-example.git
cd conference-example
npm install
Create a new project at https://cloud.dtelecom.org. Then create a new key in your project settings.
Edit .env.development
file to add your new API key and secret
API_KEY=<your api key>
API_SECRET=<your api secret>
To use webhooks locally add url pointed to deployment without protocol:
VERCEL_PROJECT_PRODUCTION_URL=<url>
Then run the development server:
npm run dev
You can test it by opening http://localhost:3000 in a browser.