@vkontakte/calls-sdk 2.7.2-dev.1969d3d.0 → 2.7.2-dev.3eab976.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
|
@@ -203,7 +203,7 @@ export declare function setVideoEffects(effects: VideoEffects): void;
|
|
|
203
203
|
* @param vmoji Экземпляр класса `Vmoji` из `@vkontakte/calls-vmoji`
|
|
204
204
|
* @param sdk Экземпляр модуля `@vkontakte/calls-vmoji`, нужен для проброски дебаг сообщений
|
|
205
205
|
*/
|
|
206
|
-
export declare function setVmoji(vmoji: typeof Vmoji, sdk?: Parameters<typeof Vmoji.setSDK>[0] | null): void;
|
|
206
|
+
export declare function setVmoji(vmoji: typeof Vmoji, sdk?: Parameters<typeof Vmoji.setSDK>[0] | null, renderingOptions?: Vmoji.RenderingOptions | null): void;
|
|
207
207
|
/**
|
|
208
208
|
* Инициализирует библиотеку
|
|
209
209
|
*
|