Merge commit 'bb23f23a65f826700abb1ac4bdf5416f5ad453f0'

This commit is contained in:
Peter 2018-11-23 04:21:30 +03:00
commit 6e4745ddcd

View File

@ -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