Skip to main content
Module

x/plugnmeet/types/createRoom.ts>RecordingFeaturesParams

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias RecordingFeaturesParams
import { type RecordingFeaturesParams } from "https://deno.land/x/plugnmeet@v1.4.0/types/createRoom.ts";
definition: { is_allow: boolean; is_allow_cloud: boolean; is_allow_local: boolean; enable_auto_cloud_recording: boolean; }