Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/plugnmeet/types/activeRoomInfo.ts>ParticipantInfo

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