mirror of github.com/vector-im/element-call with some private sauce
Find a file
2021-08-02 11:16:14 -07:00
.vscode
public Move browser-matrix into public directory 2021-07-29 20:59:13 -07:00
src Expose confManager global 2021-08-02 11:16:14 -07:00
.gitignore
index.html Fix browser-matrix path 2021-07-29 21:02:58 -07:00
LICENSE
package-lock.json Group events by calls or users 2021-07-30 16:55:25 -07:00
package.json Group events by calls or users 2021-07-30 16:55:25 -07:00
README.md
vite.config.js

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