adding changelog

This commit is contained in:
Vaibhav159
2025-01-08 10:50:09 +05:30
parent af90d65b3b
commit 2da5620d10
2 changed files with 7 additions and 3 deletions

View File

@@ -15,10 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`LiveKitTransportLayer`.
- Added `enable_prejoin_ui`, `max_participants` and `start_video_off` params
to `DailyRoomProperties`.
- Added `session_timeout` param in `FastAPIWebsocketTransport` and `WebsocketServerTransport`
to set the session timeout in seconds, this triggers callback method `on_session_timeout`
where you can handle the timeout event as per business logic. Refer to `examples/websocket-server/bot.py`.
### Changed
- api_key, aws_access_key_id and region are no longer required parameters for the PollyTTSService (AWSTTSService)
- Added `session_timeout` example in `examples/websocket-server/bot.py` to handle session timeout event.
### Fixed