Add strings for incoming calls

This commit is contained in:
ismailgulek
2021-08-03 17:07:15 +03:00
parent 8aecaa2ab1
commit 0a53a63a74
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