mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
missed a thing
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
46a9326607
commit
4976cbb424
@ -79,7 +79,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
setVideoInput: function(deviceId) {
|
setVideoInput: function(deviceId) {
|
||||||
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput']();
|
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput'](deviceId);
|
||||||
},
|
},
|
||||||
|
|
||||||
_setVideoInput: function(deviceId) {
|
_setVideoInput: function(deviceId) {
|
||||||
|
Loading…
Reference in New Issue
Block a user