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