diff --git a/src/call.cpp b/src/call.cpp index 1b51dd0d4e2d5e0b3509a1e933d3d79f78dff8b6..b61b2fd75cae5ffea45ac8ae7459afed63c33cbb 100644 --- a/src/call.cpp +++ b/src/call.cpp @@ -268,7 +268,6 @@ Call::getStateStr() const switch (getState()) { case CallState::ACTIVE: switch (getConnectionState()) { - case ConnectionState::TRYING: case ConnectionState::PROGRESSING: return StateEvent::CONNECTING; @@ -296,7 +295,6 @@ Call::getStateStr() const case CallState::INACTIVE: switch (getConnectionState()) { - case ConnectionState::TRYING: case ConnectionState::PROGRESSING: return StateEvent::CONNECTING;