Uses of Class
com.tencentcloudapi.trtc.v20190722.models.DescribeCallDetailInfoResponse
-
Packages that use DescribeCallDetailInfoResponse Package Description com.tencentcloudapi.trtc.v20190722 com.tencentcloudapi.trtc.v20190722.models -
-
Uses of DescribeCallDetailInfoResponse in com.tencentcloudapi.trtc.v20190722
Methods in com.tencentcloudapi.trtc.v20190722 that return DescribeCallDetailInfoResponse Modifier and Type Method Description DescribeCallDetailInfoResponseTrtcClient. DescribeCallDetailInfo(DescribeCallDetailInfoRequest req)查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。(同老接口DescribeCallDetail) 注意**: 1.该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。 2.该接口目前免费提供中,监控仪表盘商业化计费后该接口需要订阅付费版后方可调用,仪表盘商业化说明请见:https://cloud.tencent.com/document/product/647/77735 -
Uses of DescribeCallDetailInfoResponse in com.tencentcloudapi.trtc.v20190722.models
Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type DescribeCallDetailInfoResponse Constructor Description DescribeCallDetailInfoResponse(DescribeCallDetailInfoResponse 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.
-