review: consistency use isAudioCall everywhere (instead of voiceOnly)
This commit is contained in:
parent
4406b50542
commit
bad6085fb2
12 changed files with 19 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ interface CallWidgetSettingsProvider {
|
|||
widgetId: String = UUID.randomUUID().toString(),
|
||||
encrypted: Boolean,
|
||||
direct: Boolean,
|
||||
voiceOnly: Boolean,
|
||||
isAudioCall: Boolean,
|
||||
hasActiveCall: Boolean,
|
||||
): MatrixWidgetSettings
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue