➕(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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user