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
Latest
type alias RooMetadata
import { type RooMetadata } from "https://deno.land/x/plugnmeet@v1.4.0/types/createRoom.ts";
definition: { room_title: string; welcome_message?: string; webhook_url?: string; logout_url?: string; room_features: RoomFeaturesParams; default_lock_settings?: LockSettingsParams; copyright_conf?: CopyrightConf; extra_data?: string; }