tencentcloud-sdk-nodejs-trtc 4.1.103 → 4.1.105

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-trtc",
3
- "version": "4.1.103",
3
+ "version": "4.1.105",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -119,6 +119,11 @@ export interface AgentConfig {
119
119
  - 1表示句子级别的实时显示,会和音频播放进行同步,只有当前句子对应的音频播放完后,下一条字幕才会下发。此时字幕增量下发,端上需要把前后的字幕进行拼接才是完整字幕。
120
120
  */
121
121
  SubtitleMode?: number;
122
+ /**
123
+ * 打断词列表,在AI说话期间,只有说出列表中的打断词才会打断AI说话。
124
+ 注意:打断词不会触发AI回复。
125
+ */
126
+ InterruptWordList?: Array<string>;
122
127
  }
123
128
  /**
124
129
  * CreatePicture请求参数结构体