@rongcloud/plugin-rtc 5.6.13-enterprise.1 → 5.6.14

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/index.d.ts CHANGED
@@ -93,7 +93,10 @@ declare enum RCRTCCode {
93
93
  SYSTEM_PERMISSION_DENIED = 53033,
94
94
  /** 发布时无有效资源,如 track 已被销毁 */
95
95
  PUBLISH_TRACKS_IS_INVALID = 53034,
96
- /** 流状态为 ended */
96
+ /**
97
+ * @deprecated
98
+ * 流状态为 ended
99
+ */
97
100
  TRACK_READYSTATE_IS_ENDED = 53035
98
101
  }
99
102