1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

lifting voip setting to a voip config

This commit is contained in:
Adam Brown
2022-06-30 16:46:32 +01:00
parent 56afac26ad
commit b6d052e58d
5 changed files with 35 additions and 6 deletions

View File

@@ -55,6 +55,12 @@ object Config {
*/
val ONBOARDING_VARIANT = OnboardingVariant.FTUE_AUTH
/**
* If set, MSC3086 asserted identity messages sent on VoIP calls will cause the call to appear in the room corresponding to the asserted identity.
* This *must* only be set in trusted environments.
*/
const val HANDLE_CALL_ASSERTED_IDENTITY_EVENTS = false
/**
* The analytics configuration to use for the Debug build type.
* Can be disabled by providing Analytics.Disabled
@@ -113,7 +119,6 @@ sealed interface Analytics {
) : Analytics
}
enum class OnboardingVariant {
LEGACY,
LOGIN_2,