feat(shared): add 'host_unreachable' phase to DmCallPhase
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user