@@ -41,7 +41,7 @@ class CometChatCallListItem: UITableViewCell {
4141
4242 }
4343 callStatus. text = " OUTGOING_AUDIO_CALL " . localized ( )
44- callStatusIcon. image = UIImage ( named: " outgoingAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
44+ callStatusIcon. image = UIImage ( named: " outgoing-audio-call " , in: UIKitSettings . bundle, compatibleWith: nil )
4545 if #available( iOS 13 . 0 , * ) {
4646 name. textColor = . label
4747 } else {
@@ -57,7 +57,7 @@ class CometChatCallListItem: UITableViewCell {
5757 avatar. set ( image: user. avatar ?? " " , with: user. name ?? " " )
5858 }
5959 callStatus. text = " INCOMING_AUDIO_CALL " . localized ( )
60- callStatusIcon. image = UIImage ( named: " incomingAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
60+ callStatusIcon. image = UIImage ( named: " incoming-audio-call " , in: UIKitSettings . bundle, compatibleWith: nil )
6161 if #available( iOS 13 . 0 , * ) {
6262 name. textColor = . label
6363 } else {
@@ -73,7 +73,7 @@ class CometChatCallListItem: UITableViewCell {
7373 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
7474 }
7575 callStatus. text = " INCOMING_AUDIO_CALL " . localized ( )
76- callStatusIcon. image = UIImage ( named: " incomingAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
76+ callStatusIcon. image = UIImage ( named: " incoming-audio-call " , in: UIKitSettings . bundle, compatibleWith: nil )
7777 if #available( iOS 13 . 0 , * ) {
7878 name. textColor = . label
7979 } else {
@@ -89,7 +89,7 @@ class CometChatCallListItem: UITableViewCell {
8989 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
9090 }
9191 callStatus. text = " OUTGOING_AUDIO_CALL " . localized ( )
92- callStatusIcon. image = UIImage ( named: " outgoingAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
92+ callStatusIcon. image = UIImage ( named: " outgoing-audio-call " , in: UIKitSettings . bundle, compatibleWith: nil )
9393 if #available( iOS 13 . 0 , * ) {
9494 name. textColor = . label
9595 } else {
@@ -105,7 +105,7 @@ class CometChatCallListItem: UITableViewCell {
105105
106106 }
107107 callStatus. text = " OUTGOING_VIDEO_CALL " . localized ( )
108- callStatusIcon. image = UIImage ( named: " outgoingVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
108+ callStatusIcon. image = UIImage ( named: " outgoing-video-call " , in: UIKitSettings . bundle, compatibleWith: nil )
109109 if #available( iOS 13 . 0 , * ) {
110110 name. textColor = . label
111111 } else {
@@ -120,7 +120,7 @@ class CometChatCallListItem: UITableViewCell {
120120
121121 }
122122 callStatus. text = " INCOMING_VIDEO_CALL " . localized ( )
123- callStatusIcon. image = UIImage ( named: " incomingVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
123+ callStatusIcon. image = UIImage ( named: " incoming-video-call " , in: UIKitSettings . bundle, compatibleWith: nil )
124124 if #available( iOS 13 . 0 , * ) {
125125 name. textColor = . label
126126 } else {
@@ -134,7 +134,7 @@ class CometChatCallListItem: UITableViewCell {
134134 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
135135 }
136136 callStatus. text = " OUTGOING_VIDEO_CALL " . localized ( )
137- callStatusIcon. image = UIImage ( named: " outgoingVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
137+ callStatusIcon. image = UIImage ( named: " outgoing-video-call " , in: UIKitSettings . bundle, compatibleWith: nil )
138138 if #available( iOS 13 . 0 , * ) {
139139 name. textColor = . label
140140 } else {
@@ -148,7 +148,7 @@ class CometChatCallListItem: UITableViewCell {
148148 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
149149 }
150150 callStatus. text = " INCOMING_VIDEO_CALL " . localized ( )
151- callStatusIcon. image = UIImage ( named: " incomingVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
151+ callStatusIcon. image = UIImage ( named: " incoming-video-call " , in: UIKitSettings . bundle, compatibleWith: nil )
152152 if #available( iOS 13 . 0 , * ) {
153153 name. textColor = . label
154154 } else {
@@ -162,7 +162,7 @@ class CometChatCallListItem: UITableViewCell {
162162 avatar. set ( image: user. avatar ?? " " , with: user. name ?? " " )
163163 }
164164 callStatus. text = " UNANSWERED_AUDIO_CALL " . localized ( )
165- callStatusIcon. image = UIImage ( named: " missedAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
165+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
166166 if #available( iOS 13 . 0 , * ) {
167167 name. textColor = . systemRed
168168 } else {
@@ -177,7 +177,7 @@ class CometChatCallListItem: UITableViewCell {
177177
178178 }
179179 callStatus. text = " MISSED_CALL " . localized ( )
180- callStatusIcon. image = UIImage ( named: " missedAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
180+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
181181 if #available( iOS 13 . 0 , * ) {
182182 name. textColor = . systemRed
183183 } else {
@@ -191,7 +191,7 @@ class CometChatCallListItem: UITableViewCell {
191191 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
192192 }
193193 callStatus. text = " UNANSWERED_AUDIO_CALL " . localized ( )
194- callStatusIcon. image = UIImage ( named: " missedAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
194+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
195195 if #available( iOS 13 . 0 , * ) {
196196 name. textColor = . systemRed
197197 } else {
@@ -205,7 +205,7 @@ class CometChatCallListItem: UITableViewCell {
205205 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
206206 }
207207 callStatus. text = " MISSED_CALL " . localized ( )
208- callStatusIcon. image = UIImage ( named: " missedAudio " , in: UIKitSettings . bundle, compatibleWith: nil )
208+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
209209 if #available( iOS 13 . 0 , * ) {
210210 name. textColor = . systemRed
211211 } else {
@@ -219,7 +219,7 @@ class CometChatCallListItem: UITableViewCell {
219219 avatar. set ( image: user. avatar ?? " " , with: user. name ?? " " )
220220 }
221221 callStatus. text = " UNANSWERED_VIDEO_CALL " . localized ( )
222- callStatusIcon. image = UIImage ( named: " missedVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
222+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
223223 if #available( iOS 13 . 0 , * ) {
224224 name. textColor = . systemRed
225225 } else {
@@ -234,7 +234,7 @@ class CometChatCallListItem: UITableViewCell {
234234
235235 }
236236 callStatus. text = " MISSED_CALL " . localized ( )
237- callStatusIcon. image = UIImage ( named: " missedVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
237+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
238238 if #available( iOS 13 . 0 , * ) {
239239 name. textColor = . systemRed
240240 } else {
@@ -248,7 +248,7 @@ class CometChatCallListItem: UITableViewCell {
248248 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
249249 }
250250 callStatus. text = " UNANSWERED_VIDEO_CALL " . localized ( )
251- callStatusIcon. image = UIImage ( named: " missedVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
251+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
252252 if #available( iOS 13 . 0 , * ) {
253253 name. textColor = . systemRed
254254 } else {
@@ -262,7 +262,7 @@ class CometChatCallListItem: UITableViewCell {
262262 avatar. set ( image: group. icon ?? " " , with: group. name ?? " " )
263263 }
264264 callStatus. text = " MISSED_CALL " . localized ( )
265- callStatusIcon. image = UIImage ( named: " missedVideo " , in: UIKitSettings . bundle, compatibleWith: nil )
265+ callStatusIcon. image = UIImage ( named: " end-call " , in: UIKitSettings . bundle, compatibleWith: nil )
266266 if #available( iOS 13 . 0 , * ) {
267267 name. textColor = . systemRed
268268 } else {
0 commit comments