adding line space

This commit is contained in:
Vaibhav159
2025-01-24 09:12:07 +05:30
parent 40c1a8369a
commit e106d7a215

View File

@@ -11,8 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- It is now possible to specify the period of the `PipelineTask` heartbeat
frames with `heartbeats_period_secs`.
- Added `DailyMeetingTokenProperties` and `DailyMeetingTokenParams` Pydantic models for meeting token creation.
- Added `get_token_v2` method to `DailyTransport` to create meeting tokens with `DailyMeetingTokenParams`.
- Added `enable_recording` and `geo` parameters to `DailyRoomProperties`.
### Changed