Skip to main content
Module

x/plugnmeet/types/createRoom.ts>LockSettingsParams

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias LockSettingsParams
import { type LockSettingsParams } from "https://deno.land/x/plugnmeet@v1.4.0/types/createRoom.ts";
definition: { lock_microphone?: boolean; lock_webcam?: boolean; lock_screen_sharing?: boolean; lock_whiteboard?: boolean; lock_shared_notepad?: boolean; lock_chat?: boolean; lock_chat_send_message?: boolean; lock_chat_file_share?: boolean; }