mirror of
https://github.com/vector-im/element-call.git
synced 2022-05-22 02:31:18 +03:00
6a18ba0110a19da2b33310fff56d157b33e75e1f
Matrix Video Chat
Testbed for full mesh video chat.
Getting Started
matrix-video-chat is built against the robertlong/group-call branch of both matrix-js-sdk and matrix-react-sdk. Because of how these packages are configured and Vite's requirements, you will need to clone them locally and use yarn link to stich things together.
First clone, install, and link matrix-js-sdk
git clone https://github.com/matrix-org/matrix-js-sdk.git
cd matrix-js-sdk
git checkout robertlong/group-call
yarn
yarn link
Then clone, install, link matrix-js-sdk into matrix-react-sdk, and link matrix-react-sdk
git clone https://github.com/matrix-org/matrix-react-sdk.git
cd matrix-react-sdk
git checkout robertlong/group-call
yarn
yarn link matrix-js-sdk
yarn link
Next you'll also need Synapse installed locally and running on port 8008.
Finally we can set up this project.
git clone https://github.com/vector-im/matrix-video-chat.git
cd matrix-video-chat
yarn
yarn link matrix-js-sdk
yarn link matrix-react-sdk
yarn dev
Config
Configuration options are documented in the .env file.
Description
Languages
JavaScript
79.5%
CSS
10.9%
TypeScript
9.2%
Shell
0.2%
HTML
0.1%