login

TrueConf7/5/26Less than 1 minute

login

Description

Authenticate on the server.

The result of the command execution will arrive in the notifications On_login

When authorizing in a directory service (e.g., MS AD), it is mandatory to set the parameter encryptPassword: false. This is necessary if LDAP mode is used on the TrueConf Server where the terminal is authorized.

void login(string callId, string password)

Parameters

NameDescription
callIdTrueConf ID, unique user identifier.
passwordPassword

Response example

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

Response Parameters

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

See also

Last Updated: