Back to Content

RTCTransportStats: selectedCandidatePairChanges property

files/en-us/web/api/rtctransportstats/selectedcandidatepairchanges/index.md

latest411 B
Original Source

{{APIRef("WebRTC")}}

The selectedCandidatePairChanges property of the {{domxref("RTCTransportStats")}} dictionary indicates the total number of times that the selected candidate pair of this transport has changed.

Value

A positive integer that is initially zero and increases whenever a candidate pair is selected or lost.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}