From f8ed0188d5c640ec9caf4ad4e744a5e301b5d813 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 9 Apr 2014 19:47:54 -0400 Subject: Add support for MS-ICE2 candidate priorization for OC2007R2 compatibility --- agent/agent-priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'agent/agent-priv.h') diff --git a/agent/agent-priv.h b/agent/agent-priv.h index 4e99aba..086b81b 100644 --- a/agent/agent-priv.h +++ b/agent/agent-priv.h @@ -247,6 +247,10 @@ guint32 nice_candidate_ice_priority (const NiceCandidate *candidate, gboolean reliable, gboolean nat_assisted); +guint32 +nice_candidate_ms_ice_priority (const NiceCandidate *candidate, + gboolean reliable, gboolean nat_assisted); + guint64 nice_candidate_pair_priority (guint32 o_prio, guint32 a_prio); -- cgit v1.2.1