Commit 1365683a authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix selection of alternate media devices.

Thanks to Giuseppe Castagna for noticing.
parent 72cbb5ff
......@@ -260,7 +260,7 @@ function mapMediaOption(value) {
case 'off':
return false;
default:
return value;
return {deviceId: value};
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment