(frontend) add LiveKit dependencies

LiveKit offers various React components as building blocks to build any
video or audio conference tools.

It also requires to install a LiveKit client, as the users will connect
to the LiveKit server once the backend have issued an Access Token,
directly from their web browsers.
This commit is contained in:
lebaudantoine
2024-06-25 12:17:53 +02:00
parent 1f534aed24
commit e66dbd163a
2 changed files with 248 additions and 1 deletions

View File

@@ -23,6 +23,9 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"typescript": "5.5.2",
"vite": "5.3.1"
"vite": "5.3.1",
"@livekit/components-react": "2.3.3",
"@livekit/components-styles": "1.0.12",
"livekit-client": "2.3.1"
}
}