Skip to content

Commit

Permalink
➕(frontend) add LiveKit dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lebaudantoine committed Jun 25, 2024
1 parent 0fac0cf commit 4fae9fc
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 1 deletion.
244 changes: 244 additions & 0 deletions src/frontend/visio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/frontend/visio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4fae9fc

Please sign in to comment.