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

x/plugnmeet/types/activeRoomInfo.ts>Room

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias Room
import { type Room } from "https://deno.land/x/plugnmeet@v1.3.1/types/activeRoomInfo.ts";
definition: { room_info: ActiveRoomInfo; participants_info: Array<ParticipantInfo>; }