mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-02 12:48:45 +00:00
voip layer
This commit is contained in:
parent
1927b4bdcb
commit
bb23f23a65
@ -10,7 +10,7 @@ import SwiftSignalKit
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
let kCallMinLayer:Int32 = 65;
|
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 {
|
public enum CallSessionError: Equatable {
|
||||||
case generic
|
case generic
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user