@vkontakte/calls-sdk 2.8.12-beta.1 → 2.8.12-beta.3
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 +0 -3
- package/calls-sdk.cjs.js +4 -4
- package/calls-sdk.esm.js +90 -79
- package/default/Signaling.d.ts +2 -2
- package/package.json +1 -1
- package/types/WebTransport.d.ts +14 -15
package/CallsSDK.d.ts
CHANGED
|
@@ -769,9 +769,6 @@ export declare function stopAsr(params?: IAsrStopParams): Promise<void>;
|
|
|
769
769
|
export declare function requestAsr(request: boolean): Promise<void>;
|
|
770
770
|
export declare function startUrlSharing(sharedUrl: string): Promise<void>;
|
|
771
771
|
export declare function stopUrlSharing(): Promise<void>;
|
|
772
|
-
export declare function sendTestCommand(name: string, params?: any): void;
|
|
773
|
-
export declare function startAnalyzingAudio(expectAudio: boolean, expectedActiveTracks?: number | null, expectedTrackFrequencies?: number[] | null): void;
|
|
774
|
-
export declare function stopAnalyzingAudio(): void;
|
|
775
772
|
export declare function switchCall(conversationId: string): Promise<void>;
|
|
776
773
|
export declare function getActiveCallId(): string | null;
|
|
777
774
|
/**
|