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

  • fileName — File name

  • peerId — the unique identifier (TrueConf ID) of the user who sent the request

  • peerDn — the display name of the user who sent the request

  • timestamp — the timestamp indicating when the file request was created

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