You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous check used label.startsWith('Default') to detect if a
track is using the system default device, but this only works when
the browser locale is English. On other locales the label is
translated (e.g. 'Standard' in German).
Replaced with getSettings().deviceId === 'default' which is
locale-independent and directly checks what we actually care about.
Fixes#1194
0 commit comments