Re: [mediacapture-main] Should enumerateDevices by default return an empty list? (#646)

@pes10k I think you'll get:

```json
[
  {deviceId: "", grouId: "uuid1", kind: "audioinput", label: ""},
  {deviceId: "", grouId: "uuid2", kind: "videoinput", label: ""},
  {deviceId: "", grouId: "uuid3", kind: "audiooutput", label: ""}
]
```

On the other hand with the in-chrome device selection proposal and
> not expose devices to websites at all
Why would an application call `enumerateDevices` at all?

-- 
GitHub Notification of comment by q-alex-zhao
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/646#issuecomment-653641736 using your GitHub account

Received on Friday, 3 July 2020 18:18:06 UTC