Fix a bug that could cause ICE candidates to be duplicated.
A check was done at the creation of a candidate to see if it already existed. However this check was taking the candidate's priority into account but was done before computing this priority, so it always failed.
Showing
Please register or sign in to comment