API v2/Released May 11, 2026

v2.0.1

Startup grace period for bots

  • 1new

Bots can now be given a startup grace window during which none of the automatic exit timeouts apply. It is aimed at meetings where participants routinely join late and a bot would otherwise give up before anyone arrives.

New Features

  • timeout_config.grace_period on bot creation holds the bot in the meeting unconditionally for the first N seconds. While it is running, the waiting-room timeout, the no-one-joined timeout, the silence timeout and alone-in-meeting detection are all suspended, and only POST /v2/bots/{bot_id}/leave ends the session. It defaults to 0 (off) and accepts up to 600 seconds. See Sending a bot.

↩ All releases

On this page