# fileDeletedFromFileTransferHistory
Version: 4.1.0+
Description: notification indicating the deletion of a file request from history, as well as optionally the physical deletion of the file from the disk.
Example:
{
"method": "event",
"event": "fileDeletedFromFileTransferHistory",
"directionType": 0,
"fileName": "4.png",
"fileSize": 2304,
"timestamp": 1659282676012,
"removedFromDisk": true,
"fileRequestId": "e9c5d550-a995-49ef-b54c-b5d76168a0b2",
"peerDn": "820_1",
"peerId": "820_1@some.server",
"fileId": 525217217
}
Parameter description:
peerId
— the unique identifier (TrueConf ID) of a user. This field is available for all inbound requests. In the case of outbound requests, it is not included if the request was made to a group conference.peerDn
— the display name of a user. This field is available for all inbound requests. In case of outbound requests, it is not included if the request was made to a group conference.fileName
— File nameconfId
- group conference identifier, within which the file request was made. Field is missing for requests made outside of group conference.timestamp
— the timestamp indicating when the file request was createddirectionType
— File type. It can be as follows:0
— Incoming1
— Outgoing
fileSize
— File size in bytes.removedFromDisk
— the flag indicating if the file was physically deleted from the drivefileRequestId
— the identifier of the file requestfileId
— File identifier on the built-in HTTP server
See also:
- Built-in HTTP server
- getFileRequestInfo
- getFileList
- getFileTransferAvailability
- sendFileToConference
- getOutgoingFilesRequests
- getIncomingFilesRequests
- getFileTransferHistory
- clearFileTransferHistory
- deleteFileTransferFile
- sendFile
- acceptIncomingFileRequest
- rejectIncomingFileRequest
- incomingFileRequestRejected
- incomingFileRequestAccepted
- fileRequestStatusChanged
- fileTransferAvailabilityChanged
- receivedFileRequest
- fileTransferHistoryCleared
- outgoingFileRequestSent
- outgoingFileRequestSentToConference
- incomingFileRequestDownloadingProgress
- outgoingFileRequestUploadingProgress