mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
* feat(tests): Fixes the checks when to use token. We have few options: - iframeAPI tests generating tokens via jwtPrivateKeyPath - tests that just use provided JWT_ACCESS_TOKEN for the first participant to avoid deployments where initial authentication is required - tests that does not use iframeAPI, but want to use the jwtPrivateKeyPath for a meeting (invite test as JWT_ACCESS_TOKEN does not satisfy some services) * squash: Bump hangup wait, redirects may take a little bit more. * squash: Rename forceGenerateToken to preferGenerateToken and fix logic when private key is missing.