# incomingFileRequestRejected
Version: 4.1.0+
Description: the notification indicating that the command requesting the reception of a file was declined.
Example:
{
"method": "event",
"event": "incomingFileRequestRejected",
"fileRequestId": "073b3580-b311-4ffd-84dd-7dd1ee2f3e5d",
"peerId": "820_1@some.server",
"peerDn": "820_1",
"fileName": "2.jpg",
"fileSize": 3200,
"timestamp": 1659285829034
}
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
- incomingFileRequestAccepted
- fileRequestStatusChanged
- fileTransferAvailabilityChanged
- receivedFileRequest
- fileTransferHistoryCleared
- fileDeletedFromFileTransferHistory
- outgoingFileRequestSent
- outgoingFileRequestSentToConference
- incomingFileRequestDownloadingProgress
- outgoingFileRequestUploadingProgress