channels
This commit is contained in:
@@ -10,7 +10,7 @@ export interface SyncedPreferences {
|
||||
export const usePreferences = createGlobalState(() => {
|
||||
const { videoInputs, audioInputs, audioOutputs } = useDevices()
|
||||
|
||||
const synced = ref(false)
|
||||
const fetched = ref(false)
|
||||
|
||||
const inputDeviceId = useLocalStorage<MediaDeviceInfo['deviceId']>('INPUT_DEVICE_ID', 'default')
|
||||
const outputDeviceId = useLocalStorage<MediaDeviceInfo['deviceId']>('OUTPUT_DEVICE_ID', 'default')
|
||||
@@ -53,7 +53,7 @@ export const usePreferences = createGlobalState(() => {
|
||||
)
|
||||
|
||||
return {
|
||||
synced,
|
||||
fetched,
|
||||
inputDeviceId,
|
||||
outputDeviceId,
|
||||
autoGainControl,
|
||||
|
||||
Reference in New Issue
Block a user