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

x/plugnmeet/types/activeRoomInfo.ts>ParticipantInfo

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias ParticipantInfo
import { type ParticipantInfo } from "https://deno.land/x/plugnmeet@v1.4.0/types/activeRoomInfo.ts";
definition: { sid: string; identity: string; state: string; metadata: string; joined_at: number; name: string; version: number; permission: any; }