connectToService
Less than 1 minute
connectToService
Description: connect to TrueConf Online cloud service. Admin
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:
Upon receiving the serverConnected notification
On the change of 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 find more details about it here.
See also: