mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Notify of streaming interruptions
This commit is contained in:
@ -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
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user