Uses of Class
com.tencentcloudapi.trtc.v20190722.models.DescribeUserEventResponse
-
Packages that use DescribeUserEventResponse Package Description com.tencentcloudapi.trtc.v20190722 com.tencentcloudapi.trtc.v20190722.models -
-
Uses of DescribeUserEventResponse in com.tencentcloudapi.trtc.v20190722
Methods in com.tencentcloudapi.trtc.v20190722 that return DescribeUserEventResponse Modifier and Type Method Description DescribeUserEventResponseTrtcClient. DescribeUserEvent(DescribeUserEventRequest req)查询用户某次通话内的进退房,视频开关等详细事件。可查询14天内数据。(同接口DescribeDetailEvent) -
Uses of DescribeUserEventResponse in com.tencentcloudapi.trtc.v20190722.models
Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type DescribeUserEventResponse Constructor Description DescribeUserEventResponse(DescribeUserEventResponse 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.
-