# licenseActivation
Description: the notification received from the licensing server after VideoSDK/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
— successinvalid
— 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 activatedfree
— the free license was activated
start_date
— the time when the license was activatedend_date
— the license expiry date
See also: