# receivedFileRequest
Description: the notification about a request for file reception.
Example:
{
"method": "event",
"event": "receivedFileRequest",
"fileRequestId": "ed2c9e7a-7d6c-4e4c-a99f-d8eb2debdd31",
"peerId": "820_1@some.server",
"peerDn": "820_1",
"fileName": "4.png",
"fileSize": 2304,
"timestamp": 1659279697784
}
Parameter description:
fileRequestId— the identifier of the file requestconfId— the unique session identifier (available only if the file was sent in a group conference)peerId— Unique identifier (TrueConf ID) of a user who sent a filepeerDn— Display name of a user who sent a filefileName— File namefileSize— File size in bytes.timestamp- the timestamp of the request creation (type Unix Timestamp)
See also:
- getFileRequestInfo
- getFileList
- getFileTransferAvailability
- sendFileToConference
- getOutgoingFilesRequests
- getIncomingFilesRequests
- getFileTransferHistory
- clearFileTransferHistory
- deleteFileTransferFile
- sendFile
- acceptIncomingFileRequest
- rejectIncomingFileRequest
- incomingFileRequestRejected
- incomingFileRequestAccepted
- fileRequestStatusChanged
- fileTransferAvailabilityChanged
- fileTransferHistoryCleared
- fileDeletedFromFileTransferHistory
- outgoingFileRequestSent
- outgoingFileRequestSentToConference
- incomingFileRequestDownloadingProgress
- outgoingFileRequestUploadingProgress