Remove Ended from SUPPORTED_STATES

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-01 16:29:52 +02:00
parent 6b9e2042c3
commit 3bf28e3a6b
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ export enum CallEventGrouperEvent {
const SUPPORTED_STATES = [
CallState.Connected,
CallState.Connecting,
CallState.Ended,
CallState.Ringing,
];