# licenseActivation
Description: the notification received from the licensing server after TrueConf Room activation.
Example:
{
    "event": "licenseActivation",
    "status" : "valid",
    "tariff" : "pro",
    "start_date" : 1645168526,
    "end_date"   : 1645169218,
    "method": "event"
}
Parameter description:
- status— the result of activation; the following values are possible:- valid— success
- invalid— unable to activate with the given activation key
 
- tariff— the plan (subscription) activated with the selected activation key (an optional parameter). The following values are possible:- pro— the full license was activated
- free— the free license was activated
 
- start_date— the time when the license was activated
- end_date— the license expiry date
See also: