# showNextSlide

Description: show the next slide in the list.

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

Request example:

{
    "method" : "showNextSlide",
    "requestId" : "1"
}

Response example:

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

Parameter description:

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

See also: