Eventful Meetings

Video meetings on your branded webpage.

Create a room via the API to get started.

curl -X POST /api/rooms \
  -H "Content-Type: application/json" \
  -d '{"name": "Team Standup"}'