From 04812e21bb5f3579a210d3f5d5b123027f3e76cc Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 14 Apr 2020 09:20:57 +0200 Subject: [PATCH] Notify of streaming interruptions --- assets/js/components/calls/window.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/js/components/calls/window.js b/assets/js/components/calls/window.js index 0fe14daa..d06d3a6c 100644 --- a/assets/js/components/calls/window.js +++ b/assets/js/components/calls/window.js @@ -848,6 +848,11 @@ class CallWindow extends CustomEvents { this.removeVideoElement(userID()) this.refreshButtonsState() + + // Propagate information + await ws("calls/stop_streaming", { + callID: this.callID + }) } /**