mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
disable tunnel_dtls_video_ice_call until feature is available
This commit is contained in:
parent
0b086009e9
commit
40ffaa6c43
1 changed files with 2 additions and 2 deletions
|
|
@ -169,9 +169,9 @@ static void tunnel_zrtp_video_ice_call(void) {
|
|||
}
|
||||
|
||||
static void tunnel_dtls_video_ice_call(void) {
|
||||
if (linphone_core_tunnel_available())
|
||||
/* if (linphone_core_tunnel_available())
|
||||
call_base(LinphoneMediaEncryptionDTLS,TRUE,FALSE,LinphonePolicyUseIce,TRUE);
|
||||
else
|
||||
else*/
|
||||
ms_warning("Could not test %s because tunnel functionality is not available",__FUNCTION__);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue