# startSlideShow

Description: start slideshow. Slide numbering for the command starts at 0, so the first slide will have index 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 - the number of the starting slide. If no parameter is specified, the slideshow will start from the first slide, with index 0.

  • requestId - unique request identifier. More details can be found here

See also: