call linphone_core_set_upload_bandwidth in case of custom preset

This commit is contained in:
Jehan Monnier 2015-06-17 16:08:49 +02:00
parent 13396992a0
commit f9c77697fd
2 changed files with 2 additions and 1 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit b843685bd8e03b047bc85239397bd1961ff9a9a0
Subproject commit b9c3ebe9c04fdf975bf74a02b3e60d4371744747