{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/lib/CameraSettings.tsx", "to": "src/components/livekit/camera-settings.tsx" }, { "from": "src/lib/Debug.tsx", "to": "src/components/livekit/debug-mode.tsx" }, { "from": "src/lib/KeyboardShortcuts.tsx", "to": "src/components/livekit/keyboard-shortcuts.tsx" }, { "from": "src/lib/MicrophoneSettings.tsx", "to": "src/components/livekit/microphone-settings.tsx" }, { "from": "src/lib/RecordingIndicator.tsx", "to": "src/components/livekit/recording-indicator.tsx" }, { "from": "src/lib/SettingsMenu.tsx", "to": "src/components/livekit/settings-menu.tsx" }, { "from": "src/styles/Debug.module.css", "to": "src/components/livekit/debug-mode.module.css" }, { "from": "src/styles/SettingsMenu.module.css", "to": "src/components/livekit/settings-menu.module.css" } ], "env_required": [ "NEXT_PUBLIC_SHOW_SETTINGS_MENU", "NEXT_PUBLIC_LK_RECORD_ENDPOINT", "NEXT_PUBLIC_DATADOG_CLIENT_TOKEN", "NEXT_PUBLIC_DATADOG_SITE" ] }