mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
call linphone_core_set_upload_bandwidth in case of custom preset
This commit is contained in:
parent
13396992a0
commit
f9c77697fd
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue