@vkontakte/calls-sdk 2.8.6-dev.e8081e23.0 → 2.8.6-dev.e86dc4ab.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
@@ -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
  *
@@ -539,8 +539,9 @@ export declare function startStream(isRecord?: boolean, name?: string | null, mo
539
539
  /**
540
540
  * Завершить трансляцию звонка
541
541
  * @param roomId
542
+ * @param remove не сохранять запись звонка
542
543
  */
543
- export declare function stopStream(roomId?: number | null): Promise<undefined>;
544
+ export declare function stopStream(roomId?: number | null, remove?: boolean): Promise<undefined>;
544
545
  /**
545
546
  * Опубликовать трансляцию звонка
546
547
  * @param roomId