Skip to main content

your-domain.daily.co

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. Your domain can be configured with settings that apply to all rooms created within it. For example, you can set a redirect URL for when a meeting ends, or set the default language for all rooms on your domain. Any room settings you set on individual rooms will override the domain settings for that room.
{
  "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"
  }
}
You can use the Daily REST API to retrieve information about your domain and set domain configuration options, like the default language of the rooms on your domain.