mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Add core CodecPriorityPolicy automatic settings for existing accounts of previous versions
This commit is contained in:
parent
6ff33bb0d9
commit
baf17d6919
1 changed files with 2 additions and 0 deletions
|
|
@ -503,6 +503,8 @@ static int check_should_migrate_images(void *data, int argc, char **argv, char *
|
|||
}
|
||||
[self lpConfigSetBool:TRUE forKey:@"publish_enabled_migration_done"];
|
||||
}
|
||||
|
||||
linphone_core_set_video_codec_priority_policy(LC, LinphoneCodecPriorityPolicyAuto);
|
||||
}
|
||||
|
||||
- (void)migrationPerAccount {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue