showSlide

TrueConf7/5/26About 1 min

showSlide

Description

Show the slide at the given index in the list of slides

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

void showSlide(int iIdx)

Parameters

NameDescription
iIdxIndex of a slide to be shown

Response example

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

Response Parameters

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

See also

Last Updated: