rename voiceIntent to isAudioCall

This commit is contained in:
Valere 2026-03-04 11:10:40 +01:00
parent a3dd2c78b3
commit d37e32834b
20 changed files with 38 additions and 31 deletions

View file

@ -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)
}