1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-24 16:41:47 +03:00

missed a thing

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-06-02 00:21:34 +01:00
parent 46a9326607
commit 4976cbb424

View File

@ -79,7 +79,7 @@ export default {
},
setVideoInput: function(deviceId) {
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput']();
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput'](deviceId);
},
_setVideoInput: function(deviceId) {