Removing commented code
This commit is contained in:
parent
f4ed527fe8
commit
2905a5570c
@ -422,7 +422,6 @@ export const localStreamStore = derived<Readable<MediaStreamConstraints>, LocalS
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
//throw new Error('Unable to access your camera or microphone. Your browser is too old.');
|
|
||||||
set({
|
set({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
error: new BrowserTooOldError(),
|
error: new BrowserTooOldError(),
|
||||||
|
Loading…
Reference in New Issue
Block a user