From 3bd3077bdc7bbad4e4c9e799229a81e7c035b995 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 4 Mar 2026 13:30:26 +0100 Subject: [PATCH] make compatible with content loaded action --- sdk/main.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk/main.ts b/sdk/main.ts index c65bf4a70c..ccfe436c04 100644 --- a/sdk/main.ts +++ b/sdk/main.ts @@ -298,8 +298,10 @@ export async function createMatrixRTCSdk( void scheduleWidgetCloseOnLeave(); }); - logger.info("createMatrixRTCSdk done"); - + logger.info( + "createMatrixRTCSdk done (all listeners setup) -> sendContentLoaded", + ); + await widget.api.sendContentLoaded(); return { join: (): void => { // first lets try making the widget sticky