1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00

Notify proxy of streams interruptions

This commit is contained in:
Pierre HUBERT 2020-04-14 09:42:34 +02:00
parent a0594fa968
commit c3f82ad117

View File

@ -259,6 +259,9 @@ export class CallsController {
)
}
// Notify proxy
await this.CloseCallStream(callID, h.getUserId(), h.getUserId())
h.success();
}