Back to Content

RTCIceCandidatePairStats: priority property

files/en-us/web/api/rtcicecandidatepairstats/priority/index.md

latest1.1 KB
Original Source

{{APIRef("WebRTC")}}{{deprecated_header}}{{non-standard_header}}

The priority property of the {{domxref("RTCIceCandidatePairStats")}} dictionary reports the priority of the candidate pair as an integer value.

The higher the value, the more likely the WebRTC layer is to select the candidate pair when the time comes to establish (or re-establish) a connection between the two peers.

Value

An integer value indicating the priority of this pair of candidates as compared to other pairs on the same peer connection. The higher this value, the better the WebRTC layer thinks this pair of candidates is compared to the others, and the more likely a pair is to be selected for use.

[!NOTE] This property was removed from the specification as its value cannot be guaranteed to be accurately represented in a JavaScript number. You can calculate its value using the algorithm described in {{RFC(5245, "", "5.7.2")}} if you need this information and can accept the risk that the result may not be entirely accurate.

Specifications

This property was removed from the specification.

Browser compatibility

{{Compat}}