Enable Auto video codec priority policy in 5.2 migration
This commit is contained in:
parent
4b27d1180a
commit
02501f0804
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue