From f9c77697fd84f70f7044d916a81232b1e0dde0bb Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 17 Jun 2015 16:08:49 +0200 Subject: [PATCH] call linphone_core_set_upload_bandwidth in case of custom preset --- Classes/LinphoneCoreSettingsStore.m | 1 + submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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