Skip to content
Snippets Groups Projects
Commit a2f49b30 authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

call: don't show user camera feed in multiple places

User video feed should be only displayed in preview.
GitLab: #1365

Change-Id: Ie3b8ce85e296a488ecc309a96e3fcaf63981b620
parent 9d121433
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ class Account(
fun needsMigration(): Boolean = AccountConfig.RegistrationState.ERROR_NEED_MIGRATION == registrationState
val deviceId: String
get() = getDetail(ConfigKey.ACCOUNT_DEVICE_ID)
get() = mVolatileDetails[ConfigKey.ACCOUNT_DEVICE_ID]
val deviceName: String
get() = getDetail(ConfigKey.ACCOUNT_DEVICE_NAME)
val contacts: Map<String, Contact>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment