mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* ref: Move the jaas util out of specs/. * ref: Extract a more generic joinMuc utility. * ref: Rename joinMuc to joinJaasMuc. * ref: Move tileView.spec.ts out of 2way, use joinMuc. * ref: Enforce that "name" is p1, p2, p3, p4 using types. * fix: Fix mute test filename. * ref: Split the chat test into jaas and iframe tests. * test: Add webhook verification to jaas visitor tests. * ref: Remove the iframe/visitors test (ported to jaas). * ref: Move the transcriptions test to jaas. * ref: Make getEndpointId work from outside the iframe. * ref: Remove TestProperties.useIFrameApi. Use the flag in IParticipantOptions instead. * ref: Do not set a special tenant when the iFrame API is used, leave it to tests to determine. * ref: Remove the jaas-specific tests from iframe/participantsPresnce (will be re-added under jaas/ later). * ref: Move the dial in/out tests to jaas/. * Add tests for jaas join/leave webhooks (port back from iframe/participantsPresence). * config: Fallback to IFRAME_TENANT and JWT_* for jaas configuration. * ref: Simplify boolean expression. * ref: Remove the skipFirstModerator option (unused). * ref: Do not override token if specified. * fix: Do not generate token for alone/invite test. * ref: Extract more dial-in utilities. * test: Verify Invite UI in jaas. * Do not generate token for dial in (case covered in jaas/). * ref: Remove preferGenerateToken (unused). * ref: Move mute utils in their own helper. * fix: Fix setting the jaas enabled flag. * Do not run alone/invite for jaas (temp fix). * fix: Switch back to meeting window. * Do not run alone/dialInAudio on jaas. * Disable the SIP jibri test (broken).