Notify of streaming interruptions

This commit is contained in:
Pierre HUBERT 2020-04-14 09:20:57 +02:00
parent 778b20ee33
commit 04812e21bb

View File

@ -848,6 +848,11 @@ class CallWindow extends CustomEvents {
this.removeVideoElement(userID()) this.removeVideoElement(userID())
this.refreshButtonsState() this.refreshButtonsState()
// Propagate information
await ws("calls/stop_streaming", {
callID: this.callID
})
} }
/** /**