Add Posthog events for Call reconnect including the reason

This commit is contained in:
fkwp
2026-05-07 10:36:36 +02:00
parent 147d0f96e0
commit 4a0759e9b8
7 changed files with 102 additions and 2 deletions

View File

@@ -217,7 +217,9 @@ describe("LocalMembership", () => {
homeserverConnected: {
combined$: constant(true),
rtsSession$: constant(RTCMemberStatus.Connected),
disconnectReason$: constant(null),
},
callId: "!test-room-id:example.org",
};
it("throws error on missing RTC config error", () => {