Implement LiveKit calls

This commit is contained in:
2026-04-22 23:19:38 +03:00
Unverified
parent b7d884df58
commit 66a1060685
16 changed files with 465 additions and 27 deletions
+20 -2
View File
@@ -37,6 +37,24 @@
},
"isBackground": true
},
{
"label": "LiveKit",
"type": "npm",
"script": "livekit:run",
"options": {
"cwd": "${workspaceFolder}"
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared"
},
"group": {
"kind": "build"
},
"isBackground": true
},
{
"label": "Frontend (Electron)",
"type": "npm",
@@ -58,7 +76,7 @@
{
"label": "Web",
"dependsOn": ["Backend", "Frontend (Web)"],
"dependsOn": ["LiveKit", "Backend", "Frontend (Web)"],
"dependsOrder": "parallel",
"group": {
"kind": "build",
@@ -76,7 +94,7 @@
},
{
"label": "Electron",
"dependsOn": ["Backend", "Frontend (Electron)"],
"dependsOn": ["LiveKit", "Backend", "Frontend (Electron)"],
"dependsOrder": "parallel",
"group": {
"kind": "build"