Files
element-call/README.md

14 lines
175 B
Markdown
Raw Normal View History

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