# 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:

  1. Reception of the notification On_serverConnected

  2. 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
Last Updated: 09/12/2025