Enable call quality survey
This commit is contained in:
parent
81e74b592e
commit
b6c93307c7
@ -59,7 +59,7 @@ public enum BuildFlags {
|
||||
public static let pollSend = true
|
||||
public static let pollReceive = true
|
||||
|
||||
public static let callQualitySurvey = build <= .beta
|
||||
public static let callQualitySurvey = true
|
||||
|
||||
static let netBuildVariant: Net.BuildVariant = build <= .beta ? .beta : .production
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user