type alias ActiveRoomInfoimport { type ActiveRoomInfo } from "https://deno.land/x/plugnmeet@v1.2.2/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; }