# outgoingFileRequestSentToConference

Version: 4.1.0+

Description: the notification received when a file is sent to the chat of an ongoing group conference.

Example:

{
    "method": "event",
    "event": "outgoingFileRequestSentToConference",
    "fileRequestId": "bd9fde92-2b52-40ed-a281-b6944628266f",
    "fileName": "2.jpg",
    "timestamp": 1659287236,
    "fileSize": 3200,
    "confId": "00000172c08f078a@some.server#vcs",
    "fileId": 526755919
}

Parameter description:

  • fileName — name of a file which is being sent

  • fileRequestId — Request identifier

  • timestamp — the time when the request was created

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

  • confId — Communication session identifier

  • fileSize — File size in bytes.

See also: