try fixing confused CI

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-11-28 14:42:34 +01:00
parent 25efc1cb46
commit 4d2e4c52ae

View File

@@ -70,6 +70,7 @@ export async function leaveRTCSession(
rtcSession: MatrixRTCSession,
): Promise<void> {
await rtcSession.leaveRoomSession();
// there is no livekitRoom here...
if (widget) {
await widgetPostHangupProcedure(widget);
}