From 35f8b1ed85751f969f31bd0bbc016b5cde8ed966 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 4 Mar 2022 14:55:24 +0000 Subject: [PATCH] link to #webrtc:matrix.org --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da1b601d..d522d0f3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Showcase for full mesh video chat powered by Matrix, implementing [MSC3401](https://github.com/matrix-org/matrix-spec-proposals/blob/matthew/group-voip/proposals/3401-group-voip.md). +Discussion in [#webrtc:matrix.org: ![#webrtc:matrix.org](https://img.shields.io/matrix/webrtc:matrix.org)](https://matrix.to/#/#webrtc:matrix.org) + ## Getting Started `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.