瀏覽代碼

Re-enable WS heartbeat

Vijayakrishnan 3 年之前
父節點
當前提交
1653457f02
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      resources/views/app/video/call-minimal.blade.php

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

@@ -211,14 +211,11 @@
                             sessionKey: '{{$performer->session_key}}'
                         })
                     );
-                    /*
                     window.setInterval(() => {
                         this.socketClient.send("/app/heartbeat", {},
                             JSON.stringify({sessionKey: '{{ request()->cookie('sessionKey') }}'})
                         );
                     }, 5000);
-                    */
-
                     this.initSocketEvents();
                 });
             },