# 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 bytes

  • fileRequestId — the identifier of the file request

  • fileName — File name

  • fileId — File identifier on the built-in HTTP server

  • peerId — 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: