QuickStart Guide
Let's build your first video chat app in HTML, CSS and Javascript
Setting things up
****🗝️ Get your ApiRTC key and authorize your domain
🧱Create the project structure
quickstart_apirtcjs/
├── css
│ └── app.css
├── index.html
└── js
└── app.jsCreate some placeholders for video streams
Connect to the ApiRTC platform

Create an ApiRTC conversation and publish your local video


Subscribe to remote streams

Final touch, get some style

What you can do next
Last updated