Add telecom integration allow list and change processing for outgoing audio calls.

This commit is contained in:
Cody Henthorne
2022-07-18 11:17:16 -04:00
parent e69d944f11
commit e024541b8a
13 changed files with 86 additions and 24 deletions

View File

@@ -187,7 +187,7 @@ public final class InternalValues extends SignalStoreValues {
if (FeatureFlags.internalUser()) {
return getBoolean(CALLING_DISABLE_TELECOM, false);
} else {
return true;
return false;
}
}
}