tencentcloud-sdk-nodejs-lcic 4.1.200 → 4.1.202
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
|
@@ -2112,6 +2112,10 @@ export interface BatchGetPlaybackTokenRequest {
|
|
|
2112
2112
|
* <p>token过期时间,单位秒。如果传0则表示不过期</p>
|
|
2113
2113
|
*/
|
|
2114
2114
|
ExpireSeconds?: number;
|
|
2115
|
+
/**
|
|
2116
|
+
* <p>用户ID</p>
|
|
2117
|
+
*/
|
|
2118
|
+
UserId?: string;
|
|
2115
2119
|
}
|
|
2116
2120
|
/**
|
|
2117
2121
|
* 表情消息
|
|
@@ -3659,6 +3663,10 @@ export interface BatchGetPlaybackTokenResponse {
|
|
|
3659
3663
|
* <p>房间ID。</p>
|
|
3660
3664
|
*/
|
|
3661
3665
|
Total?: number;
|
|
3666
|
+
/**
|
|
3667
|
+
* <p>用户ID</p>
|
|
3668
|
+
*/
|
|
3669
|
+
UserId?: string;
|
|
3662
3670
|
/**
|
|
3663
3671
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3664
3672
|
*/
|