diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index bc57f25813..f09133d020 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -389,7 +389,7 @@ export default class CallHandler { title: _t("Answered Elsewhere"), description: _t("The call was answered on another device."), }); - } else if (oldState !== CallState.Fledgling) { + } else if (oldState !== CallState.Fledgling && oldState !== CallState.Ringing) { // don't play the end-call sound for calls that never got off the ground this.play(AudioID.CallEnd); }