Skip to content

Commit

Permalink
Merge pull request #8672 from Amir-yazdanmanesh/develop
Browse files Browse the repository at this point in the history
Change jitsi-meet constants URL
  • Loading branch information
bmarty authored Dec 15, 2023
2 parents 1c1c89f + 4debc49 commit 431a1a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class VectorJitsiActivity : VectorBaseActivity<ActivityJitsiBinding>(), JitsiMee
setServerURL(it)
}
}
// https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.js
// https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts
.setFeatureFlag("chat.enabled", false)
.setFeatureFlag("invite.enabled", false)
.setFeatureFlag("add-people.enabled", false)
Expand Down

0 comments on commit 431a1a6

Please sign in to comment.