]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10688
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 20 Sep 2017 19:42:54 +0000 (14:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 20 Sep 2017 19:42:58 +0000 (14:42 -0500)
html5/verto/js/src/jquery.FSRTC.js

index 54db1acd4bcbc55aa6c96eb1d78947fb54f6e0d1..691a938349d25a6e35920c1577a67d5e820a1a54 100644 (file)
            // Hacks for Mobile Safari
            self.options.useVideo.setAttribute("playsinline", true);
            self.options.useVideo.setAttribute("controls", true);
-           setTimeout(() => {
+           setTimeout(function() {
                self.options.useVideo.removeAttribute("controls");
            });