call-live-sdk1 0.0.6 → 0.0.8
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/dist/call-live-sdk.es.js +88 -196
- package/dist/call-live-sdk.umd.js +1 -1
- package/dist/sdk/index.d.ts +0 -15
- package/dist/stats-prod.html +1 -1
- package/dist/stores/callStore.d.ts +4 -1
- package/package.json +1 -1
package/dist/sdk/index.d.ts
CHANGED
|
@@ -23,21 +23,6 @@ declare class CallLiveSdk {
|
|
|
23
23
|
* 销毁SDK
|
|
24
24
|
*/
|
|
25
25
|
destroy(): void;
|
|
26
|
-
/**
|
|
27
|
-
* 测试 API 错误(用于调试和验证错误处理机制)
|
|
28
|
-
* @param errorCode 错误代码
|
|
29
|
-
* @param errorMessage 错误信息
|
|
30
|
-
*/
|
|
31
|
-
testApiError(errorCode?: number, errorMessage?: string): void;
|
|
32
|
-
/**
|
|
33
|
-
* 测试 Token 过期错误(用于调试和验证错误处理机制)
|
|
34
|
-
*/
|
|
35
|
-
testTokenExpired(): void;
|
|
36
|
-
/**
|
|
37
|
-
* 测试参数验证错误(用于调试和验证错误处理机制)
|
|
38
|
-
* @param errorMessage 错误信息
|
|
39
|
-
*/
|
|
40
|
-
testParamValidationError(errorMessage?: string): void;
|
|
41
26
|
}
|
|
42
27
|
declare class GuestCallSdk {
|
|
43
28
|
private config;
|