adding meeting token v2 func

This commit is contained in:
Vaibhav159
2025-01-23 21:40:42 +05:30
parent fc6aa6eae8
commit 799c2d14b8
2 changed files with 117 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ 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`.
### Changed