Skip to content

Commit

Permalink
Merge pull request #169 from w3c/issue-83
Browse files Browse the repository at this point in the history
fixes issue with TURN URL protocol
  • Loading branch information
vr000m committed Feb 28, 2017
2 parents e928568 + a0fc08d commit 74d62f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webrtc-stats.html
Expand Up @@ -1502,6 +1502,7 @@ <h3>
RTCIceCandidateType candidateType;
long priority;
DOMString url;
DOMString relayProtocol;
boolean deleted = false;
};</pre>
<section>
Expand Down Expand Up @@ -1559,6 +1560,15 @@ <h2>
on the "transport" defined in [[!RFC5245]] section 15.1.
</p>
</dd>
<dt>
<dfn><code>relayProtocol</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span>
</dt>
<dd>
<p>
It is the protocol used by the endpoint to communicate with the TURN server. This is only present for local candidates. Valid values for the TURN URL protocol is one of <code>udp</code>, <code>tcp</code>, or <code>tls</code>.
</p>
</dd>
<dt>
<dfn><code>candidateType</code></dfn> of type <span class=
"idlMemberType"><a>RTCIceCandidateType</a></span>
Expand Down

0 comments on commit 74d62f4

Please sign in to comment.