Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/plugnmeet/types/createRoom.ts>RooMetadata

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias RooMetadata
import { type RooMetadata } from "https://deno.land/x/plugnmeet@v1.3.1/types/createRoom.ts";
definition: { room_title: string; welcome_message?: string; webhook_url?: string; logout_url?: string; room_features: RoomFeaturesParams; default_lock_settings?: LockSettingsParams; }