public class TrtcClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION| Constructor and Description | 
|---|
| TrtcClient(Credential credential,
          String region) | 
| TrtcClient(Credential credential,
          String region,
          ClientProfile profile) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateTroubleInfoResponse | CreateTroubleInfo(CreateTroubleInfoRequest req)This API is used to create exception information. | 
| DescribeAbnormalEventResponse | DescribeAbnormalEvent(DescribeAbnormalEventRequest req)This API is used to query exception occurrences under a specified `SDKAppID` and return the exception IDs and possible causes. | 
| DescribeCallDetailResponse | DescribeCallDetail(DescribeCallDetailRequest req)This API is used to query the user list and call quality data of a specified time range in the last 14 days. | 
| DescribeDetailEventResponse | DescribeDetailEvent(DescribeDetailEventRequest req)This API is used to query a user’s activity details such as room entry/exit and video enablement/disablement during a call. | 
| DescribeHistoryScaleResponse | DescribeHistoryScale(DescribeHistoryScaleRequest req)This API is used to query the daily numbers of rooms and users under a specified `SDKAppID`. | 
| DescribeRealtimeNetworkResponse | DescribeRealtimeNetwork(DescribeRealtimeNetworkRequest req)This API is used to query the network conditions of an `SDKAppID`, including upstream and downstream packet loss, in the last 24 hours on a per-minute basis. | 
| DescribeRealtimeQualityResponse | DescribeRealtimeQuality(DescribeRealtimeQualityRequest req)This API is used to query the quality metrics of an `SDKAppID` in the last 24 hours on a per-minute basis, including room entry success rate, instant playback rate of the first frame, and audio/video lag rate. | 
| DescribeRealtimeScaleResponse | DescribeRealtimeScale(DescribeRealtimeScaleRequest req)This API is used to query the scale of an `SDKAppID` in the last 24 hours on a per-minute basis. | 
| DescribeRoomInformationResponse | DescribeRoomInformation(DescribeRoomInformationRequest req)This API is used to query the room list of an `SDKAppID` in the last 14 days. | 
| DescribeUserInformationResponse | DescribeUserInformation(DescribeUserInformationRequest req)This API is used to query the user list of a specified time range (up to 4 hours) in the last 14 days. | 
| DismissRoomResponse | DismissRoom(DismissRoomRequest req)This API is used to remove all users from a room and dismiss the room. | 
| DismissRoomByStrRoomIdResponse | DismissRoomByStrRoomId(DismissRoomByStrRoomIdRequest req)This API is used to remove all users from a room and close the room. | 
| RemoveUserResponse | RemoveUser(RemoveUserRequest req)This API is used to remove a user from a room. | 
| RemoveUserByStrRoomIdResponse | RemoveUserByStrRoomId(RemoveUserByStrRoomIdRequest req)This API is used to remove a user from a room. | 
| StartMCUMixTranscodeResponse | StartMCUMixTranscode(StartMCUMixTranscodeRequest req)This API is used to enable On-Cloud MixTranscoding and specify the position of each channel of image in stream mixing. | 
| StartMCUMixTranscodeByStrRoomIdResponse | StartMCUMixTranscodeByStrRoomId(StartMCUMixTranscodeByStrRoomIdRequest req)This API is used to enable On-Cloud MixTranscoding and specify the position of each channel of image in stream mixing. | 
| StopMCUMixTranscodeResponse | StopMCUMixTranscode(StopMCUMixTranscodeRequest req)This API is used to end On-Cloud MixTranscoding. | 
| StopMCUMixTranscodeByStrRoomIdResponse | StopMCUMixTranscodeByStrRoomId(StopMCUMixTranscodeByStrRoomIdRequest req)This API is used to stop On-Cloud MixTranscoding. | 
call, getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegionpublic TrtcClient(Credential credential, String region)
public TrtcClient(Credential credential, String region, ClientProfile profile)
public CreateTroubleInfoResponse CreateTroubleInfo(CreateTroubleInfoRequest req) throws TencentCloudSDKException
req - CreateTroubleInfoRequestTencentCloudSDKExceptionpublic DescribeAbnormalEventResponse DescribeAbnormalEvent(DescribeAbnormalEventRequest req) throws TencentCloudSDKException
req - DescribeAbnormalEventRequestTencentCloudSDKExceptionpublic DescribeCallDetailResponse DescribeCallDetail(DescribeCallDetailRequest req) throws TencentCloudSDKException
req - DescribeCallDetailRequestTencentCloudSDKExceptionpublic DescribeDetailEventResponse DescribeDetailEvent(DescribeDetailEventRequest req) throws TencentCloudSDKException
req - DescribeDetailEventRequestTencentCloudSDKExceptionpublic DescribeHistoryScaleResponse DescribeHistoryScale(DescribeHistoryScaleRequest req) throws TencentCloudSDKException
req - DescribeHistoryScaleRequestTencentCloudSDKExceptionpublic DescribeRealtimeNetworkResponse DescribeRealtimeNetwork(DescribeRealtimeNetworkRequest req) throws TencentCloudSDKException
req - DescribeRealtimeNetworkRequestTencentCloudSDKExceptionpublic DescribeRealtimeQualityResponse DescribeRealtimeQuality(DescribeRealtimeQualityRequest req) throws TencentCloudSDKException
req - DescribeRealtimeQualityRequestTencentCloudSDKExceptionpublic DescribeRealtimeScaleResponse DescribeRealtimeScale(DescribeRealtimeScaleRequest req) throws TencentCloudSDKException
req - DescribeRealtimeScaleRequestTencentCloudSDKExceptionpublic DescribeRoomInformationResponse DescribeRoomInformation(DescribeRoomInformationRequest req) throws TencentCloudSDKException
req - DescribeRoomInformationRequestTencentCloudSDKExceptionpublic DescribeUserInformationResponse DescribeUserInformation(DescribeUserInformationRequest req) throws TencentCloudSDKException
req - DescribeUserInformationRequestTencentCloudSDKExceptionpublic DismissRoomResponse DismissRoom(DismissRoomRequest req) throws TencentCloudSDKException
req - DismissRoomRequestTencentCloudSDKExceptionpublic DismissRoomByStrRoomIdResponse DismissRoomByStrRoomId(DismissRoomByStrRoomIdRequest req) throws TencentCloudSDKException
req - DismissRoomByStrRoomIdRequestTencentCloudSDKExceptionpublic RemoveUserResponse RemoveUser(RemoveUserRequest req) throws TencentCloudSDKException
req - RemoveUserRequestTencentCloudSDKExceptionpublic RemoveUserByStrRoomIdResponse RemoveUserByStrRoomId(RemoveUserByStrRoomIdRequest req) throws TencentCloudSDKException
req - RemoveUserByStrRoomIdRequestTencentCloudSDKExceptionpublic StartMCUMixTranscodeResponse StartMCUMixTranscode(StartMCUMixTranscodeRequest req) throws TencentCloudSDKException
req - StartMCUMixTranscodeRequestTencentCloudSDKExceptionpublic StartMCUMixTranscodeByStrRoomIdResponse StartMCUMixTranscodeByStrRoomId(StartMCUMixTranscodeByStrRoomIdRequest req) throws TencentCloudSDKException
req - StartMCUMixTranscodeByStrRoomIdRequestTencentCloudSDKExceptionpublic StopMCUMixTranscodeResponse StopMCUMixTranscode(StopMCUMixTranscodeRequest req) throws TencentCloudSDKException
req - StopMCUMixTranscodeRequestTencentCloudSDKExceptionpublic StopMCUMixTranscodeByStrRoomIdResponse StopMCUMixTranscodeByStrRoomId(StopMCUMixTranscodeByStrRoomIdRequest req) throws TencentCloudSDKException
req - StopMCUMixTranscodeByStrRoomIdRequestTencentCloudSDKExceptionCopyright © 2021. All rights reserved.