소스 검색

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