getSlideShowInfo

TrueConf7/5/26About 2 min

getSlideShowInfo

Description

Get information about your own slideshow

void getSlideShowInfo()

Response example

{
    "available": false,
    "started": false,
    "slides": [
        {
            "idx": 0,
            "name": "Screenshot.png",
            "fileId": 179748251
        }
    ],
    "currentSlideIdx": 0,
    "method": "getSlideShowInfo",
    "requestId" : "1",
    "result": true
}

Response Parameters

NameDescription
availableFlag that shows whether it is possible to start a slideshow
startedFlag that shows whether a slideshow is on
currentSlideIdxIt is available only if a slideshow is on and shows the index of a current slide being shown
titleIt is available only if a slideshow is running and shows the name of a slideshow
idxSlide number in the list
nameFile name
urlIt is available only if a slideshow is on and shows the link of an uploaded slide
fileIdFile identifier on the built-in HTTP server
slidesThe list of slides
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: