frames: use InputTransportMessageFrame instead of InputTransportMessageUrgentFrame

By default, input frames are already urgent.
This commit is contained in:
Aleix Conchillo Flaqué
2025-09-25 12:07:31 -07:00
parent 029d76033d
commit c7dc2e886f
7 changed files with 74 additions and 22 deletions

View File

@@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue where local SmartTurn was not being ran in a separate thread.
### Deprecated
- `InputTransportMessageUrgentFrame` is deprecated, use
`InputTransportMessageFrame` instead.
## [0.0.86] - 2025-09-24
### Added