removed setCanChangeWebcam becaus not needed and this fixes the bug with unable to select camara if only 1 webcam is connected

This commit is contained in:
Stefan Otto
2018-11-13 15:41:53 +01:00
parent d358170be9
commit 6d9ebacee3
5 changed files with 2 additions and 21 deletions
-1
View File
@@ -18,7 +18,6 @@
device : { flag: 'firefox', name: 'Firefox', version: '61' },
canSendMic : true,
canSendWebcam : true,
canChangeWebcam : false,
webcamInProgress : false,
audioOnly : false,
audioOnlyInProgress : false,
-8
View File
@@ -62,14 +62,6 @@ export const setAudioDevices = (devices) =>
};
};
export const setCanChangeWebcam = (flag) =>
{
return {
type : 'SET_CAN_CHANGE_WEBCAM',
payload : flag
};
};
export const setWebcamDevices = (devices) =>
{
return {