• Kairos@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    22 days ago

    Let me guess, itll still let websites see a list connected microphones and cameras with zero user interaction?

    • Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 days ago

      Trying

      navigator.mediaDevices.enumerateDevices()
      .then(function(devices) {
        devices.forEach(function(device) {
          console.log(device.kind + ": " + device.label +
                  " id = " + device.deviceId);
        });
      })
      

      it appears to have no label and the ids are randomly generated per site.