mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Notify proxy of streams interruptions
This commit is contained in:
parent
a0594fa968
commit
c3f82ad117
@ -259,6 +259,9 @@ export class CallsController {
|
||||
)
|
||||
}
|
||||
|
||||
// Notify proxy
|
||||
await this.CloseCallStream(callID, h.getUserId(), h.getUserId())
|
||||
|
||||
h.success();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user