This commit is contained in:
fkwp
2026-05-13 17:46:58 +02:00
parent be6e9110cb
commit 0ee8510cea

View File

@@ -304,7 +304,7 @@ export type CallReconnectingReason =
interface CallReconnecting extends IPosthogEvent { interface CallReconnecting extends IPosthogEvent {
eventName: "CallReconnecting"; eventName: "CallReconnecting";
// the callId posthog key is essentially a Matrix roomId // the callId posthog key is essentially a Matrix roomId
callId: string; callId: string;
reason: CallReconnectingReason; reason: CallReconnectingReason;
reconnectDuration: number; reconnectDuration: number;