Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/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; }