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

x/plugnmeet/types/fetchPastRoomsInfo.ts>PastRoomInfo

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias PastRoomInfo
import { type PastRoomInfo } from "https://deno.land/x/plugnmeet@v1.3.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; }