The RTCIceCandidateStats
dictionary's protocol
property specifies the protocol the specified candidate would use for communication with the remote peer.
The RTCIceCandidateStats
dictionary's protocol
property specifies the protocol the specified candidate would use for communication with the remote peer.
The value is one of the following string:
tcp
The candidate, if selected, would use TCP as the transport protocol for its data. The tcpType
property provides additional information about the kind of TCP candidate represented by the object.
udp
The candidate will use the UDP transport protocol for its data. This is the preferred protocol for media interactions because of its better performance profile.
No specification data found for api.RTCIceCandidateStats.protocol
.
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.
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidateStats/protocol