Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias EndToEndEncryptionFeatures
import { type EndToEndEncryptionFeatures } from "https://deno.land/x/plugnmeet@v1.4.1/types/createRoom.ts";
definition: { is_enabled: boolean; included_chat_messages?: boolean; included_whiteboard?: boolean; }