dingrtc 3.8.12-dev.2 → 3.8.12

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
@@ -3576,6 +3576,7 @@ declare class RemoteTrack extends Track {
3576
3576
  private onFirstFrame;
3577
3577
  /**
3578
3578
  * @internal
3579
+ * @deprecated 看起来这个方法是专用用于监听 音频首帧? 标记了内部但是又没有使用?
3579
3580
  */
3580
3581
  attachSubscription(subscription: Subscription): void;
3581
3582
  }