@vkontakte/calls-sdk 2.4.4-beta.9 → 2.4.4-dev.0e2b963.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
@@ -445,7 +445,7 @@ export declare function addMovie(movieId: string): Promise<{
445
445
  * @param movieId
446
446
  * @param gain
447
447
  */
448
- export declare function updateMovie(movieId: string, gain?: number): Promise<void>;
448
+ export declare function updateMovie(movieId: string, gain?: number, offset?: string, pause?: boolean): Promise<void>;
449
449
  /**
450
450
  * Удалить видео/лайв из звонка
451
451
  *