# connectToService
AdministratorDescription: connect to TrueConf Online cloud service.
A positive response indicates that the command has been accepted for execution. The connection result will be reported separately.
The successful server connection will be indicated by:
Reception of the notification serverConnected
The change in the current connection status in appStateChanged
Request example:
{
"method" : "connectToService",
"requestId" : "1",
"domain" : "domain"
}
Response example:
{
"method" : "connectToService",
"requestId" : "1",
"result" : true
}
Parameter description:
domain
— Domain. The parameter may be optional.requestId
- a unique request identifier. You can learn more about it here.
See also: