Add eject_at_token_exp to Daily REST helpers, modify default values

This commit is contained in:
Mark Backman
2025-04-16 12:26:33 -04:00
parent ee132a2188
commit ce92dfb5ec
2 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Daily's REST helpers now include an `eject_at_token_exp` param, which ejects
the user when their token expires. This new parameter defaults to False.
Also, the default value for `enable_prejoin_ui` changed to False and
`eject_at_room_exp` changed to False.
- `OpenAILLMService` and `OpenPipeLLMService` now use `gpt-4.1` as their
default model.