From 9f4bc6786d8ff619c1a82aeb2e90e9158c845cd6 Mon Sep 17 00:00:00 2001 From: Grishka Date: Mon, 4 Jun 2018 23:02:49 +0300 Subject: [PATCH] Fix of a fix --- VoIPController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoIPController.h b/VoIPController.h index 848f0f0..7025fe8 100644 --- a/VoIPController.h +++ b/VoIPController.h @@ -163,7 +163,7 @@ namespace tgvoip{ friend class VoIPGroupController; public: struct Config{ - Config(double initTimeout, double recvTimeout, int dataSaving=DATA_SAVING_NEVER, bool enableAEC=false, bool enableNS=false, bool enableAGC=false, bool enableCallUpgrade=false){ + Config(double initTimeout=30.0, double recvTimeout=20.0, int dataSaving=DATA_SAVING_NEVER, bool enableAEC=false, bool enableNS=false, bool enableAGC=false, bool enableCallUpgrade=false){ this->initTimeout=initTimeout; this->recvTimeout=recvTimeout; this->dataSaving=dataSaving;