hint towards cs api

This commit is contained in:
fkwp
2025-04-07 11:30:34 +02:00
parent c78360fce2
commit ca1410bc85

View File

@@ -65,10 +65,11 @@ requiring a separate Matrix client.
### 📲 In-App Calling (Widget Mode in Messenger Apps) ### 📲 In-App Calling (Widget Mode in Messenger Apps)
As a widget 🧩, Element Call utilizes only the core calling (MatrixRTC) When used as a widget 🧩, Element Call relies solely on the core calling
components, while authentication, event handling, and room state updates are functionality (MatrixRTC). Authentication, event handling, and room state
managed by the hosting client. Element Call and the hosting client communicate updates (via the Client-Server API) are handled by the hosting client.
via the widget API. Communication between Element Call and the client is managed through the widget
API.
<p align="center"> <p align="center">
<img src="./docs/element_call_widget.drawio.png" alt="Element Call in Widget Mode"> <img src="./docs/element_call_widget.drawio.png" alt="Element Call in Widget Mode">