We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e218e5 commit 96f1f52Copy full SHA for 96f1f52
webroot/user/caller.js
@@ -2642,12 +2642,15 @@ function dataChannelOnmessage(event) {
2642
}
2643
2644
function stopAllAudioEffects() {
2645
+ gLog('stopAllAudioEffects');
2646
if(playDialSounds) {
- gLog('stopAllAudioEffects DialSound stop');
2647
if(dtmfDialingSound) {
2648
+ gLog('stopAllAudioEffects dtmfDialingSound stop');
2649
+ dtmfDialingSound.pause();
2650
dtmfDialingSound.currentTime = 100000;
2651
2652
if(busySignalSound) {
2653
+ gLog('stopAllAudioEffects busySignalSound stop');
2654
busySignalSound.pause();
2655
busySignalSound.currentTime = 0;
2656
0 commit comments