Enable Element Call integration in rooms by default (#1685)

Also change base url to `call.element.dev`.
This commit is contained in:
Jorge Martin Espinosa
2023-10-30 12:33:22 +01:00
committed by GitHub
parent 10ff9742e1
commit 69c0a3b6be
7 changed files with 10 additions and 10 deletions

View File

@@ -17,5 +17,5 @@
package io.element.android.appconfig
object ElementCallConfig {
const val DEFAULT_BASE_URL = "https://call.element.io"
const val DEFAULT_BASE_URL = "https://call.element.dev"
}