Skip to main content
Module

x/plugnmeet/types/createRoom.ts>CreateRoomParams

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias CreateRoomParams
import { type CreateRoomParams } from "https://deno.land/x/plugnmeet@v1.4.0/types/createRoom.ts";
definition: { room_id: string; max_participants?: number; empty_timeout?: number; metadata: RooMetadata; }