From c29eeff450a65aded81f3c139091f48d3a463a82 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 5 Mar 2025 21:19:56 +0100 Subject: [PATCH] indentation --- docs/embedded-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/embedded-standalone.md b/docs/embedded-standalone.md index f798c346..328af811 100644 --- a/docs/embedded-standalone.md +++ b/docs/embedded-standalone.md @@ -2,7 +2,7 @@ Element call is developed using the js-sdk with matroska mode. This means the app can run either as a standalone app directly connected to a homeserver providing login interfaces or it can be used as a widget. -As a widget the app only uses the core calling (matrixRTC) parts. The rest (authentication, sending events, getting room state updates about calls) is done by the hosting client. +As a widget the app only uses the core calling (MatrixRTC) parts. The rest (authentication, sending events, getting room state updates about calls) is done by the hosting client. Element Call and the hosting client are connected via the widget api. Element call detects that it is run as a widget if a widgetId is defined in the url parameters. If `widgetId` is present element call will try to connect to the client via the widget postMessage api using the parameters provided in [Url Format and parameters