# showSlide

Description: show the slide at the given index in the list of slides.

The command does not apply to the slideshow from other participants of a video call or group conference.

Request example:

{
    "method" : "showSlide",
    "requestId" : "1",
    "idx" : 2
}

Response example:

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

Parameter description:

  • idx — Index of a slide to be shown

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

See also: