getMaxConfTitleLength

TrueConf7/5/26Less than 1 minute

getMaxConfTitleLength

Description

Return the maximum possible length of a conference name

void getMaxConfTitleLength()

Response example

{
    "length" : 510,
    "method" : "getMaxConfTitleLength",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
lengthThe maximum length of a conference name
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: