diff --git a/webrtc.html b/webrtc.html index 4f64c44e7..24549e66a 100644 --- a/webrtc.html +++ b/webrtc.html @@ -5223,11 +5223,15 @@

Methods

getCapabilities, static

The getCapabilities() - method returns the most optimist view on the capabilities of the + method returns the most optimistic view of the capabilities of the 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.

+ including which codecs may be supported. User agents + MUST support kind values of "audio" + and "video". If the system has no capabilities + corresponding to the value of the kind + argument, getCapabilities returns null.

These capabilities provide generally persistent cross-origin information on the device and thus increases the fingerprinting surface of the application. In @@ -6161,7 +6165,11 @@

Methods

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.

+ browser including which codecs may be supported. User agents + MUST support kind values of "audio" + and "video". If the system has no capabilities + corresponding to the value of the kind argument, + getCapabilities returns null.

These capabilities provide generally persistent cross-origin information on the device and thus increases the fingerprinting surface of the application. In