RTCIceCandidateStats: relayProtocol property
The RTCIceCandidateStats
dictionary's
relayProtocol
property specifies the protocol being used
by a local ICE candidate to communicate with the TURN
server.
The ICE protocol being used by the candidate otherwise can be obtained from the
protocol
property.
Value
A string identifying the protocol being used by the endpoint to communicate with the TURN server. The possible values are:
tcp
-
TCP (Transport Control Protocol) is being used to communicate with the TURN server.
tls
-
TLS (Transport Layer Security) is being used to communicate with the TURN server.
udp
-
UDP (User Datagram Protocol) is being used to communicate with the TURN server.
Note: This property is only present on
RTCIceCandidateStats
objects that represent local candidates.
Specifications
No specification found
No specification data found for api.RTCIceCandidateStats.relayProtocol
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
BCD tables only load in the browser