removeSlide

TrueConf7/5/26About 1 min

removeSlide

Description

Remove a file from the slide list. Slide numbering for the command starts from0, meaning that the first slide will have an index of 0

Not applicable to slideshows that are shared in the conference by other participants

void removeSlide(int iIdx, bool bRemoveFromServer)

Parameters

NameDescription
iIdxIndex of the slide to be deleted
bRemoveFromServerFlag showing that a slide is removed from the server. If the parameter is unavailable, this is equal to `true`

Response example

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

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: