transports(helpers): fix DailyRoomProperties.exp

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-12 23:15:22 -07:00
parent 50d69a1ca4
commit ccd6af7016
2 changed files with 12 additions and 7 deletions

View File

@@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `DailyRoomProperties.exp` always had the same old
timestamp unless set by the user.
- Fixed a couple of issues with `WebsocketServerTransport`. It needed to use
`push_audio_frame()` and also VAD was not working properly.