Skip to content

Commit

Permalink
Fixed typo in keepalive-conncheck usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Feb 17, 2021
1 parent 1f45e02 commit 6503f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6503f42

Please sign in to comment.