Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/plugnmeet/types/fetchRecordings.ts>RecordingInfo

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias RecordingInfo
import { type RecordingInfo } from "https://deno.land/x/plugnmeet@v1.4.0/types/fetchRecordings.ts";
definition: { record_id: string; room_id: string; room_sid: string; file_path: string; file_size: number; creation_time: number; room_creation_time: number; }