mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
14 lines
175 B
Markdown
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
|
|
```
|