Uses of Class
com.tencentcloudapi.trtc.v20190722.models.RoomState
-
Packages that use RoomState Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of RoomState in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return RoomState Modifier and Type Method Description RoomState[]DescribeRoomInfoResponse. getRoomList()Get 房间信息列表Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type RoomState Modifier and Type Method Description voidDescribeRoomInfoResponse. setRoomList(RoomState[] RoomList)Set 房间信息列表Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type RoomState Constructor Description RoomState(RoomState 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.
-