startSlideShow

TrueConf7/5/26About 1 min

startSlideShow

Description

To start a slideshow. Slide numbering for the command starts at 0, meaning the first slide will have an index of 0

void startSlideShow(string sTitle, int iStartingIdx)

Parameters

NameDescription
sTitleSlideshow name
iStartingIdxIndex of the starting file. If this parameter is not provided, the slide show begins with the first slide, which is index 0

Response example

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

Response Parameters

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

See also

Last Updated: