review: consistency use isAudioCall everywhere (instead of voiceOnly)

This commit is contained in:
Valere 2026-03-06 12:19:05 +01:00
parent 4406b50542
commit bad6085fb2
12 changed files with 19 additions and 19 deletions

View file

@ -16,7 +16,7 @@ interface CallWidgetSettingsProvider {
widgetId: String = UUID.randomUUID().toString(),
encrypted: Boolean,
direct: Boolean,
voiceOnly: Boolean,
isAudioCall: Boolean,
hasActiveCall: Boolean,
): MatrixWidgetSettings
}