# 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 - a unique request identifier. You can learn more about it here.

See also: