aliyun-rtc-sdk 6.12.5-beta.1 → 6.12.5

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.
@@ -3833,7 +3833,8 @@ declare enum SubscribeReason {
3833
3833
  Publish = "publish",
3834
3834
  User = "user",
3835
3835
  Resume = "resume",
3836
- Retry = "retry"
3836
+ Retry = "retry",
3837
+ Reconnect = "reconnect"
3837
3838
  }
3838
3839
 
3839
3840
  declare interface TimeRecorder {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-rtc-sdk",
3
- "version": "6.12.5-beta.1",
3
+ "version": "6.12.5",
4
4
  "type": "module",
5
5
  "description": "rtc web sdk of aliyun",
6
6
  "main": "dist/aliyun-rtc-sdk.js",