From ca1410bc850679b8d3e12ae9b74ecdb612cf30f2 Mon Sep 17 00:00:00 2001 From: fkwp Date: Mon, 7 Apr 2025 11:30:34 +0200 Subject: [PATCH] hint towards cs api --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 302ff12f..56ed1162 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,11 @@ requiring a separate Matrix client. ### 📲 In-App Calling (Widget Mode in Messenger Apps) -As a widget 🧩, Element Call utilizes only the core calling (MatrixRTC) -components, while authentication, event handling, and room state updates are -managed by the hosting client. Element Call and the hosting client communicate -via the widget API. +When used as a widget 🧩, Element Call relies solely on the core calling +functionality (MatrixRTC). Authentication, event handling, and room state +updates (via the Client-Server API) are handled by the hosting client. +Communication between Element Call and the client is managed through the widget +API.

Element Call in Widget Mode