call-live-sdk1 0.0.5 → 0.0.6

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.
@@ -42,8 +42,6 @@ export interface GuestSDKConfig {
42
42
  el: HTMLElement | string;
43
43
  /** 直播ID */
44
44
  liveId: number;
45
- /** 访问令牌 */
46
- sign: string;
47
45
  /** 客服ID */
48
46
  agentId: number;
49
47
  /** API域名配置 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "call-live-sdk1",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/call-live-sdk.umd.js",
6
6
  "module": "./dist/call-live-sdk.es.js",
@@ -21,7 +21,7 @@
21
21
  "@volcengine/rtc": "4.67.10",
22
22
  "@volcengine/vepusher": "2.0.4-rc.10",
23
23
  "ahooks": "3.9.6",
24
- "aliyun-queen-engine": "6.3.14",
24
+ "aliyun-queen-engine": "6.3.7",
25
25
  "antd": "5.29.2",
26
26
  "axios": "1.13.2",
27
27
  "events": "3.3.0",