# connectToService
Description
Connect to TrueConf Online cloud service
A positive response indicates that the comman has been accepted for execution. The connection result will be reported separately
The successful server connection will be indicated by:
Reception of the notification On_serverConnected
The change in the current connection status in On_appStateChanged
void connectToService()
Response example
{
"method" : "connectToService",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |