Skip to content

Commit

Permalink
Incorporate Taylor's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Aug 24, 2017
1 parent af88e79 commit f5c3b74
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions webrtc.html
Expand Up @@ -5193,8 +5193,10 @@ <h2>Methods</h2>
system for sending media of the given kind. It does not reserve
any resources, ports, or other state but is meant to provide a
way to discover the types of capabilities of the browser
including which codecs may be supported. If the system has no
capabilities corresponding to the value of the <var>kind</var>
including which codecs may be supported. User agents
MUST support <var>kind</var> values of <code>"audio"</code>
and <code>"video"</code>. If the system has no capabilities
corresponding to the value of the <var>kind</var>
argument, <code>getCapabilities</code> returns <code>null</code>.</p>
<p class="fingerprint">These capabilities provide generally
persistent cross-origin information on the device and thus
Expand Down Expand Up @@ -6129,9 +6131,11 @@ <h2>Methods</h2>
the system for receiving media of the given kind. It does not
reserve any resources, ports, or other state but is meant to
provide a way to discover the types of capabilities of the
browser including which codecs may be supported. If the system has no
capabilities corresponding to the value of the <var>kind</var>
argument, <code>getCapabilities</code> returns <code>null</code>.</p>
browser including which codecs may be supported. User agents
MUST support <var>kind</var> values of <code>"audio"</code>
and <code>"video"</code>. If the system has no capabilities
corresponding to the value of the <var>kind</var> argument,
<code>getCapabilities</code> returns <code>null</code>.</p>
<p class="fingerprint">These capabilities provide generally
persistent cross-origin information on the device and thus
increases the fingerprinting surface of the application. In
Expand Down

0 comments on commit f5c3b74

Please sign in to comment.