@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,906 @@
1
+ import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
2
+ import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
3
+ import { CreateAppRequest } from './model/CreateAppRequest';
4
+ import { CreateAppResponse } from './model/CreateAppResponse';
5
+ import { CreateIndividualStreamJobRequest } from './model/CreateIndividualStreamJobRequest';
6
+ import { CreateIndividualStreamJobResponse } from './model/CreateIndividualStreamJobResponse';
7
+ import { CreateMixJobRequest } from './model/CreateMixJobRequest';
8
+ import { CreateMixJobResponse } from './model/CreateMixJobResponse';
9
+ import { CreateRecordRuleRequest } from './model/CreateRecordRuleRequest';
10
+ import { CreateRecordRuleResponse } from './model/CreateRecordRuleResponse';
11
+ import { DeleteAppRequest } from './model/DeleteAppRequest';
12
+ import { DeleteAppResponse } from './model/DeleteAppResponse';
13
+ import { DeleteRecordRuleRequest } from './model/DeleteRecordRuleRequest';
14
+ import { DeleteRecordRuleResponse } from './model/DeleteRecordRuleResponse';
15
+ import { ListAppsRequest } from './model/ListAppsRequest';
16
+ import { ListAppsResponse } from './model/ListAppsResponse';
17
+ import { ListRecordRulesRequest } from './model/ListRecordRulesRequest';
18
+ import { ListRecordRulesResponse } from './model/ListRecordRulesResponse';
19
+ import { RemoveRoomRequest } from './model/RemoveRoomRequest';
20
+ import { RemoveRoomResponse } from './model/RemoveRoomResponse';
21
+ import { RemoveUsersRequest } from './model/RemoveUsersRequest';
22
+ import { RemoveUsersResponse } from './model/RemoveUsersResponse';
23
+ import { ShowAppRequest } from './model/ShowAppRequest';
24
+ import { ShowAppResponse } from './model/ShowAppResponse';
25
+ import { ShowAutoRecordRequest } from './model/ShowAutoRecordRequest';
26
+ import { ShowAutoRecordResponse } from './model/ShowAutoRecordResponse';
27
+ import { ShowIndividualStreamJobRequest } from './model/ShowIndividualStreamJobRequest';
28
+ import { ShowIndividualStreamJobResponse } from './model/ShowIndividualStreamJobResponse';
29
+ import { ShowMixJobRequest } from './model/ShowMixJobRequest';
30
+ import { ShowMixJobResponse } from './model/ShowMixJobResponse';
31
+ import { ShowRecordCallbackRequest } from './model/ShowRecordCallbackRequest';
32
+ import { ShowRecordCallbackResponse } from './model/ShowRecordCallbackResponse';
33
+ import { ShowRecordRuleRequest } from './model/ShowRecordRuleRequest';
34
+ import { ShowRecordRuleResponse } from './model/ShowRecordRuleResponse';
35
+ import { ShowUrlAuthRequest } from './model/ShowUrlAuthRequest';
36
+ import { ShowUrlAuthResponse } from './model/ShowUrlAuthResponse';
37
+ import { StartAppRequest } from './model/StartAppRequest';
38
+ import { StartAppResponse } from './model/StartAppResponse';
39
+ import { StopAppRequest } from './model/StopAppRequest';
40
+ import { StopAppResponse } from './model/StopAppResponse';
41
+ import { StopIndividualStreamJobRequest } from './model/StopIndividualStreamJobRequest';
42
+ import { StopIndividualStreamJobResponse } from './model/StopIndividualStreamJobResponse';
43
+ import { StopMixJobRequest } from './model/StopMixJobRequest';
44
+ import { StopMixJobResponse } from './model/StopMixJobResponse';
45
+ import { UpdateAutoRecordRequest } from './model/UpdateAutoRecordRequest';
46
+ import { UpdateAutoRecordResponse } from './model/UpdateAutoRecordResponse';
47
+ import { UpdateIndividualStreamJobRequest } from './model/UpdateIndividualStreamJobRequest';
48
+ import { UpdateIndividualStreamJobResponse } from './model/UpdateIndividualStreamJobResponse';
49
+ import { UpdateMixJobRequest } from './model/UpdateMixJobRequest';
50
+ import { UpdateMixJobResponse } from './model/UpdateMixJobResponse';
51
+ import { UpdateRecordCallbackRequest } from './model/UpdateRecordCallbackRequest';
52
+ import { UpdateRecordCallbackResponse } from './model/UpdateRecordCallbackResponse';
53
+ import { UpdateRecordRuleRequest } from './model/UpdateRecordRuleRequest';
54
+ import { UpdateRecordRuleResponse } from './model/UpdateRecordRuleResponse';
55
+ import { UpdateUrlAuthRequest } from './model/UpdateUrlAuthRequest';
56
+ import { UpdateUrlAuthResponse } from './model/UpdateUrlAuthResponse';
57
+ export declare class CloudRTCClient {
58
+ static newBuilder(): ClientBuilder<CloudRTCClient>;
59
+ private hcClient;
60
+ constructor(client: HcClient);
61
+ getPath(): any;
62
+ /**
63
+ * 调用此接口创建应用。
64
+ *
65
+ * Please refer to HUAWEI cloud API Explorer for details.
66
+ *
67
+ * @summary 创建应用
68
+ * @param {AppReq} createAppRequestBody 创建应用请求体
69
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
70
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
71
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
72
+ * @param {*} [options] Override http request option.
73
+ * @throws {RequiredError}
74
+ */
75
+ createApp(createAppRequest?: CreateAppRequest): Promise<CreateAppResponse>;
76
+ /**
77
+ * 调用此接口接口启动单流任务。
78
+ *
79
+ * API触发单流录制流名规则:{jobtype}\\_{jobid}\\_{roomid}\\_{userid}
80
+ *
81
+ * jobtype取值为\&#39;s\&#39;代表单流录制。
82
+ *
83
+ * Please refer to HUAWEI cloud API Explorer for details.
84
+ *
85
+ * @summary 启动单流任务
86
+ * @param {string} appId 应用id
87
+ * @param {IndividualStreamJobReq} createIndividualStreamJobRequestBody 启动单流转码参数
88
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
89
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
90
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
91
+ * @param {*} [options] Override http request option.
92
+ * @throws {RequiredError}
93
+ */
94
+ createIndividualStreamJob(createIndividualStreamJobRequest?: CreateIndividualStreamJobRequest): Promise<CreateIndividualStreamJobResponse>;
95
+ /**
96
+ * 调用此接口创建合流转码任务。
97
+ *
98
+ * 支持纯音频录制和音视频录制:
99
+ *
100
+ * - 纯音频录制
101
+ *
102
+ * encode_template填audio_only,音频合流会动态选择最大三方的声音。
103
+ *
104
+ * layout_template、layout_panes以及其他视频相关参数都不填,填就忽略。
105
+ *
106
+ * - 音视频录制(包括共享桌面)
107
+ *
108
+ * encode_template非audio_only,layout_template、layout_panes必须非空。
109
+ *
110
+ * 音频合流会动态选择最大三方的声音。
111
+ *
112
+ * API触发合流录制流名规则:{jobtype}\\_{jobid}\\_{roomid},其中jobtype取值为\&#39;m\&#39;代表合流录制。
113
+ *
114
+ * Please refer to HUAWEI cloud API Explorer for details.
115
+ *
116
+ * @summary 启动合流任务
117
+ * @param {string} appId 应用id
118
+ * @param {MixJobReq} createMixJobRequestBody 启动合流转码参数
119
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
120
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
121
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
122
+ * @param {*} [options] Override http request option.
123
+ * @throws {RequiredError}
124
+ */
125
+ createMixJob(createMixJobRequest?: CreateMixJobRequest): Promise<CreateMixJobResponse>;
126
+ /**
127
+ * 调用此接口创建或更新录制规则。
128
+ *
129
+ * - 若当前app在请求的location中无录制规则,则会创建新的录制规则
130
+ * - 若当前app在请求的location中已有录制规则,则会更新原来的录制规则
131
+ *
132
+ * Please refer to HUAWEI cloud API Explorer for details.
133
+ *
134
+ * @summary 创建或更新录制规则
135
+ * @param {string} appId 应用id
136
+ * @param {RecordRuleReq} createRecordRuleRequestBody 录制规则请求
137
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
138
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
139
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
140
+ * @param {*} [options] Override http request option.
141
+ * @throws {RequiredError}
142
+ */
143
+ createRecordRule(createRecordRuleRequest?: CreateRecordRuleRequest): Promise<CreateRecordRuleResponse>;
144
+ /**
145
+ * 调用此接口删除单个应用。
146
+ *
147
+ * Please refer to HUAWEI cloud API Explorer for details.
148
+ *
149
+ * @summary 删除应用
150
+ * @param {string} appId 应用id
151
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
152
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
153
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
154
+ * @param {*} [options] Override http request option.
155
+ * @throws {RequiredError}
156
+ */
157
+ deleteApp(deleteAppRequest?: DeleteAppRequest): Promise<DeleteAppResponse>;
158
+ /**
159
+ * 调用此接口删除录制规则,对于正在使用的录制规则,不允许删除。
160
+ *
161
+ * Please refer to HUAWEI cloud API Explorer for details.
162
+ *
163
+ * @summary 删除录制规则
164
+ * @param {string} appId 应用id
165
+ * @param {string} ruleId 规则id
166
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
167
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
168
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
169
+ * @param {*} [options] Override http request option.
170
+ * @throws {RequiredError}
171
+ */
172
+ deleteRecordRule(deleteRecordRuleRequest?: DeleteRecordRuleRequest): Promise<DeleteRecordRuleResponse>;
173
+ /**
174
+ * 调用此接口查询应用列表。
175
+ *
176
+ * Please refer to HUAWEI cloud API Explorer for details.
177
+ *
178
+ * @summary 查询应用列表
179
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
180
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
181
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
182
+ * @param {'ACTIVATION' | 'DEACTIVATION' | 'ARREARS'} [state] 应用的状态: - ACTIVATION:应用开启 - DEACTIVATION:应用停用 - ARREARS:应用欠费
183
+ * @param {number} [offset] 查询结果起始编号,此处代表分页的页码,默认为0。
184
+ * @param {number} [limit] 查询结果集数量,此处代表每一页的条数,最小为1,最大为100。默认为100。
185
+ * @param {*} [options] Override http request option.
186
+ * @throws {RequiredError}
187
+ */
188
+ listApps(listAppsRequest?: ListAppsRequest): Promise<ListAppsResponse>;
189
+ /**
190
+ * 调用此接口查询录制规则列表。
191
+ *
192
+ * Please refer to HUAWEI cloud API Explorer for details.
193
+ *
194
+ * @summary 查询录制规则列表
195
+ * @param {string} appId 应用id
196
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
197
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
198
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
199
+ * @param {number} [offset] 查询结果起始编号,此处代表分页的页码
200
+ * @param {number} [limit] 查询结果集数量,此处代表每一页的条数
201
+ * @param {*} [options] Override http request option.
202
+ * @throws {RequiredError}
203
+ */
204
+ listRecordRules(listRecordRulesRequest?: ListRecordRulesRequest): Promise<ListRecordRulesResponse>;
205
+ /**
206
+ * 调用此接口解散房间,将该房间中所有用户踢出房间。
207
+ *
208
+ * Please refer to HUAWEI cloud API Explorer for details.
209
+ *
210
+ * @summary 解散房间
211
+ * @param {string} appId 应用id
212
+ * @param {string} roomId 房间id
213
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
214
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
215
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
216
+ * @param {*} [options] Override http request option.
217
+ * @throws {RequiredError}
218
+ */
219
+ removeRoom(removeRoomRequest?: RemoveRoomRequest): Promise<RemoveRoomResponse>;
220
+ /**
221
+ * 调用此接口强制用户离开房间。
222
+ *
223
+ * Please refer to HUAWEI cloud API Explorer for details.
224
+ *
225
+ * @summary 踢除在线用户
226
+ * @param {string} appId 应用id
227
+ * @param {string} roomId 房间id
228
+ * @param {RemoveUsersReq} removeUsersV2RequestBody 踢用户请求参数
229
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
230
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
231
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
232
+ * @param {*} [options] Override http request option.
233
+ * @throws {RequiredError}
234
+ */
235
+ removeUsers(removeUsersRequest?: RemoveUsersRequest): Promise<RemoveUsersResponse>;
236
+ /**
237
+ * 调用此接口查询单个应用详情。
238
+ *
239
+ * Please refer to HUAWEI cloud API Explorer for details.
240
+ *
241
+ * @summary 查询单个应用
242
+ * @param {string} appId 应用id
243
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
244
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
245
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
246
+ * @param {*} [options] Override http request option.
247
+ * @throws {RequiredError}
248
+ */
249
+ showApp(showAppRequest?: ShowAppRequest): Promise<ShowAppResponse>;
250
+ /**
251
+ * 调用此接口查询自动录制配置
252
+ *
253
+ * Please refer to HUAWEI cloud API Explorer for details.
254
+ *
255
+ * @summary 查询自动录制配置
256
+ * @param {string} appId 应用id
257
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
258
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
259
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
260
+ * @param {*} [options] Override http request option.
261
+ * @throws {RequiredError}
262
+ */
263
+ showAutoRecord(showAutoRecordRequest?: ShowAutoRecordRequest): Promise<ShowAutoRecordResponse>;
264
+ /**
265
+ * 调用此接口查询单流任务状态。
266
+ *
267
+ * 租户的OBS桶内的情况,暂不支持查询。
268
+ *
269
+ * Please refer to HUAWEI cloud API Explorer for details.
270
+ *
271
+ * @summary 查询单流任务状态
272
+ * @param {string} appId 应用id
273
+ * @param {string} jobId 任务编号
274
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
275
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
276
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
277
+ * @param {*} [options] Override http request option.
278
+ * @throws {RequiredError}
279
+ */
280
+ showIndividualStreamJob(showIndividualStreamJobRequest?: ShowIndividualStreamJobRequest): Promise<ShowIndividualStreamJobResponse>;
281
+ /**
282
+ * 调用此接口查询合流转码任务状态。
283
+ *
284
+ * Please refer to HUAWEI cloud API Explorer for details.
285
+ *
286
+ * @summary 查询合流任务
287
+ * @param {string} appId 应用id
288
+ * @param {string} jobId 任务编号
289
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
290
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
291
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
292
+ * @param {*} [options] Override http request option.
293
+ * @throws {RequiredError}
294
+ */
295
+ showMixJob(showMixJobRequest?: ShowMixJobRequest): Promise<ShowMixJobResponse>;
296
+ /**
297
+ * 调用此接口查询增值(录制)事件回调配置
298
+ *
299
+ * Please refer to HUAWEI cloud API Explorer for details.
300
+ *
301
+ * @summary 查询增值(录制)事件回调配置
302
+ * @param {string} appId 应用id
303
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
304
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
305
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
306
+ * @param {*} [options] Override http request option.
307
+ * @throws {RequiredError}
308
+ */
309
+ showRecordCallback(showRecordCallbackRequest?: ShowRecordCallbackRequest): Promise<ShowRecordCallbackResponse>;
310
+ /**
311
+ * 调用此接口查询指定录制规则。
312
+ *
313
+ * Please refer to HUAWEI cloud API Explorer for details.
314
+ *
315
+ * @summary 查询录制规则
316
+ * @param {string} appId 应用id
317
+ * @param {string} ruleId 规则id
318
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
319
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
320
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
321
+ * @param {*} [options] Override http request option.
322
+ * @throws {RequiredError}
323
+ */
324
+ showRecordRule(showRecordRuleRequest?: ShowRecordRuleRequest): Promise<ShowRecordRuleResponse>;
325
+ /**
326
+ * 查询应用鉴权配置参数
327
+ *
328
+ * Please refer to HUAWEI cloud API Explorer for details.
329
+ *
330
+ * @summary 查询访问控制参数
331
+ * @param {string} appId 应用id
332
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
333
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
334
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
335
+ * @param {*} [options] Override http request option.
336
+ * @throws {RequiredError}
337
+ */
338
+ showUrlAuth(showUrlAuthRequest?: ShowUrlAuthRequest): Promise<ShowUrlAuthResponse>;
339
+ /**
340
+ * 调用此接口启用单个应用。
341
+ *
342
+ * Please refer to HUAWEI cloud API Explorer for details.
343
+ *
344
+ * @summary 启用应用
345
+ * @param {string} appId 应用id
346
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
347
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
348
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
349
+ * @param {*} [options] Override http request option.
350
+ * @throws {RequiredError}
351
+ */
352
+ startApp(startAppRequest?: StartAppRequest): Promise<StartAppResponse>;
353
+ /**
354
+ * 调用此接口停用单个应用。
355
+ *
356
+ * 应用停用后,新房间无法新增和加入,已加入的房间可以继续使用。合流、录制功能等也不可用。
357
+ *
358
+ * Please refer to HUAWEI cloud API Explorer for details.
359
+ *
360
+ * @summary 停用应用
361
+ * @param {string} appId 应用id
362
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
363
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
364
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
365
+ * @param {*} [options] Override http request option.
366
+ * @throws {RequiredError}
367
+ */
368
+ stopApp(stopAppRequest?: StopAppRequest): Promise<StopAppResponse>;
369
+ /**
370
+ * 调用此接口停止单流任务
371
+ *
372
+ * Please refer to HUAWEI cloud API Explorer for details.
373
+ *
374
+ * @summary 停止单流任务
375
+ * @param {string} appId 应用id
376
+ * @param {string} jobId 任务ID
377
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
378
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
379
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
380
+ * @param {*} [options] Override http request option.
381
+ * @throws {RequiredError}
382
+ */
383
+ stopIndividualStreamJob(stopIndividualStreamJobRequest?: StopIndividualStreamJobRequest): Promise<StopIndividualStreamJobResponse>;
384
+ /**
385
+ * 调用此接口停止已下发的合流转码任务。
386
+ *
387
+ * Please refer to HUAWEI cloud API Explorer for details.
388
+ *
389
+ * @summary 停止合流任务
390
+ * @param {string} appId 应用id
391
+ * @param {string} jobId 任务编号
392
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
393
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
394
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
395
+ * @param {*} [options] Override http request option.
396
+ * @throws {RequiredError}
397
+ */
398
+ stopMixJob(stopMixJobRequest?: StopMixJobRequest): Promise<StopMixJobResponse>;
399
+ /**
400
+ * 更新自动录制配置,租户可以开启自动单流录制或者停用自动单流录制。
401
+ *
402
+ * Please refer to HUAWEI cloud API Explorer for details.
403
+ *
404
+ * @summary 更新自动录制配置
405
+ * @param {string} appId 应用id
406
+ * @param {AutoRecordModeReq} updateAutoRecordRequestBody 自动录制配置参数
407
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
408
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
409
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
410
+ * @param {*} [options] Override http request option.
411
+ * @throws {RequiredError}
412
+ */
413
+ updateAutoRecord(updateAutoRecordRequest?: UpdateAutoRecordRequest): Promise<UpdateAutoRecordResponse>;
414
+ /**
415
+ * 调用此接口修改单流任务。
416
+ *
417
+ * 仅部分场景支持修改。
418
+ *
419
+ * Please refer to HUAWEI cloud API Explorer for details.
420
+ *
421
+ * @summary 更新单流任务
422
+ * @param {string} appId 应用id
423
+ * @param {string} jobId 任务编号
424
+ * @param {UpdateIndividualJobReq} updateIndividualStreamJobV2RequestBody 启动单流转码参数
425
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
426
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
427
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
428
+ * @param {*} [options] Override http request option.
429
+ * @throws {RequiredError}
430
+ */
431
+ updateIndividualStreamJob(updateIndividualStreamJobRequest?: UpdateIndividualStreamJobRequest): Promise<UpdateIndividualStreamJobResponse>;
432
+ /**
433
+ * 调用此接口更新合流任务布局。
434
+ *
435
+ * Please refer to HUAWEI cloud API Explorer for details.
436
+ *
437
+ * @summary 修改合流任务
438
+ * @param {string} appId 应用id
439
+ * @param {string} jobId 任务编号
440
+ * @param {UpdateMixJobReq} updateMixJobRequestBody 启动合流转码参数
441
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
442
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
443
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
444
+ * @param {*} [options] Override http request option.
445
+ * @throws {RequiredError}
446
+ */
447
+ updateMixJob(updateMixJobRequest?: UpdateMixJobRequest): Promise<UpdateMixJobResponse>;
448
+ /**
449
+ * 调用此接口配置增值(录制)事件上报回调。
450
+ *
451
+ * 当任务发生订阅了的事件时,通过该接口配置的回调地址通知。
452
+ *
453
+ * 回调格式参考/customer-record-notify-url定义。
454
+ *
455
+ * Please refer to HUAWEI cloud API Explorer for details.
456
+ *
457
+ * @summary 配置RTC增值(录制)事件回调
458
+ * @param {string} appId 应用id
459
+ * @param {AppCallbackUrlReq} updateRecordCallbackRequestBody 增值(录制)事件回调请求体
460
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
461
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
462
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
463
+ * @param {*} [options] Override http request option.
464
+ * @throws {RequiredError}
465
+ */
466
+ updateRecordCallback(updateRecordCallbackRequest?: UpdateRecordCallbackRequest): Promise<UpdateRecordCallbackResponse>;
467
+ /**
468
+ * 调用此接口更新录制规则。
469
+ *
470
+ * Please refer to HUAWEI cloud API Explorer for details.
471
+ *
472
+ * @summary 更新录制规则
473
+ * @param {string} appId 应用id
474
+ * @param {string} ruleId 规则id
475
+ * @param {RecordRuleReq} updateRecordRuleRequestBody 录制规则请求
476
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
477
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
478
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
479
+ * @param {*} [options] Override http request option.
480
+ * @throws {RequiredError}
481
+ */
482
+ updateRecordRule(updateRecordRuleRequest?: UpdateRecordRuleRequest): Promise<UpdateRecordRuleResponse>;
483
+ /**
484
+ * 调用此接口开启或关闭URL鉴权。
485
+ *
486
+ * Please refer to HUAWEI cloud API Explorer for details.
487
+ *
488
+ * @summary 开关访问控制
489
+ * @param {string} appId 应用id
490
+ * @param {AppAuthReq} updateUrlAuthRequestBody URL鉴权请求消息体
491
+ * @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
492
+ * @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
493
+ * @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
494
+ * @param {*} [options] Override http request option.
495
+ * @throws {RequiredError}
496
+ */
497
+ updateUrlAuth(updateUrlAuthRequest?: UpdateUrlAuthRequest): Promise<UpdateUrlAuthResponse>;
498
+ }
499
+ export declare const ParamCreater: () => {
500
+ /**
501
+ * 调用此接口创建应用。
502
+ *
503
+ * Please refer to HUAWEI cloud API Explorer for details.
504
+ */
505
+ createApp(createAppRequest?: CreateAppRequest): {
506
+ method: string;
507
+ url: string;
508
+ contentType: string;
509
+ queryParams: {};
510
+ pathParams: {};
511
+ headers: {};
512
+ data: {};
513
+ };
514
+ /**
515
+ * 调用此接口接口启动单流任务。
516
+ *
517
+ * API触发单流录制流名规则:{jobtype}\\_{jobid}\\_{roomid}\\_{userid}
518
+ *
519
+ * jobtype取值为\&#39;s\&#39;代表单流录制。
520
+ *
521
+ * Please refer to HUAWEI cloud API Explorer for details.
522
+ */
523
+ createIndividualStreamJob(createIndividualStreamJobRequest?: CreateIndividualStreamJobRequest): {
524
+ method: string;
525
+ url: string;
526
+ contentType: string;
527
+ queryParams: {};
528
+ pathParams: {};
529
+ headers: {};
530
+ data: {};
531
+ };
532
+ /**
533
+ * 调用此接口创建合流转码任务。
534
+ *
535
+ * 支持纯音频录制和音视频录制:
536
+ *
537
+ * - 纯音频录制
538
+ *
539
+ * encode_template填audio_only,音频合流会动态选择最大三方的声音。
540
+ *
541
+ * layout_template、layout_panes以及其他视频相关参数都不填,填就忽略。
542
+ *
543
+ * - 音视频录制(包括共享桌面)
544
+ *
545
+ * encode_template非audio_only,layout_template、layout_panes必须非空。
546
+ *
547
+ * 音频合流会动态选择最大三方的声音。
548
+ *
549
+ * API触发合流录制流名规则:{jobtype}\\_{jobid}\\_{roomid},其中jobtype取值为\&#39;m\&#39;代表合流录制。
550
+ *
551
+ * Please refer to HUAWEI cloud API Explorer for details.
552
+ */
553
+ createMixJob(createMixJobRequest?: CreateMixJobRequest): {
554
+ method: string;
555
+ url: string;
556
+ contentType: string;
557
+ queryParams: {};
558
+ pathParams: {};
559
+ headers: {};
560
+ data: {};
561
+ };
562
+ /**
563
+ * 调用此接口创建或更新录制规则。
564
+ *
565
+ * - 若当前app在请求的location中无录制规则,则会创建新的录制规则
566
+ * - 若当前app在请求的location中已有录制规则,则会更新原来的录制规则
567
+ *
568
+ * Please refer to HUAWEI cloud API Explorer for details.
569
+ */
570
+ createRecordRule(createRecordRuleRequest?: CreateRecordRuleRequest): {
571
+ method: string;
572
+ url: string;
573
+ contentType: string;
574
+ queryParams: {};
575
+ pathParams: {};
576
+ headers: {};
577
+ data: {};
578
+ };
579
+ /**
580
+ * 调用此接口删除单个应用。
581
+ *
582
+ * Please refer to HUAWEI cloud API Explorer for details.
583
+ */
584
+ deleteApp(deleteAppRequest?: DeleteAppRequest): {
585
+ method: string;
586
+ url: string;
587
+ contentType: string;
588
+ queryParams: {};
589
+ pathParams: {};
590
+ headers: {};
591
+ };
592
+ /**
593
+ * 调用此接口删除录制规则,对于正在使用的录制规则,不允许删除。
594
+ *
595
+ * Please refer to HUAWEI cloud API Explorer for details.
596
+ */
597
+ deleteRecordRule(deleteRecordRuleRequest?: DeleteRecordRuleRequest): {
598
+ method: string;
599
+ url: string;
600
+ contentType: string;
601
+ queryParams: {};
602
+ pathParams: {};
603
+ headers: {};
604
+ };
605
+ /**
606
+ * 调用此接口查询应用列表。
607
+ *
608
+ * Please refer to HUAWEI cloud API Explorer for details.
609
+ */
610
+ listApps(listAppsRequest?: ListAppsRequest): {
611
+ method: string;
612
+ url: string;
613
+ contentType: string;
614
+ queryParams: {};
615
+ pathParams: {};
616
+ headers: {};
617
+ };
618
+ /**
619
+ * 调用此接口查询录制规则列表。
620
+ *
621
+ * Please refer to HUAWEI cloud API Explorer for details.
622
+ */
623
+ listRecordRules(listRecordRulesRequest?: ListRecordRulesRequest): {
624
+ method: string;
625
+ url: string;
626
+ contentType: string;
627
+ queryParams: {};
628
+ pathParams: {};
629
+ headers: {};
630
+ };
631
+ /**
632
+ * 调用此接口解散房间,将该房间中所有用户踢出房间。
633
+ *
634
+ * Please refer to HUAWEI cloud API Explorer for details.
635
+ */
636
+ removeRoom(removeRoomRequest?: RemoveRoomRequest): {
637
+ method: string;
638
+ url: string;
639
+ contentType: string;
640
+ queryParams: {};
641
+ pathParams: {};
642
+ headers: {};
643
+ };
644
+ /**
645
+ * 调用此接口强制用户离开房间。
646
+ *
647
+ * Please refer to HUAWEI cloud API Explorer for details.
648
+ */
649
+ removeUsers(removeUsersRequest?: RemoveUsersRequest): {
650
+ method: string;
651
+ url: string;
652
+ contentType: string;
653
+ queryParams: {};
654
+ pathParams: {};
655
+ headers: {};
656
+ data: {};
657
+ };
658
+ /**
659
+ * 调用此接口查询单个应用详情。
660
+ *
661
+ * Please refer to HUAWEI cloud API Explorer for details.
662
+ */
663
+ showApp(showAppRequest?: ShowAppRequest): {
664
+ method: string;
665
+ url: string;
666
+ contentType: string;
667
+ queryParams: {};
668
+ pathParams: {};
669
+ headers: {};
670
+ };
671
+ /**
672
+ * 调用此接口查询自动录制配置
673
+ *
674
+ * Please refer to HUAWEI cloud API Explorer for details.
675
+ */
676
+ showAutoRecord(showAutoRecordRequest?: ShowAutoRecordRequest): {
677
+ method: string;
678
+ url: string;
679
+ contentType: string;
680
+ queryParams: {};
681
+ pathParams: {};
682
+ headers: {};
683
+ };
684
+ /**
685
+ * 调用此接口查询单流任务状态。
686
+ *
687
+ * 租户的OBS桶内的情况,暂不支持查询。
688
+ *
689
+ * Please refer to HUAWEI cloud API Explorer for details.
690
+ */
691
+ showIndividualStreamJob(showIndividualStreamJobRequest?: ShowIndividualStreamJobRequest): {
692
+ method: string;
693
+ url: string;
694
+ contentType: string;
695
+ queryParams: {};
696
+ pathParams: {};
697
+ headers: {};
698
+ };
699
+ /**
700
+ * 调用此接口查询合流转码任务状态。
701
+ *
702
+ * Please refer to HUAWEI cloud API Explorer for details.
703
+ */
704
+ showMixJob(showMixJobRequest?: ShowMixJobRequest): {
705
+ method: string;
706
+ url: string;
707
+ contentType: string;
708
+ queryParams: {};
709
+ pathParams: {};
710
+ headers: {};
711
+ };
712
+ /**
713
+ * 调用此接口查询增值(录制)事件回调配置
714
+ *
715
+ * Please refer to HUAWEI cloud API Explorer for details.
716
+ */
717
+ showRecordCallback(showRecordCallbackRequest?: ShowRecordCallbackRequest): {
718
+ method: string;
719
+ url: string;
720
+ contentType: string;
721
+ queryParams: {};
722
+ pathParams: {};
723
+ headers: {};
724
+ };
725
+ /**
726
+ * 调用此接口查询指定录制规则。
727
+ *
728
+ * Please refer to HUAWEI cloud API Explorer for details.
729
+ */
730
+ showRecordRule(showRecordRuleRequest?: ShowRecordRuleRequest): {
731
+ method: string;
732
+ url: string;
733
+ contentType: string;
734
+ queryParams: {};
735
+ pathParams: {};
736
+ headers: {};
737
+ };
738
+ /**
739
+ * 查询应用鉴权配置参数
740
+ *
741
+ * Please refer to HUAWEI cloud API Explorer for details.
742
+ */
743
+ showUrlAuth(showUrlAuthRequest?: ShowUrlAuthRequest): {
744
+ method: string;
745
+ url: string;
746
+ contentType: string;
747
+ queryParams: {};
748
+ pathParams: {};
749
+ headers: {};
750
+ };
751
+ /**
752
+ * 调用此接口启用单个应用。
753
+ *
754
+ * Please refer to HUAWEI cloud API Explorer for details.
755
+ */
756
+ startApp(startAppRequest?: StartAppRequest): {
757
+ method: string;
758
+ url: string;
759
+ contentType: string;
760
+ queryParams: {};
761
+ pathParams: {};
762
+ headers: {};
763
+ };
764
+ /**
765
+ * 调用此接口停用单个应用。
766
+ *
767
+ * 应用停用后,新房间无法新增和加入,已加入的房间可以继续使用。合流、录制功能等也不可用。
768
+ *
769
+ * Please refer to HUAWEI cloud API Explorer for details.
770
+ */
771
+ stopApp(stopAppRequest?: StopAppRequest): {
772
+ method: string;
773
+ url: string;
774
+ contentType: string;
775
+ queryParams: {};
776
+ pathParams: {};
777
+ headers: {};
778
+ };
779
+ /**
780
+ * 调用此接口停止单流任务
781
+ *
782
+ * Please refer to HUAWEI cloud API Explorer for details.
783
+ */
784
+ stopIndividualStreamJob(stopIndividualStreamJobRequest?: StopIndividualStreamJobRequest): {
785
+ method: string;
786
+ url: string;
787
+ contentType: string;
788
+ queryParams: {};
789
+ pathParams: {};
790
+ headers: {};
791
+ };
792
+ /**
793
+ * 调用此接口停止已下发的合流转码任务。
794
+ *
795
+ * Please refer to HUAWEI cloud API Explorer for details.
796
+ */
797
+ stopMixJob(stopMixJobRequest?: StopMixJobRequest): {
798
+ method: string;
799
+ url: string;
800
+ contentType: string;
801
+ queryParams: {};
802
+ pathParams: {};
803
+ headers: {};
804
+ };
805
+ /**
806
+ * 更新自动录制配置,租户可以开启自动单流录制或者停用自动单流录制。
807
+ *
808
+ * Please refer to HUAWEI cloud API Explorer for details.
809
+ */
810
+ updateAutoRecord(updateAutoRecordRequest?: UpdateAutoRecordRequest): {
811
+ method: string;
812
+ url: string;
813
+ contentType: string;
814
+ queryParams: {};
815
+ pathParams: {};
816
+ headers: {};
817
+ data: {};
818
+ };
819
+ /**
820
+ * 调用此接口修改单流任务。
821
+ *
822
+ * 仅部分场景支持修改。
823
+ *
824
+ * Please refer to HUAWEI cloud API Explorer for details.
825
+ */
826
+ updateIndividualStreamJob(updateIndividualStreamJobRequest?: UpdateIndividualStreamJobRequest): {
827
+ method: string;
828
+ url: string;
829
+ contentType: string;
830
+ queryParams: {};
831
+ pathParams: {};
832
+ headers: {};
833
+ data: {};
834
+ };
835
+ /**
836
+ * 调用此接口更新合流任务布局。
837
+ *
838
+ * Please refer to HUAWEI cloud API Explorer for details.
839
+ */
840
+ updateMixJob(updateMixJobRequest?: UpdateMixJobRequest): {
841
+ method: string;
842
+ url: string;
843
+ contentType: string;
844
+ queryParams: {};
845
+ pathParams: {};
846
+ headers: {};
847
+ data: {};
848
+ };
849
+ /**
850
+ * 调用此接口配置增值(录制)事件上报回调。
851
+ *
852
+ * 当任务发生订阅了的事件时,通过该接口配置的回调地址通知。
853
+ *
854
+ * 回调格式参考/customer-record-notify-url定义。
855
+ *
856
+ * Please refer to HUAWEI cloud API Explorer for details.
857
+ */
858
+ updateRecordCallback(updateRecordCallbackRequest?: UpdateRecordCallbackRequest): {
859
+ method: string;
860
+ url: string;
861
+ contentType: string;
862
+ queryParams: {};
863
+ pathParams: {};
864
+ headers: {};
865
+ data: {};
866
+ };
867
+ /**
868
+ * 调用此接口更新录制规则。
869
+ *
870
+ * Please refer to HUAWEI cloud API Explorer for details.
871
+ */
872
+ updateRecordRule(updateRecordRuleRequest?: UpdateRecordRuleRequest): {
873
+ method: string;
874
+ url: string;
875
+ contentType: string;
876
+ queryParams: {};
877
+ pathParams: {};
878
+ headers: {};
879
+ data: {};
880
+ };
881
+ /**
882
+ * 调用此接口开启或关闭URL鉴权。
883
+ *
884
+ * Please refer to HUAWEI cloud API Explorer for details.
885
+ */
886
+ updateUrlAuth(updateUrlAuthRequest?: UpdateUrlAuthRequest): {
887
+ method: string;
888
+ url: string;
889
+ contentType: string;
890
+ queryParams: {};
891
+ pathParams: {};
892
+ headers: {};
893
+ data: {};
894
+ };
895
+ };
896
+ /**
897
+ *
898
+ * @export
899
+ * @class RequiredError
900
+ * @extends {Error}
901
+ */
902
+ export declare class RequiredError extends Error {
903
+ field: string;
904
+ name: "RequiredError";
905
+ constructor(field: string, msg?: string);
906
+ }