We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d62ba commit c930024Copy full SHA for c930024
packages/core/src/persistent-storage/user-choices.ts
@@ -1,7 +1,7 @@
1
import { cssPrefix } from '../constants';
2
import { getLocalStorageObject, setLocalStorageObject } from './local-storage-helpers';
3
4
-const USER_CHOICES_KEY = `${cssPrefix}-device-settings` as const;
+const USER_CHOICES_KEY = `${cssPrefix}-user-choices` as const;
5
6
/**
7
* Represents the user's choices for video and audio input devices,
0 commit comments