@huaweicloud/huaweicloud-sdk-cloudrtc 3.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cloudrtc.d.ts +3 -0
- package/huaweicloud-sdk-cloudrtc.js +32 -0
- package/package.json +19 -0
- package/v1/CloudRTCClient.d.ts +469 -0
- package/v1/CloudRTCClient.js +1444 -0
- package/v1/CloudRTCRegion.d.ts +5 -0
- package/v1/CloudRTCRegion.js +23 -0
- package/v1/model/AbnormalEvent.d.ts +35 -0
- package/v1/model/AbnormalEvent.js +119 -0
- package/v1/model/AbnormalEventDimensionValue.d.ts +23 -0
- package/v1/model/AbnormalEventDimensionValue.js +84 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.js +69 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.js +45 -0
- package/v1/model/ListRtcAbnormalEventsRequest.d.ts +23 -0
- package/v1/model/ListRtcAbnormalEventsRequest.js +68 -0
- package/v1/model/ListRtcAbnormalEventsResponse.d.ts +13 -0
- package/v1/model/ListRtcAbnormalEventsResponse.js +49 -0
- package/v1/model/ListRtcClientQosDetailsRequest.d.ts +86 -0
- package/v1/model/ListRtcClientQosDetailsRequest.js +218 -0
- package/v1/model/ListRtcClientQosDetailsResponse.d.ts +15 -0
- package/v1/model/ListRtcClientQosDetailsResponse.js +59 -0
- package/v1/model/ListRtcHistoryQualityRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryQualityRequest.js +89 -0
- package/v1/model/ListRtcHistoryQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryQualityResponse.js +45 -0
- package/v1/model/ListRtcHistoryScaleRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryScaleRequest.js +89 -0
- package/v1/model/ListRtcHistoryScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryScaleResponse.js +45 -0
- package/v1/model/ListRtcHistoryUsageRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryUsageRequest.js +91 -0
- package/v1/model/ListRtcHistoryUsageResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryUsageResponse.js +45 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.js +118 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.js +45 -0
- package/v1/model/ListRtcRealtimeQualityRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeQualityRequest.js +118 -0
- package/v1/model/ListRtcRealtimeQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeQualityResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.js +85 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleRequest.d.ts +31 -0
- package/v1/model/ListRtcRealtimeScaleRequest.js +103 -0
- package/v1/model/ListRtcRealtimeScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleResponse.js +45 -0
- package/v1/model/ListRtcRoomListRequest.d.ts +43 -0
- package/v1/model/ListRtcRoomListRequest.js +119 -0
- package/v1/model/ListRtcRoomListResponse.d.ts +19 -0
- package/v1/model/ListRtcRoomListResponse.js +67 -0
- package/v1/model/ListRtcUserListRequest.d.ts +53 -0
- package/v1/model/ListRtcUserListRequest.js +139 -0
- package/v1/model/ListRtcUserListResponse.d.ts +17 -0
- package/v1/model/ListRtcUserListResponse.js +57 -0
- package/v1/model/QosQualityData.d.ts +12 -0
- package/v1/model/QosQualityData.js +25 -0
- package/v1/model/RealtimeScaleDimensionValue.d.ts +9 -0
- package/v1/model/RealtimeScaleDimensionValue.js +27 -0
- package/v1/model/RtcHistoryQualityTimeValue.d.ts +61 -0
- package/v1/model/RtcHistoryQualityTimeValue.js +209 -0
- package/v1/model/RtcHistoryScaleTimeValue.d.ts +37 -0
- package/v1/model/RtcHistoryScaleTimeValue.js +125 -0
- package/v1/model/RtcHistoryUsage.d.ts +23 -0
- package/v1/model/RtcHistoryUsage.js +73 -0
- package/v1/model/RtcServerRoomInfo.d.ts +31 -0
- package/v1/model/RtcServerRoomInfo.js +76 -0
- package/v1/model/RtcUser.d.ts +52 -0
- package/v1/model/RtcUser.js +129 -0
- package/v1/model/TimeDoubleValueData.d.ts +7 -0
- package/v1/model/TimeDoubleValueData.js +17 -0
- package/v1/model/TimeFloatValueData.d.ts +7 -0
- package/v1/model/TimeFloatValueData.js +17 -0
- package/v1/model/TimeValueData.d.ts +7 -0
- package/v1/model/TimeValueData.js +17 -0
- package/v1/public-api.d.ts +38 -0
- package/v1/public-api.js +54 -0
- package/v2/CloudRTCClient.d.ts +906 -0
- package/v2/CloudRTCClient.js +2196 -0
- package/v2/CloudRTCRegion.d.ts +5 -0
- package/v2/CloudRTCRegion.js +23 -0
- package/v2/model/App.d.ts +46 -0
- package/v2/model/App.js +109 -0
- package/v2/model/AppAuth.d.ts +15 -0
- package/v2/model/AppAuth.js +45 -0
- package/v2/model/AppAuthReq.d.ts +7 -0
- package/v2/model/AppAuthReq.js +18 -0
- package/v2/model/AppAutoRecordMode.d.ts +21 -0
- package/v2/model/AppAutoRecordMode.js +51 -0
- package/v2/model/AppCallbackUrl.d.ts +25 -0
- package/v2/model/AppCallbackUrl.js +64 -0
- package/v2/model/AppCallbackUrlReq.d.ts +9 -0
- package/v2/model/AppCallbackUrlReq.js +28 -0
- package/v2/model/AppCallbacks.d.ts +12 -0
- package/v2/model/AppCallbacks.js +37 -0
- package/v2/model/AppReq.d.ts +7 -0
- package/v2/model/AppReq.js +24 -0
- package/v2/model/AppState.d.ts +19 -0
- package/v2/model/AppState.js +38 -0
- package/v2/model/AutoRecordModeReq.d.ts +17 -0
- package/v2/model/AutoRecordModeReq.js +37 -0
- package/v2/model/CreateAppRequest.d.ts +18 -0
- package/v2/model/CreateAppRequest.js +55 -0
- package/v2/model/CreateAppResponse.d.ts +12 -0
- package/v2/model/CreateAppResponse.js +55 -0
- package/v2/model/CreateIndividualStreamJobRequest.d.ts +22 -0
- package/v2/model/CreateIndividualStreamJobRequest.js +70 -0
- package/v2/model/CreateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/CreateIndividualStreamJobResponse.js +300 -0
- package/v2/model/CreateMixJobRequest.d.ts +22 -0
- package/v2/model/CreateMixJobRequest.js +70 -0
- package/v2/model/CreateMixJobResponse.d.ts +76 -0
- package/v2/model/CreateMixJobResponse.js +223 -0
- package/v2/model/CreateRecordRuleRequest.d.ts +22 -0
- package/v2/model/CreateRecordRuleRequest.js +70 -0
- package/v2/model/CreateRecordRuleResponse.d.ts +51 -0
- package/v2/model/CreateRecordRuleResponse.js +162 -0
- package/v2/model/DeleteAppRequest.d.ts +19 -0
- package/v2/model/DeleteAppRequest.js +66 -0
- package/v2/model/DeleteAppResponse.d.ts +8 -0
- package/v2/model/DeleteAppResponse.js +41 -0
- package/v2/model/DeleteRecordRuleRequest.d.ts +23 -0
- package/v2/model/DeleteRecordRuleRequest.js +81 -0
- package/v2/model/DeleteRecordRuleResponse.d.ts +8 -0
- package/v2/model/DeleteRecordRuleResponse.js +41 -0
- package/v2/model/HLSRecordConfig.d.ts +19 -0
- package/v2/model/HLSRecordConfig.js +66 -0
- package/v2/model/IndividualStreamJobReq.d.ts +55 -0
- package/v2/model/IndividualStreamJobReq.js +143 -0
- package/v2/model/ListAppsRequest.d.ts +30 -0
- package/v2/model/ListAppsRequest.js +73 -0
- package/v2/model/ListAppsResponse.d.ts +13 -0
- package/v2/model/ListAppsResponse.js +49 -0
- package/v2/model/ListRecordRulesRequest.d.ts +23 -0
- package/v2/model/ListRecordRulesRequest.js +74 -0
- package/v2/model/ListRecordRulesResponse.d.ts +11 -0
- package/v2/model/ListRecordRulesResponse.js +45 -0
- package/v2/model/MP4RecordConfig.d.ts +15 -0
- package/v2/model/MP4RecordConfig.js +52 -0
- package/v2/model/MixJobReq.d.ts +18 -0
- package/v2/model/MixJobReq.js +52 -0
- package/v2/model/MixLayoutPane.d.ts +55 -0
- package/v2/model/MixLayoutPane.js +116 -0
- package/v2/model/MixParam.d.ts +60 -0
- package/v2/model/MixParam.js +157 -0
- package/v2/model/MixUserBackgroundImage.d.ts +11 -0
- package/v2/model/MixUserBackgroundImage.js +39 -0
- package/v2/model/PublishParam.d.ts +7 -0
- package/v2/model/PublishParam.js +24 -0
- package/v2/model/RecordObsFileAddr.d.ts +22 -0
- package/v2/model/RecordObsFileAddr.js +56 -0
- package/v2/model/RecordParam.d.ts +7 -0
- package/v2/model/RecordParam.js +24 -0
- package/v2/model/RecordRule.d.ts +46 -0
- package/v2/model/RecordRule.js +130 -0
- package/v2/model/RecordRuleReq.d.ts +30 -0
- package/v2/model/RecordRuleReq.js +76 -0
- package/v2/model/RemoveRoomRequest.d.ts +23 -0
- package/v2/model/RemoveRoomRequest.js +81 -0
- package/v2/model/RemoveRoomResponse.d.ts +8 -0
- package/v2/model/RemoveRoomResponse.js +41 -0
- package/v2/model/RemoveUsersReq.d.ts +7 -0
- package/v2/model/RemoveUsersReq.js +24 -0
- package/v2/model/RemoveUsersRequest.d.ts +26 -0
- package/v2/model/RemoveUsersRequest.js +85 -0
- package/v2/model/RemoveUsersResponse.d.ts +8 -0
- package/v2/model/RemoveUsersResponse.js +41 -0
- package/v2/model/ShowAppRequest.d.ts +19 -0
- package/v2/model/ShowAppRequest.js +66 -0
- package/v2/model/ShowAppResponse.d.ts +51 -0
- package/v2/model/ShowAppResponse.js +141 -0
- package/v2/model/ShowAutoRecordRequest.d.ts +19 -0
- package/v2/model/ShowAutoRecordRequest.js +66 -0
- package/v2/model/ShowAutoRecordResponse.d.ts +17 -0
- package/v2/model/ShowAutoRecordResponse.js +69 -0
- package/v2/model/ShowIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/ShowIndividualStreamJobRequest.js +81 -0
- package/v2/model/ShowIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/ShowIndividualStreamJobResponse.js +300 -0
- package/v2/model/ShowMixJobRequest.d.ts +23 -0
- package/v2/model/ShowMixJobRequest.js +81 -0
- package/v2/model/ShowMixJobResponse.d.ts +76 -0
- package/v2/model/ShowMixJobResponse.js +223 -0
- package/v2/model/ShowRecordCallbackRequest.d.ts +19 -0
- package/v2/model/ShowRecordCallbackRequest.js +66 -0
- package/v2/model/ShowRecordCallbackResponse.d.ts +17 -0
- package/v2/model/ShowRecordCallbackResponse.js +69 -0
- package/v2/model/ShowRecordRuleRequest.d.ts +23 -0
- package/v2/model/ShowRecordRuleRequest.js +81 -0
- package/v2/model/ShowRecordRuleResponse.d.ts +51 -0
- package/v2/model/ShowRecordRuleResponse.js +162 -0
- package/v2/model/ShowUrlAuthRequest.d.ts +19 -0
- package/v2/model/ShowUrlAuthRequest.js +66 -0
- package/v2/model/ShowUrlAuthResponse.d.ts +15 -0
- package/v2/model/ShowUrlAuthResponse.js +59 -0
- package/v2/model/StartAppRequest.d.ts +19 -0
- package/v2/model/StartAppRequest.js +66 -0
- package/v2/model/StartAppResponse.d.ts +15 -0
- package/v2/model/StartAppResponse.js +59 -0
- package/v2/model/StopAppRequest.d.ts +19 -0
- package/v2/model/StopAppRequest.js +66 -0
- package/v2/model/StopAppResponse.d.ts +15 -0
- package/v2/model/StopAppResponse.js +59 -0
- package/v2/model/StopIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/StopIndividualStreamJobRequest.js +81 -0
- package/v2/model/StopIndividualStreamJobResponse.d.ts +8 -0
- package/v2/model/StopIndividualStreamJobResponse.js +41 -0
- package/v2/model/StopMixJobRequest.d.ts +23 -0
- package/v2/model/StopMixJobRequest.js +81 -0
- package/v2/model/StopMixJobResponse.d.ts +8 -0
- package/v2/model/StopMixJobResponse.js +41 -0
- package/v2/model/UpdateAutoRecordRequest.d.ts +22 -0
- package/v2/model/UpdateAutoRecordRequest.js +70 -0
- package/v2/model/UpdateAutoRecordResponse.d.ts +17 -0
- package/v2/model/UpdateAutoRecordResponse.js +69 -0
- package/v2/model/UpdateIndividualJobReq.d.ts +13 -0
- package/v2/model/UpdateIndividualJobReq.js +37 -0
- package/v2/model/UpdateIndividualStreamJobRequest.d.ts +26 -0
- package/v2/model/UpdateIndividualStreamJobRequest.js +85 -0
- package/v2/model/UpdateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/UpdateIndividualStreamJobResponse.js +300 -0
- package/v2/model/UpdateMixJobReq.d.ts +8 -0
- package/v2/model/UpdateMixJobReq.js +24 -0
- package/v2/model/UpdateMixJobRequest.d.ts +26 -0
- package/v2/model/UpdateMixJobRequest.js +85 -0
- package/v2/model/UpdateMixJobResponse.d.ts +76 -0
- package/v2/model/UpdateMixJobResponse.js +223 -0
- package/v2/model/UpdateMixParam.d.ts +33 -0
- package/v2/model/UpdateMixParam.js +107 -0
- package/v2/model/UpdateRecordCallbackRequest.d.ts +22 -0
- package/v2/model/UpdateRecordCallbackRequest.js +70 -0
- package/v2/model/UpdateRecordCallbackResponse.d.ts +17 -0
- package/v2/model/UpdateRecordCallbackResponse.js +69 -0
- package/v2/model/UpdateRecordRuleRequest.d.ts +26 -0
- package/v2/model/UpdateRecordRuleRequest.js +85 -0
- package/v2/model/UpdateRecordRuleResponse.d.ts +51 -0
- package/v2/model/UpdateRecordRuleResponse.js +162 -0
- package/v2/model/UpdateUrlAuthRequest.d.ts +22 -0
- package/v2/model/UpdateUrlAuthRequest.js +70 -0
- package/v2/model/UpdateUrlAuthResponse.d.ts +15 -0
- package/v2/model/UpdateUrlAuthResponse.js +59 -0
- package/v2/public-api.d.ts +82 -0
- package/v2/public-api.js +98 -0
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcUserListRequestTypeEnum = exports.ListRtcUserListRequest = void 0;
|
|
4
|
+
var ListRtcUserListRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcUserListRequest(app) {
|
|
6
|
+
this['app'] = app;
|
|
7
|
+
}
|
|
8
|
+
ListRtcUserListRequest.prototype.withAuthorization = function (authorization) {
|
|
9
|
+
this['Authorization'] = authorization;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(ListRtcUserListRequest.prototype, "authorization", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['Authorization'];
|
|
15
|
+
},
|
|
16
|
+
set: function (authorization) {
|
|
17
|
+
this['Authorization'] = authorization;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
ListRtcUserListRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
23
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(ListRtcUserListRequest.prototype, "xSdkDate", {
|
|
27
|
+
get: function () {
|
|
28
|
+
return this['X-Sdk-Date'];
|
|
29
|
+
},
|
|
30
|
+
set: function (xSdkDate) {
|
|
31
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
32
|
+
},
|
|
33
|
+
enumerable: false,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
ListRtcUserListRequest.prototype.withXProjectId = function (xProjectId) {
|
|
37
|
+
this['X-Project-Id'] = xProjectId;
|
|
38
|
+
return this;
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(ListRtcUserListRequest.prototype, "xProjectId", {
|
|
41
|
+
get: function () {
|
|
42
|
+
return this['X-Project-Id'];
|
|
43
|
+
},
|
|
44
|
+
set: function (xProjectId) {
|
|
45
|
+
this['X-Project-Id'] = xProjectId;
|
|
46
|
+
},
|
|
47
|
+
enumerable: false,
|
|
48
|
+
configurable: true
|
|
49
|
+
});
|
|
50
|
+
ListRtcUserListRequest.prototype.withApp = function (app) {
|
|
51
|
+
this['app'] = app;
|
|
52
|
+
return this;
|
|
53
|
+
};
|
|
54
|
+
ListRtcUserListRequest.prototype.withRoomId = function (roomId) {
|
|
55
|
+
this['room_id'] = roomId;
|
|
56
|
+
return this;
|
|
57
|
+
};
|
|
58
|
+
Object.defineProperty(ListRtcUserListRequest.prototype, "roomId", {
|
|
59
|
+
get: function () {
|
|
60
|
+
return this['room_id'];
|
|
61
|
+
},
|
|
62
|
+
set: function (roomId) {
|
|
63
|
+
this['room_id'] = roomId;
|
|
64
|
+
},
|
|
65
|
+
enumerable: false,
|
|
66
|
+
configurable: true
|
|
67
|
+
});
|
|
68
|
+
ListRtcUserListRequest.prototype.withUid = function (uid) {
|
|
69
|
+
this['uid'] = uid;
|
|
70
|
+
return this;
|
|
71
|
+
};
|
|
72
|
+
ListRtcUserListRequest.prototype.withNickname = function (nickname) {
|
|
73
|
+
this['nickname'] = nickname;
|
|
74
|
+
return this;
|
|
75
|
+
};
|
|
76
|
+
ListRtcUserListRequest.prototype.withRegion = function (region) {
|
|
77
|
+
this['region'] = region;
|
|
78
|
+
return this;
|
|
79
|
+
};
|
|
80
|
+
ListRtcUserListRequest.prototype.withIsp = function (isp) {
|
|
81
|
+
this['isp'] = isp;
|
|
82
|
+
return this;
|
|
83
|
+
};
|
|
84
|
+
ListRtcUserListRequest.prototype.withState = function (state) {
|
|
85
|
+
this['state'] = state;
|
|
86
|
+
return this;
|
|
87
|
+
};
|
|
88
|
+
ListRtcUserListRequest.prototype.withStartTime = function (startTime) {
|
|
89
|
+
this['start_time'] = startTime;
|
|
90
|
+
return this;
|
|
91
|
+
};
|
|
92
|
+
Object.defineProperty(ListRtcUserListRequest.prototype, "startTime", {
|
|
93
|
+
get: function () {
|
|
94
|
+
return this['start_time'];
|
|
95
|
+
},
|
|
96
|
+
set: function (startTime) {
|
|
97
|
+
this['start_time'] = startTime;
|
|
98
|
+
},
|
|
99
|
+
enumerable: false,
|
|
100
|
+
configurable: true
|
|
101
|
+
});
|
|
102
|
+
ListRtcUserListRequest.prototype.withEndTime = function (endTime) {
|
|
103
|
+
this['end_time'] = endTime;
|
|
104
|
+
return this;
|
|
105
|
+
};
|
|
106
|
+
Object.defineProperty(ListRtcUserListRequest.prototype, "endTime", {
|
|
107
|
+
get: function () {
|
|
108
|
+
return this['end_time'];
|
|
109
|
+
},
|
|
110
|
+
set: function (endTime) {
|
|
111
|
+
this['end_time'] = endTime;
|
|
112
|
+
},
|
|
113
|
+
enumerable: false,
|
|
114
|
+
configurable: true
|
|
115
|
+
});
|
|
116
|
+
ListRtcUserListRequest.prototype.withLimit = function (limit) {
|
|
117
|
+
this['limit'] = limit;
|
|
118
|
+
return this;
|
|
119
|
+
};
|
|
120
|
+
ListRtcUserListRequest.prototype.withOffset = function (offset) {
|
|
121
|
+
this['offset'] = offset;
|
|
122
|
+
return this;
|
|
123
|
+
};
|
|
124
|
+
ListRtcUserListRequest.prototype.withType = function (type) {
|
|
125
|
+
this['type'] = type;
|
|
126
|
+
return this;
|
|
127
|
+
};
|
|
128
|
+
return ListRtcUserListRequest;
|
|
129
|
+
}());
|
|
130
|
+
exports.ListRtcUserListRequest = ListRtcUserListRequest;
|
|
131
|
+
/**
|
|
132
|
+
* @export
|
|
133
|
+
* @enum {string}
|
|
134
|
+
*/
|
|
135
|
+
var ListRtcUserListRequestTypeEnum;
|
|
136
|
+
(function (ListRtcUserListRequestTypeEnum) {
|
|
137
|
+
ListRtcUserListRequestTypeEnum["DETAIL"] = "detail";
|
|
138
|
+
ListRtcUserListRequestTypeEnum["SUMMARY"] = "summary";
|
|
139
|
+
})(ListRtcUserListRequestTypeEnum || (exports.ListRtcUserListRequestTypeEnum = ListRtcUserListRequestTypeEnum = {}));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { RtcUser } from './RtcUser';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcUserListResponse extends SdkResponse {
|
|
4
|
+
total?: number;
|
|
5
|
+
limit?: number;
|
|
6
|
+
offset?: number;
|
|
7
|
+
users?: Array<RtcUser>;
|
|
8
|
+
private 'X-request-id'?;
|
|
9
|
+
constructor();
|
|
10
|
+
withTotal(total: number): ListRtcUserListResponse;
|
|
11
|
+
withLimit(limit: number): ListRtcUserListResponse;
|
|
12
|
+
withOffset(offset: number): ListRtcUserListResponse;
|
|
13
|
+
withUsers(users: Array<RtcUser>): ListRtcUserListResponse;
|
|
14
|
+
withXRequestId(xRequestId: string): ListRtcUserListResponse;
|
|
15
|
+
set xRequestId(xRequestId: string | undefined);
|
|
16
|
+
get xRequestId(): string | undefined;
|
|
17
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcUserListResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcUserListResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcUserListResponse, _super);
|
|
22
|
+
function ListRtcUserListResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcUserListResponse.prototype.withTotal = function (total) {
|
|
26
|
+
this['total'] = total;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
ListRtcUserListResponse.prototype.withLimit = function (limit) {
|
|
30
|
+
this['limit'] = limit;
|
|
31
|
+
return this;
|
|
32
|
+
};
|
|
33
|
+
ListRtcUserListResponse.prototype.withOffset = function (offset) {
|
|
34
|
+
this['offset'] = offset;
|
|
35
|
+
return this;
|
|
36
|
+
};
|
|
37
|
+
ListRtcUserListResponse.prototype.withUsers = function (users) {
|
|
38
|
+
this['users'] = users;
|
|
39
|
+
return this;
|
|
40
|
+
};
|
|
41
|
+
ListRtcUserListResponse.prototype.withXRequestId = function (xRequestId) {
|
|
42
|
+
this['X-request-id'] = xRequestId;
|
|
43
|
+
return this;
|
|
44
|
+
};
|
|
45
|
+
Object.defineProperty(ListRtcUserListResponse.prototype, "xRequestId", {
|
|
46
|
+
get: function () {
|
|
47
|
+
return this['X-request-id'];
|
|
48
|
+
},
|
|
49
|
+
set: function (xRequestId) {
|
|
50
|
+
this['X-request-id'] = xRequestId;
|
|
51
|
+
},
|
|
52
|
+
enumerable: false,
|
|
53
|
+
configurable: true
|
|
54
|
+
});
|
|
55
|
+
return ListRtcUserListResponse;
|
|
56
|
+
}(SdkResponse_1.SdkResponse));
|
|
57
|
+
exports.ListRtcUserListResponse = ListRtcUserListResponse;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TimeFloatValueData } from './TimeFloatValueData';
|
|
2
|
+
export declare class QosQualityData {
|
|
3
|
+
uid?: string;
|
|
4
|
+
peerid?: string;
|
|
5
|
+
mid?: string;
|
|
6
|
+
data?: Array<TimeFloatValueData>;
|
|
7
|
+
constructor();
|
|
8
|
+
withUid(uid: string): QosQualityData;
|
|
9
|
+
withPeerid(peerid: string): QosQualityData;
|
|
10
|
+
withMid(mid: string): QosQualityData;
|
|
11
|
+
withData(data: Array<TimeFloatValueData>): QosQualityData;
|
|
12
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.QosQualityData = void 0;
|
|
4
|
+
var QosQualityData = /** @class */ (function () {
|
|
5
|
+
function QosQualityData() {
|
|
6
|
+
}
|
|
7
|
+
QosQualityData.prototype.withUid = function (uid) {
|
|
8
|
+
this['uid'] = uid;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
QosQualityData.prototype.withPeerid = function (peerid) {
|
|
12
|
+
this['peerid'] = peerid;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
QosQualityData.prototype.withMid = function (mid) {
|
|
16
|
+
this['mid'] = mid;
|
|
17
|
+
return this;
|
|
18
|
+
};
|
|
19
|
+
QosQualityData.prototype.withData = function (data) {
|
|
20
|
+
this['data'] = data;
|
|
21
|
+
return this;
|
|
22
|
+
};
|
|
23
|
+
return QosQualityData;
|
|
24
|
+
}());
|
|
25
|
+
exports.QosQualityData = QosQualityData;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class RealtimeScaleDimensionValue {
|
|
2
|
+
dimension?: string;
|
|
3
|
+
private 'online_users'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withDimension(dimension: string): RealtimeScaleDimensionValue;
|
|
6
|
+
withOnlineUsers(onlineUsers: number): RealtimeScaleDimensionValue;
|
|
7
|
+
set onlineUsers(onlineUsers: number | undefined);
|
|
8
|
+
get onlineUsers(): number | undefined;
|
|
9
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RealtimeScaleDimensionValue = void 0;
|
|
4
|
+
var RealtimeScaleDimensionValue = /** @class */ (function () {
|
|
5
|
+
function RealtimeScaleDimensionValue() {
|
|
6
|
+
}
|
|
7
|
+
RealtimeScaleDimensionValue.prototype.withDimension = function (dimension) {
|
|
8
|
+
this['dimension'] = dimension;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
RealtimeScaleDimensionValue.prototype.withOnlineUsers = function (onlineUsers) {
|
|
12
|
+
this['online_users'] = onlineUsers;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
Object.defineProperty(RealtimeScaleDimensionValue.prototype, "onlineUsers", {
|
|
16
|
+
get: function () {
|
|
17
|
+
return this['online_users'];
|
|
18
|
+
},
|
|
19
|
+
set: function (onlineUsers) {
|
|
20
|
+
this['online_users'] = onlineUsers;
|
|
21
|
+
},
|
|
22
|
+
enumerable: false,
|
|
23
|
+
configurable: true
|
|
24
|
+
});
|
|
25
|
+
return RealtimeScaleDimensionValue;
|
|
26
|
+
}());
|
|
27
|
+
exports.RealtimeScaleDimensionValue = RealtimeScaleDimensionValue;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare class RtcHistoryQualityTimeValue {
|
|
2
|
+
date?: string;
|
|
3
|
+
private 'join_success_rate'?;
|
|
4
|
+
private 'join_success_in5secs_rate'?;
|
|
5
|
+
private 'video_freeze_rate'?;
|
|
6
|
+
private 'audio_freeze_rate'?;
|
|
7
|
+
private 'first_video_recv_time'?;
|
|
8
|
+
private 'first_audio_recv_time'?;
|
|
9
|
+
private 'pull_stream_success_rate'?;
|
|
10
|
+
private 'push_stream_success_rate'?;
|
|
11
|
+
private 'video_upstream_excellent_trans_rate'?;
|
|
12
|
+
private 'audio_upstream_excellent_trans_rate'?;
|
|
13
|
+
private 'video_excellent_trans_rate'?;
|
|
14
|
+
private 'audio_excellent_trans_rate'?;
|
|
15
|
+
private 'video_trans_delay'?;
|
|
16
|
+
private 'audio_trans_delay'?;
|
|
17
|
+
constructor();
|
|
18
|
+
withDate(date: string): RtcHistoryQualityTimeValue;
|
|
19
|
+
withJoinSuccessRate(joinSuccessRate: number): RtcHistoryQualityTimeValue;
|
|
20
|
+
set joinSuccessRate(joinSuccessRate: number | undefined);
|
|
21
|
+
get joinSuccessRate(): number | undefined;
|
|
22
|
+
withJoinSuccessIn5secsRate(joinSuccessIn5secsRate: number): RtcHistoryQualityTimeValue;
|
|
23
|
+
set joinSuccessIn5secsRate(joinSuccessIn5secsRate: number | undefined);
|
|
24
|
+
get joinSuccessIn5secsRate(): number | undefined;
|
|
25
|
+
withVideoFreezeRate(videoFreezeRate: number): RtcHistoryQualityTimeValue;
|
|
26
|
+
set videoFreezeRate(videoFreezeRate: number | undefined);
|
|
27
|
+
get videoFreezeRate(): number | undefined;
|
|
28
|
+
withAudioFreezeRate(audioFreezeRate: number): RtcHistoryQualityTimeValue;
|
|
29
|
+
set audioFreezeRate(audioFreezeRate: number | undefined);
|
|
30
|
+
get audioFreezeRate(): number | undefined;
|
|
31
|
+
withFirstVideoRecvTime(firstVideoRecvTime: number): RtcHistoryQualityTimeValue;
|
|
32
|
+
set firstVideoRecvTime(firstVideoRecvTime: number | undefined);
|
|
33
|
+
get firstVideoRecvTime(): number | undefined;
|
|
34
|
+
withFirstAudioRecvTime(firstAudioRecvTime: number): RtcHistoryQualityTimeValue;
|
|
35
|
+
set firstAudioRecvTime(firstAudioRecvTime: number | undefined);
|
|
36
|
+
get firstAudioRecvTime(): number | undefined;
|
|
37
|
+
withPullStreamSuccessRate(pullStreamSuccessRate: number): RtcHistoryQualityTimeValue;
|
|
38
|
+
set pullStreamSuccessRate(pullStreamSuccessRate: number | undefined);
|
|
39
|
+
get pullStreamSuccessRate(): number | undefined;
|
|
40
|
+
withPushStreamSuccessRate(pushStreamSuccessRate: number): RtcHistoryQualityTimeValue;
|
|
41
|
+
set pushStreamSuccessRate(pushStreamSuccessRate: number | undefined);
|
|
42
|
+
get pushStreamSuccessRate(): number | undefined;
|
|
43
|
+
withVideoUpstreamExcellentTransRate(videoUpstreamExcellentTransRate: number): RtcHistoryQualityTimeValue;
|
|
44
|
+
set videoUpstreamExcellentTransRate(videoUpstreamExcellentTransRate: number | undefined);
|
|
45
|
+
get videoUpstreamExcellentTransRate(): number | undefined;
|
|
46
|
+
withAudioUpstreamExcellentTransRate(audioUpstreamExcellentTransRate: number): RtcHistoryQualityTimeValue;
|
|
47
|
+
set audioUpstreamExcellentTransRate(audioUpstreamExcellentTransRate: number | undefined);
|
|
48
|
+
get audioUpstreamExcellentTransRate(): number | undefined;
|
|
49
|
+
withVideoExcellentTransRate(videoExcellentTransRate: number): RtcHistoryQualityTimeValue;
|
|
50
|
+
set videoExcellentTransRate(videoExcellentTransRate: number | undefined);
|
|
51
|
+
get videoExcellentTransRate(): number | undefined;
|
|
52
|
+
withAudioExcellentTransRate(audioExcellentTransRate: number): RtcHistoryQualityTimeValue;
|
|
53
|
+
set audioExcellentTransRate(audioExcellentTransRate: number | undefined);
|
|
54
|
+
get audioExcellentTransRate(): number | undefined;
|
|
55
|
+
withVideoTransDelay(videoTransDelay: number): RtcHistoryQualityTimeValue;
|
|
56
|
+
set videoTransDelay(videoTransDelay: number | undefined);
|
|
57
|
+
get videoTransDelay(): number | undefined;
|
|
58
|
+
withAudioTransDelay(audioTransDelay: number): RtcHistoryQualityTimeValue;
|
|
59
|
+
set audioTransDelay(audioTransDelay: number | undefined);
|
|
60
|
+
get audioTransDelay(): number | undefined;
|
|
61
|
+
}
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RtcHistoryQualityTimeValue = void 0;
|
|
4
|
+
var RtcHistoryQualityTimeValue = /** @class */ (function () {
|
|
5
|
+
function RtcHistoryQualityTimeValue() {
|
|
6
|
+
}
|
|
7
|
+
RtcHistoryQualityTimeValue.prototype.withDate = function (date) {
|
|
8
|
+
this['date'] = date;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
RtcHistoryQualityTimeValue.prototype.withJoinSuccessRate = function (joinSuccessRate) {
|
|
12
|
+
this['join_success_rate'] = joinSuccessRate;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "joinSuccessRate", {
|
|
16
|
+
get: function () {
|
|
17
|
+
return this['join_success_rate'];
|
|
18
|
+
},
|
|
19
|
+
set: function (joinSuccessRate) {
|
|
20
|
+
this['join_success_rate'] = joinSuccessRate;
|
|
21
|
+
},
|
|
22
|
+
enumerable: false,
|
|
23
|
+
configurable: true
|
|
24
|
+
});
|
|
25
|
+
RtcHistoryQualityTimeValue.prototype.withJoinSuccessIn5secsRate = function (joinSuccessIn5secsRate) {
|
|
26
|
+
this['join_success_in5secs_rate'] = joinSuccessIn5secsRate;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "joinSuccessIn5secsRate", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['join_success_in5secs_rate'];
|
|
32
|
+
},
|
|
33
|
+
set: function (joinSuccessIn5secsRate) {
|
|
34
|
+
this['join_success_in5secs_rate'] = joinSuccessIn5secsRate;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
RtcHistoryQualityTimeValue.prototype.withVideoFreezeRate = function (videoFreezeRate) {
|
|
40
|
+
this['video_freeze_rate'] = videoFreezeRate;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "videoFreezeRate", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['video_freeze_rate'];
|
|
46
|
+
},
|
|
47
|
+
set: function (videoFreezeRate) {
|
|
48
|
+
this['video_freeze_rate'] = videoFreezeRate;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
RtcHistoryQualityTimeValue.prototype.withAudioFreezeRate = function (audioFreezeRate) {
|
|
54
|
+
this['audio_freeze_rate'] = audioFreezeRate;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "audioFreezeRate", {
|
|
58
|
+
get: function () {
|
|
59
|
+
return this['audio_freeze_rate'];
|
|
60
|
+
},
|
|
61
|
+
set: function (audioFreezeRate) {
|
|
62
|
+
this['audio_freeze_rate'] = audioFreezeRate;
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
RtcHistoryQualityTimeValue.prototype.withFirstVideoRecvTime = function (firstVideoRecvTime) {
|
|
68
|
+
this['first_video_recv_time'] = firstVideoRecvTime;
|
|
69
|
+
return this;
|
|
70
|
+
};
|
|
71
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "firstVideoRecvTime", {
|
|
72
|
+
get: function () {
|
|
73
|
+
return this['first_video_recv_time'];
|
|
74
|
+
},
|
|
75
|
+
set: function (firstVideoRecvTime) {
|
|
76
|
+
this['first_video_recv_time'] = firstVideoRecvTime;
|
|
77
|
+
},
|
|
78
|
+
enumerable: false,
|
|
79
|
+
configurable: true
|
|
80
|
+
});
|
|
81
|
+
RtcHistoryQualityTimeValue.prototype.withFirstAudioRecvTime = function (firstAudioRecvTime) {
|
|
82
|
+
this['first_audio_recv_time'] = firstAudioRecvTime;
|
|
83
|
+
return this;
|
|
84
|
+
};
|
|
85
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "firstAudioRecvTime", {
|
|
86
|
+
get: function () {
|
|
87
|
+
return this['first_audio_recv_time'];
|
|
88
|
+
},
|
|
89
|
+
set: function (firstAudioRecvTime) {
|
|
90
|
+
this['first_audio_recv_time'] = firstAudioRecvTime;
|
|
91
|
+
},
|
|
92
|
+
enumerable: false,
|
|
93
|
+
configurable: true
|
|
94
|
+
});
|
|
95
|
+
RtcHistoryQualityTimeValue.prototype.withPullStreamSuccessRate = function (pullStreamSuccessRate) {
|
|
96
|
+
this['pull_stream_success_rate'] = pullStreamSuccessRate;
|
|
97
|
+
return this;
|
|
98
|
+
};
|
|
99
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "pullStreamSuccessRate", {
|
|
100
|
+
get: function () {
|
|
101
|
+
return this['pull_stream_success_rate'];
|
|
102
|
+
},
|
|
103
|
+
set: function (pullStreamSuccessRate) {
|
|
104
|
+
this['pull_stream_success_rate'] = pullStreamSuccessRate;
|
|
105
|
+
},
|
|
106
|
+
enumerable: false,
|
|
107
|
+
configurable: true
|
|
108
|
+
});
|
|
109
|
+
RtcHistoryQualityTimeValue.prototype.withPushStreamSuccessRate = function (pushStreamSuccessRate) {
|
|
110
|
+
this['push_stream_success_rate'] = pushStreamSuccessRate;
|
|
111
|
+
return this;
|
|
112
|
+
};
|
|
113
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "pushStreamSuccessRate", {
|
|
114
|
+
get: function () {
|
|
115
|
+
return this['push_stream_success_rate'];
|
|
116
|
+
},
|
|
117
|
+
set: function (pushStreamSuccessRate) {
|
|
118
|
+
this['push_stream_success_rate'] = pushStreamSuccessRate;
|
|
119
|
+
},
|
|
120
|
+
enumerable: false,
|
|
121
|
+
configurable: true
|
|
122
|
+
});
|
|
123
|
+
RtcHistoryQualityTimeValue.prototype.withVideoUpstreamExcellentTransRate = function (videoUpstreamExcellentTransRate) {
|
|
124
|
+
this['video_upstream_excellent_trans_rate'] = videoUpstreamExcellentTransRate;
|
|
125
|
+
return this;
|
|
126
|
+
};
|
|
127
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "videoUpstreamExcellentTransRate", {
|
|
128
|
+
get: function () {
|
|
129
|
+
return this['video_upstream_excellent_trans_rate'];
|
|
130
|
+
},
|
|
131
|
+
set: function (videoUpstreamExcellentTransRate) {
|
|
132
|
+
this['video_upstream_excellent_trans_rate'] = videoUpstreamExcellentTransRate;
|
|
133
|
+
},
|
|
134
|
+
enumerable: false,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
RtcHistoryQualityTimeValue.prototype.withAudioUpstreamExcellentTransRate = function (audioUpstreamExcellentTransRate) {
|
|
138
|
+
this['audio_upstream_excellent_trans_rate'] = audioUpstreamExcellentTransRate;
|
|
139
|
+
return this;
|
|
140
|
+
};
|
|
141
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "audioUpstreamExcellentTransRate", {
|
|
142
|
+
get: function () {
|
|
143
|
+
return this['audio_upstream_excellent_trans_rate'];
|
|
144
|
+
},
|
|
145
|
+
set: function (audioUpstreamExcellentTransRate) {
|
|
146
|
+
this['audio_upstream_excellent_trans_rate'] = audioUpstreamExcellentTransRate;
|
|
147
|
+
},
|
|
148
|
+
enumerable: false,
|
|
149
|
+
configurable: true
|
|
150
|
+
});
|
|
151
|
+
RtcHistoryQualityTimeValue.prototype.withVideoExcellentTransRate = function (videoExcellentTransRate) {
|
|
152
|
+
this['video_excellent_trans_rate'] = videoExcellentTransRate;
|
|
153
|
+
return this;
|
|
154
|
+
};
|
|
155
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "videoExcellentTransRate", {
|
|
156
|
+
get: function () {
|
|
157
|
+
return this['video_excellent_trans_rate'];
|
|
158
|
+
},
|
|
159
|
+
set: function (videoExcellentTransRate) {
|
|
160
|
+
this['video_excellent_trans_rate'] = videoExcellentTransRate;
|
|
161
|
+
},
|
|
162
|
+
enumerable: false,
|
|
163
|
+
configurable: true
|
|
164
|
+
});
|
|
165
|
+
RtcHistoryQualityTimeValue.prototype.withAudioExcellentTransRate = function (audioExcellentTransRate) {
|
|
166
|
+
this['audio_excellent_trans_rate'] = audioExcellentTransRate;
|
|
167
|
+
return this;
|
|
168
|
+
};
|
|
169
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "audioExcellentTransRate", {
|
|
170
|
+
get: function () {
|
|
171
|
+
return this['audio_excellent_trans_rate'];
|
|
172
|
+
},
|
|
173
|
+
set: function (audioExcellentTransRate) {
|
|
174
|
+
this['audio_excellent_trans_rate'] = audioExcellentTransRate;
|
|
175
|
+
},
|
|
176
|
+
enumerable: false,
|
|
177
|
+
configurable: true
|
|
178
|
+
});
|
|
179
|
+
RtcHistoryQualityTimeValue.prototype.withVideoTransDelay = function (videoTransDelay) {
|
|
180
|
+
this['video_trans_delay'] = videoTransDelay;
|
|
181
|
+
return this;
|
|
182
|
+
};
|
|
183
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "videoTransDelay", {
|
|
184
|
+
get: function () {
|
|
185
|
+
return this['video_trans_delay'];
|
|
186
|
+
},
|
|
187
|
+
set: function (videoTransDelay) {
|
|
188
|
+
this['video_trans_delay'] = videoTransDelay;
|
|
189
|
+
},
|
|
190
|
+
enumerable: false,
|
|
191
|
+
configurable: true
|
|
192
|
+
});
|
|
193
|
+
RtcHistoryQualityTimeValue.prototype.withAudioTransDelay = function (audioTransDelay) {
|
|
194
|
+
this['audio_trans_delay'] = audioTransDelay;
|
|
195
|
+
return this;
|
|
196
|
+
};
|
|
197
|
+
Object.defineProperty(RtcHistoryQualityTimeValue.prototype, "audioTransDelay", {
|
|
198
|
+
get: function () {
|
|
199
|
+
return this['audio_trans_delay'];
|
|
200
|
+
},
|
|
201
|
+
set: function (audioTransDelay) {
|
|
202
|
+
this['audio_trans_delay'] = audioTransDelay;
|
|
203
|
+
},
|
|
204
|
+
enumerable: false,
|
|
205
|
+
configurable: true
|
|
206
|
+
});
|
|
207
|
+
return RtcHistoryQualityTimeValue;
|
|
208
|
+
}());
|
|
209
|
+
exports.RtcHistoryQualityTimeValue = RtcHistoryQualityTimeValue;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare class RtcHistoryScaleTimeValue {
|
|
2
|
+
date?: string;
|
|
3
|
+
private 'user_count'?;
|
|
4
|
+
private 'session_count'?;
|
|
5
|
+
private 'room_count'?;
|
|
6
|
+
private 'max_online_user_count'?;
|
|
7
|
+
private 'max_online_room_count'?;
|
|
8
|
+
private 'communication_duration'?;
|
|
9
|
+
private 'video_communication_duration'?;
|
|
10
|
+
private 'audio_communication_duration'?;
|
|
11
|
+
constructor();
|
|
12
|
+
withDate(date: string): RtcHistoryScaleTimeValue;
|
|
13
|
+
withUserCount(userCount: number): RtcHistoryScaleTimeValue;
|
|
14
|
+
set userCount(userCount: number | undefined);
|
|
15
|
+
get userCount(): number | undefined;
|
|
16
|
+
withSessionCount(sessionCount: number): RtcHistoryScaleTimeValue;
|
|
17
|
+
set sessionCount(sessionCount: number | undefined);
|
|
18
|
+
get sessionCount(): number | undefined;
|
|
19
|
+
withRoomCount(roomCount: number): RtcHistoryScaleTimeValue;
|
|
20
|
+
set roomCount(roomCount: number | undefined);
|
|
21
|
+
get roomCount(): number | undefined;
|
|
22
|
+
withMaxOnlineUserCount(maxOnlineUserCount: number): RtcHistoryScaleTimeValue;
|
|
23
|
+
set maxOnlineUserCount(maxOnlineUserCount: number | undefined);
|
|
24
|
+
get maxOnlineUserCount(): number | undefined;
|
|
25
|
+
withMaxOnlineRoomCount(maxOnlineRoomCount: number): RtcHistoryScaleTimeValue;
|
|
26
|
+
set maxOnlineRoomCount(maxOnlineRoomCount: number | undefined);
|
|
27
|
+
get maxOnlineRoomCount(): number | undefined;
|
|
28
|
+
withCommunicationDuration(communicationDuration: number): RtcHistoryScaleTimeValue;
|
|
29
|
+
set communicationDuration(communicationDuration: number | undefined);
|
|
30
|
+
get communicationDuration(): number | undefined;
|
|
31
|
+
withVideoCommunicationDuration(videoCommunicationDuration: number): RtcHistoryScaleTimeValue;
|
|
32
|
+
set videoCommunicationDuration(videoCommunicationDuration: number | undefined);
|
|
33
|
+
get videoCommunicationDuration(): number | undefined;
|
|
34
|
+
withAudioCommunicationDuration(audioCommunicationDuration: number): RtcHistoryScaleTimeValue;
|
|
35
|
+
set audioCommunicationDuration(audioCommunicationDuration: number | undefined);
|
|
36
|
+
get audioCommunicationDuration(): number | undefined;
|
|
37
|
+
}
|