@vkontakte/calls-sdk 2.8.9-dev.45da0ce3.0 → 2.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ declare enum HangupType {
33
33
  /**
34
34
  * Количество участников превысило допустимый размер
35
35
  */
36
- PARTICIPANTS_REACH_LIMIT = "PARTICIPANTS_REACH_LIMIT",
36
+ PARTICIPANT_LIMIT_REACHED = "PARTICIPANT_LIMIT_REACHED",
37
37
  /**
38
38
  * Проблемы при работе через FastStart
39
39
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/calls-sdk",
3
- "version": "2.8.9-dev.45da0ce3.0",
3
+ "version": "2.8.9",
4
4
  "author": "vk.com",
5
5
  "description": "Library for video calls based on the vk.com platform",
6
6
  "homepage": "https://vk.com",