Merge branch 'livekit' into renovate/major-compound

This commit is contained in:
Robin
2025-05-28 18:07:30 -04:00
209 changed files with 6517 additions and 1353 deletions

View File

@@ -7,7 +7,7 @@ Please see LICENSE in the repository root for full details.
import { type TrackReferenceOrPlaceholder } from "@livekit/components-core";
import { animated } from "@react-spring/web";
import { type RoomMember } from "matrix-js-sdk/src/matrix";
import { type RoomMember } from "matrix-js-sdk";
import { type ComponentProps, type ReactNode, forwardRef } from "react";
import { useTranslation } from "react-i18next";
import classNames from "classnames";