From 52b40d3116d2e67d0a4a5b0e7f54580f4db46b4c Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 5 Mar 2025 19:35:02 +0100 Subject: [PATCH] add Overview section --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 727716e0..52a28254 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,28 @@ The world's first 🌐 decentralized and 🤝 federated video conferencing solution powered by **the Matrix protocol**. + +## 📌 Overview + +**Element Call** is a native Matrix video conferencing application developed by +[Element](https://element.io/), designed for **secure**, **scalable**, +**privacy-respecting**, and **decentralized** video and voice calls over the +Matrix protocol. Built on **MatrixRTC** +([MSC4143](https://github.com/matrix-org/matrix-spec-proposals/pull/4143)), it +utilizes +**[MSC4195](https://github.com/hughns/matrix-spec-proposals/blob/hughns/matrixrtc-livekit/proposals/4195-matrixrtc-livekit.md)** +with **[LiveKit](https://livekit.io/)** as its backend. + ![A demo of Element Call with six people](demo.jpg) -To try it out, visit our hosted version at -[call.element.io](https://call.element.io). You can also find the latest -development version continuously deployed to +You can find the latest development version continuously deployed to [call.element.dev](https://call.element.dev/). -## Host it yourself +> [!NOTE] +> For prior version of the Element Call that relied solely on full-mesh logic, +check [`full-mesh`](https://github.com/element-hq/element-call/tree/full-mesh) +branch. -Until prebuilt tarballs are available, you'll need to build Element Call from -source. First, clone and install the package: ```sh git clone https://github.com/element-hq/element-call.git