Commit fc7c77e1 authored by Youness Alaoui's avatar Youness Alaoui

no need to show a warning if we unfreeze a triggered check

parent c4099bbd
...@@ -1286,8 +1286,7 @@ static gboolean priv_schedule_triggered_check (NiceAgent *agent, Stream *stream, ...@@ -1286,8 +1286,7 @@ static gboolean priv_schedule_triggered_check (NiceAgent *agent, Stream *stream,
if (p->state == NICE_CHECK_WAITING || if (p->state == NICE_CHECK_WAITING ||
p->state == NICE_CHECK_FROZEN) p->state == NICE_CHECK_FROZEN)
priv_conn_check_initiate (agent, p); priv_conn_check_initiate (agent, p);
else if (p->state == NICE_CHECK_IN_PROGRESS) {
if (p->state == NICE_CHECK_IN_PROGRESS) {
/* XXX: according to ICE 7.2.1.4 "Triggered Checks" (ID-19), /* XXX: according to ICE 7.2.1.4 "Triggered Checks" (ID-19),
* we should cancel the existing one, and send a new one...? :P */ * we should cancel the existing one, and send a new one...? :P */
nice_debug ("Agent %p : Skipping triggered check, already in progress..", agent); nice_debug ("Agent %p : Skipping triggered check, already in progress..", agent);
......
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