mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Fix calls showing as 'connecting' after hangup (#10223)
This commit is contained in:
parent
2dde23a55b
commit
1a08c6ba3a
@ -35,7 +35,7 @@ const CONNECTING_STATES = [
|
||||
CallState.CreateAnswer,
|
||||
];
|
||||
|
||||
const SUPPORTED_STATES = [CallState.Connected, CallState.Ringing];
|
||||
const SUPPORTED_STATES = [CallState.Connected, CallState.Ringing, CallState.Ended];
|
||||
|
||||
export enum CustomCallState {
|
||||
Missed = "missed",
|
||||
|
Loading…
x
Reference in New Issue
Block a user