Skip to content

Commit

Permalink
RTCIceServerStats relayProtocol (#519)
Browse files Browse the repository at this point in the history
* RTCIceServer relayProtocol

* Update webrtc-stats.html

Co-authored-by: Varun Singh <vr000m@users.noreply.github.com>
  • Loading branch information
lennart-csio and vr000m committed May 6, 2020
1 parent 5d35331 commit 8220dce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions webrtc-stats.html
Expand Up @@ -4377,7 +4377,7 @@ <h3>
<pre class="idl">dictionary RTCIceServerStats : RTCStats {
required DOMString url;
long port;
DOMString protocol;
DOMString relayProtocol;
unsigned long totalRequestsSent;
unsigned long totalResponsesReceived;
double totalRoundTripTime;
Expand Down Expand Up @@ -4405,13 +4405,15 @@ <h2>
</p>
</dd>
<dt>
<dfn>protocol</dfn> of type <span class=
<dfn><code>relayProtocol</code></dfn> of type <span class=
"idlMemberType">DOMString</span>
</dt>
<dd>
<p>
Valid values for transport is one of <code>"udp"</code> and <code>"tcp"</code>. Based
on the <code class=ice>"transport"</code> defined in [RFC5245] section 15.1.
It is the protocol used by the endpoint to communicate with the ICE server.
Valid values are <code>udp</code>, <code>tcp</code>, or <code>tls</code> as
defined in <code><dfn data-cite="!WEBRTC#dom-rtcicecandidatestats-relayprotocol"> RTCIceCandidateStats</dfn></code>.
This is the same value that is used for the relay protocol of local ICE candidates.
</p>
</dd>
<dt>
Expand Down

0 comments on commit 8220dce

Please sign in to comment.