feat(shared): add 'host_unreachable' phase to DmCallPhase

This commit is contained in:
Jannis Braun
2026-04-24 00:34:05 +02:00
parent 726341f8f8
commit 942619f422
+1 -1
View File
@@ -364,7 +364,7 @@ export type DmCallUndeliverableReason =
| 'peer_transient_failure'
| 'livekit_unavailable';
export type DmCallPhase = 'start' | 'accept' | 'reject' | 'end';
export type DmCallPhase = 'start' | 'accept' | 'reject' | 'end' | 'host_unreachable';
export interface DmCallUndeliverableFailure {
reason: DmCallUndeliverableReason;