mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29: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();
|
h.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user