Skip to content

Commit

Permalink
Alphanumeric passcodes (#1258)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mrose17 and renovate[bot] authored Oct 2, 2023
1 parent b233152 commit 926852e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jitsi/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const jitsiOptions = (
localSubject: "Brave Talk",
prejoinPageEnabled: true,
resolution: isMobile ? 360 : undefined,
roomPasswordNumberOfDigits: false,
startWithAudioMuted: true,
startWithVideoMuted: true,
toolbarConfig: {
Expand Down

0 comments on commit 926852e

Please sign in to comment.