@vkontakte/calls-sdk 2.8.6-beta.21 → 2.8.6-beta.22
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 +1 -1
- package/calls-sdk.cjs.js +8 -8
- package/calls-sdk.esm.js +7 -7
- package/classes/Conversation.d.ts +6 -2
- package/package.json +1 -1
package/CallsSDK.d.ts
CHANGED
|
@@ -250,7 +250,7 @@ export declare function callInternal(ids: OkUserId[], type: CallType | undefined
|
|
|
250
250
|
* @param conversationParams conversationParams в base64
|
|
251
251
|
*/
|
|
252
252
|
export declare function processPush(conversationId: string, conversationParams?: string): Promise<void>;
|
|
253
|
-
export declare function processPushInternal(conversationId: string, type?: UserType, peerId?: number, conversationParams?: string): Promise<void>;
|
|
253
|
+
export declare function processPushInternal(conversationId: string, type?: UserType, peerId?: number, conversationParams?: string, wsEndpoint?: string, userId?: number): Promise<void>;
|
|
254
254
|
/**
|
|
255
255
|
* Авторизоваться для совершения звонков
|
|
256
256
|
*
|