# startSlideShow

Description

To start a slideshow. Slide numbering for the command starts at 0, meaning the first slide will have an index of 0

void startSlideShow(string sTitle, int iStartingIdx)

Parameters

Name Description
sTitle Slideshow name
iStartingIdx Index of the starting file. If this parameter is not provided, the slide show begins with the first slide, which is index 0

Response example

{
    "method" : "startSlideShow",
    "requestId" : "1",
    "result" : true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025