1

The RFC states that the browser has to assign a priority to ICE candidates. In my understanding, an ICE candidate may encompass a TURN server to use.

How the browser assigns this priority is left to the implementation. We would like to implement our own protocol.

If we can calculate such a priority, how can we influence the browser to use our priority when sending ICE candidates?

Dreami
  • 311
  • 1
  • 5

1 Answers1

1

The priority of the TURN server is determined by the priority of the ICE candidate. That's right! And, as I googled, the text/document summarized for the priority of the ICE candidate was in Stack Overflow. Please read it once and refer to it:

How does WebRTC decide which TURN Servers to Use

Thank you.

AirenSoft
  • 81
  • 4