aliyun-rtc-sdk 7.2.6 → 7.2.7

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.
@@ -3271,6 +3271,11 @@ declare interface ParameterData {
3271
3271
  enablePubDataChannel?: boolean;
3272
3272
  /** 是否启用订阅端数据通道 */
3273
3273
  enableSubDataChannel?: boolean;
3274
+ /**
3275
+ * 是否允许在没有媒体流的情况下单独发布/订阅数据通道
3276
+ * 需要配合 GRTN 配置 live_webrtc_signalling_enable_only_establish_h5_datachannel = on
3277
+ */
3278
+ enablePubSubDataWithoutMedia?: boolean;
3274
3279
  }
3275
3280
 
3276
3281
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "7.2.6",
3
+ "version": "7.2.7",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.umd.js",
@@ -10,7 +10,7 @@
10
10
  "@aliyun-sls/web-sts-plugin": "^0.3.5",
11
11
  "@aliyun-sls/web-track-browser": "^0.3.5",
12
12
  "aliyun-queen-engine": "^6.3.14",
13
- "aliyun-rts-sdk": "2.14.6",
13
+ "aliyun-rts-sdk": "2.14.8",
14
14
  "crypto-js": "^4.1.1",
15
15
  "dateformat": "^5.0.3",
16
16
  "eventemitter3": "^5.0.1",