missed a thing
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
46a9326607
commit
4976cbb424
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default {
|
|||
},
|
||||
|
||||
setVideoInput: function(deviceId) {
|
||||
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput']();
|
||||
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput'](deviceId);
|
||||
},
|
||||
|
||||
_setVideoInput: function(deviceId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue