mirror of github.com/vector-im/element-call with some private sauce
Find a file
Šimon Brandner 9710cde149
Add insertSpaces and tabSize rules
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-07-25 20:53:02 +02:00
.vscode Add insertSpaces and tabSize rules 2021-07-25 20:53:02 +02:00
src Clarify hack comment 2021-07-23 16:13:18 -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