# On_mySlideShowStarted
Description
The notification received when TrueConf VideoSDK starts slideshow
EventHandler<string> On_mySlideShowStarted
Response example
{
"event" : "mySlideShowStarted",
"title" : "cool title",
"currentSlideIndex" : 2,
"method" : "event"
}
Response Parameters
Name | Description |
---|---|
title | Slideshow name |
currentSlideIndex | The parameter showing the index of the slide which should be first in the slideshow |
See also
- addSlide
- getSlideShowInfo
- removeAllSlides
- getFileList
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- stopSlideShow
- getSlideShowCache
- removeImageFromCachingQueue
- stopCachingAllImages
- On_mySlideShowStarted
- On_mySlideShowStopped
- On_slideAdded
- On_slideRemoved
- On_slidePositionChanged
- On_slideShowAvailabilityChanged
- On_mySlideShowTitleChanged
- On_slideShowCleared
- On_slideUploaded
- On_allSlidesRemoved
- On_slideCached
- On_slideCachingStarted
- On_allSlidesCachingStopped
- On_imageAddedToCachingQueue
- On_imageRemovedFromCachingQueue
- On_slidesSorted