# outgoingFileRequestUploadingProgress
Version: 4.1.0+
Description: the file sending progress.
Example:
{
"method": "event",
"event": "outgoingFileRequestUploadingProgress",
"fileSize": 80488954,
"processedPercents": 100,
"fileRequestId": "f0b88b11-9263-4f8c-9eb6-91266eeab4e9",
"fileName": "777.zip",
"timestamp": 1659289349,
"fileId": 526755919,
"peerId": "820_1@some.server",
"peerDisplayName": "820_1"
}
Parameter description:
fileSize— File size in bytes.processedPercents— the percentage of processed file bytesfileRequestId— the identifier of the file requestfileName— File namefileId— File identifier on the built-in HTTP serverpeerId— the unique identifier (TrueConf ID) of a user. This field is not included for the requests made in a group conference.peerDisplayName— the display name of a user. This field is not included for the requests made in a group conference.confId— the unique session identifier (available for the requests made in a group conference)timestamp— the time when the file request was created
See also:
- Built-in HTTP server
- getFileRequestInfo
- getFileList
- getFileTransferAvailability
- sendFileToConference
- getOutgoingFilesRequests
- getIncomingFilesRequests
- getFileTransferHistory
- clearFileTransferHistory
- deleteFileTransferFile
- sendFile
- acceptIncomingFileRequest
- rejectIncomingFileRequest
- incomingFileRequestRejected
- incomingFileRequestAccepted
- fileRequestStatusChanged
- fileTransferAvailabilityChanged
- receivedFileRequest
- fileTransferHistoryCleared
- fileDeletedFromFileTransferHistory
- outgoingFileRequestSent
- outgoingFileRequestSentToConference
- incomingFileRequestDownloadingProgress