Is a string comprising of media device ids unique?

If a string is composed of the ids of media devices, like this

const identifier = navigator.mediaDevices.map( device => device.deviceId ).join('');

would that string be unique across all internet users?