type alias RecordingFeaturesParamsimport { type RecordingFeaturesParams } from "https://deno.land/x/plugnmeet@v1.4.1/types/createRoom.ts"; definition: { is_allow: boolean; is_allow_cloud: boolean; is_allow_local: boolean; enable_auto_cloud_recording: boolean; }