setUsedApiVersion

TrueConf7/5/26Less than 1 minute

setUsedApiVersion

Description

Obtain the API version used for the current connection

Once the method has been called, the request result will be returned

void setUsedApiVersion(string sVersion)

Parameters

NameDescription
sVersionThe string parameter identifying the correct API version

Response example

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

Response Parameters

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

See also

Last Updated: