From c3f82ad1173ff9fc49e2acc0d019992b381fa5c6 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 14 Apr 2020 09:42:34 +0200 Subject: [PATCH] Notify proxy of streams interruptions --- src/controllers/CallsController.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/controllers/CallsController.ts b/src/controllers/CallsController.ts index afca5b3..c92d713 100644 --- a/src/controllers/CallsController.ts +++ b/src/controllers/CallsController.ts @@ -259,6 +259,9 @@ export class CallsController { ) } + // Notify proxy + await this.CloseCallStream(callID, h.getUserId(), h.getUserId()) + h.success(); }