From 35fff744771aae322e6a2e85dc9d891a10700c5f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 31 Aug 2016 17:25:41 +0100 Subject: [PATCH] oops, typo --- src/CallHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {