@vkontakte/calls-sdk 2.8.8-dev.66d9a330.0 → 2.8.8-dev.85e3e73d.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.
@@ -204,6 +204,10 @@ export default class Conversation extends EventEmitter {
204
204
  sendClientEvent(eventType: string, eventData?: Record<string, string | number | boolean>, immediately?: boolean): void;
205
205
  private _changeMediaSettings;
206
206
  private _stopStreaming;
207
+ /**
208
+ * @param layoutByStreamDescription
209
+ * @param throwErrorOutside false используется при внутреннем обращении, когда обработка ошибки не нужна
210
+ */
207
211
  private _sendUpdateDisplayLayout;
208
212
  private _cleanupCooldownQueue;
209
213
  private _onParticipantSourcesUpdate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/calls-sdk",
3
- "version": "2.8.8-dev.66d9a330.0",
3
+ "version": "2.8.8-dev.85e3e73d.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",