trtc-sdk-v5
Advanced tools
Comparing version 5.5.1-beta.1 to 5.5.1-beta.2
{ | ||
"name": "trtc-sdk-v5", | ||
"version": "5.5.1-beta.1", | ||
"version": "5.5.1-beta.2", | ||
"description": "Tencent Cloud RTC SDK for Web", | ||
@@ -5,0 +5,0 @@ "main": "trtc.js", |
@@ -7,2 +7,8 @@ export interface AuthParam { | ||
export interface Effect { | ||
id: string; | ||
intensity?: number; | ||
filterIntensity?: number; | ||
} | ||
export interface BeautyOptions { | ||
@@ -18,2 +24,3 @@ sdkAppId: number; | ||
chin?: number; | ||
effect?: Effect[]; | ||
onError?: () => {} | ||
@@ -30,2 +37,3 @@ } | ||
chin?: number; | ||
effect?: Effect[]; | ||
} | ||
@@ -32,0 +40,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
10380366
45847