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

x/plugnmeet/types/joinToken.ts>JoinTokenUserMetadata

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias JoinTokenUserMetadata
import { type JoinTokenUserMetadata } from "https://deno.land/x/plugnmeet@v1.4.1/types/joinToken.ts";
definition: { profile_pic?: string; record_webcam?: boolean; preferred_lang?: string; ex_user_id?: string; extra_data?: string; lock_settings?: LockSettingsParams; }