2021-08-23 12:32:32 -07:00
2021-08-20 14:43:16 -07:00
2021-08-23 12:32:32 -07:00
2021-07-16 14:22:03 -07:00
2021-08-19 12:11:12 -07:00
2021-07-16 14:31:42 -07:00
2021-08-19 12:11:12 -07:00
2021-08-19 12:11:12 -07:00
2021-07-26 15:11:28 -07:00
2021-08-19 12:11:12 -07:00

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
No description provided
Readme 16 MiB