- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Sun, 28 Jun 2020 19:47:06 +0000
- To: public-webrtc-logs@w3.org
@npdoty
Perhaps you did not understand the question that was asked.
Precisely what is "the fingerprinting surface"?
Discovery of hardware capabilities `navigator.hardwareConcurrency`, `navigator.connection`, `navigator.userAgentData.mobile`, `navigator.hid`, `navigator.deviceMemory`, `navigator.getBattery().then(console.log)`, `navigator.languages`?
How is `isTypeSupported()` different from
```
navigator.mediaCapabilities.encodingInfo({
type : 'record',
video : {bitrate:120000, height: 1080, width: 1920, framerate:30, contentType : "video/x-matroska;codecs=avc1"}
}).then(console.log)
```
?
What is the exact action an individual or institution can _do_ with the information provided by `isTypeSupported()`?
--
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/142#issuecomment-650812847 using your GitHub account
Received on Sunday, 28 June 2020 19:47:08 UTC