Render transcriptions using useTrackTranscription hook (#60)

This commit is contained in:
lukasIO
2024-05-29 10:45:14 +02:00
committed by GitHub
parent 401761dbb3
commit 6e2fd46908
4 changed files with 154 additions and 68 deletions

View File

@@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "^2.1.1",
"@livekit/components-react": "^2.3.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"cookies-next": "^4.1.1",
"framer-motion": "^10.16.16",
"js-yaml": "^4.1.0",
"livekit-client": "^2.1.0",
"livekit-client": "^2.1.5",
"livekit-server-sdk": "^2.1.2",
"lodash": "^4.17.21",
"next": "^14.0.4",