getFileTransferAvailability

TrueConf7/5/26Less than 1 minute

getFileTransferAvailability

Description

Get the file transfer availability

void getFileTransferAvailability()

Response example

{
    "method": "getFileTransferAvailability",
    "requestId" : "1",
    "availability": 3,
    "result": true
}

Response Parameters

NameDescription
availabilityParameter showing whether a transfer file is available. It can be as follows:
• 0 - prohibited by the server
• 1 - prohibited due to license restrictions
• 2 - prohibitied due to the necessity to authorize on the server
• 3 - available
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: