public class McuFeedBackRoomParams extends AbstractModel
header, skipSign
Constructor and Description |
---|
McuFeedBackRoomParams() |
McuFeedBackRoomParams(McuFeedBackRoomParams source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getRoomId()
Get 回推房间的RoomId。
|
Long |
getRoomIdType()
Get 房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。
|
String |
getUserId()
Get 回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。
|
String |
getUserSig()
Get 回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
|
void |
setRoomId(String RoomId)
Set 回推房间的RoomId。
|
void |
setRoomIdType(Long RoomIdType)
Set 房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。
|
void |
setUserId(String UserId)
Set 回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。
|
void |
setUserSig(String UserSig)
Set 回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public McuFeedBackRoomParams()
public McuFeedBackRoomParams(McuFeedBackRoomParams source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 回推房间的RoomId。public Long getRoomIdType()
public void setRoomIdType(Long RoomIdType)
RoomIdType
- 房间类型,必须和回推房间所对应的RoomId类型相同,0为整形房间号,1为字符串房间号。public String getUserId()
public void setUserId(String UserId)
UserId
- 回推房间使用的UserId(https://cloud.tencent.com/document/product/647/46351#userid),注意这个userId不能与其他TRTC或者转推服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。public String getUserSig()
public void setUserSig(String UserSig)
UserSig
- 回推房间UserId对应的用户签名,相当于登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。Copyright © 2023. All rights reserved.