public class McuFeedBackRoomParams extends AbstractModel
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 The room ID.
|
Long |
getRoomIdType()
Get The ID type of the room to which streams are relayed.
|
String |
getUserId()
Get The [user ID](https://www.tencentcloud.com/document/product/647/37714) of the relaying robot in the TRTC room, which cannot be the same as a user ID already in use.
|
String |
getUserSig()
Get The signature (similar to login password) required for the relaying robot to enter the room.
|
void |
setRoomId(String RoomId)
Set The room ID.
|
void |
setRoomIdType(Long RoomIdType)
Set The ID type of the room to which streams are relayed.
|
void |
setUserId(String UserId)
Set The [user ID](https://www.tencentcloud.com/document/product/647/37714) of the relaying robot in the TRTC room, which cannot be the same as a user ID already in use.
|
void |
setUserSig(String UserSig)
Set The signature (similar to login password) required for the relaying robot to enter the room.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public McuFeedBackRoomParams()
public McuFeedBackRoomParams(McuFeedBackRoomParams source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- The room ID.public Long getRoomIdType()
public void setRoomIdType(Long RoomIdType)
RoomIdType
- The ID type of the room to which streams are relayed. `0` indicates integer, and `1` indicates string.public String getUserId()
public void setUserId(String UserId)
UserId
- The [user ID](https://www.tencentcloud.com/document/product/647/37714) of the relaying robot in the TRTC room, which cannot be the same as a user ID already in use. We recommend you include the room ID in this user ID.public String getUserSig()
public void setUserSig(String UserSig)
UserSig
- The signature (similar to login password) required for the relaying robot to enter the room. For information on how to calculate the signature, see [What is UserSig?](https://www.tencentcloud.com/document/product/647/38104).Copyright © 2023. All rights reserved.