mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix ice settings
This commit is contained in:
parent
3752fab5ad
commit
9afa1b4f0c
2 changed files with 2 additions and 2 deletions
|
|
@ -512,7 +512,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
[hiddenKeys addObject:@"port_preference"];
|
||||
}
|
||||
|
||||
if(linphone_core_get_stun_server([LinphoneManager getLc]) != NULL) {
|
||||
if(linphone_core_get_stun_server([LinphoneManager getLc]) == NULL) {
|
||||
[hiddenKeys addObject:@"ice_preference"];
|
||||
}
|
||||
|
||||
|
|
|
|||
2
submodules/externals/exosip
vendored
2
submodules/externals/exosip
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit cabb39c79560ab11c3dc668ce9d5fee8ea19e832
|
||||
Subproject commit b62c4167702f5333686754f55a2da81705e170ba
|
||||
Loading…
Add table
Reference in a new issue