addSlide

TrueConf7/5/26About 1 min

addSlide

Description

Add a slide to a slideshow.

void addSlide(int iFileId)

Parameters

NameDescription
iFileIdthe identifier of the file on the built-in HTTP server that was previously uploaded and which needs to be added to the slide list

Response example

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

Response Parameters

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

See also

Last Updated: