Parcourir la source

Remove poller pollForNextPatient()

Vijayakrishnan il y a 4 ans
Parent
commit
b14defa7a4
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      resources/views/app/video/call.blade.php

+ 3 - 3
resources/views/app/video/call.blade.php

@@ -511,9 +511,9 @@
                     });
 
                     // poll for new patients and alert
-                    window.setInterval(function () {
-                        self.pollForNextPatient();
-                    }, 5000);
+                    // window.setInterval(function () {
+                    //     self.pollForNextPatient();
+                    // }, 5000);
 
                     window.onbeforeunload = function () {
                         if (self.started) {