@vkontakte/calls-sdk 2.8.2-beta.6 → 2.8.2-beta.7

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.
@@ -104,7 +104,7 @@ export default abstract class BaseSignaling extends EventEmitter {
104
104
  requestRealloc(): void;
105
105
  setEndpoint(endpoint: string): void;
106
106
  setConversationId(conversationId: string): void;
107
- readyToSend(): void;
107
+ readyToSend(isReady?: boolean): void;
108
108
  cleanup(): void;
109
109
  requestTestMode(consumerCommand: string, producerCommand: string): void;
110
110
  getNextCommandSequenceNumber(): number;