tencentcloud-sdk-nodejs-live 4.1.265 → 4.1.273
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
|
@@ -8627,6 +8627,10 @@ export interface AvatarScriptInfo {
|
|
|
8627
8627
|
* <p>话术最后更新时间,UTC时间。<br>注意:UTC时间和北京时间相差八小时。</p>
|
|
8628
8628
|
*/
|
|
8629
8629
|
UpdateTime?: string;
|
|
8630
|
+
/**
|
|
8631
|
+
* <p>已完成状态的视频URL</p>
|
|
8632
|
+
*/
|
|
8633
|
+
MediaUrl?: string;
|
|
8630
8634
|
}
|
|
8631
8635
|
/**
|
|
8632
8636
|
* CreateLiveCallbackRule请求参数结构体
|