Browse Source

fixed hungup for pro

Josh 4 years ago
parent
commit
c1d4c8b704
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/app/video/call.blade.php

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

@@ -210,6 +210,8 @@
                             this.started = false;
                             this.startTime = false;
                             this.videoActive = false;
+                            this.otSession.destroy();
+                            window.location.reload();
                             // this.client = false;
                         }
                     },