element-call-Github/README.md

13 lines
184 B
Markdown
Raw Normal View History

2021-07-17 05:22:03 +08: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
```