tencentcloud-sdk-nodejs-live 4.1.282 → 4.1.291

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-live",
3
- "version": "4.1.282",
3
+ "version": "4.1.291",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6542,9 +6542,13 @@ export type DescribeLiveSnapshotRulesRequest = null;
6542
6542
  */
6543
6543
  export interface SwitchCasterToEmergencyRequest {
6544
6544
  /**
6545
- * 导播台ID
6545
+ * <p>导播台ID。</p>
6546
6546
  */
6547
6547
  CasterId: number;
6548
+ /**
6549
+ * <p>是否启用从头开始播放功能,仅对单点播输入源生效</p><p>默认值:false</p>
6550
+ */
6551
+ FromBeginning?: boolean;
6548
6552
  }
6549
6553
  /**
6550
6554
  * 数字人直播间临时话术信息。
@@ -12807,10 +12811,7 @@ export interface DeleteCasterLayoutInfoResponse {
12807
12811
  */
12808
12812
  export interface SwitchCasterToEmergencyResponse {
12809
12813
  /**
12810
- * 备播状态,范围[0,1,2]
12811
- 0. 正常直播状态
12812
- 1. 备播状态
12813
- 2. 备播切换正常直播中,在配置了延播时长时出现
12814
+ * <p>备播状态,范围[0,1,2]</p><ol start="0"><li>正常直播状态</li><li>备播状态</li><li>备播切换正常直播中,在配置了延播时长时出现</li></ol>
12814
12815
  */
12815
12816
  EmergencyStatus?: number;
12816
12817
  /**