# incomingFileRequestAccepted
Version: 4.1.0+
Description: the notification indicating that the command requesting the reception of a file has been executed.
Example:
{
"method": "event",
"event": "incomingFileRequestAccepted",
"fileRequestId": "2bef033b-f96f-496a-be51-e9705161af86",
"peerId": "820_1@some.server",
"peerDn": "820_1",
"fileName": "2.jpg",
"fileSize": 3200,
"timestamp": 1659285238608
}
Parameter description:
fileRequestId
— the identifier of a file request directed to the APIfileName
— File namepeerId
— the unique identifier (TrueConf ID) of the user who sent the requestpeerDn
— the display name of the user who sent the requesttimestamp
— the timestamp indicating when the file request was createdconfId
— the identifier of a group conference in which the file request was created. The field is empty if the request was created outside the conference.fileSize
— the physical size of a file measured in bytes
See also:
- getFileRequestInfo
- getFileList
- getFileTransferAvailability
- sendFileToConference
- getOutgoingFilesRequests
- getIncomingFilesRequests
- getFileTransferHistory
- clearFileTransferHistory
- deleteFileTransferFile
- sendFile
- acceptIncomingFileRequest
- rejectIncomingFileRequest
- incomingFileRequestRejected
- fileRequestStatusChanged
- fileTransferAvailabilityChanged
- receivedFileRequest
- fileTransferHistoryCleared
- fileDeletedFromFileTransferHistory
- outgoingFileRequestSent
- outgoingFileRequestSentToConference
- incomingFileRequestDownloadingProgress
- outgoingFileRequestUploadingProgress