refactor: rename CallNotify to RtcNotification to match new event
This commit is contained in:
parent
2ecd4ecaf5
commit
f9fa38f229
10 changed files with 30 additions and 30 deletions
|
|
@ -133,7 +133,7 @@ class DefaultActiveCallManager(
|
|||
}
|
||||
|
||||
appForegroundStateService.updateHasRingingCall(true)
|
||||
Timber.tag(tag).d("Received incoming call for room id: ${notificationData.roomId}, ringDuration: $ringDuration")
|
||||
Timber.tag(tag).d("Received incoming call for room id: ${notificationData.roomId}, ringDuration(ms): $ringDuration")
|
||||
if (activeCall.value != null) {
|
||||
displayMissedCallNotification(notificationData)
|
||||
Timber.tag(tag).w("Already have an active call, ignoring incoming call: $notificationData")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue