getSlideShowInfo
getSlideShowInfo
Description: get information about your own slideshow
Request example:
{
"method" : "getSlideShowInfo",
"requestId" : "1"
}Response example:
{
"available": false,
"started": false,
"slides": [
{
"idx": 0,
"name": "Screenshot.png",
"fileId": 179748251
}
],
"currentSlideIdx": 0,
"method": "getSlideShowInfo",
"requestId" : "1",
"result": true
}Parameter description:
availableβ Flag that shows whether it is possible to start a slideshow.startedβ Flag that shows whether a slideshow is on.currentSlideIdxβ It is available only if a slideshow is on and shows the index of a current slide being shown.titleβ It is available only if a slideshow is running and shows the name of a slideshow.idxβ Slide number in the list.nameβ File name.urlβ It is available only if a slideshow is on and shows the link of an uploaded slide.fileId- the file identifier on the built-in HTTP serverslidesβ the list of slidesrequestId- a unique request identifier. You can find more details about it here.
See also:
- Built-in HTTP server
- addSlide
- getFileList
- removeAllSlides
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- stopSlideShow
- getSlideShowCache
- removeImageFromCachingQueue
- stopCachingAllImages
- sendStopContentSharing
- contentSharingStoppedByConferenceLeader
- mySlideShowStarted
- mySlideShowStopped
- slideAdded
- slideRemoved
- slidePositionChanged
- currentSlideIndexChanged
- slideShowAvailabilityChanged
- mySlideShowTitleChanged
- slideShowCleared
- slideUploaded
- allSlidesRemoved
- slideCached
- slideCachingStarted
- allSlidesCachingStopped
- imageAddedToCachingQueue
- imageRemovedFromCachingQueue
- slidesSorted
- slidesChunkSorted