Re: [mediacapture-screen-share] What is the format of device ids? (#133)

If the issue is about `MediaStream.id`, it should be filed in https://github.com/w3c/mediacapture-main/ since that is where the attribute is defined as a UUID, and the Screen Capture spec doesn't (and can't) change anything about it. I also don't think this particular id presents a fingerprinting risk since it is never persisted (contrarily to deviceId).

But the title of your issue suggests you were talking about deviceId, not MediaStream.id - and while there is a deviceId in Screen Capture, contrarily to Media Capture and Streams, it is not exposed to JavaScript and hence is not fingerprintable (not matter its format, which is not defined by the spec).

I could also be missing something, so I would appreciate your guidance.

-- 
GitHub Notification of comment by dontcallmedom
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/133#issuecomment-580375530 using your GitHub account

Received on Thursday, 30 January 2020 17:53:23 UTC