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':
|
||||
return false;
|
||||
default:
|
||||
return value;
|
||||
return {deviceId: value};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user