On_fileTransferHistoryCleared

TrueConf7/5/26Less than 1 minute

On_fileTransferHistoryCleared

Description

The notification indicating that file transfer history was cleared and corresponding files were deleted from the drive (if it was required)

EventHandler<string> On_fileTransferHistoryCleared

Resposne example

{
    "method": "event",
    "event": "fileTransferHistoryCleared",
    "filesDeletedFromDisk": true
}

Response Parameters

NameDescription
filesDeletedFromDiskThe flag indicating if the files were physically deleted from the drive

See also

Last Updated: