Skip to content

Commit

Permalink
fixes issue with TURN URL protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Singh committed Feb 28, 2017
1 parent 06e017f commit a39ad52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webrtc-stats.html
Expand Up @@ -1500,6 +1500,7 @@ <h3>
RTCIceCandidateType candidateType;
long priority;
DOMString url;
DOMString turnUrlProtocol;
boolean deleted = false;
};</pre>
<section>
Expand Down Expand Up @@ -1557,6 +1558,15 @@ <h2>
on the "transport" defined in [[!RFC5245]] section 15.1.
</p>
</dd>
<dt>
<dfn><code>turnUrlProtocol</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 a39ad52

Please sign in to comment.