# 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

Last Updated: 09/12/2025