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) { ...@@ -260,7 +260,7 @@ function mapMediaOption(value) {
case 'off': case 'off':
return false; return false;
default: 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