UNPKG

matrix-react-sdk

Version:
6 lines (5 loc) 175 B
import type { Room } from "matrix-js-sdk/src/matrix"; /** * Determines whether the given room is a video room. */ export declare const isVideoRoom: (room: Room) => boolean;