parent
473a32b57f
commit
fab5c17dc2
@ -61,8 +61,8 @@
|
|||||||
onDestroy(unsubscribe);
|
onDestroy(unsubscribe);
|
||||||
|
|
||||||
function normalizeDeviceName(label: string): string {
|
function normalizeDeviceName(label: string): string {
|
||||||
// remove text in parenthesis
|
// remove IDs (that can appear in Chrome, like: "HD Pro Webcam (4df7:4eda)"
|
||||||
return label.replace(/\([^()]*\)/g, '').trim();
|
return label.replace(/(\([[0-9a-f]{4}:[0-9a-f]{4}\))/g, '').trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
function selectCamera() {
|
function selectCamera() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user