فهرست منبع

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();
                 });
             },