浏览代码

Remove poller pollForNextPatient()

Vijayakrishnan 4 年之前
父节点
当前提交
b14defa7a4
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
                     // poll for new patients and alert
-                    window.setInterval(function () {
-                        self.pollForNextPatient();
-                    }, 5000);
+                    // window.setInterval(function () {
+                    //     self.pollForNextPatient();
+                    // }, 5000);
 
 
                     window.onbeforeunload = function () {
                     window.onbeforeunload = function () {
                         if (self.started) {
                         if (self.started) {