@vkontakte/calls-sdk 2.8.11-dev.1d54378f.0 → 2.8.11-dev.229c3704.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.
package/CallsSDK.d.ts CHANGED
@@ -749,14 +749,8 @@ export declare function requestAsr(request: boolean): Promise<void>;
749
749
  export declare function startUrlSharing(sharedUrl: string): Promise<void>;
750
750
  export declare function stopUrlSharing(): Promise<void>;
751
751
  export declare function sendTestCommand(name: string, params?: any): void;
752
- export declare function startAnalyzingAudio(expectAudio: boolean): void;
752
+ export declare function startAnalyzingAudio(expectAudio: boolean, expectedActiveTracks?: number | null, expectedTrackFrequencies?: number[] | null): void;
753
753
  export declare function stopAnalyzingAudio(): void;
754
- /**
755
- * Возвращает текущее время, скорректированное на смещение относительно серверного времени.
756
- * Доступно после установки соединения (начало/присоединение к звонку).
757
- * Если активного звонка нет — возвращает Date.now().
758
- */
759
- export declare function getSyncedTime(): number;
760
754
  /**
761
755
  * Версия SDK
762
756
  */