# startSlideShow

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

Request example:

{
    "method" : "startSlideShow",
    "requestId" : "1",
    "title" : "Our trip",
    "startingIdx" : 2
}

Response example:

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

Parameter description:

  • title — slideshow name (optional parameter)

  • startingIdx - index of the starting slide. If this parameter is not provided, the slide show begins with the first slide, which is index 0.

  • requestId - a unique request identifier. You can learn more about it here.

See also: