Skip to content

Commit 7e61f68

Browse files
committed
rtcicecandidate: add relayProtocol
which is already defined in webrtc-stats https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-relayprotocol for local candidates
1 parent 1451471 commit 7e61f68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

webrtc.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5976,6 +5976,7 @@ <h4>
59765976
readonly attribute DOMString? relatedAddress;
59775977
readonly attribute unsigned short? relatedPort;
59785978
readonly attribute DOMString? usernameFragment;
5979+
readonly attribute DOMString? relayProtocol;
59795980
RTCIceCandidateInit toJSON();
59805981
};</pre>
59815982
<section>
@@ -6278,6 +6279,17 @@ <h2>
62786279
This carries the <code class="ice">ufrag</code> as defined in
62796280
section 15.4 of [[RFC5245]].
62806281
</dd>
6282+
<dt>
6283+
<dfn>relayProtocol</dfn> of type <span class=
6284+
"idlMemberType">DOMString</span>
6285+
</dt>
6286+
<dd>
6287+
<p>
6288+
It is the protocol used by the endpoint to communicate with the TURN server. This
6289+
is only present for local relay candidates. Valid values are <code>"udp"</code>,
6290+
<code>"tcp"</code>, or <code>"tls"</code>.
6291+
</p>
6292+
</dd>
62816293
</dl>
62826294
</section>
62836295
<section>

0 commit comments

Comments
 (0)