Go to file
2021-07-23 16:32:30 -07:00
.vscode Initial commit 2021-07-16 14:22:03 -07:00
src Add user id to window for debugging 2021-07-23 16:32:30 -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 Fix room membership and routing 2021-07-19 12:55:30 -07:00
package.json Fix room membership and routing 2021-07-19 12:55:30 -07:00
README.md Initial commit 2021-07-16 14:22:03 -07:00
vite.config.js Add license to files 2021-07-16 14:38:44 -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