Enable Auto video codec priority policy in 5.2 migration

This commit is contained in:
Sylvain Berfini 2023-10-18 12:02:34 +02:00
parent 4b27d1180a
commit 02501f0804
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@ Group changes to describe their impact on the project, as follows:
### Added
- Chat messages emoji "reactions"
- Hearing aids should be working the same way bluetooth headset does
- Hardware video codecs (H264, H265) are now used in priority when possible
### Fixed
- Connection status & color when in refreshing state

View file

@ -508,6 +508,9 @@ class CoreContext(
false
)
Log.i("[Context] Migration of muted chat room finished")
core.setVideoCodecPriorityPolicy(CodecPriorityPolicy.Auto)
Log.i("[Context] Video codec priority policy updated to Auto")
}
val fiveOneMigrationRequired = core.config.getBool("app", "migration_5.1_required", true)