@vkontakte/calls-sdk 2.8.6-beta.11 → 2.8.6-beta.13
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 +2 -0
- package/calls-sdk.cjs.js +7 -7
- package/calls-sdk.esm.js +7 -7
- package/package.json +1 -1
package/CallsSDK.d.ts
CHANGED
|
@@ -721,6 +721,8 @@ export declare function requestAsr(request: boolean): Promise<void>;
|
|
|
721
721
|
export declare function startUrlSharing(sharedUrl: string): Promise<void>;
|
|
722
722
|
export declare function stopUrlSharing(): Promise<void>;
|
|
723
723
|
export declare function sendTestCommand(name: string, params?: any): void;
|
|
724
|
+
export declare function startAnalyzingAudio(expectAudio: boolean): void;
|
|
725
|
+
export declare function stopAnalyzingAudio(): void;
|
|
724
726
|
/**
|
|
725
727
|
* Версия SDK
|
|
726
728
|
*/
|