Skip to main content
Module

x/plugnmeet/types/createRoom.ts>ChatFeaturesParams

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias ChatFeaturesParams
import { type ChatFeaturesParams } from "https://deno.land/x/plugnmeet@v1.4.0/types/createRoom.ts";
definition: { allow_chat: boolean; allow_file_upload: boolean; allowed_file_types: Array<string>; max_file_size: number; }