Go to file
2021-07-16 14:31:42 -07:00
.vscode Initial commit 2021-07-16 14:22:03 -07:00
src Polyfill node global as window 2021-07-16 14:30:36 -07:00
.gitignore Initial commit 2021-07-16 14:22:03 -07:00
index.html Polyfill node global as window 2021-07-16 14:30:36 -07:00
LICENSE Add LICENSE 2021-07-16 14:31:42 -07:00
package-lock.json Initial commit 2021-07-16 14:22:03 -07:00
package.json Initial commit 2021-07-16 14:22:03 -07:00
README.md Initial commit 2021-07-16 14:22:03 -07:00
vite.config.js Initial commit 2021-07-16 14:22:03 -07:00

Matrix Video Chat

Testbed for full mesh video chat.

Getting Started

You must first run a local Synapse server on port 8080

cd matrix-video-chat
npm install
npm run dev