UNPKG

@tencentcloud/roomkit-electron-vue3

Version:

<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,

15 lines (14 loc) 391 B
export declare class BeautyPlugin { plugin: any; pluginEnabled: boolean; pluginId: string; constructor(); initPlugin(licenseURL: string, licenseKey: string): void; unInitPlugin(): void; setParameter(params: string): void; clearBeautyEffect(): void; private createPlugin; private destroyPlugin; } declare const plugin: BeautyPlugin; export { plugin };