mirror of https://github.com/vector-im/riot-web
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