@vkontakte/calls-sdk 2.8.5-dev.e2dd0cd4.0 → 2.8.5-dev.e7b5fadf.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
|
@@ -670,7 +670,7 @@ export declare function acceptPromotion(reject?: boolean): Promise<void>;
|
|
|
670
670
|
export declare function getParticipantListChunk(participantListChunkParameters: ParticipantListChunkParameters): Promise<ExternalParticipantListChunk>;
|
|
671
671
|
export declare function getParticipants(parameters: IGetParticipantsParameters): Promise<ExternalParticipant[]>;
|
|
672
672
|
export declare function feedback(key: string): Promise<SignalingMessage>;
|
|
673
|
-
export declare function userFeedbackStats(
|
|
673
|
+
export declare function userFeedbackStats(userResponse: number, reason?: string, groupCallUsersCount?: number): void;
|
|
674
674
|
/**
|
|
675
675
|
* Логирует клиентское событие статистики
|
|
676
676
|
*
|