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

x/plugnmeet/types/isRoomActive.ts>IsRoomActiveResponse

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias IsRoomActiveResponse
import { type IsRoomActiveResponse } from "https://deno.land/x/plugnmeet@v1.3.1/types/isRoomActive.ts";
definition: { status: boolean; msg: string; }