removeImageFromCachingQueue

TrueConf7/5/26About 1 min

removeImageFromCachingQueue

Description

Delete the file from the slideshow caching queue

void removeImageFromCachingQueue(int iFileId)

Parameters

NameDescription
iFileIdThe unique identifier of a file on the built-in HTTP server that was previously uploaded and needs to be removed from the caching queue for the slideshow

Response example

{
    "method": "removeImageFromCachingQueue",
    "requestId" : "1",
    "result": true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: