# setSlidePosition

Description: Place the slide at the specified position in the slide list. The slide numbering for the command starts with 0, so the first slide will have an index of 0.

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

Request example:

{
    "method" : "setSlidePosition",
    "requestId" : "1",
    "fromIdx" : 0,
    "toIdx" : 3
}

Response example:

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

Parameter description:

  • fromIdx — Index of a slide to be moved

  • toIdx — Index in the list to move to

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

See also: