diff --git a/src/CallHandler.js b/src/CallHandler.js index b0057aec90..4c68718709 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -73,7 +73,7 @@ function play(audioId) { if (audioPromises[audioId]) { audioPromises[audioId] = audioPromises[audioId].then(()=>{ audio.load(); - return audio.play()); + return audio.play(); }); } else {