@vkontakte/calls-sdk 2.6.2-beta.14 → 2.6.2-beta.16

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.
@@ -77,6 +77,7 @@ export default class Conversation extends EventEmitter {
77
77
  private readonly _signaling;
78
78
  private _mediaSource;
79
79
  private _conversation;
80
+ private _myLastRequestedLayouts;
80
81
  private _state;
81
82
  private _participantState;
82
83
  private _participants;
@@ -311,6 +312,7 @@ export default class Conversation extends EventEmitter {
311
312
  private _updateDisplayLayoutFromCache;
312
313
  private _setParticipantsStatus;
313
314
  private _onJoinLinkChanged;
315
+ private _isMe;
314
316
  }
315
317
  export declare class UpdateDisplayLayoutError extends Error {
316
318
  readonly participantErrors: {
@@ -4,6 +4,7 @@
4
4
  declare enum MediaOption {
5
5
  AUDIO = "AUDIO",
6
6
  VIDEO = "VIDEO",
7
- SCREEN_SHARING = "SCREEN_SHARING"
7
+ SCREEN_SHARING = "SCREEN_SHARING",
8
+ MOVIE_SHARING = "MOVIE_SHARING"
8
9
  }
9
10
  export default MediaOption;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/calls-sdk",
3
- "version": "2.6.2-beta.14",
3
+ "version": "2.6.2-beta.16",
4
4
  "author": "vk.com",
5
5
  "description": "Library for video calls based on the vk.com platform",
6
6
  "homepage": "https://vk.com",