From 9e5b6800847a697f1b45e0dd872eacb4b86ce13c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 20 Sep 2017 14:42:54 -0500 Subject: [PATCH] FS-10688 --- html5/verto/js/src/jquery.FSRTC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5/verto/js/src/jquery.FSRTC.js b/html5/verto/js/src/jquery.FSRTC.js index 54db1acd4b..691a938349 100644 --- a/html5/verto/js/src/jquery.FSRTC.js +++ b/html5/verto/js/src/jquery.FSRTC.js @@ -246,7 +246,7 @@ // Hacks for Mobile Safari self.options.useVideo.setAttribute("playsinline", true); self.options.useVideo.setAttribute("controls", true); - setTimeout(() => { + setTimeout(function() { self.options.useVideo.removeAttribute("controls"); });