element-call-Github/README.md
2021-09-29 14:34:29 -07:00

14 lines
175 B
Markdown

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