diff --git a/Classes/LinphoneCoreSettingsStore.m b/Classes/LinphoneCoreSettingsStore.m index e392f1b9b..1dda9470b 100644 --- a/Classes/LinphoneCoreSettingsStore.m +++ b/Classes/LinphoneCoreSettingsStore.m @@ -641,6 +641,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args); } linphone_core_set_preferred_framerate(lc, [self integerForKey:@"video_preferred_fps_preference"]); linphone_core_set_download_bandwidth(lc, [self integerForKey:@"download_bandwidth_preference"]); + linphone_core_set_upload_bandwidth(lc, [self integerForKey:@"download_bandwidth_preference"]); } // call section diff --git a/submodules/linphone b/submodules/linphone index b843685bd..b9c3ebe9c 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit b843685bd8e03b047bc85239397bd1961ff9a9a0 +Subproject commit b9c3ebe9c04fdf975bf74a02b3e60d4371744747