callRecord
This commit is contained in:
@@ -224,7 +224,8 @@ class CallLogViewModel(
|
||||
duration = file.duration / 1000,
|
||||
status = CallStatus.COMPLETED,
|
||||
audioFileName = file.displayName,
|
||||
audioFileUri = file.filePath
|
||||
audioFileUri = file.filePath,
|
||||
uploadTime = Date(file.dateAdded)
|
||||
)
|
||||
|
||||
CallRecordManager.uploadCallRecord(callRecord)
|
||||
|
||||
Reference in New Issue
Block a user