From 6503f42de8b64ac0fa2c7c9adb1260b1b1d2fa82 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Wed, 17 Feb 2021 13:53:53 +0100 Subject: [PATCH] Fixed typo in keepalive-conncheck usage --- ice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice.c b/ice.c index fb1eb38a33..35b576f8df 100644 --- a/ice.c +++ b/ice.c @@ -3499,7 +3499,7 @@ int janus_ice_setup_local(janus_ice_handle *handle, int offer, int audio, int vi #ifdef HAVE_ICE_NOMINATION "nomination-mode", janus_ice_nomination, #endif - "keepalive-conncheck", janus_ice_keepalive_connckecks ? FALSE : TRUE, + "keepalive-conncheck", janus_ice_keepalive_connckecks ? TRUE : FALSE, #ifdef HAVE_LIBNICE_TCP "ice-udp", TRUE, "ice-tcp", janus_ice_tcp_enabled ? TRUE : FALSE,