licenseActivation

TrueConfLess than 1 minute

licenseActivation

Description: Notification received from the licensing server after activating TrueConf Room API.

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 - license expiration date

See also: