Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/plugnmeet/types/activeRoomInfo.ts>Room

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