1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-05-17 12:42:07 +00:00

Notify of streaming interruptions

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

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