mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Default to staging SFU on staging builds.
This commit is contained in:
committed by
Cody Henthorne
parent
ff64c2a911
commit
81df9fcddb
@@ -17,4 +17,11 @@ object Environment {
|
||||
publishableKey = BuildConfig.STRIPE_PUBLISHABLE_KEY
|
||||
)
|
||||
}
|
||||
|
||||
object Calling {
|
||||
@JvmStatic
|
||||
fun defaultSfuUrl(): String {
|
||||
return if (IS_STAGING) BuildConfig.SIGNAL_STAGING_SFU_URL else BuildConfig.SIGNAL_SFU_URL
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user