Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/plugnmeet/types/activeRoomInfo.ts>ActiveRoomInfo

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias ActiveRoomInfo
import { type ActiveRoomInfo } from "https://deno.land/x/plugnmeet@v1.4.0/types/activeRoomInfo.ts";
definition: { room_title: string; room_id: string; sid: string; joined_participants: number; is_running: boolean; is_recording: boolean; is_active_rtmp: boolean; webhook_url: string; creation_time: number; metadata: string; }