# On_receivedFileRequest

Description

The notification about a request for file reception

EventHandler<string> On_receivedFileRequest

Response 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
}

Response Parameters

Name Description
fileRequestId The identifier of the file request
confId The unique session identifier (available only if the file was sent in a group conference)
peerId The unique identifier (TrueConf ID) of a user who sent a file
peerDn Display name of a user who sent a file
fileName File name
fileSize File size in bytes
timestamp The timestamp of the request creation (type Unix Timestamp)

See also

Last Updated: 09/12/2025