A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidateStats/relayProtocol below:

RTCIceCandidateStats: relayProtocol property - Web APIs

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 Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4