@rongcloud/plugin-rtc 5.36.0-alpha.1 → 5.36.0-alpha.2

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
@@ -3126,7 +3126,11 @@ declare enum RCRTCMessageType {
3126
3126
  /**
3127
3127
  * ASR SEI 变更
3128
3128
  */
3129
- ASR_SEI = "RCRTC:PublishSeiAi"
3129
+ ASR_SEI = "RCRTC:PublishSeiAi",
3130
+ /**
3131
+ * 会议总结开关状态变更
3132
+ */
3133
+ SUMMARIZATION_STATUS = "RCRTC:Summarization"
3130
3134
  }
3131
3135
 
3132
3136
  /**