Skip to content

webrtcbin: Only start gathering candidates after STUN/TURN servers are resolved

libnice only supports setting STUN/TURN servers before nice_agent_gather_candidates() and if resolution takes a bit longer then they would previously be set too late, causing them to be ignored completely.

Merge request reports