Add strings for incoming calls

This commit is contained in:
ismailgulek
2021-08-03 17:07:15 +03:00
parent 85c8241a54
commit 6d117e374d
3 changed files with 11 additions and 1 deletions
@@ -207,7 +207,7 @@ class RoomDirectCallStatusBubbleCell: RoomBaseCallBubbleCell {
case .ringing:
if call.isIncoming {
viewState = .ringing
statusText = nil
statusText = isVideoCall ? VectorL10n.eventFormatterCallIncomingVideo : VectorL10n.eventFormatterCallIncomingVoice
} else {
viewState = .active
statusText = isVideoCall ? VectorL10n.eventFormatterCallActiveVideo : VectorL10n.eventFormatterCallActiveVoice