TT#33389 Call: Ringing sound does not stop playing

Change-Id: I00fa403d922b55f9f107081c90f95e79cf2dc546
changes/91/19391/1
Hans-Peter Herzog 8 years ago
parent 6f131ea167
commit bb61dc59f3

@ -318,6 +318,7 @@
this.$refs.incomingSound.play();
} else if (state === 'input') {
this.focusNumberInput();
this.$refs.incomingSound.pause();
} else if (state === 'ringing') {
this.$refs.incomingSound.play();
} else {

Loading…
Cancel
Save