removeAllSlides

TrueConf7/5/26About 1 min

removeAllSlides

Description

Delete all the slides from the slideshow.

This command does not work for the slideshow in a video call and group conference. If the slideshow has already been started, it will be stopped. It is also possible to specify if the file should be physically deleted from the HTTP server.

void removeAllSlides(bool bRemoveFromServer)

Parameters

NameDescription
bRemoveFromServerAn optional flag indicating if the file should be physically deleted from the HTTP server. If this parameter is not included, it is equal to 'true'

Response example

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

Response Parameters

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

See also

Last Updated: