• Supported service: daily
  • Key: daily
  • Integrated: Yes

Service options

enable_noise_cancellation
boolean
default:
"true"

This feature provides noise cancellation to eliminate background sounds, including voices, from a participant’s audio stream. Noise cancellation is enabled by default. By doing so, it enhances the bot’s ability to accurately understand the participant’s voice and prevents interruptions caused by background noise or conversations.

{
  "service_options": {
    "daily": {
      "enable_noise_cancellation": true
    }
  }
}
mute_on_third_participant_join
boolean
default:
"false"

If enabled, this mutes the bot when a third participant joins the call. This functionality is useful if your app requires a hand-off from a bot to a human.

{
  "service_options": {
    "daily": {
      "mute_on_third_participant_join": true
    }
  }
}