Merge remote-tracking branch 'origin/develop' into dbkr/call_ui_fixups

This commit is contained in:
David Baker
2020-12-21 11:10:31 +00:00
6 changed files with 408 additions and 6 deletions
+2 -1
View File
@@ -341,7 +341,8 @@ export default class CallHandler {
title: _t("Answered Elsewhere"),
description: _t("The call was answered on another device."),
});
} else {
} else if (oldState !== CallState.Fledgling) {
// don't play the end-call sound for calls that never got off the ground
this.play(AudioID.CallEnd);
}
}