removeSlide

TrueConfAbout 1 min

removeSlide

Description: remove a file from the slide list. Slide numbering for the command starts at 0, meaning the first slide will have an index of 0.

Does not apply to slideshows transmitted to the conference by other participants.

Request example:

{
    "method" : "removeSlide",
    "requestId" : "1",
    "idx": 0,
    "removeFromServer" : false
}

Response example:

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

Parameter description:

  • idx - index of the slide to be deleted

  • removeFromServer — Flag showing that a slide is removed from the server. If the parameter is unavailable, this is equal to true.

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

See also: