From 768487ffb358a538f3497e254c769e92e31f2d2c Mon Sep 17 00:00:00 2001 From: Vaibhav159 Date: Wed, 8 Jan 2025 10:53:32 +0530 Subject: [PATCH] final changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ee4e5f6..523f43ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,9 @@ 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`. - +- Added `session_timeout` to `FastAPIWebsocketTransport` and `WebsocketServerTransport` + for configuring session timeouts (in seconds). Triggers `on_session_timeout` for custom timeout handling. + See (examples/websocket-server/bot.py)[https://github.com/pipecat-ai/pipecat/blob/main/examples/websocket-server/bot.py]. ### Changed