Merge commit '4dfa591968c7e801b6f94eac8e964da69bebf090'

This commit is contained in:
Ali 2022-06-10 16:26:39 +04:00
commit b5c3bec13e

View File

@ -738,11 +738,14 @@ public final class OngoingCallContext {
private var signalingConnectionManager: QueueLocalObject<CallSignalingConnectionManager>?
public static func versions(includeExperimental: Bool, includeReference: Bool) -> [(version: String, supportsVideo: Bool)] {
#if DEBUG
if "".isEmpty {
return [("5.0.0", true)]
if @available(iOS 11.0, *) {
#if DEBUG
if "".isEmpty {
return [("5.0.0", true)]
}
#endif
}
#endif
if debugUseLegacyVersionForReflectors {
return [(OngoingCallThreadLocalContext.version(), true)]