Update to use matrix-react-sdk

This commit is contained in:
Robert Long
2021-09-29 14:34:29 -07:00
parent c4a626b530
commit 5e4736eba5
13 changed files with 2571 additions and 4231 deletions

View File

@@ -6,32 +6,8 @@ Testbed for full mesh video chat.
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](https://github.com/matrix-org/matrix-js-sdk/tree/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
yarn dev
```
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
```