Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/plugnmeet/types/createRoom.ts>WaitingRoomFeatures

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias WaitingRoomFeatures
import { type WaitingRoomFeatures } from "https://deno.land/x/plugnmeet@v1.3.1/types/createRoom.ts";
definition: { is_active: boolean; waiting_room_msg?: string; }