Explorar o código

Re-enable WS heartbeat

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
1653457f02
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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();
                 });
             },