mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix selection of alternate media devices.
Thanks to Giuseppe Castagna for noticing.
This commit is contained in:
parent
72cbb5ffd3
commit
1365683ad6
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ function mapMediaOption(value) {
|
|||
case 'off':
|
||||
return false;
|
||||
default:
|
||||
return value;
|
||||
return {deviceId: value};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue