diff --git a/playwright/errors.spec.ts b/playwright/errors.spec.ts index e65ca740..9e25d950 100644 --- a/playwright/errors.spec.ts +++ b/playwright/errors.spec.ts @@ -1,3 +1,10 @@ +/* +Copyright 2025 New Vector Ltd. + +SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +Please see LICENSE in the repository root for full details. +*/ + import { expect, test } from "@playwright/test"; test("Should show error screen if fails to get JWT token", async ({ page }) => { diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 49b3173d..1b3d0f20 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -19,7 +19,6 @@ import { isE2EESupported as isE2EESupportedBrowser, } from "livekit-client"; import { logger } from "matrix-js-sdk/src/logger"; - import { MatrixRTCSessionEvent, type MatrixRTCSession,