Removing commented code
This commit is contained in:
parent
f4ed527fe8
commit
2905a5570c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue