# getMaxConfTitleLength

Description: Return the maximum possible length of a conference name.

Request example:

{
    "method" : "getMaxConfTitleLength",
    "requestId" : "1"
}

Response example:

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

Parameter description:

  • length — the maximum length of a conference name

  • requestId - unique request identifier. More details can be found here

See also: