Your Daily domain

Basic information about a Daily domain

Nina avatar
Written by Nina
Updated over a week ago

Your domain is your top-level object in the Daily API.

You create a Daily domain when you sign up for a Daily account. Once you have a domain, you can create Daily room URLs to host video calls.

{
"domain_name": "your-domain",
"config": {
"hide_daily_branding": false,
"redirect_on_meeting_exit": "https://your-domain.co/vid-exit",
"hipaa": false,
"intercom_auto_record": false,
"lang": "en"
}
}

Developers

One domain per Daily account

  • You create one domain when you sign up. Each Daily account (each email login) can create one domain (with a single API key).

  • But a Daily user can belong to multiple domain teams.

Did this answer your question?