# tariffRestrictionsChanged

Description: Notification coming after changing the application rights: creating conferences, maximum number of participants for a certain conference type, etc.

Example:

{
   "event": "tariffRestrictionsChanged",
   "tariffName": "",
   "p2p": true,
   "createMulti": true,
   "symMaxNumber": 10,
   "asymMaxNumber": 10,
   "roleMaxNumber": 10,
   "rlMaxNumber": 4,
   "canUseSlideShow": true,
   "canUseDesktopSharing": true,
   "canChangeAddressBook": true,
   "canEditGroups": true,
   "canUseDialer": false,
   "method": "event"
}

Parameter description:

  • tariffName— the plan (subscription) name

  • p2p — the field indicating if video calls are enabled

  • createMulti — the flag indicating if it is possible to create group conferences

  • symMaxNumber — Field that shows information about how many people can simultaneously participate in a group conference

  • asymMaxNumber — the field showing how many users can simultaneously participate in a video lecture

  • roleMaxNumber — Field that shows information about how many people can simultaneously participate in a role-based conference

  • rlMaxNumber - field that contains the maximum possible number of speakers who can be on the podium at the same time.

  • canUseSlideShow — the field indicating if slideshow is allowed

  • canUseDesktopSharing — the field indicating if content sharing is allowed

  • canChangeAddressBook — the field indicating if address book can be edited

  • canEditGroups — the field indicating if address book groups can be edited

  • canUseDialer — the flag indicating if it is possible to use the "dialer" (tone dialing)

See also: