Integrate allowVoIPUsage

This commit is contained in:
ismailgulek
2020-07-30 15:48:35 +03:00
parent c4c39ff54b
commit 9afaed5e72
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -40,7 +40,13 @@ final class BuildSettings: NSObject {
static let allowAddingEmailThreepids: Bool = true
static let allowAddingPhoneThreepids: Bool = true
static let showThreepidExplanatory: Bool = true
static let allowVoIPUsage: Bool = true
static var allowVoIPUsage: Bool {
#if canImport(JitsiMeet)
return true
#else
return false
#endif
}
static let showDiscoverySettings: Bool = true
static let allowIdentityServerConfig: Bool = true
static let allowLocalContactsAccess: Bool = true