@vkontakte/calls-sdk 2.5.2-beta.3 → 2.5.2-dev.2311be3.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.
@@ -179,6 +179,7 @@ export default class Conversation extends EventEmitter {
179
179
  changeParticipantState(state: {
180
180
  [key: string]: string;
181
181
  }): Promise<void>;
182
+ requestKeyFrame(participantStreamDescription: ParticipantStreamDescription): Promise<void | SignalingMessage>;
182
183
  updateDisplayLayout(layouts: ParticipantLayout[]): Promise<void>;
183
184
  private _stopStreaming;
184
185
  private _sendUpdateDisplayLayout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/calls-sdk",
3
- "version": "2.5.2-beta.3",
3
+ "version": "2.5.2-dev.2311be3.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",
@@ -21,10 +21,6 @@ export declare type Layout = {
21
21
  * Поддерживаемые значения: `cv` и `cn`, что соответствует CSS `cover` и `contain`
22
22
  */
23
23
  fit: string;
24
- /**
25
- * Запрос опорного кадра, нужно не злоупотреблять, негативно влияет на качество видео
26
- */
27
- keyFrame: boolean;
28
24
  };
29
25
  /**
30
26
  * Запрос остановки стрима