RTCIceCandidateStats.relayProtocol
The RTCIceCandidateStats
dictionary's relayProtocol
property specifies the protocol being used by a local ICE candidate to communicate with the TURN server.
The ICE protocl being used by the candidate otherwise can be obtained from the protocol
property.
Syntax
relayProtocol = rtcIceCandidateStats.relayProtocol;
Value
A DOMString
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
Specification |
---|
Identifiers for WebRTC's Statistics API (WebRTC Statistics) # dom-rtcicecandidatestats-relayprotocol |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
relayProtocol |
No |
No |
64
31
|
No |
? |
No |
No |
No |
64
31
|
? |
No |
No |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidateStats/relayProtocol