tencentcloud-sdk-nodejs-trtc 4.1.280 → 4.1.284
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
|
@@ -3302,19 +3302,19 @@ export interface AsrParam {
|
|
|
3302
3302
|
*/
|
|
3303
3303
|
export interface McuFeedBackRoomParams {
|
|
3304
3304
|
/**
|
|
3305
|
-
*
|
|
3305
|
+
* <p>回推房间的RoomId。</p>
|
|
3306
3306
|
*/
|
|
3307
3307
|
RoomId: string;
|
|
3308
3308
|
/**
|
|
3309
|
-
*
|
|
3309
|
+
* <p>房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。</p>
|
|
3310
3310
|
*/
|
|
3311
3311
|
RoomIdType: number;
|
|
3312
3312
|
/**
|
|
3313
|
-
*
|
|
3313
|
+
* <p>回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
|
|
3314
3314
|
*/
|
|
3315
3315
|
UserId: string;
|
|
3316
3316
|
/**
|
|
3317
|
-
*
|
|
3317
|
+
* <p>回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
|
|
3318
3318
|
*/
|
|
3319
3319
|
UserSig: string;
|
|
3320
3320
|
}
|