@vkontakte/calls-sdk 2.5.2 → 2.5.3-beta.2

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
@@ -406,7 +406,7 @@ export declare function removeJoinLink(): Promise<void>;
406
406
  */
407
407
  export declare function getAnonymTokenByLink(joinLink: string, username?: string): Promise<string>;
408
408
  /**
409
- * Устанавливает громкость звука
409
+ * Устанавливает громкость звука собеседников
410
410
  * @param volume Уровень громкости [0..1]
411
411
  */
412
412
  export declare function setVolume(volume: number): void;