From 72eadb94221190e244a338d07540c0c0097ee6d6 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 12 Feb 2021 13:54:18 +0100 Subject: [PATCH] Add a TODO --- src/controllers/calls_controller.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/calls_controller.rs b/src/controllers/calls_controller.rs index 8f0219f..f0abb94 100644 --- a/src/controllers/calls_controller.rs +++ b/src/controllers/calls_controller.rs @@ -419,6 +419,8 @@ pub fn handle_event(e: &events_helper::Event) -> Res { )?; } + // TODO : handle proxy disconnect => close all active calls + _ => {} }