@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.
Files changed (249) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +1 -0
  3. package/huaweicloud-sdk-cloudrtc.d.ts +3 -0
  4. package/huaweicloud-sdk-cloudrtc.js +32 -0
  5. package/package.json +19 -0
  6. package/v1/CloudRTCClient.d.ts +469 -0
  7. package/v1/CloudRTCClient.js +1444 -0
  8. package/v1/CloudRTCRegion.d.ts +5 -0
  9. package/v1/CloudRTCRegion.js +23 -0
  10. package/v1/model/AbnormalEvent.d.ts +35 -0
  11. package/v1/model/AbnormalEvent.js +119 -0
  12. package/v1/model/AbnormalEventDimensionValue.d.ts +23 -0
  13. package/v1/model/AbnormalEventDimensionValue.js +84 -0
  14. package/v1/model/ListRtcAbnormalEventDimensionRequest.d.ts +27 -0
  15. package/v1/model/ListRtcAbnormalEventDimensionRequest.js +69 -0
  16. package/v1/model/ListRtcAbnormalEventDimensionResponse.d.ts +11 -0
  17. package/v1/model/ListRtcAbnormalEventDimensionResponse.js +45 -0
  18. package/v1/model/ListRtcAbnormalEventsRequest.d.ts +23 -0
  19. package/v1/model/ListRtcAbnormalEventsRequest.js +68 -0
  20. package/v1/model/ListRtcAbnormalEventsResponse.d.ts +13 -0
  21. package/v1/model/ListRtcAbnormalEventsResponse.js +49 -0
  22. package/v1/model/ListRtcClientQosDetailsRequest.d.ts +86 -0
  23. package/v1/model/ListRtcClientQosDetailsRequest.js +218 -0
  24. package/v1/model/ListRtcClientQosDetailsResponse.d.ts +15 -0
  25. package/v1/model/ListRtcClientQosDetailsResponse.js +59 -0
  26. package/v1/model/ListRtcHistoryQualityRequest.d.ts +27 -0
  27. package/v1/model/ListRtcHistoryQualityRequest.js +89 -0
  28. package/v1/model/ListRtcHistoryQualityResponse.d.ts +11 -0
  29. package/v1/model/ListRtcHistoryQualityResponse.js +45 -0
  30. package/v1/model/ListRtcHistoryScaleRequest.d.ts +27 -0
  31. package/v1/model/ListRtcHistoryScaleRequest.js +89 -0
  32. package/v1/model/ListRtcHistoryScaleResponse.d.ts +11 -0
  33. package/v1/model/ListRtcHistoryScaleResponse.js +45 -0
  34. package/v1/model/ListRtcHistoryUsageRequest.d.ts +27 -0
  35. package/v1/model/ListRtcHistoryUsageRequest.js +91 -0
  36. package/v1/model/ListRtcHistoryUsageResponse.d.ts +11 -0
  37. package/v1/model/ListRtcHistoryUsageResponse.js +45 -0
  38. package/v1/model/ListRtcRealtimeNetworkRequest.d.ts +35 -0
  39. package/v1/model/ListRtcRealtimeNetworkRequest.js +118 -0
  40. package/v1/model/ListRtcRealtimeNetworkResponse.d.ts +11 -0
  41. package/v1/model/ListRtcRealtimeNetworkResponse.js +45 -0
  42. package/v1/model/ListRtcRealtimeQualityRequest.d.ts +35 -0
  43. package/v1/model/ListRtcRealtimeQualityRequest.js +118 -0
  44. package/v1/model/ListRtcRealtimeQualityResponse.d.ts +11 -0
  45. package/v1/model/ListRtcRealtimeQualityResponse.js +45 -0
  46. package/v1/model/ListRtcRealtimeScaleDimensionRequest.d.ts +27 -0
  47. package/v1/model/ListRtcRealtimeScaleDimensionRequest.js +85 -0
  48. package/v1/model/ListRtcRealtimeScaleDimensionResponse.d.ts +11 -0
  49. package/v1/model/ListRtcRealtimeScaleDimensionResponse.js +45 -0
  50. package/v1/model/ListRtcRealtimeScaleRequest.d.ts +31 -0
  51. package/v1/model/ListRtcRealtimeScaleRequest.js +103 -0
  52. package/v1/model/ListRtcRealtimeScaleResponse.d.ts +11 -0
  53. package/v1/model/ListRtcRealtimeScaleResponse.js +45 -0
  54. package/v1/model/ListRtcRoomListRequest.d.ts +43 -0
  55. package/v1/model/ListRtcRoomListRequest.js +119 -0
  56. package/v1/model/ListRtcRoomListResponse.d.ts +19 -0
  57. package/v1/model/ListRtcRoomListResponse.js +67 -0
  58. package/v1/model/ListRtcUserListRequest.d.ts +53 -0
  59. package/v1/model/ListRtcUserListRequest.js +139 -0
  60. package/v1/model/ListRtcUserListResponse.d.ts +17 -0
  61. package/v1/model/ListRtcUserListResponse.js +57 -0
  62. package/v1/model/QosQualityData.d.ts +12 -0
  63. package/v1/model/QosQualityData.js +25 -0
  64. package/v1/model/RealtimeScaleDimensionValue.d.ts +9 -0
  65. package/v1/model/RealtimeScaleDimensionValue.js +27 -0
  66. package/v1/model/RtcHistoryQualityTimeValue.d.ts +61 -0
  67. package/v1/model/RtcHistoryQualityTimeValue.js +209 -0
  68. package/v1/model/RtcHistoryScaleTimeValue.d.ts +37 -0
  69. package/v1/model/RtcHistoryScaleTimeValue.js +125 -0
  70. package/v1/model/RtcHistoryUsage.d.ts +23 -0
  71. package/v1/model/RtcHistoryUsage.js +73 -0
  72. package/v1/model/RtcServerRoomInfo.d.ts +31 -0
  73. package/v1/model/RtcServerRoomInfo.js +76 -0
  74. package/v1/model/RtcUser.d.ts +52 -0
  75. package/v1/model/RtcUser.js +129 -0
  76. package/v1/model/TimeDoubleValueData.d.ts +7 -0
  77. package/v1/model/TimeDoubleValueData.js +17 -0
  78. package/v1/model/TimeFloatValueData.d.ts +7 -0
  79. package/v1/model/TimeFloatValueData.js +17 -0
  80. package/v1/model/TimeValueData.d.ts +7 -0
  81. package/v1/model/TimeValueData.js +17 -0
  82. package/v1/public-api.d.ts +38 -0
  83. package/v1/public-api.js +54 -0
  84. package/v2/CloudRTCClient.d.ts +906 -0
  85. package/v2/CloudRTCClient.js +2196 -0
  86. package/v2/CloudRTCRegion.d.ts +5 -0
  87. package/v2/CloudRTCRegion.js +23 -0
  88. package/v2/model/App.d.ts +46 -0
  89. package/v2/model/App.js +109 -0
  90. package/v2/model/AppAuth.d.ts +15 -0
  91. package/v2/model/AppAuth.js +45 -0
  92. package/v2/model/AppAuthReq.d.ts +7 -0
  93. package/v2/model/AppAuthReq.js +18 -0
  94. package/v2/model/AppAutoRecordMode.d.ts +21 -0
  95. package/v2/model/AppAutoRecordMode.js +51 -0
  96. package/v2/model/AppCallbackUrl.d.ts +25 -0
  97. package/v2/model/AppCallbackUrl.js +64 -0
  98. package/v2/model/AppCallbackUrlReq.d.ts +9 -0
  99. package/v2/model/AppCallbackUrlReq.js +28 -0
  100. package/v2/model/AppCallbacks.d.ts +12 -0
  101. package/v2/model/AppCallbacks.js +37 -0
  102. package/v2/model/AppReq.d.ts +7 -0
  103. package/v2/model/AppReq.js +24 -0
  104. package/v2/model/AppState.d.ts +19 -0
  105. package/v2/model/AppState.js +38 -0
  106. package/v2/model/AutoRecordModeReq.d.ts +17 -0
  107. package/v2/model/AutoRecordModeReq.js +37 -0
  108. package/v2/model/CreateAppRequest.d.ts +18 -0
  109. package/v2/model/CreateAppRequest.js +55 -0
  110. package/v2/model/CreateAppResponse.d.ts +12 -0
  111. package/v2/model/CreateAppResponse.js +55 -0
  112. package/v2/model/CreateIndividualStreamJobRequest.d.ts +22 -0
  113. package/v2/model/CreateIndividualStreamJobRequest.js +70 -0
  114. package/v2/model/CreateIndividualStreamJobResponse.d.ts +110 -0
  115. package/v2/model/CreateIndividualStreamJobResponse.js +300 -0
  116. package/v2/model/CreateMixJobRequest.d.ts +22 -0
  117. package/v2/model/CreateMixJobRequest.js +70 -0
  118. package/v2/model/CreateMixJobResponse.d.ts +76 -0
  119. package/v2/model/CreateMixJobResponse.js +223 -0
  120. package/v2/model/CreateRecordRuleRequest.d.ts +22 -0
  121. package/v2/model/CreateRecordRuleRequest.js +70 -0
  122. package/v2/model/CreateRecordRuleResponse.d.ts +51 -0
  123. package/v2/model/CreateRecordRuleResponse.js +162 -0
  124. package/v2/model/DeleteAppRequest.d.ts +19 -0
  125. package/v2/model/DeleteAppRequest.js +66 -0
  126. package/v2/model/DeleteAppResponse.d.ts +8 -0
  127. package/v2/model/DeleteAppResponse.js +41 -0
  128. package/v2/model/DeleteRecordRuleRequest.d.ts +23 -0
  129. package/v2/model/DeleteRecordRuleRequest.js +81 -0
  130. package/v2/model/DeleteRecordRuleResponse.d.ts +8 -0
  131. package/v2/model/DeleteRecordRuleResponse.js +41 -0
  132. package/v2/model/HLSRecordConfig.d.ts +19 -0
  133. package/v2/model/HLSRecordConfig.js +66 -0
  134. package/v2/model/IndividualStreamJobReq.d.ts +55 -0
  135. package/v2/model/IndividualStreamJobReq.js +143 -0
  136. package/v2/model/ListAppsRequest.d.ts +30 -0
  137. package/v2/model/ListAppsRequest.js +73 -0
  138. package/v2/model/ListAppsResponse.d.ts +13 -0
  139. package/v2/model/ListAppsResponse.js +49 -0
  140. package/v2/model/ListRecordRulesRequest.d.ts +23 -0
  141. package/v2/model/ListRecordRulesRequest.js +74 -0
  142. package/v2/model/ListRecordRulesResponse.d.ts +11 -0
  143. package/v2/model/ListRecordRulesResponse.js +45 -0
  144. package/v2/model/MP4RecordConfig.d.ts +15 -0
  145. package/v2/model/MP4RecordConfig.js +52 -0
  146. package/v2/model/MixJobReq.d.ts +18 -0
  147. package/v2/model/MixJobReq.js +52 -0
  148. package/v2/model/MixLayoutPane.d.ts +55 -0
  149. package/v2/model/MixLayoutPane.js +116 -0
  150. package/v2/model/MixParam.d.ts +60 -0
  151. package/v2/model/MixParam.js +157 -0
  152. package/v2/model/MixUserBackgroundImage.d.ts +11 -0
  153. package/v2/model/MixUserBackgroundImage.js +39 -0
  154. package/v2/model/PublishParam.d.ts +7 -0
  155. package/v2/model/PublishParam.js +24 -0
  156. package/v2/model/RecordObsFileAddr.d.ts +22 -0
  157. package/v2/model/RecordObsFileAddr.js +56 -0
  158. package/v2/model/RecordParam.d.ts +7 -0
  159. package/v2/model/RecordParam.js +24 -0
  160. package/v2/model/RecordRule.d.ts +46 -0
  161. package/v2/model/RecordRule.js +130 -0
  162. package/v2/model/RecordRuleReq.d.ts +30 -0
  163. package/v2/model/RecordRuleReq.js +76 -0
  164. package/v2/model/RemoveRoomRequest.d.ts +23 -0
  165. package/v2/model/RemoveRoomRequest.js +81 -0
  166. package/v2/model/RemoveRoomResponse.d.ts +8 -0
  167. package/v2/model/RemoveRoomResponse.js +41 -0
  168. package/v2/model/RemoveUsersReq.d.ts +7 -0
  169. package/v2/model/RemoveUsersReq.js +24 -0
  170. package/v2/model/RemoveUsersRequest.d.ts +26 -0
  171. package/v2/model/RemoveUsersRequest.js +85 -0
  172. package/v2/model/RemoveUsersResponse.d.ts +8 -0
  173. package/v2/model/RemoveUsersResponse.js +41 -0
  174. package/v2/model/ShowAppRequest.d.ts +19 -0
  175. package/v2/model/ShowAppRequest.js +66 -0
  176. package/v2/model/ShowAppResponse.d.ts +51 -0
  177. package/v2/model/ShowAppResponse.js +141 -0
  178. package/v2/model/ShowAutoRecordRequest.d.ts +19 -0
  179. package/v2/model/ShowAutoRecordRequest.js +66 -0
  180. package/v2/model/ShowAutoRecordResponse.d.ts +17 -0
  181. package/v2/model/ShowAutoRecordResponse.js +69 -0
  182. package/v2/model/ShowIndividualStreamJobRequest.d.ts +23 -0
  183. package/v2/model/ShowIndividualStreamJobRequest.js +81 -0
  184. package/v2/model/ShowIndividualStreamJobResponse.d.ts +110 -0
  185. package/v2/model/ShowIndividualStreamJobResponse.js +300 -0
  186. package/v2/model/ShowMixJobRequest.d.ts +23 -0
  187. package/v2/model/ShowMixJobRequest.js +81 -0
  188. package/v2/model/ShowMixJobResponse.d.ts +76 -0
  189. package/v2/model/ShowMixJobResponse.js +223 -0
  190. package/v2/model/ShowRecordCallbackRequest.d.ts +19 -0
  191. package/v2/model/ShowRecordCallbackRequest.js +66 -0
  192. package/v2/model/ShowRecordCallbackResponse.d.ts +17 -0
  193. package/v2/model/ShowRecordCallbackResponse.js +69 -0
  194. package/v2/model/ShowRecordRuleRequest.d.ts +23 -0
  195. package/v2/model/ShowRecordRuleRequest.js +81 -0
  196. package/v2/model/ShowRecordRuleResponse.d.ts +51 -0
  197. package/v2/model/ShowRecordRuleResponse.js +162 -0
  198. package/v2/model/ShowUrlAuthRequest.d.ts +19 -0
  199. package/v2/model/ShowUrlAuthRequest.js +66 -0
  200. package/v2/model/ShowUrlAuthResponse.d.ts +15 -0
  201. package/v2/model/ShowUrlAuthResponse.js +59 -0
  202. package/v2/model/StartAppRequest.d.ts +19 -0
  203. package/v2/model/StartAppRequest.js +66 -0
  204. package/v2/model/StartAppResponse.d.ts +15 -0
  205. package/v2/model/StartAppResponse.js +59 -0
  206. package/v2/model/StopAppRequest.d.ts +19 -0
  207. package/v2/model/StopAppRequest.js +66 -0
  208. package/v2/model/StopAppResponse.d.ts +15 -0
  209. package/v2/model/StopAppResponse.js +59 -0
  210. package/v2/model/StopIndividualStreamJobRequest.d.ts +23 -0
  211. package/v2/model/StopIndividualStreamJobRequest.js +81 -0
  212. package/v2/model/StopIndividualStreamJobResponse.d.ts +8 -0
  213. package/v2/model/StopIndividualStreamJobResponse.js +41 -0
  214. package/v2/model/StopMixJobRequest.d.ts +23 -0
  215. package/v2/model/StopMixJobRequest.js +81 -0
  216. package/v2/model/StopMixJobResponse.d.ts +8 -0
  217. package/v2/model/StopMixJobResponse.js +41 -0
  218. package/v2/model/UpdateAutoRecordRequest.d.ts +22 -0
  219. package/v2/model/UpdateAutoRecordRequest.js +70 -0
  220. package/v2/model/UpdateAutoRecordResponse.d.ts +17 -0
  221. package/v2/model/UpdateAutoRecordResponse.js +69 -0
  222. package/v2/model/UpdateIndividualJobReq.d.ts +13 -0
  223. package/v2/model/UpdateIndividualJobReq.js +37 -0
  224. package/v2/model/UpdateIndividualStreamJobRequest.d.ts +26 -0
  225. package/v2/model/UpdateIndividualStreamJobRequest.js +85 -0
  226. package/v2/model/UpdateIndividualStreamJobResponse.d.ts +110 -0
  227. package/v2/model/UpdateIndividualStreamJobResponse.js +300 -0
  228. package/v2/model/UpdateMixJobReq.d.ts +8 -0
  229. package/v2/model/UpdateMixJobReq.js +24 -0
  230. package/v2/model/UpdateMixJobRequest.d.ts +26 -0
  231. package/v2/model/UpdateMixJobRequest.js +85 -0
  232. package/v2/model/UpdateMixJobResponse.d.ts +76 -0
  233. package/v2/model/UpdateMixJobResponse.js +223 -0
  234. package/v2/model/UpdateMixParam.d.ts +33 -0
  235. package/v2/model/UpdateMixParam.js +107 -0
  236. package/v2/model/UpdateRecordCallbackRequest.d.ts +22 -0
  237. package/v2/model/UpdateRecordCallbackRequest.js +70 -0
  238. package/v2/model/UpdateRecordCallbackResponse.d.ts +17 -0
  239. package/v2/model/UpdateRecordCallbackResponse.js +69 -0
  240. package/v2/model/UpdateRecordRuleRequest.d.ts +26 -0
  241. package/v2/model/UpdateRecordRuleRequest.js +85 -0
  242. package/v2/model/UpdateRecordRuleResponse.d.ts +51 -0
  243. package/v2/model/UpdateRecordRuleResponse.js +162 -0
  244. package/v2/model/UpdateUrlAuthRequest.d.ts +22 -0
  245. package/v2/model/UpdateUrlAuthRequest.js +70 -0
  246. package/v2/model/UpdateUrlAuthResponse.d.ts +15 -0
  247. package/v2/model/UpdateUrlAuthResponse.js +59 -0
  248. package/v2/public-api.d.ts +82 -0
  249. package/v2/public-api.js +98 -0
@@ -0,0 +1,130 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RecordRuleRecordFormatsEnum = exports.RecordRule = void 0;
4
+ var RecordRule = /** @class */ (function () {
5
+ function RecordRule() {
6
+ }
7
+ RecordRule.prototype.withRuleId = function (ruleId) {
8
+ this['rule_id'] = ruleId;
9
+ return this;
10
+ };
11
+ Object.defineProperty(RecordRule.prototype, "ruleId", {
12
+ get: function () {
13
+ return this['rule_id'];
14
+ },
15
+ set: function (ruleId) {
16
+ this['rule_id'] = ruleId;
17
+ },
18
+ enumerable: false,
19
+ configurable: true
20
+ });
21
+ RecordRule.prototype.withAppId = function (appId) {
22
+ this['app_id'] = appId;
23
+ return this;
24
+ };
25
+ Object.defineProperty(RecordRule.prototype, "appId", {
26
+ get: function () {
27
+ return this['app_id'];
28
+ },
29
+ set: function (appId) {
30
+ this['app_id'] = appId;
31
+ },
32
+ enumerable: false,
33
+ configurable: true
34
+ });
35
+ RecordRule.prototype.withObsAddr = function (obsAddr) {
36
+ this['obs_addr'] = obsAddr;
37
+ return this;
38
+ };
39
+ Object.defineProperty(RecordRule.prototype, "obsAddr", {
40
+ get: function () {
41
+ return this['obs_addr'];
42
+ },
43
+ set: function (obsAddr) {
44
+ this['obs_addr'] = obsAddr;
45
+ },
46
+ enumerable: false,
47
+ configurable: true
48
+ });
49
+ RecordRule.prototype.withRecordFormats = function (recordFormats) {
50
+ this['record_formats'] = recordFormats;
51
+ return this;
52
+ };
53
+ Object.defineProperty(RecordRule.prototype, "recordFormats", {
54
+ get: function () {
55
+ return this['record_formats'];
56
+ },
57
+ set: function (recordFormats) {
58
+ this['record_formats'] = recordFormats;
59
+ },
60
+ enumerable: false,
61
+ configurable: true
62
+ });
63
+ RecordRule.prototype.withHlsConfig = function (hlsConfig) {
64
+ this['hls_config'] = hlsConfig;
65
+ return this;
66
+ };
67
+ Object.defineProperty(RecordRule.prototype, "hlsConfig", {
68
+ get: function () {
69
+ return this['hls_config'];
70
+ },
71
+ set: function (hlsConfig) {
72
+ this['hls_config'] = hlsConfig;
73
+ },
74
+ enumerable: false,
75
+ configurable: true
76
+ });
77
+ RecordRule.prototype.withMp4Config = function (mp4Config) {
78
+ this['mp4_config'] = mp4Config;
79
+ return this;
80
+ };
81
+ Object.defineProperty(RecordRule.prototype, "mp4Config", {
82
+ get: function () {
83
+ return this['mp4_config'];
84
+ },
85
+ set: function (mp4Config) {
86
+ this['mp4_config'] = mp4Config;
87
+ },
88
+ enumerable: false,
89
+ configurable: true
90
+ });
91
+ RecordRule.prototype.withCreateTime = function (createTime) {
92
+ this['create_time'] = createTime;
93
+ return this;
94
+ };
95
+ Object.defineProperty(RecordRule.prototype, "createTime", {
96
+ get: function () {
97
+ return this['create_time'];
98
+ },
99
+ set: function (createTime) {
100
+ this['create_time'] = createTime;
101
+ },
102
+ enumerable: false,
103
+ configurable: true
104
+ });
105
+ RecordRule.prototype.withUpdateTime = function (updateTime) {
106
+ this['update_time'] = updateTime;
107
+ return this;
108
+ };
109
+ Object.defineProperty(RecordRule.prototype, "updateTime", {
110
+ get: function () {
111
+ return this['update_time'];
112
+ },
113
+ set: function (updateTime) {
114
+ this['update_time'] = updateTime;
115
+ },
116
+ enumerable: false,
117
+ configurable: true
118
+ });
119
+ return RecordRule;
120
+ }());
121
+ exports.RecordRule = RecordRule;
122
+ /**
123
+ * @export
124
+ * @enum {string}
125
+ */
126
+ var RecordRuleRecordFormatsEnum;
127
+ (function (RecordRuleRecordFormatsEnum) {
128
+ RecordRuleRecordFormatsEnum["HLS"] = "HLS";
129
+ RecordRuleRecordFormatsEnum["MP4"] = "MP4";
130
+ })(RecordRuleRecordFormatsEnum || (exports.RecordRuleRecordFormatsEnum = RecordRuleRecordFormatsEnum = {}));
@@ -0,0 +1,30 @@
1
+ import { HLSRecordConfig } from './HLSRecordConfig';
2
+ import { MP4RecordConfig } from './MP4RecordConfig';
3
+ import { RecordObsFileAddr } from './RecordObsFileAddr';
4
+ export declare class RecordRuleReq {
5
+ private 'obs_addr';
6
+ private 'record_formats';
7
+ private 'hls_config'?;
8
+ private 'mp4_config'?;
9
+ constructor(obsAddr?: any, recordFormats?: any);
10
+ withObsAddr(obsAddr: RecordObsFileAddr): RecordRuleReq;
11
+ set obsAddr(obsAddr: RecordObsFileAddr | undefined);
12
+ get obsAddr(): RecordObsFileAddr | undefined;
13
+ withRecordFormats(recordFormats: Array<RecordRuleReqRecordFormatsEnum>): RecordRuleReq;
14
+ set recordFormats(recordFormats: Array<RecordRuleReqRecordFormatsEnum> | undefined);
15
+ get recordFormats(): Array<RecordRuleReqRecordFormatsEnum> | undefined;
16
+ withHlsConfig(hlsConfig: HLSRecordConfig): RecordRuleReq;
17
+ set hlsConfig(hlsConfig: HLSRecordConfig | undefined);
18
+ get hlsConfig(): HLSRecordConfig | undefined;
19
+ withMp4Config(mp4Config: MP4RecordConfig): RecordRuleReq;
20
+ set mp4Config(mp4Config: MP4RecordConfig | undefined);
21
+ get mp4Config(): MP4RecordConfig | undefined;
22
+ }
23
+ /**
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ export declare enum RecordRuleReqRecordFormatsEnum {
28
+ HLS = "HLS",
29
+ MP4 = "MP4"
30
+ }
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RecordRuleReqRecordFormatsEnum = exports.RecordRuleReq = void 0;
4
+ var RecordRuleReq = /** @class */ (function () {
5
+ function RecordRuleReq(obsAddr, recordFormats) {
6
+ this['obs_addr'] = obsAddr;
7
+ this['record_formats'] = recordFormats;
8
+ }
9
+ RecordRuleReq.prototype.withObsAddr = function (obsAddr) {
10
+ this['obs_addr'] = obsAddr;
11
+ return this;
12
+ };
13
+ Object.defineProperty(RecordRuleReq.prototype, "obsAddr", {
14
+ get: function () {
15
+ return this['obs_addr'];
16
+ },
17
+ set: function (obsAddr) {
18
+ this['obs_addr'] = obsAddr;
19
+ },
20
+ enumerable: false,
21
+ configurable: true
22
+ });
23
+ RecordRuleReq.prototype.withRecordFormats = function (recordFormats) {
24
+ this['record_formats'] = recordFormats;
25
+ return this;
26
+ };
27
+ Object.defineProperty(RecordRuleReq.prototype, "recordFormats", {
28
+ get: function () {
29
+ return this['record_formats'];
30
+ },
31
+ set: function (recordFormats) {
32
+ this['record_formats'] = recordFormats;
33
+ },
34
+ enumerable: false,
35
+ configurable: true
36
+ });
37
+ RecordRuleReq.prototype.withHlsConfig = function (hlsConfig) {
38
+ this['hls_config'] = hlsConfig;
39
+ return this;
40
+ };
41
+ Object.defineProperty(RecordRuleReq.prototype, "hlsConfig", {
42
+ get: function () {
43
+ return this['hls_config'];
44
+ },
45
+ set: function (hlsConfig) {
46
+ this['hls_config'] = hlsConfig;
47
+ },
48
+ enumerable: false,
49
+ configurable: true
50
+ });
51
+ RecordRuleReq.prototype.withMp4Config = function (mp4Config) {
52
+ this['mp4_config'] = mp4Config;
53
+ return this;
54
+ };
55
+ Object.defineProperty(RecordRuleReq.prototype, "mp4Config", {
56
+ get: function () {
57
+ return this['mp4_config'];
58
+ },
59
+ set: function (mp4Config) {
60
+ this['mp4_config'] = mp4Config;
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ return RecordRuleReq;
66
+ }());
67
+ exports.RecordRuleReq = RecordRuleReq;
68
+ /**
69
+ * @export
70
+ * @enum {string}
71
+ */
72
+ var RecordRuleReqRecordFormatsEnum;
73
+ (function (RecordRuleReqRecordFormatsEnum) {
74
+ RecordRuleReqRecordFormatsEnum["HLS"] = "HLS";
75
+ RecordRuleReqRecordFormatsEnum["MP4"] = "MP4";
76
+ })(RecordRuleReqRecordFormatsEnum || (exports.RecordRuleReqRecordFormatsEnum = RecordRuleReqRecordFormatsEnum = {}));
@@ -0,0 +1,23 @@
1
+ export declare class RemoveRoomRequest {
2
+ private 'Authorization'?;
3
+ private 'X-Sdk-Date'?;
4
+ private 'X-Project-Id'?;
5
+ private 'app_id';
6
+ private 'room_id';
7
+ constructor(appId?: any, roomId?: any);
8
+ withAuthorization(authorization: string): RemoveRoomRequest;
9
+ set authorization(authorization: string | undefined);
10
+ get authorization(): string | undefined;
11
+ withXSdkDate(xSdkDate: string): RemoveRoomRequest;
12
+ set xSdkDate(xSdkDate: string | undefined);
13
+ get xSdkDate(): string | undefined;
14
+ withXProjectId(xProjectId: string): RemoveRoomRequest;
15
+ set xProjectId(xProjectId: string | undefined);
16
+ get xProjectId(): string | undefined;
17
+ withAppId(appId: string): RemoveRoomRequest;
18
+ set appId(appId: string | undefined);
19
+ get appId(): string | undefined;
20
+ withRoomId(roomId: string): RemoveRoomRequest;
21
+ set roomId(roomId: string | undefined);
22
+ get roomId(): string | undefined;
23
+ }
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveRoomRequest = void 0;
4
+ var RemoveRoomRequest = /** @class */ (function () {
5
+ function RemoveRoomRequest(appId, roomId) {
6
+ this['app_id'] = appId;
7
+ this['room_id'] = roomId;
8
+ }
9
+ RemoveRoomRequest.prototype.withAuthorization = function (authorization) {
10
+ this['Authorization'] = authorization;
11
+ return this;
12
+ };
13
+ Object.defineProperty(RemoveRoomRequest.prototype, "authorization", {
14
+ get: function () {
15
+ return this['Authorization'];
16
+ },
17
+ set: function (authorization) {
18
+ this['Authorization'] = authorization;
19
+ },
20
+ enumerable: false,
21
+ configurable: true
22
+ });
23
+ RemoveRoomRequest.prototype.withXSdkDate = function (xSdkDate) {
24
+ this['X-Sdk-Date'] = xSdkDate;
25
+ return this;
26
+ };
27
+ Object.defineProperty(RemoveRoomRequest.prototype, "xSdkDate", {
28
+ get: function () {
29
+ return this['X-Sdk-Date'];
30
+ },
31
+ set: function (xSdkDate) {
32
+ this['X-Sdk-Date'] = xSdkDate;
33
+ },
34
+ enumerable: false,
35
+ configurable: true
36
+ });
37
+ RemoveRoomRequest.prototype.withXProjectId = function (xProjectId) {
38
+ this['X-Project-Id'] = xProjectId;
39
+ return this;
40
+ };
41
+ Object.defineProperty(RemoveRoomRequest.prototype, "xProjectId", {
42
+ get: function () {
43
+ return this['X-Project-Id'];
44
+ },
45
+ set: function (xProjectId) {
46
+ this['X-Project-Id'] = xProjectId;
47
+ },
48
+ enumerable: false,
49
+ configurable: true
50
+ });
51
+ RemoveRoomRequest.prototype.withAppId = function (appId) {
52
+ this['app_id'] = appId;
53
+ return this;
54
+ };
55
+ Object.defineProperty(RemoveRoomRequest.prototype, "appId", {
56
+ get: function () {
57
+ return this['app_id'];
58
+ },
59
+ set: function (appId) {
60
+ this['app_id'] = appId;
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ RemoveRoomRequest.prototype.withRoomId = function (roomId) {
66
+ this['room_id'] = roomId;
67
+ return this;
68
+ };
69
+ Object.defineProperty(RemoveRoomRequest.prototype, "roomId", {
70
+ get: function () {
71
+ return this['room_id'];
72
+ },
73
+ set: function (roomId) {
74
+ this['room_id'] = roomId;
75
+ },
76
+ enumerable: false,
77
+ configurable: true
78
+ });
79
+ return RemoveRoomRequest;
80
+ }());
81
+ exports.RemoveRoomRequest = RemoveRoomRequest;
@@ -0,0 +1,8 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class RemoveRoomResponse extends SdkResponse {
3
+ private 'X-request-Id'?;
4
+ constructor();
5
+ withXRequestId(xRequestId: string): RemoveRoomResponse;
6
+ set xRequestId(xRequestId: string | undefined);
7
+ get xRequestId(): string | undefined;
8
+ }
@@ -0,0 +1,41 @@
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.RemoveRoomResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var RemoveRoomResponse = /** @class */ (function (_super) {
21
+ __extends(RemoveRoomResponse, _super);
22
+ function RemoveRoomResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ RemoveRoomResponse.prototype.withXRequestId = function (xRequestId) {
26
+ this['X-request-Id'] = xRequestId;
27
+ return this;
28
+ };
29
+ Object.defineProperty(RemoveRoomResponse.prototype, "xRequestId", {
30
+ get: function () {
31
+ return this['X-request-Id'];
32
+ },
33
+ set: function (xRequestId) {
34
+ this['X-request-Id'] = xRequestId;
35
+ },
36
+ enumerable: false,
37
+ configurable: true
38
+ });
39
+ return RemoveRoomResponse;
40
+ }(SdkResponse_1.SdkResponse));
41
+ exports.RemoveRoomResponse = RemoveRoomResponse;
@@ -0,0 +1,7 @@
1
+ export declare class RemoveUsersReq {
2
+ private 'user_ids';
3
+ constructor(userIds?: any);
4
+ withUserIds(userIds: Array<string>): RemoveUsersReq;
5
+ set userIds(userIds: Array<string> | undefined);
6
+ get userIds(): Array<string> | undefined;
7
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveUsersReq = void 0;
4
+ var RemoveUsersReq = /** @class */ (function () {
5
+ function RemoveUsersReq(userIds) {
6
+ this['user_ids'] = userIds;
7
+ }
8
+ RemoveUsersReq.prototype.withUserIds = function (userIds) {
9
+ this['user_ids'] = userIds;
10
+ return this;
11
+ };
12
+ Object.defineProperty(RemoveUsersReq.prototype, "userIds", {
13
+ get: function () {
14
+ return this['user_ids'];
15
+ },
16
+ set: function (userIds) {
17
+ this['user_ids'] = userIds;
18
+ },
19
+ enumerable: false,
20
+ configurable: true
21
+ });
22
+ return RemoveUsersReq;
23
+ }());
24
+ exports.RemoveUsersReq = RemoveUsersReq;
@@ -0,0 +1,26 @@
1
+ import { RemoveUsersReq } from './RemoveUsersReq';
2
+ export declare class RemoveUsersRequest {
3
+ private 'Authorization'?;
4
+ private 'X-Sdk-Date'?;
5
+ private 'X-Project-Id'?;
6
+ private 'app_id';
7
+ private 'room_id';
8
+ body?: RemoveUsersReq;
9
+ constructor(appId?: any, roomId?: any);
10
+ withAuthorization(authorization: string): RemoveUsersRequest;
11
+ set authorization(authorization: string | undefined);
12
+ get authorization(): string | undefined;
13
+ withXSdkDate(xSdkDate: string): RemoveUsersRequest;
14
+ set xSdkDate(xSdkDate: string | undefined);
15
+ get xSdkDate(): string | undefined;
16
+ withXProjectId(xProjectId: string): RemoveUsersRequest;
17
+ set xProjectId(xProjectId: string | undefined);
18
+ get xProjectId(): string | undefined;
19
+ withAppId(appId: string): RemoveUsersRequest;
20
+ set appId(appId: string | undefined);
21
+ get appId(): string | undefined;
22
+ withRoomId(roomId: string): RemoveUsersRequest;
23
+ set roomId(roomId: string | undefined);
24
+ get roomId(): string | undefined;
25
+ withBody(body: RemoveUsersReq): RemoveUsersRequest;
26
+ }
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemoveUsersRequest = void 0;
4
+ var RemoveUsersRequest = /** @class */ (function () {
5
+ function RemoveUsersRequest(appId, roomId) {
6
+ this['app_id'] = appId;
7
+ this['room_id'] = roomId;
8
+ }
9
+ RemoveUsersRequest.prototype.withAuthorization = function (authorization) {
10
+ this['Authorization'] = authorization;
11
+ return this;
12
+ };
13
+ Object.defineProperty(RemoveUsersRequest.prototype, "authorization", {
14
+ get: function () {
15
+ return this['Authorization'];
16
+ },
17
+ set: function (authorization) {
18
+ this['Authorization'] = authorization;
19
+ },
20
+ enumerable: false,
21
+ configurable: true
22
+ });
23
+ RemoveUsersRequest.prototype.withXSdkDate = function (xSdkDate) {
24
+ this['X-Sdk-Date'] = xSdkDate;
25
+ return this;
26
+ };
27
+ Object.defineProperty(RemoveUsersRequest.prototype, "xSdkDate", {
28
+ get: function () {
29
+ return this['X-Sdk-Date'];
30
+ },
31
+ set: function (xSdkDate) {
32
+ this['X-Sdk-Date'] = xSdkDate;
33
+ },
34
+ enumerable: false,
35
+ configurable: true
36
+ });
37
+ RemoveUsersRequest.prototype.withXProjectId = function (xProjectId) {
38
+ this['X-Project-Id'] = xProjectId;
39
+ return this;
40
+ };
41
+ Object.defineProperty(RemoveUsersRequest.prototype, "xProjectId", {
42
+ get: function () {
43
+ return this['X-Project-Id'];
44
+ },
45
+ set: function (xProjectId) {
46
+ this['X-Project-Id'] = xProjectId;
47
+ },
48
+ enumerable: false,
49
+ configurable: true
50
+ });
51
+ RemoveUsersRequest.prototype.withAppId = function (appId) {
52
+ this['app_id'] = appId;
53
+ return this;
54
+ };
55
+ Object.defineProperty(RemoveUsersRequest.prototype, "appId", {
56
+ get: function () {
57
+ return this['app_id'];
58
+ },
59
+ set: function (appId) {
60
+ this['app_id'] = appId;
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ RemoveUsersRequest.prototype.withRoomId = function (roomId) {
66
+ this['room_id'] = roomId;
67
+ return this;
68
+ };
69
+ Object.defineProperty(RemoveUsersRequest.prototype, "roomId", {
70
+ get: function () {
71
+ return this['room_id'];
72
+ },
73
+ set: function (roomId) {
74
+ this['room_id'] = roomId;
75
+ },
76
+ enumerable: false,
77
+ configurable: true
78
+ });
79
+ RemoveUsersRequest.prototype.withBody = function (body) {
80
+ this['body'] = body;
81
+ return this;
82
+ };
83
+ return RemoveUsersRequest;
84
+ }());
85
+ exports.RemoveUsersRequest = RemoveUsersRequest;
@@ -0,0 +1,8 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class RemoveUsersResponse extends SdkResponse {
3
+ private 'X-request-Id'?;
4
+ constructor();
5
+ withXRequestId(xRequestId: string): RemoveUsersResponse;
6
+ set xRequestId(xRequestId: string | undefined);
7
+ get xRequestId(): string | undefined;
8
+ }
@@ -0,0 +1,41 @@
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.RemoveUsersResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var RemoveUsersResponse = /** @class */ (function (_super) {
21
+ __extends(RemoveUsersResponse, _super);
22
+ function RemoveUsersResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ RemoveUsersResponse.prototype.withXRequestId = function (xRequestId) {
26
+ this['X-request-Id'] = xRequestId;
27
+ return this;
28
+ };
29
+ Object.defineProperty(RemoveUsersResponse.prototype, "xRequestId", {
30
+ get: function () {
31
+ return this['X-request-Id'];
32
+ },
33
+ set: function (xRequestId) {
34
+ this['X-request-Id'] = xRequestId;
35
+ },
36
+ enumerable: false,
37
+ configurable: true
38
+ });
39
+ return RemoveUsersResponse;
40
+ }(SdkResponse_1.SdkResponse));
41
+ exports.RemoveUsersResponse = RemoveUsersResponse;
@@ -0,0 +1,19 @@
1
+ export declare class ShowAppRequest {
2
+ private 'Authorization'?;
3
+ private 'X-Sdk-Date'?;
4
+ private 'X-Project-Id'?;
5
+ private 'app_id';
6
+ constructor(appId?: any);
7
+ withAuthorization(authorization: string): ShowAppRequest;
8
+ set authorization(authorization: string | undefined);
9
+ get authorization(): string | undefined;
10
+ withXSdkDate(xSdkDate: string): ShowAppRequest;
11
+ set xSdkDate(xSdkDate: string | undefined);
12
+ get xSdkDate(): string | undefined;
13
+ withXProjectId(xProjectId: string): ShowAppRequest;
14
+ set xProjectId(xProjectId: string | undefined);
15
+ get xProjectId(): string | undefined;
16
+ withAppId(appId: string): ShowAppRequest;
17
+ set appId(appId: string | undefined);
18
+ get appId(): string | undefined;
19
+ }
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowAppRequest = void 0;
4
+ var ShowAppRequest = /** @class */ (function () {
5
+ function ShowAppRequest(appId) {
6
+ this['app_id'] = appId;
7
+ }
8
+ ShowAppRequest.prototype.withAuthorization = function (authorization) {
9
+ this['Authorization'] = authorization;
10
+ return this;
11
+ };
12
+ Object.defineProperty(ShowAppRequest.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
+ ShowAppRequest.prototype.withXSdkDate = function (xSdkDate) {
23
+ this['X-Sdk-Date'] = xSdkDate;
24
+ return this;
25
+ };
26
+ Object.defineProperty(ShowAppRequest.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
+ ShowAppRequest.prototype.withXProjectId = function (xProjectId) {
37
+ this['X-Project-Id'] = xProjectId;
38
+ return this;
39
+ };
40
+ Object.defineProperty(ShowAppRequest.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
+ ShowAppRequest.prototype.withAppId = function (appId) {
51
+ this['app_id'] = appId;
52
+ return this;
53
+ };
54
+ Object.defineProperty(ShowAppRequest.prototype, "appId", {
55
+ get: function () {
56
+ return this['app_id'];
57
+ },
58
+ set: function (appId) {
59
+ this['app_id'] = appId;
60
+ },
61
+ enumerable: false,
62
+ configurable: true
63
+ });
64
+ return ShowAppRequest;
65
+ }());
66
+ exports.ShowAppRequest = ShowAppRequest;