From bb23f23a65f826700abb1ac4bdf5416f5ad453f0 Mon Sep 17 00:00:00 2001 From: Grishka Date: Fri, 23 Nov 2018 04:08:44 +0300 Subject: [PATCH] voip layer --- TelegramCore/CallSessionManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramCore/CallSessionManager.swift b/TelegramCore/CallSessionManager.swift index af0f8c3681..c45c75753c 100644 --- a/TelegramCore/CallSessionManager.swift +++ b/TelegramCore/CallSessionManager.swift @@ -10,7 +10,7 @@ import SwiftSignalKit #endif let kCallMinLayer:Int32 = 65; -let kCallMaxLayer:Int32 = 75; +let kCallMaxLayer:Int32 = 92; // TODO figure out how to replace this with [OngoingCallThreadLocalContext getConnectionMaxLayer] or call VoIPController::GetConnectionMaxLayer() directly. These modern programming languages drive me crazy. public enum CallSessionError: Equatable { case generic