element-call-Github/README.md

14 lines
175 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
2021-07-27 06:11:28 +08:00
You must first run a local Synapse server on port 8008
2021-07-17 05:22:03 +08:00
```
cd matrix-video-chat
2021-07-27 02:50:32 +08:00
yarn
2021-09-30 05:34:29 +08:00
yarn dev
2021-07-27 02:50:32 +08:00
```