From 926852e6c6f10ab769f5790121648198b1311c0a Mon Sep 17 00:00:00 2001 From: "Marshall T. Rose" Date: Mon, 2 Oct 2023 12:10:32 -0400 Subject: [PATCH] Alphanumeric passcodes (#1258) * set `roomPasswordNumberOfDigits` to false to allow for alpanumeric passcodes thank you @damencho * Update all non-major dependencies (#1251) (#1256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/jitsi/options.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jitsi/options.ts b/src/jitsi/options.ts index 5a3afc81..cbe49a46 100644 --- a/src/jitsi/options.ts +++ b/src/jitsi/options.ts @@ -68,6 +68,7 @@ export const jitsiOptions = ( localSubject: "Brave Talk", prejoinPageEnabled: true, resolution: isMobile ? 360 : undefined, + roomPasswordNumberOfDigits: false, startWithAudioMuted: true, startWithVideoMuted: true, toolbarConfig: {