Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions sdk/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading