element-call/README.md

14 lines
175 B
Markdown
Raw Normal View History

2021-07-16 21:22:03 +00:00
# Matrix Video Chat
Testbed for full mesh video chat.
## Getting Started
2021-07-26 22:11:28 +00:00
You must first run a local Synapse server on port 8008
2021-07-16 21:22:03 +00:00
```
cd matrix-video-chat
2021-07-26 18:50:32 +00:00
yarn
2021-09-29 21:34:29 +00:00
yarn dev
2021-07-26 18:50:32 +00:00
```