# incomingFileRequestDownloadingProgress

Version: 4.1.0+

Description: the notification indicating that the command requesting the reception of a file has been executed.

Example:

{
    "method": "event",
    "event": "incomingFileRequestDownloadingProgress",
    "fileSize": 80488954,
    "processedPercents": 20,
    "fileRequestId": "3322be1a-5736-4a01-8007-cbee8036f8b8",
    "fileName": "777.zip",
    "peerId": "820_1@some.server",
    "peerDisplayName": "820_1",
    "timestamp": 1659288685582
}

Parameter description:

  • processedPercents — the percentage of uploaded data

  • fileRequestId — Request identifier

  • fileSize — File size in bytes.

  • fileName — File name

  • peerIdTrueConf ID, unique user identifier

  • peerDisplayName — the user display name

  • confId — the unique session identifier (available only for a request from a group conference)

  • timestamp — the time when the request was created

See also: