compareDevices
function compareDevices(deviceInfo, key): (anotherDeviceInfo) => boolean;
Beta
Parameters
| Parameter | Type | Default value |
|---|---|---|
deviceInfo | MediaDeviceInfoLike | undefined |
key | "toJSON" | "deviceId" | "groupId" | "label" | 'deviceId' |
Returns
(anotherDeviceInfo): boolean;
Parameters
| Parameter | Type |
|---|---|
anotherDeviceInfo | MediaDeviceInfoLike |
Returns
boolean