removeFromServersList

TrueConf7/5/26Less than 1 minute

removeFromServersList

Description

Delete the server from the list of servers.

The command is used to delete the server from the list of servers to which the application previously tried to connect (both successfully and unsuccessfully).

void removeFromServersList(string sServerName)

Parameters

NameDescription
sServerNameThe name of the server that should be deleted from the list

Response example

{
    "method": "removeFromServersList",
    "requestId" : "1",
    "result": true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: