@vkontakte/calls-sdk 2.8.4-beta.25 → 2.8.4-beta.27

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
@@ -677,6 +677,7 @@ export declare function stopAsr(params?: IAsrStopParams): Promise<void>;
677
677
  export declare function requestAsr(request: boolean): Promise<void>;
678
678
  export declare function startUrlSharing(sharedUrl: string): Promise<void>;
679
679
  export declare function stopUrlSharing(): Promise<void>;
680
+ export declare function sendTestCommand(name: string, params?: any): void;
680
681
  /**
681
682
  * Версия SDK
682
683
  */