@vkontakte/calls-sdk 2.8.8-dev.dc802fd6.0 → 2.8.8-dev.f4c1a015.0

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.
@@ -7,6 +7,7 @@ export declare class VolumesDetector extends EventEmitter {
7
7
  private _detector;
8
8
  private _interval;
9
9
  private _activeParticipants;
10
+ private _removedParticipants;
10
11
  constructor(transport: Transport);
11
12
  destroy(): void;
12
13
  private _onRemoteTrackAdded;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/calls-sdk",
3
- "version": "2.8.8-dev.dc802fd6.0",
3
+ "version": "2.8.8-dev.f4c1a015.0",
4
4
  "author": "vk.com",
5
5
  "description": "Library for video calls based on the vk.com platform",
6
6
  "homepage": "https://vk.com",