Merge branch 'livekit' into in-call-footer

This commit is contained in:
Robin
2023-08-31 07:53:14 -04:00
committed by GitHub
4 changed files with 17 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ export const useOptInAnalytics = (): DisableableSetting<boolean | null> => {
export const useEnableE2EE = (): DisableableSetting<boolean | null> => {
const settingVal = useSetting<boolean | null>(
"enable-end-to-end-encryption",
false
true
);
if (isE2EESupported()) return settingVal;