mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-01 21:25:18 +00:00
prettier
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user