Fix selection of alternate media devices.
Thanks to Giuseppe Castagna for noticing.
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ function mapMediaOption(value) {
|
|||||||
case 'off':
|
case 'off':
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
return value;
|
return {deviceId: value};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user