Merge branch 'livekit' into johannes/qr

This commit is contained in:
Johannes Marbach
2024-09-02 08:40:15 +02:00
91 changed files with 1061 additions and 3463 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
import { FC, MouseEvent, useCallback, useMemo, useState } from "react";
import { useTranslation } from "react-i18next";
import { Room } from "matrix-js-sdk";
import { Room } from "matrix-js-sdk/src/matrix";
import { Button, Text } from "@vector-im/compound-web";
import {
LinkIcon,