@vkontakte/calls-sdk 2.6.2-beta.19 → 2.6.2-beta.20

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.
@@ -213,6 +213,8 @@ export default class Conversation extends EventEmitter {
213
213
  private _onChatRoomUpdated;
214
214
  private _onSharedMovieUpdate;
215
215
  private _onSharedMovieInfoStarted;
216
+ private _processSharedMovieInfo;
217
+ private _processConnectionSharedMovieInfo;
216
218
  private _onSharedMovieInfoStopped;
217
219
  private _waitForStreamIfNeeded;
218
220
  private _matchStreamDescription;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/calls-sdk",
3
- "version": "2.6.2-beta.19",
3
+ "version": "2.6.2-beta.20",
4
4
  "author": "vk.com",
5
5
  "description": "Library for video calls based on the vk.com platform",
6
6
  "homepage": "https://vk.com",