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_periodon 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 onlyPOST /v2/bots/{bot_id}/leaveends the session. It defaults to0(off) and accepts up to600seconds. See Sending a bot.