From 1e593905990b4f81ce247a89b26aee48dd250de4 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 4 Mar 2022 14:47:44 +0000 Subject: [PATCH] s/matrix-video-chat/element-call/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9eb707..97888f9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Matrix Video Chat +# Element Call -Testbed for full mesh video chat. +Showcase for full mesh video chat. ## Getting Started -`matrix-video-chat` is built against the `robertlong/group-call` branch of both [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk/pull/1902) and [matrix-react-sdk](https://github.com/matrix-org/matrix-react-sdk/pull/6848). 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. +`element-call` is built against the `robertlong/group-call` branch of both [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk/pull/1902) and [matrix-react-sdk](https://github.com/matrix-org/matrix-react-sdk/pull/6848). 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`