mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Notify of streaming interruptions
This commit is contained in:
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
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user