You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
@@ -18,9 +18,9 @@ import { MXID_PATTERN } from "../models/room-member.ts";
|
|||||||
import { deepCompare } from "../utils.ts";
|
import { deepCompare } from "../utils.ts";
|
||||||
import { isLivekitFocusSelection, type LivekitFocusSelection } from "./LivekitFocus.ts";
|
import { isLivekitFocusSelection, type LivekitFocusSelection } from "./LivekitFocus.ts";
|
||||||
import { slotDescriptionToId, slotIdToDescription, type SlotDescription } from "./MatrixRTCSession.ts";
|
import { slotDescriptionToId, slotIdToDescription, type SlotDescription } from "./MatrixRTCSession.ts";
|
||||||
import { type RTCCallIntent, type Transport } from "./types.ts";
|
import type { RTCCallIntent, Transport } from "./types.ts";
|
||||||
import { type RelationType } from "src/types.ts";
|
|
||||||
import { type MatrixEvent } from "../models/event.ts";
|
import { type MatrixEvent } from "../models/event.ts";
|
||||||
|
import { type RelationType } from "../@types/event.ts";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default duration in milliseconds that a membership is considered valid for.
|
* The default duration in milliseconds that a membership is considered valid for.
|
||||||
|
|||||||
Reference in New Issue
Block a user