fix missing rename of var
This commit is contained in:
parent
0e3722e52e
commit
22a9e541fe
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class CallScreenPresenter(
|
|||
sessionId = inputs.sessionId,
|
||||
roomId = inputs.roomId,
|
||||
clientId = UUID.randomUUID().toString(),
|
||||
voiceOnly = inputs.voiceIntent,
|
||||
voiceOnly = inputs.isAudioCall,
|
||||
languageTag = languageTag,
|
||||
theme = theme,
|
||||
).getOrThrow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue