# removeSlide
Description
Remove a file from the slide list. Slide numbering for the command starts from0
, meaning that the first slide will have an index of 0
Not applicable to slideshows that are shared in the conference by other participants
void removeSlide(int iIdx, bool bRemoveFromServer)
Parameters
Name | Description |
---|---|
iIdx | Index of the slide to be deleted |
bRemoveFromServer | Flag showing that a slide is removed from the server. If the parameter is unavailable, this is equal to `true` |
Response example
{
"method" : "removeSlide",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also
- addSlide
- getSlideShowInfo
- getSlideShowCache
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- stopSlideShow
- removeAllSlides
- stopCachingAllImages
- On_mySlideShowStarted
- On_mySlideShowStopped
- On_slideAdded
- On_slideRemoved
- On_slidePositionChanged
- On_currentSlideIndexChanged
- On_slideShowAvailabilityChanged
- On_mySlideShowTitleChanged
- On_slideShowCleared
- On_slideUploaded
- On_allSlidesRemoved
- On_slideCached
- On_slideCachingStarted
- On_allSlidesCachingStopped
- On_imageAddedToCachingQueue
- On_imageRemovedFromCachingQueue