# 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) namep2p
— the field indicating ifvideo calls
are enabledcreateMulti
— the flag indicating if it is possible to create group conferencessymMaxNumber
— Field that shows information about how many people can simultaneously participate in a group conferenceasymMaxNumber
— the field showing how many users can simultaneously participate in avideo lecture
roleMaxNumber
— Field that shows information about how many people can simultaneously participate in arole-based
conferencerlMaxNumber
- 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 allowedcanUseDesktopSharing
— the field indicating if content sharing is allowedcanChangeAddressBook
— the field indicating if address book can be editedcanEditGroups
— the field indicating if address book groups can be editedcanUseDialer
— the flag indicating if it is possible to use the "dialer" (tone dialing)
See also: