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, setRegion
public TrtcClient(Credential credential, String region)
public TrtcClient(Credential credential, String region, ClientProfile profile)
public CreateTroubleInfoResponse CreateTroubleInfo(CreateTroubleInfoRequest req) throws TencentCloudSDKException
req
- CreateTroubleInfoRequestTencentCloudSDKException
public DescribeAbnormalEventResponse DescribeAbnormalEvent(DescribeAbnormalEventRequest req) throws TencentCloudSDKException
req
- DescribeAbnormalEventRequestTencentCloudSDKException
public DescribeCallDetailResponse DescribeCallDetail(DescribeCallDetailRequest req) throws TencentCloudSDKException
req
- DescribeCallDetailRequestTencentCloudSDKException
public DescribeDetailEventResponse DescribeDetailEvent(DescribeDetailEventRequest req) throws TencentCloudSDKException
req
- DescribeDetailEventRequestTencentCloudSDKException
public DescribeHistoryScaleResponse DescribeHistoryScale(DescribeHistoryScaleRequest req) throws TencentCloudSDKException
req
- DescribeHistoryScaleRequestTencentCloudSDKException
public DescribeRealtimeNetworkResponse DescribeRealtimeNetwork(DescribeRealtimeNetworkRequest req) throws TencentCloudSDKException
req
- DescribeRealtimeNetworkRequestTencentCloudSDKException
public DescribeRealtimeQualityResponse DescribeRealtimeQuality(DescribeRealtimeQualityRequest req) throws TencentCloudSDKException
req
- DescribeRealtimeQualityRequestTencentCloudSDKException
public DescribeRealtimeScaleResponse DescribeRealtimeScale(DescribeRealtimeScaleRequest req) throws TencentCloudSDKException
req
- DescribeRealtimeScaleRequestTencentCloudSDKException
public DescribeRoomInformationResponse DescribeRoomInformation(DescribeRoomInformationRequest req) throws TencentCloudSDKException
req
- DescribeRoomInformationRequestTencentCloudSDKException
public DescribeUserInformationResponse DescribeUserInformation(DescribeUserInformationRequest req) throws TencentCloudSDKException
req
- DescribeUserInformationRequestTencentCloudSDKException
public DismissRoomResponse DismissRoom(DismissRoomRequest req) throws TencentCloudSDKException
req
- DismissRoomRequestTencentCloudSDKException
public DismissRoomByStrRoomIdResponse DismissRoomByStrRoomId(DismissRoomByStrRoomIdRequest req) throws TencentCloudSDKException
req
- DismissRoomByStrRoomIdRequestTencentCloudSDKException
public RemoveUserResponse RemoveUser(RemoveUserRequest req) throws TencentCloudSDKException
req
- RemoveUserRequestTencentCloudSDKException
public RemoveUserByStrRoomIdResponse RemoveUserByStrRoomId(RemoveUserByStrRoomIdRequest req) throws TencentCloudSDKException
req
- RemoveUserByStrRoomIdRequestTencentCloudSDKException
public StartMCUMixTranscodeResponse StartMCUMixTranscode(StartMCUMixTranscodeRequest req) throws TencentCloudSDKException
req
- StartMCUMixTranscodeRequestTencentCloudSDKException
public StartMCUMixTranscodeByStrRoomIdResponse StartMCUMixTranscodeByStrRoomId(StartMCUMixTranscodeByStrRoomIdRequest req) throws TencentCloudSDKException
req
- StartMCUMixTranscodeByStrRoomIdRequestTencentCloudSDKException
public StopMCUMixTranscodeResponse StopMCUMixTranscode(StopMCUMixTranscodeRequest req) throws TencentCloudSDKException
req
- StopMCUMixTranscodeRequestTencentCloudSDKException
public StopMCUMixTranscodeByStrRoomIdResponse StopMCUMixTranscodeByStrRoomId(StopMCUMixTranscodeByStrRoomIdRequest req) throws TencentCloudSDKException
req
- StopMCUMixTranscodeByStrRoomIdRequestTencentCloudSDKException
Copyright © 2021. All rights reserved.