dingrtc 3.8.17-beta.6 → 3.8.17-beta.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.
package/dist/index.d.ts CHANGED
@@ -3460,7 +3460,7 @@ declare class LocalTrack extends Track {
3460
3460
  /**
3461
3461
  * 发送或暂停发送该轨道的媒体数据。
3462
3462
  *
3463
- * 如果该轨道已发布,调用 setMuted(true) 后,远端会触发 user-unpublished 事件。再调用 setMuted(false) 后,远端会触发 user-published 事件。
3463
+ * 如果该轨道已发布,调用 setMuted(true) 后,远端会触发 mute-video 事件。再调用 setMuted(false) 后,远端会触发 unmute-video 事件。
3464
3464
  * @param muted 发送或暂停发送该轨道的媒体数据
3465
3465
  * - true: 发送媒体数据
3466
3466
  * - false: 暂停发送媒体数据