mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fix an imlicit declaration
This commit is contained in:
parent
8121587aa3
commit
5f0d265abf
1 changed files with 1 additions and 1 deletions
|
|
@ -1960,7 +1960,7 @@ static void audioRouteChangeListenerCallback(void *inUserData, // 1
|
|||
// Finally we can make the call
|
||||
LinphoneProxyConfig *proxyCfg;
|
||||
linphone_core_get_default_proxy(theLinphoneCore, &proxyCfg);
|
||||
LinphoneCallParams *lcallParams = linphone_core_create_default_call_parameters(theLinphoneCore);
|
||||
LinphoneCallParams *lcallParams = linphone_core_create_call_params(theLinphoneCore, NULL);
|
||||
if ([self lpConfigBoolForKey:@"edge_opt_preference"] && (self.network == network_2g)) {
|
||||
LOGI(@"Enabling low bandwidth mode");
|
||||
linphone_call_params_enable_low_bandwidth(lcallParams, YES);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue