Browse Source

Re-enable WS heartbeat

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
1653457f02
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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();
                 });
             },