mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-30 03:15:55 +00:00
9ee81dc8eb337d34b56bd7139d2619d685d8564d
Matrix Video Chat
Testbed for full mesh video chat.
Getting Started
You must first run a local Synapse server on port 8008
Then install the dependencies:
cd matrix-video-chat
npm install
Locally checkout the robertlong/full-mesh-voip branch of the matrix-js-sdk.
cd matrix-js-sdk
git checkout robertlong/full-mesh-voip
yarn
yarn build
npm link
Link the matrix-js-sdk into the matrix-video-chat project:
cd matrix-video-chat
npm link matrix-js-sdk
Finally run the development server
npm run dev
Description
Languages
TypeScript
88.6%
CSS
10.3%
JavaScript
0.9%