When instantiating an RTCPeerConnection
, one of the configuration parameters is an array of ICE servers. Straight forward question: Does the order of servers in the array matter? Does the order indicate a preference in any way; should I put servers I'd prefer to be used first, or will the ICE discovery process try them all equally?
问问题
206 次