mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Disable IPv6 explicitely in STUN testers because it is now enabled by default.
This commit is contained in:
parent
560166fbb6
commit
2240076883
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ static void ice_turn_call_base(bool_t video_enabled, bool_t forced_relay, bool_t
|
|||
if (ipv6) {
|
||||
linphone_core_enable_ipv6(marie->lc, TRUE);
|
||||
linphone_core_enable_ipv6(pauline->lc, TRUE);
|
||||
} else {
|
||||
linphone_core_enable_ipv6(marie->lc, FALSE);
|
||||
linphone_core_enable_ipv6(pauline->lc, FALSE);
|
||||
}
|
||||
|
||||
configure_nat_policy(marie->lc, caller_turn_enabled);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue