Go to file
2021-09-30 11:39:57 -07:00
.vscode Add insertSpaces and tabSize rules 2021-07-25 20:53:02 +02:00
public/fonts/Inter Remove browser-matrix 2021-09-10 16:30:02 -07:00
src Show webcam permissions message 2021-09-30 11:39:57 -07:00
.gitignore Initial commit 2021-07-16 14:22:03 -07:00
index.html Moving to matrix-js-sdk 2021-09-10 12:20:17 -07:00
LICENSE Add LICENSE 2021-07-16 14:31:42 -07:00
package.json Update matrix-js-sdk 2021-09-29 17:01:53 -07:00
README.md Update to use matrix-react-sdk 2021-09-29 14:34:29 -07:00
tsconfig.json Update to use matrix-react-sdk 2021-09-29 14:34:29 -07:00
vite.config.js Fix vite config for matrix-react-sdk 2021-09-30 11:27:44 -07:00
yarn.lock Update matrix-js-sdk 2021-09-29 17:32:15 -07:00

Matrix Video Chat

Testbed for full mesh video chat.

Getting Started

You must first run a local Synapse server on port 8008

cd matrix-video-chat
yarn
yarn dev