Commit 4407dbe3 authored by Youness Alaoui's avatar Youness Alaoui

MSN also needs the use_candidate flag enabled

parent 79cf4ff7
......@@ -1856,7 +1856,8 @@ gboolean conn_check_handle_inbound_stun (NiceAgent *agent, Stream *stream,
uint32_t priority = stun_usage_ice_conncheck_priority (&req);
if (agent->controlling_mode ||
agent->compatibility == NICE_COMPATIBILITY_GOOGLE)
agent->compatibility == NICE_COMPATIBILITY_GOOGLE ||
agent->compatibility == NICE_COMPATIBILITY_MSN)
use_candidate = TRUE;
if (stream->initial_binding_request_received != TRUE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment