Skip to main content
Latest
type alias CreateRoomResponseRoomInfo
import { type CreateRoomResponseRoomInfo } from "https://deno.land/x/plugnmeet@v1.4.0/types/createRoom.ts";
definition: { sid: string; name: string; max_participants: number; empty_timeout: number; creation_time: number; turn_password: string; enabled_codecs: Array<any>; metadata: string; }