File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5976,6 +5976,7 @@ <h4>
5976
5976
readonly attribute DOMString? relatedAddress;
5977
5977
readonly attribute unsigned short? relatedPort;
5978
5978
readonly attribute DOMString? usernameFragment;
5979
+ readonly attribute DOMString? relayProtocol;
5979
5980
RTCIceCandidateInit toJSON();
5980
5981
};</pre>
5981
5982
<section>
@@ -6278,6 +6279,17 @@ <h2>
6278
6279
This carries the <code class="ice">ufrag</code> as defined in
6279
6280
section 15.4 of [[RFC5245]].
6280
6281
</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>
6281
6293
</dl>
6282
6294
</section>
6283
6295
<section>
You can’t perform that action at this time.
0 commit comments