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

x/plugnmeet/types/fetchAnalytics.ts>AnalyticsInfo

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