Rename option to always_connected.

This commit is contained in:
Dermot Duffy
2023-05-07 15:32:44 -07:00
parent ee7d02fc58
commit 109e10ea68
9 changed files with 21 additions and 16 deletions
+2 -2
View File
@@ -194,8 +194,8 @@ export const CONF_LIVE_SHOW_IMAGE_DURING_LOAD =
`${CONF_LIVE}.show_image_during_load` as const;
export const CONF_LIVE_MICROPHONE_DISCONNECT_SECONDS =
`${CONF_LIVE}.microphone.disconnect_seconds` as const;
export const CONF_LIVE_MICROPHONE_CONNECT_ON_LOAD =
`${CONF_LIVE}.microphone.connect_on_load` as const;
export const CONF_LIVE_MICROPHONE_ALWAYS_CONNECTED =
`${CONF_LIVE}.microphone.always_connected` as const;
export const CONF_LIVE_ZOOMABLE = `${CONF_LIVE}.zoomable` as const;
const CONF_IMAGE = 'image' as const;