mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Notify proxy of streams interruptions
This commit is contained in:
@ -259,6 +259,9 @@ export class CallsController {
|
||||
)
|
||||
}
|
||||
|
||||
// Notify proxy
|
||||
await this.CloseCallStream(callID, h.getUserId(), h.getUserId())
|
||||
|
||||
h.success();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user