getMaxConfTitleLength
Less than 1 minute
getMaxConfTitleLength
Description: Return the maximum possible length of a conference name.
Request example:
{
"method" : "getMaxConfTitleLength",
"requestId" : "1"
}Response example:
{
"length" : 256,
"method" : "getMaxConfTitleLength",
"requestId" : "1",
"result" : true
}Parameter description:
length— the maximum length of a conference namerequestId- a unique request identifier. You can find more details about it here.
See also: