element-call/README.md
2021-07-16 14:22:03 -07:00

13 lines
No EOL
184 B
Markdown

# 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
```