Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/plugnmeet/types/fetchPastRoomsInfo.ts>PastRoomInfo

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias PastRoomInfo
import { type PastRoomInfo } from "https://deno.land/x/plugnmeet@v1.4.1/types/fetchPastRoomsInfo.ts";
definition: { room_title: string; room_id: string; room_sid: string; joined_participants: number; webhook_url: string; created: string; ended: string; analytics_files_id: string; }