rename voiceIntent to isAudioCall
This commit is contained in:
parent
7ef43abd57
commit
be370911d2
20 changed files with 38 additions and 31 deletions
|
|
@ -56,7 +56,8 @@ class RoomCallStatePresenter(
|
|||
canJoinCall = canJoinCall,
|
||||
isUserInTheCall = isUserInTheCall,
|
||||
isUserLocallyInTheCall = isUserLocallyInTheCall,
|
||||
isVoiceIntent = false // TODO
|
||||
// TODO resolve intent while the call is ongoing
|
||||
isAudioCall = false
|
||||
)
|
||||
else -> RoomCallState.StandBy(canStartCall = canJoinCall)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue