removeSlide
About 1 min
removeSlide
Description: remove a file from the slide list. Slide numbering for the command starts at 0, meaning the first slide will have an index of 0.
Does not apply to slideshows transmitted to the conference by other participants.
Request example:
{
"method" : "removeSlide",
"requestId" : "1",
"idx": 0,
"removeFromServer" : false
}Response example:
{
"method" : "removeSlide",
"requestId" : "1",
"result" : true
}Parameter description:
idx- index of the slide to be deletedremoveFromServer— Flag showing that a slide is removed from the server. If the parameter is unavailable, this is equal totrue.requestId- a unique request identifier. You can find more details about it here.
See also:
- addSlide
- getFileList
- getSlideShowInfo
- 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