@azure/communication-call-automation 1.6.0-beta.2 → 1.6.0

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 (492) hide show
  1. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  2. package/dist/commonjs/callAutomationClient.js +328 -271
  3. package/dist/commonjs/callAutomationClient.js.map +7 -1
  4. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  5. package/dist/commonjs/callAutomationEventParser.js +193 -184
  6. package/dist/commonjs/callAutomationEventParser.js.map +7 -1
  7. package/dist/commonjs/callConnection.d.ts +5 -5
  8. package/dist/commonjs/callConnection.d.ts.map +1 -1
  9. package/dist/commonjs/callConnection.js +339 -287
  10. package/dist/commonjs/callConnection.js.map +7 -1
  11. package/dist/commonjs/callMedia.d.ts +3 -8
  12. package/dist/commonjs/callMedia.d.ts.map +1 -1
  13. package/dist/commonjs/callMedia.js +402 -429
  14. package/dist/commonjs/callMedia.js.map +7 -1
  15. package/dist/commonjs/callRecording.js +214 -190
  16. package/dist/commonjs/callRecording.js.map +7 -1
  17. package/dist/commonjs/contentDownloader.d.ts +12 -0
  18. package/dist/commonjs/contentDownloader.d.ts.map +1 -1
  19. package/dist/commonjs/contentDownloader.js +139 -101
  20. package/dist/commonjs/contentDownloader.js.map +7 -1
  21. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -1
  22. package/dist/commonjs/generated/src/callAutomationApiClient.js +258 -222
  23. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +7 -1
  24. package/dist/commonjs/generated/src/index.js +36 -19
  25. package/dist/commonjs/generated/src/index.js.map +7 -1
  26. package/dist/commonjs/generated/src/models/index.d.ts +243 -457
  27. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  28. package/dist/commonjs/generated/src/models/index.js +278 -367
  29. package/dist/commonjs/generated/src/models/index.js.map +7 -1
  30. package/dist/commonjs/generated/src/models/mappers.d.ts +21 -26
  31. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  32. package/dist/commonjs/generated/src/models/mappers.js +4240 -4281
  33. package/dist/commonjs/generated/src/models/mappers.js.map +7 -1
  34. package/dist/commonjs/generated/src/models/parameters.d.ts +0 -1
  35. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  36. package/dist/commonjs/generated/src/models/parameters.js +287 -211
  37. package/dist/commonjs/generated/src/models/parameters.js.map +7 -1
  38. package/dist/commonjs/generated/src/operations/callConnection.d.ts +1 -1
  39. package/dist/commonjs/generated/src/operations/callConnection.js +454 -382
  40. package/dist/commonjs/generated/src/operations/callConnection.js.map +7 -1
  41. package/dist/commonjs/generated/src/operations/callMedia.d.ts +1 -8
  42. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  43. package/dist/commonjs/generated/src/operations/callMedia.js +394 -354
  44. package/dist/commonjs/generated/src/operations/callMedia.js.map +7 -1
  45. package/dist/commonjs/generated/src/operations/callRecording.js +180 -139
  46. package/dist/commonjs/generated/src/operations/callRecording.js.map +7 -1
  47. package/dist/commonjs/generated/src/operations/index.js +26 -14
  48. package/dist/commonjs/generated/src/operations/index.js.map +7 -1
  49. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
  50. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js +16 -10
  51. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +7 -1
  52. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
  53. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  54. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js +16 -10
  55. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +7 -1
  56. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js +16 -10
  57. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +7 -1
  58. package/dist/commonjs/generated/src/operationsInterfaces/index.js +26 -14
  59. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +7 -1
  60. package/dist/commonjs/generated/src/pagingHelper.js +40 -30
  61. package/dist/commonjs/generated/src/pagingHelper.js.map +7 -1
  62. package/dist/commonjs/index.d.ts +3 -3
  63. package/dist/commonjs/index.d.ts.map +1 -1
  64. package/dist/commonjs/index.js +36 -17
  65. package/dist/commonjs/index.js.map +7 -1
  66. package/dist/commonjs/models/events.d.ts +297 -237
  67. package/dist/commonjs/models/events.d.ts.map +1 -1
  68. package/dist/commonjs/models/events.js +16 -5
  69. package/dist/commonjs/models/events.js.map +7 -1
  70. package/dist/commonjs/models/logger.js +29 -11
  71. package/dist/commonjs/models/logger.js.map +7 -1
  72. package/dist/commonjs/models/mapper.js +99 -78
  73. package/dist/commonjs/models/mapper.js.map +7 -1
  74. package/dist/commonjs/models/models.d.ts +8 -29
  75. package/dist/commonjs/models/models.d.ts.map +1 -1
  76. package/dist/commonjs/models/models.js +68 -61
  77. package/dist/commonjs/models/models.js.map +7 -1
  78. package/dist/commonjs/models/options.d.ts +11 -65
  79. package/dist/commonjs/models/options.d.ts.map +1 -1
  80. package/dist/commonjs/models/options.js +16 -5
  81. package/dist/commonjs/models/options.js.map +7 -1
  82. package/dist/commonjs/models/responses.js +16 -5
  83. package/dist/commonjs/models/responses.js.map +7 -1
  84. package/dist/commonjs/models/streaming.d.ts +1 -12
  85. package/dist/commonjs/models/streaming.d.ts.map +1 -1
  86. package/dist/commonjs/models/streaming.js +55 -39
  87. package/dist/commonjs/models/streaming.js.map +7 -1
  88. package/dist/commonjs/streamingData.d.ts.map +1 -1
  89. package/dist/commonjs/streamingData.js +112 -99
  90. package/dist/commonjs/streamingData.js.map +7 -1
  91. package/dist/commonjs/tsdoc-metadata.json +1 -1
  92. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  93. package/dist/commonjs/utli/converters.js +285 -275
  94. package/dist/commonjs/utli/converters.js.map +7 -1
  95. package/dist/commonjs/utli/recordingUrlValidator.d.ts +9 -0
  96. package/dist/commonjs/utli/recordingUrlValidator.d.ts.map +1 -0
  97. package/dist/commonjs/utli/recordingUrlValidator.js +56 -0
  98. package/dist/commonjs/utli/recordingUrlValidator.js.map +7 -0
  99. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  100. package/dist/esm/callAutomationClient.js +1 -4
  101. package/dist/esm/callAutomationClient.js.map +1 -1
  102. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  103. package/dist/esm/callAutomationEventParser.js +8 -15
  104. package/dist/esm/callAutomationEventParser.js.map +1 -1
  105. package/dist/esm/callConnection.d.ts +5 -5
  106. package/dist/esm/callConnection.d.ts.map +1 -1
  107. package/dist/esm/callConnection.js +11 -10
  108. package/dist/esm/callConnection.js.map +1 -1
  109. package/dist/esm/callMedia.d.ts +3 -8
  110. package/dist/esm/callMedia.d.ts.map +1 -1
  111. package/dist/esm/callMedia.js +7 -35
  112. package/dist/esm/callMedia.js.map +1 -1
  113. package/dist/esm/contentDownloader.d.ts +12 -0
  114. package/dist/esm/contentDownloader.d.ts.map +1 -1
  115. package/dist/esm/contentDownloader.js +37 -8
  116. package/dist/esm/contentDownloader.js.map +1 -1
  117. package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -1
  118. package/dist/esm/generated/src/callAutomationApiClient.js +3 -3
  119. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  120. package/dist/esm/generated/src/models/index.d.ts +243 -457
  121. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  122. package/dist/esm/generated/src/models/index.js +28 -40
  123. package/dist/esm/generated/src/models/index.js.map +1 -1
  124. package/dist/esm/generated/src/models/mappers.d.ts +21 -26
  125. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  126. package/dist/esm/generated/src/models/mappers.js +327 -602
  127. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  128. package/dist/esm/generated/src/models/parameters.d.ts +0 -1
  129. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  130. package/dist/esm/generated/src/models/parameters.js +2 -6
  131. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  132. package/dist/esm/generated/src/operations/callConnection.d.ts +1 -1
  133. package/dist/esm/generated/src/operations/callConnection.js +1 -1
  134. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  135. package/dist/esm/generated/src/operations/callMedia.d.ts +1 -8
  136. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  137. package/dist/esm/generated/src/operations/callMedia.js +0 -25
  138. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  139. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
  140. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  141. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
  142. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  143. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  144. package/dist/esm/index.d.ts +3 -3
  145. package/dist/esm/index.d.ts.map +1 -1
  146. package/dist/esm/index.js +0 -3
  147. package/dist/esm/index.js.map +1 -1
  148. package/dist/esm/models/events.d.ts +297 -237
  149. package/dist/esm/models/events.d.ts.map +1 -1
  150. package/dist/esm/models/events.js.map +1 -1
  151. package/dist/esm/models/models.d.ts +8 -29
  152. package/dist/esm/models/models.d.ts.map +1 -1
  153. package/dist/esm/models/models.js.map +1 -1
  154. package/dist/esm/models/options.d.ts +11 -65
  155. package/dist/esm/models/options.d.ts.map +1 -1
  156. package/dist/esm/models/options.js.map +1 -1
  157. package/dist/esm/models/streaming.d.ts +1 -12
  158. package/dist/esm/models/streaming.d.ts.map +1 -1
  159. package/dist/esm/models/streaming.js.map +1 -1
  160. package/dist/esm/streamingData.d.ts.map +1 -1
  161. package/dist/esm/streamingData.js +0 -5
  162. package/dist/esm/streamingData.js.map +1 -1
  163. package/dist/esm/utli/converters.d.ts.map +1 -1
  164. package/dist/esm/utli/converters.js +1 -1
  165. package/dist/esm/utli/converters.js.map +1 -1
  166. package/dist/esm/utli/recordingUrlValidator.d.ts +9 -0
  167. package/dist/esm/utli/recordingUrlValidator.d.ts.map +1 -0
  168. package/dist/esm/utli/recordingUrlValidator.js +45 -0
  169. package/dist/esm/utli/recordingUrlValidator.js.map +1 -0
  170. package/package.json +37 -50
  171. package/dist/browser/callAutomationClient.d.ts +0 -98
  172. package/dist/browser/callAutomationClient.d.ts.map +0 -1
  173. package/dist/browser/callAutomationClient.js +0 -275
  174. package/dist/browser/callAutomationClient.js.map +0 -1
  175. package/dist/browser/callAutomationEventParser.d.ts +0 -6
  176. package/dist/browser/callAutomationEventParser.d.ts.map +0 -1
  177. package/dist/browser/callAutomationEventParser.js +0 -189
  178. package/dist/browser/callAutomationEventParser.js.map +0 -1
  179. package/dist/browser/callConnection.d.ts +0 -83
  180. package/dist/browser/callConnection.d.ts.map +0 -1
  181. package/dist/browser/callConnection.js +0 -289
  182. package/dist/browser/callConnection.js.map +0 -1
  183. package/dist/browser/callMedia.d.ts +0 -114
  184. package/dist/browser/callMedia.d.ts.map +0 -1
  185. package/dist/browser/callMedia.js +0 -433
  186. package/dist/browser/callMedia.js.map +0 -1
  187. package/dist/browser/callRecording.d.ts +0 -70
  188. package/dist/browser/callRecording.d.ts.map +0 -1
  189. package/dist/browser/callRecording.js +0 -195
  190. package/dist/browser/callRecording.js.map +0 -1
  191. package/dist/browser/contentDownloader.d.ts +0 -25
  192. package/dist/browser/contentDownloader.d.ts.map +0 -1
  193. package/dist/browser/contentDownloader.js +0 -103
  194. package/dist/browser/contentDownloader.js.map +0 -1
  195. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
  196. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
  197. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
  198. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
  199. package/dist/browser/credential/callAutomationAuthPolicy.d.ts +0 -22
  200. package/dist/browser/credential/callAutomationAuthPolicy.d.ts.map +0 -1
  201. package/dist/browser/credential/callAutomationAuthPolicy.js +0 -53
  202. package/dist/browser/credential/callAutomationAuthPolicy.js.map +0 -1
  203. package/dist/browser/credential/cryptoUtils-browser.d.mts.map +0 -1
  204. package/dist/browser/credential/cryptoUtils-browser.mjs.map +0 -1
  205. package/dist/browser/credential/cryptoUtils.d.ts +0 -3
  206. package/dist/browser/credential/cryptoUtils.js +0 -20
  207. package/dist/browser/credential/encodeUtils.browser.d.ts +0 -4
  208. package/dist/browser/credential/encodeUtils.browser.d.ts.map +0 -1
  209. package/dist/browser/credential/encodeUtils.browser.js +0 -26
  210. package/dist/browser/credential/encodeUtils.browser.js.map +0 -1
  211. package/dist/browser/generated/src/callAutomationApiClient.d.ts +0 -49
  212. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +0 -1
  213. package/dist/browser/generated/src/callAutomationApiClient.js +0 -235
  214. package/dist/browser/generated/src/callAutomationApiClient.js.map +0 -1
  215. package/dist/browser/generated/src/index.d.ts +0 -5
  216. package/dist/browser/generated/src/index.d.ts.map +0 -1
  217. package/dist/browser/generated/src/index.js +0 -13
  218. package/dist/browser/generated/src/index.js.map +0 -1
  219. package/dist/browser/generated/src/models/index.d.ts +0 -2342
  220. package/dist/browser/generated/src/models/index.d.ts.map +0 -1
  221. package/dist/browser/generated/src/models/index.js +0 -364
  222. package/dist/browser/generated/src/models/index.js.map +0 -1
  223. package/dist/browser/generated/src/models/mappers.d.ts +0 -123
  224. package/dist/browser/generated/src/models/mappers.d.ts.map +0 -1
  225. package/dist/browser/generated/src/models/mappers.js +0 -4395
  226. package/dist/browser/generated/src/models/mappers.js.map +0 -1
  227. package/dist/browser/generated/src/models/parameters.d.ts +0 -36
  228. package/dist/browser/generated/src/models/parameters.d.ts.map +0 -1
  229. package/dist/browser/generated/src/models/parameters.js +0 -208
  230. package/dist/browser/generated/src/models/parameters.js.map +0 -1
  231. package/dist/browser/generated/src/operations/callConnection.d.ts +0 -103
  232. package/dist/browser/generated/src/operations/callConnection.d.ts.map +0 -1
  233. package/dist/browser/generated/src/operations/callConnection.js +0 -417
  234. package/dist/browser/generated/src/operations/callConnection.js.map +0 -1
  235. package/dist/browser/generated/src/operations/callMedia.d.ts +0 -110
  236. package/dist/browser/generated/src/operations/callMedia.d.ts.map +0 -1
  237. package/dist/browser/generated/src/operations/callMedia.js +0 -378
  238. package/dist/browser/generated/src/operations/callMedia.js.map +0 -1
  239. package/dist/browser/generated/src/operations/callRecording.d.ts +0 -43
  240. package/dist/browser/generated/src/operations/callRecording.d.ts.map +0 -1
  241. package/dist/browser/generated/src/operations/callRecording.js +0 -148
  242. package/dist/browser/generated/src/operations/callRecording.js.map +0 -1
  243. package/dist/browser/generated/src/operations/index.d.ts +0 -4
  244. package/dist/browser/generated/src/operations/index.d.ts.map +0 -1
  245. package/dist/browser/generated/src/operations/index.js +0 -11
  246. package/dist/browser/generated/src/operations/index.js.map +0 -1
  247. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
  248. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
  249. package/dist/browser/generated/src/operationsInterfaces/callConnection.js +0 -9
  250. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +0 -1
  251. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
  252. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
  253. package/dist/browser/generated/src/operationsInterfaces/callMedia.js +0 -9
  254. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +0 -1
  255. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
  256. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
  257. package/dist/browser/generated/src/operationsInterfaces/callRecording.js +0 -9
  258. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +0 -1
  259. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -4
  260. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +0 -1
  261. package/dist/browser/generated/src/operationsInterfaces/index.js +0 -11
  262. package/dist/browser/generated/src/operationsInterfaces/index.js.map +0 -1
  263. package/dist/browser/generated/src/pagingHelper.d.ts +0 -13
  264. package/dist/browser/generated/src/pagingHelper.d.ts.map +0 -1
  265. package/dist/browser/generated/src/pagingHelper.js +0 -30
  266. package/dist/browser/generated/src/pagingHelper.js.map +0 -1
  267. package/dist/browser/index.d.ts +0 -12
  268. package/dist/browser/index.d.ts.map +0 -1
  269. package/dist/browser/index.js +0 -14
  270. package/dist/browser/index.js.map +0 -1
  271. package/dist/browser/models/constants.d.ts +0 -2
  272. package/dist/browser/models/constants.d.ts.map +0 -1
  273. package/dist/browser/models/constants.js +0 -4
  274. package/dist/browser/models/constants.js.map +0 -1
  275. package/dist/browser/models/events.d.ts +0 -689
  276. package/dist/browser/models/events.d.ts.map +0 -1
  277. package/dist/browser/models/events.js +0 -4
  278. package/dist/browser/models/events.js.map +0 -1
  279. package/dist/browser/models/logger.d.ts +0 -5
  280. package/dist/browser/models/logger.d.ts.map +0 -1
  281. package/dist/browser/models/logger.js +0 -8
  282. package/dist/browser/models/logger.js.map +0 -1
  283. package/dist/browser/models/mapper.d.ts +0 -3
  284. package/dist/browser/models/mapper.d.ts.map +0 -1
  285. package/dist/browser/models/mapper.js +0 -76
  286. package/dist/browser/models/mapper.js.map +0 -1
  287. package/dist/browser/models/models.d.ts +0 -305
  288. package/dist/browser/models/models.d.ts.map +0 -1
  289. package/dist/browser/models/models.js +0 -54
  290. package/dist/browser/models/models.js.map +0 -1
  291. package/dist/browser/models/options.d.ts +0 -463
  292. package/dist/browser/models/options.d.ts.map +0 -1
  293. package/dist/browser/models/options.js +0 -4
  294. package/dist/browser/models/options.js.map +0 -1
  295. package/dist/browser/models/responses.d.ts +0 -81
  296. package/dist/browser/models/responses.d.ts.map +0 -1
  297. package/dist/browser/models/responses.js +0 -4
  298. package/dist/browser/models/responses.js.map +0 -1
  299. package/dist/browser/models/streaming.d.ts +0 -128
  300. package/dist/browser/models/streaming.d.ts.map +0 -1
  301. package/dist/browser/models/streaming.js +0 -38
  302. package/dist/browser/models/streaming.js.map +0 -1
  303. package/dist/browser/package.json +0 -3
  304. package/dist/browser/streamingData.d.ts +0 -13
  305. package/dist/browser/streamingData.d.ts.map +0 -1
  306. package/dist/browser/streamingData.js +0 -99
  307. package/dist/browser/streamingData.js.map +0 -1
  308. package/dist/browser/utli/converters.d.ts +0 -46
  309. package/dist/browser/utli/converters.d.ts.map +0 -1
  310. package/dist/browser/utli/converters.js +0 -294
  311. package/dist/browser/utli/converters.js.map +0 -1
  312. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
  313. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
  314. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +0 -41
  315. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
  316. package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts +0 -22
  317. package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts.map +0 -1
  318. package/dist/commonjs/credential/callAutomationAuthPolicy.js +0 -57
  319. package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +0 -1
  320. package/dist/commonjs/credential/cryptoUtils.d.ts +0 -3
  321. package/dist/commonjs/credential/cryptoUtils.d.ts.map +0 -1
  322. package/dist/commonjs/credential/cryptoUtils.js +0 -14
  323. package/dist/commonjs/credential/cryptoUtils.js.map +0 -1
  324. package/dist/commonjs/credential/encodeUtils.browser.d.ts +0 -4
  325. package/dist/commonjs/credential/encodeUtils.browser.d.ts.map +0 -1
  326. package/dist/commonjs/credential/encodeUtils.browser.js +0 -32
  327. package/dist/commonjs/credential/encodeUtils.browser.js.map +0 -1
  328. package/dist/commonjs/models/constants.d.ts +0 -2
  329. package/dist/commonjs/models/constants.d.ts.map +0 -1
  330. package/dist/commonjs/models/constants.js +0 -7
  331. package/dist/commonjs/models/constants.js.map +0 -1
  332. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
  333. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
  334. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
  335. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
  336. package/dist/esm/credential/callAutomationAuthPolicy.d.ts +0 -22
  337. package/dist/esm/credential/callAutomationAuthPolicy.d.ts.map +0 -1
  338. package/dist/esm/credential/callAutomationAuthPolicy.js +0 -53
  339. package/dist/esm/credential/callAutomationAuthPolicy.js.map +0 -1
  340. package/dist/esm/credential/cryptoUtils.d.ts +0 -3
  341. package/dist/esm/credential/cryptoUtils.d.ts.map +0 -1
  342. package/dist/esm/credential/cryptoUtils.js +0 -9
  343. package/dist/esm/credential/cryptoUtils.js.map +0 -1
  344. package/dist/esm/credential/encodeUtils.browser.d.ts +0 -4
  345. package/dist/esm/credential/encodeUtils.browser.d.ts.map +0 -1
  346. package/dist/esm/credential/encodeUtils.browser.js +0 -26
  347. package/dist/esm/credential/encodeUtils.browser.js.map +0 -1
  348. package/dist/esm/models/constants.d.ts +0 -2
  349. package/dist/esm/models/constants.d.ts.map +0 -1
  350. package/dist/esm/models/constants.js +0 -4
  351. package/dist/esm/models/constants.js.map +0 -1
  352. package/dist/react-native/callAutomationClient.d.ts +0 -98
  353. package/dist/react-native/callAutomationClient.d.ts.map +0 -1
  354. package/dist/react-native/callAutomationClient.js +0 -275
  355. package/dist/react-native/callAutomationClient.js.map +0 -1
  356. package/dist/react-native/callAutomationEventParser.d.ts +0 -6
  357. package/dist/react-native/callAutomationEventParser.d.ts.map +0 -1
  358. package/dist/react-native/callAutomationEventParser.js +0 -189
  359. package/dist/react-native/callAutomationEventParser.js.map +0 -1
  360. package/dist/react-native/callConnection.d.ts +0 -83
  361. package/dist/react-native/callConnection.d.ts.map +0 -1
  362. package/dist/react-native/callConnection.js +0 -289
  363. package/dist/react-native/callConnection.js.map +0 -1
  364. package/dist/react-native/callMedia.d.ts +0 -114
  365. package/dist/react-native/callMedia.d.ts.map +0 -1
  366. package/dist/react-native/callMedia.js +0 -433
  367. package/dist/react-native/callMedia.js.map +0 -1
  368. package/dist/react-native/callRecording.d.ts +0 -70
  369. package/dist/react-native/callRecording.d.ts.map +0 -1
  370. package/dist/react-native/callRecording.js +0 -195
  371. package/dist/react-native/callRecording.js.map +0 -1
  372. package/dist/react-native/contentDownloader.d.ts +0 -25
  373. package/dist/react-native/contentDownloader.d.ts.map +0 -1
  374. package/dist/react-native/contentDownloader.js +0 -103
  375. package/dist/react-native/contentDownloader.js.map +0 -1
  376. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
  377. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
  378. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
  379. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
  380. package/dist/react-native/credential/callAutomationAuthPolicy.d.ts +0 -22
  381. package/dist/react-native/credential/callAutomationAuthPolicy.d.ts.map +0 -1
  382. package/dist/react-native/credential/callAutomationAuthPolicy.js +0 -53
  383. package/dist/react-native/credential/callAutomationAuthPolicy.js.map +0 -1
  384. package/dist/react-native/credential/cryptoUtils.d.ts +0 -3
  385. package/dist/react-native/credential/cryptoUtils.d.ts.map +0 -1
  386. package/dist/react-native/credential/cryptoUtils.js +0 -9
  387. package/dist/react-native/credential/cryptoUtils.js.map +0 -1
  388. package/dist/react-native/credential/encodeUtils.browser.d.ts +0 -4
  389. package/dist/react-native/credential/encodeUtils.browser.d.ts.map +0 -1
  390. package/dist/react-native/credential/encodeUtils.browser.js +0 -26
  391. package/dist/react-native/credential/encodeUtils.browser.js.map +0 -1
  392. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +0 -49
  393. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +0 -1
  394. package/dist/react-native/generated/src/callAutomationApiClient.js +0 -235
  395. package/dist/react-native/generated/src/callAutomationApiClient.js.map +0 -1
  396. package/dist/react-native/generated/src/index.d.ts +0 -5
  397. package/dist/react-native/generated/src/index.d.ts.map +0 -1
  398. package/dist/react-native/generated/src/index.js +0 -13
  399. package/dist/react-native/generated/src/index.js.map +0 -1
  400. package/dist/react-native/generated/src/models/index.d.ts +0 -2342
  401. package/dist/react-native/generated/src/models/index.d.ts.map +0 -1
  402. package/dist/react-native/generated/src/models/index.js +0 -364
  403. package/dist/react-native/generated/src/models/index.js.map +0 -1
  404. package/dist/react-native/generated/src/models/mappers.d.ts +0 -123
  405. package/dist/react-native/generated/src/models/mappers.d.ts.map +0 -1
  406. package/dist/react-native/generated/src/models/mappers.js +0 -4395
  407. package/dist/react-native/generated/src/models/mappers.js.map +0 -1
  408. package/dist/react-native/generated/src/models/parameters.d.ts +0 -36
  409. package/dist/react-native/generated/src/models/parameters.d.ts.map +0 -1
  410. package/dist/react-native/generated/src/models/parameters.js +0 -208
  411. package/dist/react-native/generated/src/models/parameters.js.map +0 -1
  412. package/dist/react-native/generated/src/operations/callConnection.d.ts +0 -103
  413. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +0 -1
  414. package/dist/react-native/generated/src/operations/callConnection.js +0 -417
  415. package/dist/react-native/generated/src/operations/callConnection.js.map +0 -1
  416. package/dist/react-native/generated/src/operations/callMedia.d.ts +0 -110
  417. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +0 -1
  418. package/dist/react-native/generated/src/operations/callMedia.js +0 -378
  419. package/dist/react-native/generated/src/operations/callMedia.js.map +0 -1
  420. package/dist/react-native/generated/src/operations/callRecording.d.ts +0 -43
  421. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +0 -1
  422. package/dist/react-native/generated/src/operations/callRecording.js +0 -148
  423. package/dist/react-native/generated/src/operations/callRecording.js.map +0 -1
  424. package/dist/react-native/generated/src/operations/index.d.ts +0 -4
  425. package/dist/react-native/generated/src/operations/index.d.ts.map +0 -1
  426. package/dist/react-native/generated/src/operations/index.js +0 -11
  427. package/dist/react-native/generated/src/operations/index.js.map +0 -1
  428. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
  429. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
  430. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js +0 -9
  431. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +0 -1
  432. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
  433. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
  434. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js +0 -9
  435. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +0 -1
  436. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
  437. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
  438. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js +0 -9
  439. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +0 -1
  440. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -4
  441. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +0 -1
  442. package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -11
  443. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +0 -1
  444. package/dist/react-native/generated/src/pagingHelper.d.ts +0 -13
  445. package/dist/react-native/generated/src/pagingHelper.d.ts.map +0 -1
  446. package/dist/react-native/generated/src/pagingHelper.js +0 -30
  447. package/dist/react-native/generated/src/pagingHelper.js.map +0 -1
  448. package/dist/react-native/index.d.ts +0 -12
  449. package/dist/react-native/index.d.ts.map +0 -1
  450. package/dist/react-native/index.js +0 -14
  451. package/dist/react-native/index.js.map +0 -1
  452. package/dist/react-native/models/constants.d.ts +0 -2
  453. package/dist/react-native/models/constants.d.ts.map +0 -1
  454. package/dist/react-native/models/constants.js +0 -4
  455. package/dist/react-native/models/constants.js.map +0 -1
  456. package/dist/react-native/models/events.d.ts +0 -689
  457. package/dist/react-native/models/events.d.ts.map +0 -1
  458. package/dist/react-native/models/events.js +0 -4
  459. package/dist/react-native/models/events.js.map +0 -1
  460. package/dist/react-native/models/logger.d.ts +0 -5
  461. package/dist/react-native/models/logger.d.ts.map +0 -1
  462. package/dist/react-native/models/logger.js +0 -8
  463. package/dist/react-native/models/logger.js.map +0 -1
  464. package/dist/react-native/models/mapper.d.ts +0 -3
  465. package/dist/react-native/models/mapper.d.ts.map +0 -1
  466. package/dist/react-native/models/mapper.js +0 -76
  467. package/dist/react-native/models/mapper.js.map +0 -1
  468. package/dist/react-native/models/models.d.ts +0 -305
  469. package/dist/react-native/models/models.d.ts.map +0 -1
  470. package/dist/react-native/models/models.js +0 -54
  471. package/dist/react-native/models/models.js.map +0 -1
  472. package/dist/react-native/models/options.d.ts +0 -463
  473. package/dist/react-native/models/options.d.ts.map +0 -1
  474. package/dist/react-native/models/options.js +0 -4
  475. package/dist/react-native/models/options.js.map +0 -1
  476. package/dist/react-native/models/responses.d.ts +0 -81
  477. package/dist/react-native/models/responses.d.ts.map +0 -1
  478. package/dist/react-native/models/responses.js +0 -4
  479. package/dist/react-native/models/responses.js.map +0 -1
  480. package/dist/react-native/models/streaming.d.ts +0 -128
  481. package/dist/react-native/models/streaming.d.ts.map +0 -1
  482. package/dist/react-native/models/streaming.js +0 -38
  483. package/dist/react-native/models/streaming.js.map +0 -1
  484. package/dist/react-native/package.json +0 -3
  485. package/dist/react-native/streamingData.d.ts +0 -13
  486. package/dist/react-native/streamingData.d.ts.map +0 -1
  487. package/dist/react-native/streamingData.js +0 -99
  488. package/dist/react-native/streamingData.js.map +0 -1
  489. package/dist/react-native/utli/converters.d.ts +0 -46
  490. package/dist/react-native/utli/converters.d.ts.map +0 -1
  491. package/dist/react-native/utli/converters.js +0 -294
  492. package/dist/react-native/utli/converters.js.map +0 -1
@@ -1,2342 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- export type MediaStreamingOptionsInternalUnion = MediaStreamingOptionsInternal | WebSocketMediaStreamingOptions;
3
- export type TranscriptionOptionsInternalUnion = TranscriptionOptionsInternal | WebSocketTranscriptionOptions;
4
- /** The request payload for creating the call. */
5
- export interface CreateCallRequest {
6
- /** The targets of the call. */
7
- targets: CommunicationIdentifierModel[];
8
- /**
9
- * The source caller Id, a phone number, that's shown to the PSTN participant being invited.
10
- * Required only when calling a PSTN callee.
11
- */
12
- sourceCallerIdNumber?: PhoneNumberIdentifierModel;
13
- /** Display name of the call if dialing out to a pstn number */
14
- sourceDisplayName?: string;
15
- /** The identifier of the source of the call */
16
- source?: CommunicationUserIdentifierModel;
17
- /** A customer set value used to track the answering of a call. */
18
- operationContext?: string;
19
- /** The callback URI. */
20
- callbackUri: string;
21
- /** AI options for the call. */
22
- callIntelligenceOptions?: CallIntelligenceOptionsInternal;
23
- /** Media Streaming Options. */
24
- mediaStreamingOptions?: MediaStreamingOptionsInternalUnion;
25
- /** Transcription Options. */
26
- transcriptionOptions?: TranscriptionOptionsInternalUnion;
27
- /** The identifier of the source for creating call with Teams resource account ID. */
28
- teamsAppSource?: MicrosoftTeamsAppIdentifierModel;
29
- /** Enables loopback audio functionality for the call. */
30
- enableLoopbackAudio?: boolean;
31
- }
32
- /** Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model is polymorphic: Apart from kind and rawId, at most one further property may be set which must match the kind enum value. */
33
- export interface CommunicationIdentifierModel {
34
- /** The identifier kind. Only required in responses. */
35
- kind?: CommunicationIdentifierModelKind;
36
- /** Raw Id of the identifier. Optional in requests, required in responses. */
37
- rawId?: string;
38
- /** The communication user. */
39
- communicationUser?: CommunicationUserIdentifierModel;
40
- /** The phone number. */
41
- phoneNumber?: PhoneNumberIdentifierModel;
42
- /** The Microsoft Teams user. */
43
- microsoftTeamsUser?: MicrosoftTeamsUserIdentifierModel;
44
- /** The Microsoft Teams application. */
45
- microsoftTeamsApp?: MicrosoftTeamsAppIdentifierModel;
46
- /** The Microsoft Teams Extension user. */
47
- teamsExtensionUser?: TeamsExtensionUserIdentifierModel;
48
- }
49
- /** A user that got created with an Azure Communication Services resource. */
50
- export interface CommunicationUserIdentifierModel {
51
- /** The Id of the communication user. */
52
- id: string;
53
- }
54
- /** A phone number. */
55
- export interface PhoneNumberIdentifierModel {
56
- /** The phone number, usually in E.164 format. */
57
- value: string;
58
- /** True if the phone number is anonymous. By default false if missing. If the phone number is anonymous, the value will be the string 'anonymous'. */
59
- isAnonymous?: boolean;
60
- /** The asserted Id of the phone number. An asserted Id gets generated when the same phone number joins the same call more than once. */
61
- assertedId?: string;
62
- }
63
- /** A Microsoft Teams user. */
64
- export interface MicrosoftTeamsUserIdentifierModel {
65
- /** The Id of the Microsoft Teams user. If not anonymous, this is the Entra ID object Id of the user. */
66
- userId: string;
67
- /** True if the Microsoft Teams user is anonymous. By default false if missing. */
68
- isAnonymous?: boolean;
69
- /** The cloud that the Microsoft Teams user belongs to. By default 'public' if missing. */
70
- cloud?: CommunicationCloudEnvironmentModel;
71
- }
72
- /** A Microsoft Teams application. */
73
- export interface MicrosoftTeamsAppIdentifierModel {
74
- /** The Id of the Microsoft Teams application. */
75
- appId: string;
76
- /** The cloud that the Microsoft Teams application belongs to. By default 'public' if missing. */
77
- cloud?: CommunicationCloudEnvironmentModel;
78
- }
79
- /** A Microsoft Teams Phone user who is using a Communication Services resource to extend their Teams Phone set up. */
80
- export interface TeamsExtensionUserIdentifierModel {
81
- /** The Id of the Microsoft Teams Extension user, i.e. the Entra ID object Id of the user. */
82
- userId: string;
83
- /** The tenant Id of the Microsoft Teams Extension user. */
84
- tenantId: string;
85
- /** The Communication Services resource Id. */
86
- resourceId: string;
87
- /** The cloud that the Microsoft Teams Extension user belongs to. By default 'public' if missing. */
88
- cloud?: CommunicationCloudEnvironmentModel;
89
- }
90
- /** AI options for the call. */
91
- export interface CallIntelligenceOptionsInternal {
92
- /** The identifier of the Cognitive Service resource assigned to this call. */
93
- cognitiveServicesEndpoint?: string;
94
- }
95
- /** Options for media streaming. */
96
- export interface MediaStreamingOptionsInternal {
97
- /** Polymorphic discriminator, which specifies the different types this object can be */
98
- transportType: "websocket";
99
- /** The audio channel type to stream, e.g., unmixed audio, mixed audio. */
100
- audioChannelType: MediaStreamingAudioChannelType;
101
- }
102
- /** Options for live transcription. */
103
- export interface TranscriptionOptionsInternal {
104
- /** Polymorphic discriminator, which specifies the different types this object can be */
105
- transportType: "websocket";
106
- /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */
107
- locale?: string;
108
- }
109
- /** Properties of a call connection */
110
- export interface CallConnectionPropertiesInternal {
111
- /** The call connection id. */
112
- callConnectionId?: string;
113
- /** The server call id. */
114
- serverCallId?: string;
115
- /** The targets of the call. */
116
- targets?: CommunicationIdentifierModel[];
117
- /** The state of the call connection. */
118
- callConnectionState?: CallConnectionStateModel;
119
- /** The callback URI. */
120
- callbackUri?: string;
121
- /**
122
- * The source caller Id, a phone number, that's shown to the PSTN participant being invited.
123
- * Required only when calling a PSTN callee.
124
- */
125
- sourceCallerIdNumber?: PhoneNumberIdentifierModel;
126
- /** Display name of the call if dialing out to a pstn number. */
127
- sourceDisplayName?: string;
128
- /** Source identity. */
129
- source?: CommunicationIdentifierModel;
130
- /** The correlation ID. */
131
- correlationId?: string;
132
- /** Identity of the answering entity. Only populated when identity is provided in the request. */
133
- answeredBy?: CommunicationUserIdentifierModel;
134
- /** The state of media streaming subscription for the call */
135
- mediaStreamingSubscription?: MediaStreamingSubscription;
136
- /** Transcription Subscription. */
137
- transcriptionSubscription?: TranscriptionSubscription;
138
- /** Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number. */
139
- answeredFor?: PhoneNumberIdentifierModel;
140
- }
141
- /** Media streaming Subscription Object. */
142
- export interface MediaStreamingSubscription {
143
- /** Subscription Id. */
144
- id?: string;
145
- /** Media streaming subscription state. */
146
- state?: MediaStreamingSubscriptionState;
147
- /** Subscribed media streaming content types. */
148
- subscribedContentTypes?: MediaStreamingContentType[];
149
- }
150
- /** Transcription Subscription Object. */
151
- export interface TranscriptionSubscription {
152
- /** Subscription Id. */
153
- id?: string;
154
- /** Transcription subscription state. */
155
- state?: TranscriptionSubscriptionState;
156
- /** Subscribed transcription result types. */
157
- subscribedResultStates?: TranscriptionResultState[];
158
- /** Specifies the locale used for transcription, e.g., en-CA or en-AU. */
159
- locale?: string;
160
- }
161
- /** The Communication Services error. */
162
- export interface CommunicationErrorResponse {
163
- /** The Communication Services error. */
164
- error: CommunicationError;
165
- }
166
- /** The Communication Services error. */
167
- export interface CommunicationError {
168
- /** The error code. */
169
- code: string;
170
- /** The error message. */
171
- message: string;
172
- /**
173
- * The error target.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly target?: string;
177
- /**
178
- * Further details about specific errors that led to this error.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly details?: CommunicationError[];
182
- /**
183
- * The inner error if any.
184
- * NOTE: This property will not be serialized. It can only be populated by the server.
185
- */
186
- readonly innerError?: CommunicationError;
187
- }
188
- /** The request payload for answering the call. */
189
- export interface AnswerCallRequest {
190
- /** The context associated with the call. */
191
- incomingCallContext: string;
192
- /** The callback uri. */
193
- callbackUri: string;
194
- /** A customer set value used to track the answering of a call. */
195
- operationContext?: string;
196
- /** AI options for the call. */
197
- callIntelligenceOptions?: CallIntelligenceOptionsInternal;
198
- /** The identifier of the call automation entity which answers the call */
199
- answeredBy?: CommunicationUserIdentifierModel;
200
- /** Media Streaming Options. */
201
- mediaStreamingOptions?: MediaStreamingOptionsInternalUnion;
202
- /** Transcription Options. */
203
- transcriptionOptions?: TranscriptionOptionsInternalUnion;
204
- /** Enables loopback audio functionality for the call. */
205
- enableLoopbackAudio?: boolean;
206
- }
207
- /** The request payload for redirecting the call. */
208
- export interface RedirectCallRequest {
209
- /** The context associated with the call. */
210
- incomingCallContext: string;
211
- /** The target identity to redirect the call to. */
212
- target: CommunicationIdentifierModel;
213
- }
214
- /** The request payload for rejecting the call. */
215
- export interface RejectCallRequest {
216
- /** The context associated with the call. */
217
- incomingCallContext: string;
218
- /** The rejection reason. */
219
- callRejectReason?: CallRejectReason;
220
- }
221
- /** The request payload for creating a connection to a CallLocator. */
222
- export interface ConnectRequest {
223
- /** The call locator. */
224
- callLocator: CallLocator;
225
- /** The callback URI. */
226
- callbackUri: string;
227
- /** Used by customers to correlate the request to the response event. */
228
- operationContext?: string;
229
- /** AI options for the call. */
230
- callIntelligenceOptions?: CallIntelligenceOptionsInternal;
231
- /** Media Streaming Options. */
232
- mediaStreamingOptions?: MediaStreamingOptionsInternalUnion;
233
- /** Transcription Options. */
234
- transcriptionOptions?: TranscriptionOptionsInternalUnion;
235
- /** Enables loopback audio functionality for the call. */
236
- enableLoopbackAudio?: boolean;
237
- }
238
- /** The locator used for joining or taking action on a call */
239
- export interface CallLocator {
240
- /** The group call id */
241
- groupCallId?: string;
242
- /** The server call id. */
243
- serverCallId?: string;
244
- /** The Acs room id. (Not supported for Start Recording) */
245
- roomId?: string;
246
- /** The call locator kind. */
247
- kind?: CallLocatorKind;
248
- }
249
- /** The request payload for transferring call to a participant. */
250
- export interface TransferToParticipantRequest {
251
- /** The identity of the target where call should be transferred to. */
252
- targetParticipant: CommunicationIdentifierModel;
253
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
254
- operationContext?: string;
255
- /** Transferee is the participant who is transferred away. */
256
- transferee?: CommunicationIdentifierModel;
257
- /**
258
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
259
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
260
- */
261
- operationCallbackUri?: string;
262
- /** Used by customer to send custom calling context to targets */
263
- customCallingContext?: CustomCallingContextInternal;
264
- /** The source caller Id, a phone number, that will be used as the transferor's caller Id when transferring a call to a Pstn target. */
265
- sourceCallerIdNumber?: PhoneNumberIdentifierModel;
266
- }
267
- /** The custom calling context which will be sent to the target */
268
- export interface CustomCallingContextInternal {
269
- /** Custom calling context VoiP headers */
270
- voipHeaders?: {
271
- [propertyName: string]: string;
272
- };
273
- /** Custom calling context SIP headers */
274
- sipHeaders?: {
275
- [propertyName: string]: string;
276
- };
277
- /** Custom calling context TeamsPhoneCallDetails */
278
- teamsPhoneCallDetails?: TeamsPhoneCallDetailsInternal;
279
- }
280
- /** The call details which will be sent to the target */
281
- export interface TeamsPhoneCallDetailsInternal {
282
- /** Container for details relating to the original caller of the call */
283
- teamsPhoneCallerDetails?: TeamsPhoneCallerDetailsInternal;
284
- /** Container for details relating to the entity responsible for the creation of these call details */
285
- teamsPhoneSourceDetails?: TeamsPhoneSourceDetailsInternal;
286
- /** Id to exclusively identify this call session. IVR will use this for their telemetry/reporting. */
287
- sessionId?: string;
288
- /** The intent of the call */
289
- intent?: string;
290
- /** A very short description (max 48 chars) of the reason for the call. To be displayed in Teams CallNotification */
291
- callTopic?: string;
292
- /** A summary of the call thus far. It will be displayed on a side panel in the Teams UI */
293
- callContext?: string;
294
- /** Url for fetching the transcript of the call */
295
- transcriptUrl?: string;
296
- /** Sentiment of the call thus far */
297
- callSentiment?: string;
298
- /** Recommendations for resolving the issue based on the customer's intent and interaction history */
299
- suggestedActions?: string;
300
- }
301
- /** Container for details relating to the original caller of the call */
302
- export interface TeamsPhoneCallerDetailsInternal {
303
- /** Caller's ID */
304
- caller: CommunicationIdentifierModel;
305
- /** Caller's name */
306
- name: string;
307
- /** Caller's phone number */
308
- phoneNumber: string;
309
- /** Caller's record ID (ex in CRM) */
310
- recordId?: string;
311
- /** Caller's screen pop URL */
312
- screenPopUrl?: string;
313
- /** Flag indicating whether the caller was authenticated */
314
- isAuthenticated?: boolean;
315
- /** A set of key value pairs (max 10, any additional entries would be ignored) which a bot author wants to pass to the Teams Client for display to the agent */
316
- additionalCallerInformation?: {
317
- [propertyName: string]: string;
318
- };
319
- }
320
- /** Container for details relating to the entity responsible for the creation of these call details */
321
- export interface TeamsPhoneSourceDetailsInternal {
322
- /** ID of the source entity passing along the call details (ex. Application Instance ID of - CQ/AA) */
323
- source: CommunicationIdentifierModel;
324
- /** Language of the source entity passing along the call details, passed in the ISO-639 standard */
325
- language: string;
326
- /** Status of the source entity passing along the call details */
327
- status: string;
328
- /** Intended targets of the source entity passing along the call details */
329
- intendedTargets?: {
330
- [propertyName: string]: CommunicationIdentifierModel;
331
- };
332
- }
333
- /** The response payload for transferring the call. */
334
- export interface TransferCallResponse {
335
- /** The operation context provided by client. */
336
- operationContext?: string;
337
- }
338
- export interface PlayRequest {
339
- /** The source of the audio to be played. */
340
- playSources: PlaySourceInternal[];
341
- /**
342
- * The list of call participants play provided audio to.
343
- * Plays to everyone in the call when not provided.
344
- */
345
- playTo?: CommunicationIdentifierModel[];
346
- /** If set play can barge into other existing queued-up/currently-processing requests. */
347
- interruptCallMediaOperation?: boolean;
348
- /** Defines options for playing the audio. */
349
- playOptions?: PlayOptionsInternal;
350
- /** The value to identify context of the operation. */
351
- operationContext?: string;
352
- /**
353
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
354
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
355
- */
356
- operationCallbackUri?: string;
357
- }
358
- export interface PlaySourceInternal {
359
- /** Defines the type of the play source */
360
- kind: PlaySourceType;
361
- /** Defines the identifier to be used for caching related media */
362
- playSourceCacheId?: string;
363
- /** Defines the file source info to be used for play */
364
- file?: FileSourceInternal;
365
- /** Defines the text source info to be used for play */
366
- text?: TextSourceInternal;
367
- /** Defines the ssml(Speech Synthesis Markup Language) source info to be used for play */
368
- ssml?: SsmlSourceInternal;
369
- }
370
- export interface FileSourceInternal {
371
- /** Uri for the audio file to be played */
372
- uri: string;
373
- }
374
- export interface TextSourceInternal {
375
- /** Text for the cognitive service to be played */
376
- text: string;
377
- /**
378
- * Source language locale to be played
379
- * Refer to available locales here: <seealso href="https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts" />
380
- */
381
- sourceLocale?: string;
382
- /** Voice kind type */
383
- voiceKind?: VoiceKind;
384
- /**
385
- * Voice name to be played
386
- * Refer to available Text-to-speech voices here: <seealso href="https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts" />
387
- */
388
- voiceName?: string;
389
- /** Endpoint where the custom voice was deployed. */
390
- customVoiceEndpointId?: string;
391
- }
392
- export interface SsmlSourceInternal {
393
- /** Ssml string for the cognitive service to be played */
394
- ssmlText: string;
395
- /** Endpoint where the custom voice was deployed. */
396
- customVoiceEndpointId?: string;
397
- }
398
- export interface PlayOptionsInternal {
399
- /** The option to play the provided audio source in loop when set to true */
400
- loop: boolean;
401
- }
402
- export interface StartTranscriptionRequest {
403
- /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */
404
- locale?: string;
405
- /** The ID of the deployed custom model in GUID format. The GUID is generated by Azure Speech Studio, e.g., a259c255-1cdw-4ed7-a693-dd58563b6f6a. */
406
- speechModelEndpointId?: string;
407
- /** The value to identify context of the operation. */
408
- operationContext?: string;
409
- /**
410
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
411
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
412
- */
413
- operationCallbackUri?: string;
414
- /** PII redaction configuration options. */
415
- piiRedactionOptions?: PiiRedactionOptionsInternal;
416
- /** Indicating if sentiment analysis should be used. */
417
- enableSentimentAnalysis?: boolean;
418
- /** List of languages for Language Identification. */
419
- locales?: string[];
420
- /** Summarization configuration options. */
421
- summarizationOptions?: SummarizationOptionsInternal;
422
- }
423
- /** PII redaction configuration options. */
424
- export interface PiiRedactionOptionsInternal {
425
- /** Value indicating if PII redaction is enabled. */
426
- enable?: boolean;
427
- /** Value indicating the PII redaction type to be used. */
428
- redactionType?: RedactionType;
429
- }
430
- /** Configuration options for call summarization. */
431
- export interface SummarizationOptionsInternal {
432
- /** Indicating whether end call summary should be enabled. */
433
- enableEndCallSummary?: boolean;
434
- /** Locale for summarization (e.g., en-US). */
435
- locale?: string;
436
- }
437
- export interface StopTranscriptionRequest {
438
- /** The value to identify context of the operation. */
439
- operationContext?: string;
440
- /**
441
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
442
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
443
- */
444
- operationCallbackUri?: string;
445
- }
446
- export interface UpdateTranscriptionRequest {
447
- /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */
448
- locale?: string;
449
- /** The ID of the deployed custom model, in GUID format, e.g., a259c255-1cdw-4ed7-a693-dd58563b6f6a. */
450
- speechModelEndpointId?: string;
451
- /** The value to identify context of the operation. */
452
- operationContext?: string;
453
- /**
454
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
455
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
456
- */
457
- operationCallbackUri?: string;
458
- /** PII redaction configuration options. */
459
- piiRedactionOptions?: PiiRedactionOptionsInternal;
460
- /** Indicating if sentiment analysis should be used. */
461
- enableSentimentAnalysis?: boolean;
462
- /** Summarization configuration options. */
463
- summarizationOptions?: SummarizationOptionsInternal;
464
- }
465
- export interface SummarizeCallRequest {
466
- /** The value to identify context of the operation. */
467
- operationContext?: string;
468
- /**
469
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
470
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
471
- */
472
- operationCallbackUri?: string;
473
- /** Summarization configuration options. */
474
- summarizationOptions?: SummarizationOptionsInternal;
475
- }
476
- export interface RecognizeRequest {
477
- /** Determines the type of the recognition. */
478
- recognizeInputType: RecognizeInputType;
479
- /** The source of the audio to be played for recognition. */
480
- playPrompt?: PlaySourceInternal;
481
- /** The source of the audio to be played for recognition. */
482
- playPrompts?: PlaySourceInternal[];
483
- /** If set recognize can barge into other existing queued-up/currently-processing requests. */
484
- interruptCallMediaOperation?: boolean;
485
- /** Defines options for recognition. */
486
- recognizeOptions: RecognizeOptions;
487
- /** The value to identify context of the operation. */
488
- operationContext?: string;
489
- /**
490
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
491
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
492
- */
493
- operationCallbackUri?: string;
494
- }
495
- export interface RecognizeOptions {
496
- /** Determines if we interrupt the prompt and start recognizing. */
497
- interruptPrompt?: boolean;
498
- /** Time to wait for first input after prompt (if any). */
499
- initialSilenceTimeoutInSeconds?: number;
500
- /** Target participant of DTMF tone recognition. */
501
- targetParticipant: CommunicationIdentifierModel;
502
- /** Speech language to be recognized, If not set default is en-US */
503
- speechLanguage?: string;
504
- /** Speech languages for language identification and recognition. Example: ["en-us", "fr-fr", "hi-in"] etc.. */
505
- speechLanguages?: string[];
506
- /** Value indicating if sentiment analysis should be used. */
507
- enableSentimentAnalysis?: boolean;
508
- /** Endpoint where the custom model was deployed. */
509
- speechRecognitionModelEndpointId?: string;
510
- /** Defines configurations for DTMF. */
511
- dtmfOptions?: DtmfOptions;
512
- /** Defines Ivr choices for recognize. */
513
- choices?: Choice[];
514
- /** Defines continuous speech recognition option. */
515
- speechOptions?: SpeechOptions;
516
- }
517
- /** Options for DTMF recognition */
518
- export interface DtmfOptions {
519
- /** Time to wait between DTMF inputs to stop recognizing. */
520
- interToneTimeoutInSeconds?: number;
521
- /** Maximum number of DTMF tones to be collected. */
522
- maxTonesToCollect?: number;
523
- /** List of tones that will stop recognizing. */
524
- stopTones?: Tone[];
525
- }
526
- export interface Choice {
527
- /** Identifier for a given choice */
528
- label: string;
529
- /** List of phrases to recognize */
530
- phrases: string[];
531
- tone?: Tone;
532
- }
533
- /** Options for continuous speech recognition */
534
- export interface SpeechOptions {
535
- /** The length of end silence when user stops speaking and cogservice send response. */
536
- endSilenceTimeoutInMs?: number;
537
- }
538
- export interface ContinuousDtmfRecognitionRequest {
539
- /** Defines options for recognition. */
540
- targetParticipant: CommunicationIdentifierModel;
541
- /** The value to identify context of the operation. */
542
- operationContext?: string;
543
- /**
544
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
545
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
546
- */
547
- operationCallbackUri?: string;
548
- }
549
- export interface SendDtmfTonesRequest {
550
- /** List of tones to be sent to target participant. */
551
- tones: Tone[];
552
- /** Target participant of send Dtmf tones. */
553
- targetParticipant: CommunicationIdentifierModel;
554
- /** The value to identify context of the operation. */
555
- operationContext?: string;
556
- /**
557
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
558
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
559
- */
560
- operationCallbackUri?: string;
561
- }
562
- export interface SendDtmfTonesResult {
563
- /** The operation context provided by client. */
564
- operationContext?: string;
565
- }
566
- /** The request payload for holding participant from the call. */
567
- export interface HoldRequest {
568
- /** Participant to be held from the call. */
569
- targetParticipant: CommunicationIdentifierModel;
570
- /** Prompt to play while in hold. */
571
- playSourceInfo?: PlaySourceInternal;
572
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
573
- operationContext?: string;
574
- /**
575
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
576
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
577
- */
578
- operationCallbackUri?: string;
579
- }
580
- /** The request payload for holding participant from the call. */
581
- export interface UnholdRequest {
582
- /**
583
- * Participants to be hold from the call.
584
- * Only ACS Users are supported.
585
- */
586
- targetParticipant: CommunicationIdentifierModel;
587
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
588
- operationContext?: string;
589
- /**
590
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
591
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
592
- */
593
- operationCallbackUri?: string;
594
- }
595
- export interface StartMediaStreamingRequest {
596
- /**
597
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
598
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
599
- */
600
- operationCallbackUri?: string;
601
- /** The value to identify context of the operation. */
602
- operationContext?: string;
603
- }
604
- export interface StopMediaStreamingRequest {
605
- /**
606
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
607
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
608
- */
609
- operationCallbackUri?: string;
610
- /** The value to identify context of the operation. */
611
- operationContext?: string;
612
- }
613
- /** The response payload for getting participants of the call. */
614
- export interface GetParticipantsResponse {
615
- /** List of the current participants in the call. */
616
- value: CallParticipantInternal[];
617
- /** Continue of the list of participants */
618
- nextLink?: string;
619
- }
620
- /** A call participant. */
621
- export interface CallParticipantInternal {
622
- /** Communication identifier of the participant */
623
- identifier?: CommunicationIdentifierModel;
624
- /** Is participant muted */
625
- isMuted?: boolean;
626
- /** Is participant on hold. */
627
- isOnHold?: boolean;
628
- }
629
- /** The request payload for adding participant to the call. */
630
- export interface AddParticipantRequest {
631
- /**
632
- * The source caller Id, a phone number, that's shown to the PSTN participant being invited.
633
- * Required only when inviting a PSTN participant.
634
- */
635
- sourceCallerIdNumber?: PhoneNumberIdentifierModel;
636
- /**
637
- * (Optional) The display name of the source that is associated with this invite operation when
638
- * adding a PSTN participant or teams user. Note: Will not update the display name in the roster.
639
- */
640
- sourceDisplayName?: string;
641
- /** The participant to invite. */
642
- participantToAdd: CommunicationIdentifierModel;
643
- /**
644
- * Gets or sets the timeout to wait for the invited participant to pickup.
645
- * The maximum value of this is 180 seconds
646
- */
647
- invitationTimeoutInSeconds?: number;
648
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
649
- operationContext?: string;
650
- /**
651
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
652
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
653
- */
654
- operationCallbackUri?: string;
655
- /** Used by customer to send custom calling context to targets */
656
- customCallingContext?: CustomCallingContextInternal;
657
- }
658
- /** The response payload for adding participants to the call. */
659
- export interface AddParticipantResponse {
660
- /** List of current participants in the call. */
661
- participant?: CallParticipantInternal;
662
- /** The operation context provided by client. */
663
- operationContext?: string;
664
- /** Invitation ID used to add a participant. */
665
- invitationId?: string;
666
- }
667
- /** The remove participant by identifier request. */
668
- export interface RemoveParticipantRequest {
669
- /** The participants to be removed from the call. */
670
- participantToRemove: CommunicationIdentifierModel;
671
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
672
- operationContext?: string;
673
- /**
674
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
675
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
676
- */
677
- operationCallbackUri?: string;
678
- }
679
- /** The response payload for removing participants of the call. */
680
- export interface RemoveParticipantResponse {
681
- /** The operation context provided by client. */
682
- operationContext?: string;
683
- }
684
- /** The request payload for muting participants from the call. */
685
- export interface MuteParticipantsRequest {
686
- /**
687
- * Participants to be muted from the call.
688
- * Only ACS Users are supported.
689
- */
690
- targetParticipants: CommunicationIdentifierModel[];
691
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
692
- operationContext?: string;
693
- }
694
- /** The result payload for muting participants from the call. */
695
- export interface MuteParticipantsResult {
696
- /** The operation context provided by client. */
697
- operationContext?: string;
698
- }
699
- /** Request payload for cancelling add participant request. */
700
- export interface CancelAddParticipantRequest {
701
- /** Invitation ID used to add a participant. */
702
- invitationId: string;
703
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
704
- operationContext?: string;
705
- /**
706
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
707
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
708
- */
709
- operationCallbackUri?: string;
710
- }
711
- /** Response payload for cancel add participant request. */
712
- export interface CancelAddParticipantResponse {
713
- /** Invitation ID used to cancel the add participant action. */
714
- invitationId?: string;
715
- /** The operation context provided by client. */
716
- operationContext?: string;
717
- }
718
- /** The request payload for moving participant to the call. */
719
- export interface MoveParticipantsRequest {
720
- /** The participant to Move. */
721
- targetParticipants: CommunicationIdentifierModel[];
722
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
723
- operationContext?: string;
724
- /**
725
- * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.
726
- * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
727
- */
728
- operationCallbackUri?: string;
729
- /** The CallConnectionId for the call you want to move the participant from */
730
- fromCall: string;
731
- }
732
- /** The response payload for moving participants to the call. */
733
- export interface MoveParticipantsResponse {
734
- /** List of current participants in the call. */
735
- participants?: CallParticipantInternal[];
736
- /** The operation context provided by client. */
737
- operationContext?: string;
738
- /** The CallConnectionId for the call you want to move the participant from */
739
- fromCall?: string;
740
- }
741
- /** The request payload start for call recording operation with call locator. */
742
- export interface StartCallRecordingRequest {
743
- /** The call locator. (Only one of callLocator or callConnectionId to be used) */
744
- callLocator?: CallLocator;
745
- /** The call connection Id. (Only one of callLocator or callConnectionId to be used) */
746
- callConnectionId?: string;
747
- /** The uri to send notifications to. */
748
- recordingStateCallbackUri?: string;
749
- /** The content type of call recording. */
750
- recordingContentType?: RecordingContentType;
751
- /** The channel type of call recording. */
752
- recordingChannelType?: RecordingChannelType;
753
- /** The format type of call recording. */
754
- recordingFormatType?: RecordingFormatType;
755
- /**
756
- * The sequential order in which audio channels are assigned to participants in the unmixed recording.
757
- * When 'recordingChannelType' is set to 'unmixed' and `audioChannelParticipantOrdering is not specified,
758
- * the audio channel to participant mapping will be automatically assigned based on the order in which participant
759
- * first audio was detected. Channel to participant mapping details can be found in the metadata of the recording.
760
- */
761
- audioChannelParticipantOrdering?: CommunicationIdentifierModel[];
762
- /**
763
- * The channel affinity of call recording
764
- * When 'recordingChannelType' is set to 'unmixed', if channelAffinity is not specified, 'channel' will be automatically assigned.
765
- * Channel-Participant mapping details can be found in the metadata of the recording.
766
- * ///
767
- */
768
- channelAffinity?: ChannelAffinity[];
769
- /** When set to true will start recording in Pause mode, which can be resumed. */
770
- pauseOnStart?: boolean;
771
- /** Optional property to specify location where recording will be stored */
772
- recordingStorage?: RecordingStorage;
773
- }
774
- /** Channel affinity for a participant */
775
- export interface ChannelAffinity {
776
- /** Channel number to which bitstream from a particular participant will be written. */
777
- channel?: number;
778
- /**
779
- * The identifier for the participant whose bitstream will be written to the channel
780
- * represented by the channel number.
781
- */
782
- participant: CommunicationIdentifierModel;
783
- }
784
- export interface RecordingStorage {
785
- /** Defines the kind of external storage */
786
- recordingStorageKind: RecordingStorageKind;
787
- /** Uri of a container or a location within a container */
788
- recordingDestinationContainerUrl?: string;
789
- }
790
- export interface RecordingStateResponse {
791
- recordingId?: string;
792
- recordingState?: RecordingState;
793
- recordingKind?: RecordingKind;
794
- }
795
- /** The failed to add participants event. */
796
- export interface AddParticipantFailed {
797
- /** Call connection ID. */
798
- callConnectionId?: string;
799
- /** Server call ID. */
800
- serverCallId?: string;
801
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
802
- correlationId?: string;
803
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
804
- operationContext?: string;
805
- /** Contains the resulting SIP code, sub-code and message. */
806
- resultInformation?: ResultInformation;
807
- /** Participant */
808
- participant?: CommunicationIdentifierModel;
809
- }
810
- export interface ResultInformation {
811
- /** Code of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected. */
812
- code?: number;
813
- /** Subcode of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected. */
814
- subCode?: number;
815
- /** Detail message that describes the current result. */
816
- message?: string;
817
- /**
818
- * Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.
819
- * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
820
- * Do not solely rely on this information for troubleshooting, as it may not always be available.
821
- */
822
- sipDetails?: SipDiagnosticInfo;
823
- /**
824
- * Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.
825
- * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
826
- * Do not solely rely on this information for troubleshooting, as it may not always be available.
827
- */
828
- q850Details?: SipDiagnosticInfo;
829
- }
830
- export interface SipDiagnosticInfo {
831
- /** Represents the diagnostic code returned by the SIP service, used for identifying specific issues or statuses. */
832
- code?: number;
833
- /** Message associated with the code for diagnosing. */
834
- message?: string;
835
- }
836
- /** The participants successfully added event. */
837
- export interface AddParticipantSucceeded {
838
- /** Call connection ID. */
839
- callConnectionId?: string;
840
- /** Server call ID. */
841
- serverCallId?: string;
842
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
843
- correlationId?: string;
844
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
845
- operationContext?: string;
846
- /** Contains the resulting SIP code, sub-code and message. */
847
- resultInformation?: ResultInformation;
848
- /** Participant */
849
- participant?: CommunicationIdentifierModel;
850
- }
851
- /** The call connected event. */
852
- export interface CallConnected {
853
- /** Call connection ID. */
854
- callConnectionId?: string;
855
- /** Server call ID. */
856
- serverCallId?: string;
857
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
858
- correlationId?: string;
859
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
860
- operationContext?: string;
861
- /** Contains the resulting SIP code, sub-code and message. */
862
- resultInformation?: ResultInformation;
863
- }
864
- /** The call disconnected event. */
865
- export interface CallDisconnected {
866
- /** Call connection ID. */
867
- callConnectionId?: string;
868
- /** Server call ID. */
869
- serverCallId?: string;
870
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
871
- correlationId?: string;
872
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
873
- operationContext?: string;
874
- /** Contains the resulting SIP code, sub-code and message. */
875
- resultInformation?: ResultInformation;
876
- }
877
- /** The call transfer accepted event. */
878
- export interface CallTransferAccepted {
879
- /** Call connection ID. */
880
- callConnectionId?: string;
881
- /** Server call ID. */
882
- serverCallId?: string;
883
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
884
- correlationId?: string;
885
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
886
- operationContext?: string;
887
- /** Contains the resulting SIP code, sub-code and message. */
888
- resultInformation?: ResultInformation;
889
- /** Target who the call is transferred to. */
890
- transferTarget?: CommunicationIdentifierModel;
891
- /** the participant who is being transferred away. */
892
- transferee?: CommunicationIdentifierModel;
893
- }
894
- /** The call transfer failed event. */
895
- export interface CallTransferFailed {
896
- /** Call connection ID. */
897
- callConnectionId?: string;
898
- /** Server call ID. */
899
- serverCallId?: string;
900
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
901
- correlationId?: string;
902
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
903
- operationContext?: string;
904
- /** Contains the resulting SIP code, sub-code and message. */
905
- resultInformation?: ResultInformation;
906
- }
907
- /** The participants updated in a call event. */
908
- export interface ParticipantsUpdated {
909
- /** Call connection ID. */
910
- callConnectionId?: string;
911
- /** Server call ID. */
912
- serverCallId?: string;
913
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
914
- correlationId?: string;
915
- /** The Sequence Number of the event */
916
- sequenceNumber?: number;
917
- /** The list of participants in the call. */
918
- participants?: CallParticipantInternal[];
919
- /** Contains the resulting SIP code, sub-code and message. */
920
- resultInformation?: ResultInformation;
921
- }
922
- /** The participant removed event. */
923
- export interface RemoveParticipantSucceeded {
924
- /** Call connection ID. */
925
- callConnectionId?: string;
926
- /** Server call ID. */
927
- serverCallId?: string;
928
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
929
- correlationId?: string;
930
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
931
- operationContext?: string;
932
- /** Contains the resulting SIP code, sub-code and message. */
933
- resultInformation?: ResultInformation;
934
- /** Participant */
935
- participant?: CommunicationIdentifierModel;
936
- }
937
- /** The failed to remove participant event. */
938
- export interface RemoveParticipantFailed {
939
- /** Call connection ID. */
940
- callConnectionId?: string;
941
- /** Server call ID. */
942
- serverCallId?: string;
943
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
944
- correlationId?: string;
945
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
946
- operationContext?: string;
947
- /** Contains the resulting SIP code, sub-code and message. */
948
- resultInformation?: ResultInformation;
949
- /** Participant */
950
- participant?: CommunicationIdentifierModel;
951
- }
952
- /** Successful cancel add participant event. */
953
- export interface CancelAddParticipantSucceeded {
954
- /** Call connection ID. */
955
- callConnectionId?: string;
956
- /** Server call ID. */
957
- serverCallId?: string;
958
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
959
- correlationId?: string;
960
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
961
- operationContext?: string;
962
- /** Invitation ID used to cancel the request. */
963
- invitationId?: string;
964
- /** Contains the resulting SIP code, sub-code and message. */
965
- resultInformation?: ResultInformation;
966
- }
967
- /** Failed cancel add participant event. */
968
- export interface CancelAddParticipantFailed {
969
- /** Call connection ID. */
970
- callConnectionId?: string;
971
- /** Server call ID. */
972
- serverCallId?: string;
973
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
974
- correlationId?: string;
975
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
976
- operationContext?: string;
977
- /** Contains the resulting SIP code, sub-code and message. */
978
- resultInformation?: ResultInformation;
979
- /** Invitation ID used to cancel the request. */
980
- invitationId?: string;
981
- }
982
- /** The failed to answer call event. */
983
- export interface AnswerFailed {
984
- /** Call connection ID. */
985
- callConnectionId?: string;
986
- /** Server call ID. */
987
- serverCallId?: string;
988
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
989
- correlationId?: string;
990
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
991
- operationContext?: string;
992
- /** Contains the resulting SIP code, sub-code and message. */
993
- resultInformation?: ResultInformation;
994
- }
995
- /** The create call failed event. */
996
- export interface CreateCallFailed {
997
- /** Call connection ID. */
998
- callConnectionId?: string;
999
- /** Server call ID. */
1000
- serverCallId?: string;
1001
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1002
- correlationId?: string;
1003
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1004
- operationContext?: string;
1005
- /** Contains the resulting SIP code, sub-code and message. */
1006
- resultInformation?: ResultInformation;
1007
- }
1008
- /** The ConnectFailed event. */
1009
- export interface ConnectFailed {
1010
- /** Call connection ID. */
1011
- callConnectionId?: string;
1012
- /** Server call ID. */
1013
- serverCallId?: string;
1014
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1015
- correlationId?: string;
1016
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1017
- operationContext?: string;
1018
- /** Contains the resulting SIP code, sub-code and message. */
1019
- resultInformation?: ResultInformation;
1020
- }
1021
- /** Moving the participant successfully event. */
1022
- export interface MoveParticipantSucceeded {
1023
- /** The CallConnectionId for the call you want to move the participant from */
1024
- fromCall?: string;
1025
- /** Call connection ID. */
1026
- callConnectionId?: string;
1027
- /** Server call ID. */
1028
- serverCallId?: string;
1029
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1030
- correlationId?: string;
1031
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1032
- operationContext?: string;
1033
- /** Contains the resulting SIP code, sub-code and message. */
1034
- resultInformation?: ResultInformation;
1035
- /** Participant */
1036
- participant?: CommunicationIdentifierModel;
1037
- }
1038
- /** Moving the participant failed event. */
1039
- export interface MoveParticipantFailed {
1040
- /** The CallConnectionId for the call you want to move the participant from */
1041
- fromCall?: string;
1042
- /** Call connection ID. */
1043
- callConnectionId?: string;
1044
- /** Server call ID. */
1045
- serverCallId?: string;
1046
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1047
- correlationId?: string;
1048
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1049
- operationContext?: string;
1050
- /** Contains the resulting SIP code, sub-code and message. */
1051
- resultInformation?: ResultInformation;
1052
- /** Participant */
1053
- participant?: CommunicationIdentifierModel;
1054
- }
1055
- export interface RecordingStateChanged {
1056
- /** Call connection ID. */
1057
- callConnectionId?: string;
1058
- /** Server call ID. */
1059
- serverCallId?: string;
1060
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1061
- correlationId?: string;
1062
- /**
1063
- * The call recording id
1064
- * NOTE: This property will not be serialized. It can only be populated by the server.
1065
- */
1066
- readonly recordingId?: string;
1067
- state?: RecordingState;
1068
- /**
1069
- * The time of the recording started
1070
- * NOTE: This property will not be serialized. It can only be populated by the server.
1071
- */
1072
- readonly startDateTime?: Date;
1073
- recordingKind?: RecordingKind;
1074
- /** Contains the resulting SIP code, sub-code and message. */
1075
- resultInformation?: ResultInformation;
1076
- }
1077
- /** Play started event. */
1078
- export interface PlayStarted {
1079
- /** Call connection ID. */
1080
- callConnectionId?: string;
1081
- /** Server call ID. */
1082
- serverCallId?: string;
1083
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1084
- correlationId?: string;
1085
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1086
- operationContext?: string;
1087
- /** Contains the resulting SIP code, sub-code and message. */
1088
- resultInformation?: ResultInformation;
1089
- }
1090
- export interface PlayCompleted {
1091
- /** Call connection ID. */
1092
- callConnectionId?: string;
1093
- /** Server call ID. */
1094
- serverCallId?: string;
1095
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1096
- correlationId?: string;
1097
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1098
- operationContext?: string;
1099
- /** Contains the resulting SIP code, sub-code and message. */
1100
- resultInformation?: ResultInformation;
1101
- }
1102
- export interface PlayFailed {
1103
- /** Call connection ID. */
1104
- callConnectionId?: string;
1105
- /** Server call ID. */
1106
- serverCallId?: string;
1107
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1108
- correlationId?: string;
1109
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1110
- operationContext?: string;
1111
- /** Contains the resulting SIP code, sub-code and message. */
1112
- resultInformation?: ResultInformation;
1113
- /** Contains the index of the failed play source. */
1114
- failedPlaySourceIndex?: number;
1115
- }
1116
- export interface PlayCanceled {
1117
- /** Call connection ID. */
1118
- callConnectionId?: string;
1119
- /** Server call ID. */
1120
- serverCallId?: string;
1121
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1122
- correlationId?: string;
1123
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1124
- operationContext?: string;
1125
- /** Contains the resulting SIP code, sub-code and message. */
1126
- resultInformation?: ResultInformation;
1127
- }
1128
- export interface RecognizeCompleted {
1129
- /** Call connection ID. */
1130
- callConnectionId?: string;
1131
- /** Server call ID. */
1132
- serverCallId?: string;
1133
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1134
- correlationId?: string;
1135
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1136
- operationContext?: string;
1137
- /** Contains the resulting SIP code, sub-code and message. */
1138
- resultInformation?: ResultInformation;
1139
- /**
1140
- * Determines the sub-type of the recognize operation.
1141
- * In case of cancel operation the this field is not set and is returned empty
1142
- */
1143
- recognitionType?: RecognitionType;
1144
- /** Defines the result for RecognitionType = Dtmf */
1145
- dtmfResult?: DtmfResult;
1146
- /** Defines the result for RecognitionType = Choices */
1147
- choiceResult?: ChoiceResult;
1148
- /**
1149
- * Defines the result for RecognitionType = Speech and SpeechOrDtmf
1150
- * NOTE: This property will not be serialized. It can only be populated by the server.
1151
- */
1152
- readonly speechResult?: SpeechResult;
1153
- }
1154
- export interface DtmfResult {
1155
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
1156
- readonly tones?: Tone[];
1157
- }
1158
- export interface ChoiceResult {
1159
- /** Label is the primary identifier for the choice detected */
1160
- label?: string;
1161
- /**
1162
- * Phrases are set to the value if choice is selected via phrase detection.
1163
- * If Dtmf input is recognized, then Label will be the identifier for the choice detected and phrases will be set to null
1164
- */
1165
- recognizedPhrase?: string;
1166
- /** The confidence level of the recognized speech, if available, ranges from 0.0 to 1.0 */
1167
- confidence?: number;
1168
- /** The identified language for a spoken phrase. */
1169
- languageIdentified?: string;
1170
- /** Gets or sets the sentiment analysis result. */
1171
- sentimentAnalysisResult?: SentimentAnalysisResult;
1172
- }
1173
- export interface SentimentAnalysisResult {
1174
- /** Gets or sets the value of the sentiment detected (positive, negative, neutral, mixed). */
1175
- sentiment?: string;
1176
- }
1177
- /** The speech status as a result. */
1178
- export interface SpeechResult {
1179
- /** The recognized speech in string. */
1180
- speech?: string;
1181
- /** The confidence level of the recognized speech, if available, ranges from 0.0 to 1.0. */
1182
- confidence?: number;
1183
- /** The identified language. */
1184
- languageIdentified?: string;
1185
- /** Gets or sets the sentiment analysis result. */
1186
- sentimentAnalysisResult?: SentimentAnalysisResult;
1187
- }
1188
- export interface RecognizeFailed {
1189
- /** Call connection ID. */
1190
- callConnectionId?: string;
1191
- /** Server call ID. */
1192
- serverCallId?: string;
1193
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1194
- correlationId?: string;
1195
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1196
- operationContext?: string;
1197
- /** Contains the resulting SIP code, sub-code and message. */
1198
- resultInformation?: ResultInformation;
1199
- /** Contains the index of the failed play source. */
1200
- failedPlaySourceIndex?: number;
1201
- }
1202
- export interface RecognizeCanceled {
1203
- /** Call connection ID. */
1204
- callConnectionId?: string;
1205
- /** Server call ID. */
1206
- serverCallId?: string;
1207
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1208
- correlationId?: string;
1209
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1210
- operationContext?: string;
1211
- /** Contains the resulting SIP code, sub-code and message. */
1212
- resultInformation?: ResultInformation;
1213
- }
1214
- export interface ContinuousDtmfRecognitionToneFailed {
1215
- /** Call connection ID. */
1216
- callConnectionId?: string;
1217
- /** Server call ID. */
1218
- serverCallId?: string;
1219
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1220
- correlationId?: string;
1221
- /** Contains the resulting SIP code, sub-code and message. */
1222
- resultInformation?: ResultInformation;
1223
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1224
- operationContext?: string;
1225
- }
1226
- export interface ContinuousDtmfRecognitionToneReceived {
1227
- /**
1228
- * The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed.
1229
- * NOTE: This property will not be serialized. It can only be populated by the server.
1230
- */
1231
- readonly sequenceId?: number;
1232
- tone?: Tone;
1233
- /** Call connection ID. */
1234
- callConnectionId?: string;
1235
- /** Server call ID. */
1236
- serverCallId?: string;
1237
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1238
- correlationId?: string;
1239
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1240
- operationContext?: string;
1241
- /** Contains the resulting SIP code, sub-code and message. */
1242
- resultInformation?: ResultInformation;
1243
- }
1244
- export interface ContinuousDtmfRecognitionStopped {
1245
- /** Call connection ID. */
1246
- callConnectionId?: string;
1247
- /** Server call ID. */
1248
- serverCallId?: string;
1249
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1250
- correlationId?: string;
1251
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1252
- operationContext?: string;
1253
- /** Contains the resulting SIP code, sub-code and message. */
1254
- resultInformation?: ResultInformation;
1255
- }
1256
- export interface SendDtmfTonesCompleted {
1257
- /** Call connection ID. */
1258
- callConnectionId?: string;
1259
- /** Server call ID. */
1260
- serverCallId?: string;
1261
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1262
- correlationId?: string;
1263
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1264
- operationContext?: string;
1265
- /** Contains the resulting SIP code, sub-code and message. */
1266
- resultInformation?: ResultInformation;
1267
- }
1268
- export interface SendDtmfTonesFailed {
1269
- /** Call connection ID. */
1270
- callConnectionId?: string;
1271
- /** Server call ID. */
1272
- serverCallId?: string;
1273
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1274
- correlationId?: string;
1275
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1276
- operationContext?: string;
1277
- /** Contains the resulting SIP code, sub-code and message. */
1278
- resultInformation?: ResultInformation;
1279
- }
1280
- export interface MediaStreamingFailed {
1281
- /**
1282
- * Defines the result for MediaStreamingUpdate with the current status and the details about the status
1283
- * NOTE: This property will not be serialized. It can only be populated by the server.
1284
- */
1285
- readonly mediaStreamingUpdate?: MediaStreamingUpdate;
1286
- /** Call connection ID. */
1287
- callConnectionId?: string;
1288
- /** Server call ID. */
1289
- serverCallId?: string;
1290
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1291
- correlationId?: string;
1292
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1293
- operationContext?: string;
1294
- /** Contains the resulting SIP code, sub-code and message. */
1295
- resultInformation?: ResultInformation;
1296
- }
1297
- export interface MediaStreamingUpdate {
1298
- contentType?: string;
1299
- mediaStreamingStatus?: MediaStreamingStatus;
1300
- mediaStreamingStatusDetails?: MediaStreamingStatusDetails;
1301
- }
1302
- export interface MediaStreamingStarted {
1303
- /**
1304
- * Defines the result for MediaStreamingUpdate with the current status and the details about the status
1305
- * NOTE: This property will not be serialized. It can only be populated by the server.
1306
- */
1307
- readonly mediaStreamingUpdate?: MediaStreamingUpdate;
1308
- /** Call connection ID. */
1309
- callConnectionId?: string;
1310
- /** Server call ID. */
1311
- serverCallId?: string;
1312
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1313
- correlationId?: string;
1314
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1315
- operationContext?: string;
1316
- /** Contains the resulting SIP code, sub-code and message. */
1317
- resultInformation?: ResultInformation;
1318
- }
1319
- export interface MediaStreamingStopped {
1320
- /**
1321
- * Defines the result for MediaStreamingUpdate with the current status and the details about the status
1322
- * NOTE: This property will not be serialized. It can only be populated by the server.
1323
- */
1324
- readonly mediaStreamingUpdate?: MediaStreamingUpdate;
1325
- /** Call connection ID. */
1326
- callConnectionId?: string;
1327
- /** Server call ID. */
1328
- serverCallId?: string;
1329
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1330
- correlationId?: string;
1331
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1332
- operationContext?: string;
1333
- /** Contains the resulting SIP code, sub-code and message. */
1334
- resultInformation?: ResultInformation;
1335
- }
1336
- export interface HoldFailed {
1337
- /** Call connection ID. */
1338
- callConnectionId?: string;
1339
- /** Server call ID. */
1340
- serverCallId?: string;
1341
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1342
- correlationId?: string;
1343
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1344
- operationContext?: string;
1345
- /** Contains the resulting SIP code, sub-code and message. */
1346
- resultInformation?: ResultInformation;
1347
- }
1348
- export interface StartRecordingFailed {
1349
- /**
1350
- * The call recording Id.
1351
- * NOTE: This property will not be serialized. It can only be populated by the server.
1352
- */
1353
- readonly recordingId?: string;
1354
- /** Call connection ID. */
1355
- callConnectionId?: string;
1356
- /** Server call ID. */
1357
- serverCallId?: string;
1358
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1359
- correlationId?: string;
1360
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1361
- operationContext?: string;
1362
- /** Contains the resulting SIP code, sub-code and message. */
1363
- resultInformation?: ResultInformation;
1364
- }
1365
- export interface TranscriptionFailed {
1366
- /**
1367
- * Defines the result for TranscriptionUpdate with the current status and the details about the status
1368
- * NOTE: This property will not be serialized. It can only be populated by the server.
1369
- */
1370
- readonly transcriptionUpdate?: TranscriptionUpdate;
1371
- /** Call connection ID. */
1372
- callConnectionId?: string;
1373
- /** Server call ID. */
1374
- serverCallId?: string;
1375
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1376
- correlationId?: string;
1377
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1378
- operationContext?: string;
1379
- /** Contains the resulting SIP code, sub-code and message. */
1380
- resultInformation?: ResultInformation;
1381
- }
1382
- export interface TranscriptionUpdate {
1383
- transcriptionStatus?: TranscriptionStatus;
1384
- transcriptionStatusDetails?: TranscriptionStatusDetails;
1385
- /** Optional message providing additional context about the transcription update. */
1386
- transcriptionMessage?: string;
1387
- }
1388
- export interface TranscriptionStarted {
1389
- /**
1390
- * Defines the result for TranscriptionUpdate with the current status and the details about the status
1391
- * NOTE: This property will not be serialized. It can only be populated by the server.
1392
- */
1393
- readonly transcriptionUpdate?: TranscriptionUpdate;
1394
- /** Call connection ID. */
1395
- callConnectionId?: string;
1396
- /** Server call ID. */
1397
- serverCallId?: string;
1398
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1399
- correlationId?: string;
1400
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1401
- operationContext?: string;
1402
- /** Contains the resulting SIP code, sub-code and message. */
1403
- resultInformation?: ResultInformation;
1404
- }
1405
- export interface TranscriptionStopped {
1406
- /**
1407
- * Defines the result for TranscriptionUpdate with the current status and the details about the status
1408
- * NOTE: This property will not be serialized. It can only be populated by the server.
1409
- */
1410
- readonly transcriptionUpdate?: TranscriptionUpdate;
1411
- /** Call connection ID. */
1412
- callConnectionId?: string;
1413
- /** Server call ID. */
1414
- serverCallId?: string;
1415
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1416
- correlationId?: string;
1417
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1418
- operationContext?: string;
1419
- /** Contains the resulting SIP code, sub-code and message. */
1420
- resultInformation?: ResultInformation;
1421
- }
1422
- export interface TranscriptionUpdated {
1423
- /**
1424
- * Defines the result for TranscriptionUpdate with the current status and the details about the status
1425
- * NOTE: This property will not be serialized. It can only be populated by the server.
1426
- */
1427
- readonly transcriptionUpdate?: TranscriptionUpdate;
1428
- /** Call connection ID. */
1429
- callConnectionId?: string;
1430
- /** Server call ID. */
1431
- serverCallId?: string;
1432
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1433
- correlationId?: string;
1434
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1435
- operationContext?: string;
1436
- /** Contains the resulting SIP code, sub-code and message. */
1437
- resultInformation?: ResultInformation;
1438
- }
1439
- export interface TranscriptionCallSummaryUpdated {
1440
- /**
1441
- * Defines the result for TranscriptionUpdate with the current status and the details about the status
1442
- * NOTE: This property will not be serialized. It can only be populated by the server.
1443
- */
1444
- readonly transcriptionUpdate?: TranscriptionUpdate;
1445
- /** Call connection ID. */
1446
- callConnectionId?: string;
1447
- /** Server call ID. */
1448
- serverCallId?: string;
1449
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
1450
- correlationId?: string;
1451
- /** Used by customers when calling mid-call actions to correlate the request to the response event. */
1452
- operationContext?: string;
1453
- /** Contains the resulting SIP code, sub-code and message. */
1454
- resultInformation?: ResultInformation;
1455
- }
1456
- /** Represents the options for WebSocket transport. */
1457
- export interface WebSocketMediaStreamingOptions extends MediaStreamingOptionsInternal {
1458
- /** Polymorphic discriminator, which specifies the different types this object can be */
1459
- transportType: "websocket";
1460
- /** The transport URL for media streaming. */
1461
- transportUrl?: string;
1462
- contentType?: MediaStreamingContentType;
1463
- /** A value indicating whether the media streaming should start immediately after the call is answered. */
1464
- startMediaStreaming?: boolean;
1465
- /** A value indicating whether bidirectional streaming is enabled. */
1466
- enableBidirectional?: boolean;
1467
- /** The audio format used for encoding, including sample rate and channel type. The default is Pcm16KMono. */
1468
- audioFormat?: AudioFormat;
1469
- /** A value that indicates whether to stream the DTMF tones. */
1470
- enableDtmfTones?: boolean;
1471
- }
1472
- /** Represents the options for WebSocket transport. */
1473
- export interface WebSocketTranscriptionOptions extends TranscriptionOptionsInternal {
1474
- /** Polymorphic discriminator, which specifies the different types this object can be */
1475
- transportType: "websocket";
1476
- /** The URL used for live transcription transport. */
1477
- transportUrl?: string;
1478
- /** The ID of the deployed custom model in GUID format. The GUID is generated by Azure Speech Studio, e.g., a259c255-1cdw-4ed7-a693-dd58563b6f6a. */
1479
- speechModelEndpointId?: string;
1480
- /** Indicates whether the transcription should start immediately after the call is answered. */
1481
- startTranscription?: boolean;
1482
- /** Enables intermediate results for the transcribed speech. */
1483
- enableIntermediateResults?: boolean;
1484
- /** PII redaction configuration options. */
1485
- piiRedactionOptions?: PiiRedactionOptionsInternal;
1486
- /** Indicating if sentiment analysis should be enabled. */
1487
- enableSentimentAnalysis?: boolean;
1488
- /** Specifies the list of locales for language identification and transcription. Example: ["en-us", "fr-fr", "hi-in"] etc. */
1489
- locales?: string[];
1490
- /** Summarization configuration options. */
1491
- summarizationOptions?: SummarizationOptionsInternal;
1492
- }
1493
- /** Known values of {@link CommunicationIdentifierModelKind} that the service accepts. */
1494
- export declare enum KnownCommunicationIdentifierModelKind {
1495
- /** Unknown */
1496
- Unknown = "unknown",
1497
- /** CommunicationUser */
1498
- CommunicationUser = "communicationUser",
1499
- /** PhoneNumber */
1500
- PhoneNumber = "phoneNumber",
1501
- /** MicrosoftTeamsUser */
1502
- MicrosoftTeamsUser = "microsoftTeamsUser",
1503
- /** MicrosoftTeamsApp */
1504
- MicrosoftTeamsApp = "microsoftTeamsApp",
1505
- /** TeamsExtensionUser */
1506
- TeamsExtensionUser = "teamsExtensionUser"
1507
- }
1508
- /**
1509
- * Defines values for CommunicationIdentifierModelKind. \
1510
- * {@link KnownCommunicationIdentifierModelKind} can be used interchangeably with CommunicationIdentifierModelKind,
1511
- * this enum contains the known values that the service supports.
1512
- * ### Known values supported by the service
1513
- * **unknown** \
1514
- * **communicationUser** \
1515
- * **phoneNumber** \
1516
- * **microsoftTeamsUser** \
1517
- * **microsoftTeamsApp** \
1518
- * **teamsExtensionUser**
1519
- */
1520
- export type CommunicationIdentifierModelKind = string;
1521
- /** Known values of {@link CommunicationCloudEnvironmentModel} that the service accepts. */
1522
- export declare enum KnownCommunicationCloudEnvironmentModel {
1523
- /** Public */
1524
- Public = "public",
1525
- /** Dod */
1526
- Dod = "dod",
1527
- /** Gcch */
1528
- Gcch = "gcch"
1529
- }
1530
- /**
1531
- * Defines values for CommunicationCloudEnvironmentModel. \
1532
- * {@link KnownCommunicationCloudEnvironmentModel} can be used interchangeably with CommunicationCloudEnvironmentModel,
1533
- * this enum contains the known values that the service supports.
1534
- * ### Known values supported by the service
1535
- * **public** \
1536
- * **dod** \
1537
- * **gcch**
1538
- */
1539
- export type CommunicationCloudEnvironmentModel = string;
1540
- /** Known values of {@link StreamingTransportType} that the service accepts. */
1541
- export declare enum KnownStreamingTransportType {
1542
- /** Websocket */
1543
- Websocket = "websocket"
1544
- }
1545
- /**
1546
- * Defines values for StreamingTransportType. \
1547
- * {@link KnownStreamingTransportType} can be used interchangeably with StreamingTransportType,
1548
- * this enum contains the known values that the service supports.
1549
- * ### Known values supported by the service
1550
- * **websocket**
1551
- */
1552
- export type StreamingTransportType = string;
1553
- /** Known values of {@link MediaStreamingAudioChannelType} that the service accepts. */
1554
- export declare enum KnownMediaStreamingAudioChannelType {
1555
- /** Mixed */
1556
- Mixed = "mixed",
1557
- /** Unmixed */
1558
- Unmixed = "unmixed"
1559
- }
1560
- /**
1561
- * Defines values for MediaStreamingAudioChannelType. \
1562
- * {@link KnownMediaStreamingAudioChannelType} can be used interchangeably with MediaStreamingAudioChannelType,
1563
- * this enum contains the known values that the service supports.
1564
- * ### Known values supported by the service
1565
- * **mixed** \
1566
- * **unmixed**
1567
- */
1568
- export type MediaStreamingAudioChannelType = string;
1569
- /** Known values of {@link CallConnectionStateModel} that the service accepts. */
1570
- export declare enum KnownCallConnectionStateModel {
1571
- /** Unknown */
1572
- Unknown = "unknown",
1573
- /** Connecting */
1574
- Connecting = "connecting",
1575
- /** Connected */
1576
- Connected = "connected",
1577
- /** Transferring */
1578
- Transferring = "transferring",
1579
- /** TransferAccepted */
1580
- TransferAccepted = "transferAccepted",
1581
- /** Disconnecting */
1582
- Disconnecting = "disconnecting",
1583
- /** Disconnected */
1584
- Disconnected = "disconnected"
1585
- }
1586
- /**
1587
- * Defines values for CallConnectionStateModel. \
1588
- * {@link KnownCallConnectionStateModel} can be used interchangeably with CallConnectionStateModel,
1589
- * this enum contains the known values that the service supports.
1590
- * ### Known values supported by the service
1591
- * **unknown** \
1592
- * **connecting** \
1593
- * **connected** \
1594
- * **transferring** \
1595
- * **transferAccepted** \
1596
- * **disconnecting** \
1597
- * **disconnected**
1598
- */
1599
- export type CallConnectionStateModel = string;
1600
- /** Known values of {@link MediaStreamingSubscriptionState} that the service accepts. */
1601
- export declare enum KnownMediaStreamingSubscriptionState {
1602
- /** Disabled */
1603
- Disabled = "disabled",
1604
- /** Inactive */
1605
- Inactive = "inactive",
1606
- /** Active */
1607
- Active = "active"
1608
- }
1609
- /**
1610
- * Defines values for MediaStreamingSubscriptionState. \
1611
- * {@link KnownMediaStreamingSubscriptionState} can be used interchangeably with MediaStreamingSubscriptionState,
1612
- * this enum contains the known values that the service supports.
1613
- * ### Known values supported by the service
1614
- * **disabled** \
1615
- * **inactive** \
1616
- * **active**
1617
- */
1618
- export type MediaStreamingSubscriptionState = string;
1619
- /** Known values of {@link MediaStreamingContentType} that the service accepts. */
1620
- export declare enum KnownMediaStreamingContentType {
1621
- /** Audio */
1622
- Audio = "audio"
1623
- }
1624
- /**
1625
- * Defines values for MediaStreamingContentType. \
1626
- * {@link KnownMediaStreamingContentType} can be used interchangeably with MediaStreamingContentType,
1627
- * this enum contains the known values that the service supports.
1628
- * ### Known values supported by the service
1629
- * **audio**
1630
- */
1631
- export type MediaStreamingContentType = string;
1632
- /** Known values of {@link TranscriptionSubscriptionState} that the service accepts. */
1633
- export declare enum KnownTranscriptionSubscriptionState {
1634
- /** Disabled */
1635
- Disabled = "disabled",
1636
- /** Inactive */
1637
- Inactive = "inactive",
1638
- /** Active */
1639
- Active = "active"
1640
- }
1641
- /**
1642
- * Defines values for TranscriptionSubscriptionState. \
1643
- * {@link KnownTranscriptionSubscriptionState} can be used interchangeably with TranscriptionSubscriptionState,
1644
- * this enum contains the known values that the service supports.
1645
- * ### Known values supported by the service
1646
- * **disabled** \
1647
- * **inactive** \
1648
- * **active**
1649
- */
1650
- export type TranscriptionSubscriptionState = string;
1651
- /** Known values of {@link TranscriptionResultState} that the service accepts. */
1652
- export declare enum KnownTranscriptionResultState {
1653
- /** Final */
1654
- Final = "final",
1655
- /** Intermediate */
1656
- Intermediate = "intermediate"
1657
- }
1658
- /**
1659
- * Defines values for TranscriptionResultState. \
1660
- * {@link KnownTranscriptionResultState} can be used interchangeably with TranscriptionResultState,
1661
- * this enum contains the known values that the service supports.
1662
- * ### Known values supported by the service
1663
- * **final** \
1664
- * **intermediate**
1665
- */
1666
- export type TranscriptionResultState = string;
1667
- /** Known values of {@link CallRejectReason} that the service accepts. */
1668
- export declare enum KnownCallRejectReason {
1669
- /** None */
1670
- None = "none",
1671
- /** Busy */
1672
- Busy = "busy",
1673
- /** Forbidden */
1674
- Forbidden = "forbidden"
1675
- }
1676
- /**
1677
- * Defines values for CallRejectReason. \
1678
- * {@link KnownCallRejectReason} can be used interchangeably with CallRejectReason,
1679
- * this enum contains the known values that the service supports.
1680
- * ### Known values supported by the service
1681
- * **none** \
1682
- * **busy** \
1683
- * **forbidden**
1684
- */
1685
- export type CallRejectReason = string;
1686
- /** Known values of {@link CallLocatorKind} that the service accepts. */
1687
- export declare enum KnownCallLocatorKind {
1688
- /** GroupCallLocator */
1689
- GroupCallLocator = "groupCallLocator",
1690
- /** ServerCallLocator */
1691
- ServerCallLocator = "serverCallLocator",
1692
- /** RoomCallLocator */
1693
- RoomCallLocator = "roomCallLocator"
1694
- }
1695
- /**
1696
- * Defines values for CallLocatorKind. \
1697
- * {@link KnownCallLocatorKind} can be used interchangeably with CallLocatorKind,
1698
- * this enum contains the known values that the service supports.
1699
- * ### Known values supported by the service
1700
- * **groupCallLocator** \
1701
- * **serverCallLocator** \
1702
- * **roomCallLocator**
1703
- */
1704
- export type CallLocatorKind = string;
1705
- /** Known values of {@link PlaySourceType} that the service accepts. */
1706
- export declare enum KnownPlaySourceType {
1707
- /** File */
1708
- File = "file",
1709
- /** Text */
1710
- Text = "text",
1711
- /** Ssml */
1712
- Ssml = "ssml"
1713
- }
1714
- /**
1715
- * Defines values for PlaySourceType. \
1716
- * {@link KnownPlaySourceType} can be used interchangeably with PlaySourceType,
1717
- * this enum contains the known values that the service supports.
1718
- * ### Known values supported by the service
1719
- * **file** \
1720
- * **text** \
1721
- * **ssml**
1722
- */
1723
- export type PlaySourceType = string;
1724
- /** Known values of {@link VoiceKind} that the service accepts. */
1725
- export declare enum KnownVoiceKind {
1726
- /** Male */
1727
- Male = "male",
1728
- /** Female */
1729
- Female = "female"
1730
- }
1731
- /**
1732
- * Defines values for VoiceKind. \
1733
- * {@link KnownVoiceKind} can be used interchangeably with VoiceKind,
1734
- * this enum contains the known values that the service supports.
1735
- * ### Known values supported by the service
1736
- * **male** \
1737
- * **female**
1738
- */
1739
- export type VoiceKind = string;
1740
- /** Known values of {@link RedactionType} that the service accepts. */
1741
- export declare enum KnownRedactionType {
1742
- /** MaskWithCharacter */
1743
- MaskWithCharacter = "maskWithCharacter"
1744
- }
1745
- /**
1746
- * Defines values for RedactionType. \
1747
- * {@link KnownRedactionType} can be used interchangeably with RedactionType,
1748
- * this enum contains the known values that the service supports.
1749
- * ### Known values supported by the service
1750
- * **maskWithCharacter**
1751
- */
1752
- export type RedactionType = string;
1753
- /** Known values of {@link RecognizeInputType} that the service accepts. */
1754
- export declare enum KnownRecognizeInputType {
1755
- /** Dtmf */
1756
- Dtmf = "dtmf",
1757
- /** Speech */
1758
- Speech = "speech",
1759
- /** SpeechOrDtmf */
1760
- SpeechOrDtmf = "speechOrDtmf",
1761
- /** Choices */
1762
- Choices = "choices"
1763
- }
1764
- /**
1765
- * Defines values for RecognizeInputType. \
1766
- * {@link KnownRecognizeInputType} can be used interchangeably with RecognizeInputType,
1767
- * this enum contains the known values that the service supports.
1768
- * ### Known values supported by the service
1769
- * **dtmf** \
1770
- * **speech** \
1771
- * **speechOrDtmf** \
1772
- * **choices**
1773
- */
1774
- export type RecognizeInputType = string;
1775
- /** Known values of {@link Tone} that the service accepts. */
1776
- export declare enum KnownTone {
1777
- /** Zero */
1778
- Zero = "zero",
1779
- /** One */
1780
- One = "one",
1781
- /** Two */
1782
- Two = "two",
1783
- /** Three */
1784
- Three = "three",
1785
- /** Four */
1786
- Four = "four",
1787
- /** Five */
1788
- Five = "five",
1789
- /** Six */
1790
- Six = "six",
1791
- /** Seven */
1792
- Seven = "seven",
1793
- /** Eight */
1794
- Eight = "eight",
1795
- /** Nine */
1796
- Nine = "nine",
1797
- /** A */
1798
- A = "a",
1799
- /** B */
1800
- B = "b",
1801
- /** C */
1802
- C = "c",
1803
- /** D */
1804
- D = "d",
1805
- /** Pound */
1806
- Pound = "pound",
1807
- /** Asterisk */
1808
- Asterisk = "asterisk"
1809
- }
1810
- /**
1811
- * Defines values for Tone. \
1812
- * {@link KnownTone} can be used interchangeably with Tone,
1813
- * this enum contains the known values that the service supports.
1814
- * ### Known values supported by the service
1815
- * **zero** \
1816
- * **one** \
1817
- * **two** \
1818
- * **three** \
1819
- * **four** \
1820
- * **five** \
1821
- * **six** \
1822
- * **seven** \
1823
- * **eight** \
1824
- * **nine** \
1825
- * **a** \
1826
- * **b** \
1827
- * **c** \
1828
- * **d** \
1829
- * **pound** \
1830
- * **asterisk**
1831
- */
1832
- export type Tone = string;
1833
- /** Known values of {@link RecordingContentType} that the service accepts. */
1834
- export declare enum KnownRecordingContentType {
1835
- /** Audio */
1836
- Audio = "audio",
1837
- /** AudioVideo */
1838
- AudioVideo = "audioVideo"
1839
- }
1840
- /**
1841
- * Defines values for RecordingContentType. \
1842
- * {@link KnownRecordingContentType} can be used interchangeably with RecordingContentType,
1843
- * this enum contains the known values that the service supports.
1844
- * ### Known values supported by the service
1845
- * **audio** \
1846
- * **audioVideo**
1847
- */
1848
- export type RecordingContentType = string;
1849
- /** Known values of {@link RecordingChannelType} that the service accepts. */
1850
- export declare enum KnownRecordingChannelType {
1851
- /** Mixed */
1852
- Mixed = "mixed",
1853
- /** Unmixed */
1854
- Unmixed = "unmixed"
1855
- }
1856
- /**
1857
- * Defines values for RecordingChannelType. \
1858
- * {@link KnownRecordingChannelType} can be used interchangeably with RecordingChannelType,
1859
- * this enum contains the known values that the service supports.
1860
- * ### Known values supported by the service
1861
- * **mixed** \
1862
- * **unmixed**
1863
- */
1864
- export type RecordingChannelType = string;
1865
- /** Known values of {@link RecordingFormatType} that the service accepts. */
1866
- export declare enum KnownRecordingFormatType {
1867
- /** Wav */
1868
- Wav = "wav",
1869
- /** Mp3 */
1870
- Mp3 = "mp3",
1871
- /** Mp4 */
1872
- Mp4 = "mp4"
1873
- }
1874
- /**
1875
- * Defines values for RecordingFormatType. \
1876
- * {@link KnownRecordingFormatType} can be used interchangeably with RecordingFormatType,
1877
- * this enum contains the known values that the service supports.
1878
- * ### Known values supported by the service
1879
- * **wav** \
1880
- * **mp3** \
1881
- * **mp4**
1882
- */
1883
- export type RecordingFormatType = string;
1884
- /** Known values of {@link RecordingStorageKind} that the service accepts. */
1885
- export declare enum KnownRecordingStorageKind {
1886
- /** Storage managed by Azure Communication Services */
1887
- AzureCommunicationServices = "AzureCommunicationServices",
1888
- /** Storage managed by provided Azure blob */
1889
- AzureBlobStorage = "AzureBlobStorage"
1890
- }
1891
- /**
1892
- * Defines values for RecordingStorageKind. \
1893
- * {@link KnownRecordingStorageKind} can be used interchangeably with RecordingStorageKind,
1894
- * this enum contains the known values that the service supports.
1895
- * ### Known values supported by the service
1896
- * **AzureCommunicationServices**: Storage managed by Azure Communication Services \
1897
- * **AzureBlobStorage**: Storage managed by provided Azure blob
1898
- */
1899
- export type RecordingStorageKind = string;
1900
- /** Known values of {@link RecordingState} that the service accepts. */
1901
- export declare enum KnownRecordingState {
1902
- /** Active */
1903
- Active = "active",
1904
- /** Inactive */
1905
- Inactive = "inactive"
1906
- }
1907
- /**
1908
- * Defines values for RecordingState. \
1909
- * {@link KnownRecordingState} can be used interchangeably with RecordingState,
1910
- * this enum contains the known values that the service supports.
1911
- * ### Known values supported by the service
1912
- * **active** \
1913
- * **inactive**
1914
- */
1915
- export type RecordingState = string;
1916
- /** Known values of {@link RecordingKind} that the service accepts. */
1917
- export declare enum KnownRecordingKind {
1918
- /** Recording initiated by Azure Communication Services */
1919
- AzureCommunicationServices = "AzureCommunicationServices",
1920
- /** Recording initiated by Teams user */
1921
- Teams = "Teams",
1922
- /** Recording initiated by Teams compliance policy */
1923
- TeamsCompliance = "TeamsCompliance"
1924
- }
1925
- /**
1926
- * Defines values for RecordingKind. \
1927
- * {@link KnownRecordingKind} can be used interchangeably with RecordingKind,
1928
- * this enum contains the known values that the service supports.
1929
- * ### Known values supported by the service
1930
- * **AzureCommunicationServices**: Recording initiated by Azure Communication Services \
1931
- * **Teams**: Recording initiated by Teams user \
1932
- * **TeamsCompliance**: Recording initiated by Teams compliance policy
1933
- */
1934
- export type RecordingKind = string;
1935
- /** Known values of {@link AudioFormat} that the service accepts. */
1936
- export declare enum KnownAudioFormat {
1937
- /** Pcm16KMono */
1938
- Pcm16KMono = "pcm16KMono",
1939
- /** Pcm24KMono */
1940
- Pcm24KMono = "pcm24KMono"
1941
- }
1942
- /**
1943
- * Defines values for AudioFormat. \
1944
- * {@link KnownAudioFormat} can be used interchangeably with AudioFormat,
1945
- * this enum contains the known values that the service supports.
1946
- * ### Known values supported by the service
1947
- * **pcm16KMono** \
1948
- * **pcm24KMono**
1949
- */
1950
- export type AudioFormat = string;
1951
- /** Known values of {@link RecognitionType} that the service accepts. */
1952
- export declare enum KnownRecognitionType {
1953
- /** Dtmf */
1954
- Dtmf = "dtmf",
1955
- /** Speech */
1956
- Speech = "speech",
1957
- /** Choices */
1958
- Choices = "choices"
1959
- }
1960
- /**
1961
- * Defines values for RecognitionType. \
1962
- * {@link KnownRecognitionType} can be used interchangeably with RecognitionType,
1963
- * this enum contains the known values that the service supports.
1964
- * ### Known values supported by the service
1965
- * **dtmf** \
1966
- * **speech** \
1967
- * **choices**
1968
- */
1969
- export type RecognitionType = string;
1970
- /** Known values of {@link MediaStreamingStatus} that the service accepts. */
1971
- export declare enum KnownMediaStreamingStatus {
1972
- /** MediaStreamingStarted */
1973
- MediaStreamingStarted = "mediaStreamingStarted",
1974
- /** MediaStreamingFailed */
1975
- MediaStreamingFailed = "mediaStreamingFailed",
1976
- /** MediaStreamingStopped */
1977
- MediaStreamingStopped = "mediaStreamingStopped",
1978
- /** UnspecifiedError */
1979
- UnspecifiedError = "unspecifiedError"
1980
- }
1981
- /**
1982
- * Defines values for MediaStreamingStatus. \
1983
- * {@link KnownMediaStreamingStatus} can be used interchangeably with MediaStreamingStatus,
1984
- * this enum contains the known values that the service supports.
1985
- * ### Known values supported by the service
1986
- * **mediaStreamingStarted** \
1987
- * **mediaStreamingFailed** \
1988
- * **mediaStreamingStopped** \
1989
- * **unspecifiedError**
1990
- */
1991
- export type MediaStreamingStatus = string;
1992
- /** Known values of {@link MediaStreamingStatusDetails} that the service accepts. */
1993
- export declare enum KnownMediaStreamingStatusDetails {
1994
- /** SubscriptionStarted */
1995
- SubscriptionStarted = "subscriptionStarted",
1996
- /** StreamConnectionReestablished */
1997
- StreamConnectionReestablished = "streamConnectionReestablished",
1998
- /** StreamConnectionUnsuccessful */
1999
- StreamConnectionUnsuccessful = "streamConnectionUnsuccessful",
2000
- /** StreamUrlMissing */
2001
- StreamUrlMissing = "streamUrlMissing",
2002
- /** ServiceShutdown */
2003
- ServiceShutdown = "serviceShutdown",
2004
- /** StreamConnectionInterrupted */
2005
- StreamConnectionInterrupted = "streamConnectionInterrupted",
2006
- /** SpeechServicesConnectionError */
2007
- SpeechServicesConnectionError = "speechServicesConnectionError",
2008
- /** SubscriptionStopped */
2009
- SubscriptionStopped = "subscriptionStopped",
2010
- /** UnspecifiedError */
2011
- UnspecifiedError = "unspecifiedError",
2012
- /** AuthenticationFailure */
2013
- AuthenticationFailure = "authenticationFailure",
2014
- /** BadRequest */
2015
- BadRequest = "badRequest",
2016
- /** TooManyRequests */
2017
- TooManyRequests = "tooManyRequests",
2018
- /** Forbidden */
2019
- Forbidden = "forbidden",
2020
- /** ServiceTimeout */
2021
- ServiceTimeout = "serviceTimeout",
2022
- /** InitialWebSocketConnectionFailed */
2023
- InitialWebSocketConnectionFailed = "initialWebSocketConnectionFailed"
2024
- }
2025
- /**
2026
- * Defines values for MediaStreamingStatusDetails. \
2027
- * {@link KnownMediaStreamingStatusDetails} can be used interchangeably with MediaStreamingStatusDetails,
2028
- * this enum contains the known values that the service supports.
2029
- * ### Known values supported by the service
2030
- * **subscriptionStarted** \
2031
- * **streamConnectionReestablished** \
2032
- * **streamConnectionUnsuccessful** \
2033
- * **streamUrlMissing** \
2034
- * **serviceShutdown** \
2035
- * **streamConnectionInterrupted** \
2036
- * **speechServicesConnectionError** \
2037
- * **subscriptionStopped** \
2038
- * **unspecifiedError** \
2039
- * **authenticationFailure** \
2040
- * **badRequest** \
2041
- * **tooManyRequests** \
2042
- * **forbidden** \
2043
- * **serviceTimeout** \
2044
- * **initialWebSocketConnectionFailed**
2045
- */
2046
- export type MediaStreamingStatusDetails = string;
2047
- /** Known values of {@link TranscriptionStatus} that the service accepts. */
2048
- export declare enum KnownTranscriptionStatus {
2049
- /** TranscriptionStarted */
2050
- TranscriptionStarted = "transcriptionStarted",
2051
- /** TranscriptionFailed */
2052
- TranscriptionFailed = "transcriptionFailed",
2053
- /** TranscriptionResumed */
2054
- TranscriptionResumed = "transcriptionResumed",
2055
- /** TranscriptionUpdated */
2056
- TranscriptionUpdated = "transcriptionUpdated",
2057
- /** TranscriptionStopped */
2058
- TranscriptionStopped = "transcriptionStopped",
2059
- /** CallSummaryUpdated */
2060
- CallSummaryUpdated = "callSummaryUpdated",
2061
- /** UnspecifiedError */
2062
- UnspecifiedError = "unspecifiedError"
2063
- }
2064
- /**
2065
- * Defines values for TranscriptionStatus. \
2066
- * {@link KnownTranscriptionStatus} can be used interchangeably with TranscriptionStatus,
2067
- * this enum contains the known values that the service supports.
2068
- * ### Known values supported by the service
2069
- * **transcriptionStarted** \
2070
- * **transcriptionFailed** \
2071
- * **transcriptionResumed** \
2072
- * **transcriptionUpdated** \
2073
- * **transcriptionStopped** \
2074
- * **callSummaryUpdated** \
2075
- * **unspecifiedError**
2076
- */
2077
- export type TranscriptionStatus = string;
2078
- /** Known values of {@link TranscriptionStatusDetails} that the service accepts. */
2079
- export declare enum KnownTranscriptionStatusDetails {
2080
- /** SubscriptionStarted */
2081
- SubscriptionStarted = "subscriptionStarted",
2082
- /** StreamConnectionReestablished */
2083
- StreamConnectionReestablished = "streamConnectionReestablished",
2084
- /** StreamConnectionUnsuccessful */
2085
- StreamConnectionUnsuccessful = "streamConnectionUnsuccessful",
2086
- /** StreamUrlMissing */
2087
- StreamUrlMissing = "streamUrlMissing",
2088
- /** ServiceShutdown */
2089
- ServiceShutdown = "serviceShutdown",
2090
- /** StreamConnectionInterrupted */
2091
- StreamConnectionInterrupted = "streamConnectionInterrupted",
2092
- /** SpeechServicesConnectionError */
2093
- SpeechServicesConnectionError = "speechServicesConnectionError",
2094
- /** SubscriptionStopped */
2095
- SubscriptionStopped = "subscriptionStopped",
2096
- /** UnspecifiedError */
2097
- UnspecifiedError = "unspecifiedError",
2098
- /** AuthenticationFailure */
2099
- AuthenticationFailure = "authenticationFailure",
2100
- /** BadRequest */
2101
- BadRequest = "badRequest",
2102
- /** TooManyRequests */
2103
- TooManyRequests = "tooManyRequests",
2104
- /** Forbidden */
2105
- Forbidden = "forbidden",
2106
- /** ServiceTimeout */
2107
- ServiceTimeout = "serviceTimeout",
2108
- /** TranscriptionLocaleUpdated */
2109
- TranscriptionLocaleUpdated = "transcriptionLocaleUpdated",
2110
- /** CallSummarySuccess */
2111
- CallSummarySuccess = "callSummarySuccess",
2112
- /** CallSummaryFailure */
2113
- CallSummaryFailure = "callSummaryFailure"
2114
- }
2115
- /**
2116
- * Defines values for TranscriptionStatusDetails. \
2117
- * {@link KnownTranscriptionStatusDetails} can be used interchangeably with TranscriptionStatusDetails,
2118
- * this enum contains the known values that the service supports.
2119
- * ### Known values supported by the service
2120
- * **subscriptionStarted** \
2121
- * **streamConnectionReestablished** \
2122
- * **streamConnectionUnsuccessful** \
2123
- * **streamUrlMissing** \
2124
- * **serviceShutdown** \
2125
- * **streamConnectionInterrupted** \
2126
- * **speechServicesConnectionError** \
2127
- * **subscriptionStopped** \
2128
- * **unspecifiedError** \
2129
- * **authenticationFailure** \
2130
- * **badRequest** \
2131
- * **tooManyRequests** \
2132
- * **forbidden** \
2133
- * **serviceTimeout** \
2134
- * **transcriptionLocaleUpdated** \
2135
- * **callSummarySuccess** \
2136
- * **callSummaryFailure**
2137
- */
2138
- export type TranscriptionStatusDetails = string;
2139
- /** Optional parameters. */
2140
- export interface CreateCallOptionalParams extends coreClient.OperationOptions {
2141
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2142
- repeatabilityRequestID?: string;
2143
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2144
- repeatabilityFirstSent?: Date;
2145
- }
2146
- /** Contains response data for the createCall operation. */
2147
- export type CreateCallResponse = CallConnectionPropertiesInternal;
2148
- /** Optional parameters. */
2149
- export interface AnswerCallOptionalParams extends coreClient.OperationOptions {
2150
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2151
- repeatabilityRequestID?: string;
2152
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2153
- repeatabilityFirstSent?: Date;
2154
- }
2155
- /** Contains response data for the answerCall operation. */
2156
- export type AnswerCallResponse = CallConnectionPropertiesInternal;
2157
- /** Optional parameters. */
2158
- export interface RedirectCallOptionalParams extends coreClient.OperationOptions {
2159
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2160
- repeatabilityRequestID?: string;
2161
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2162
- repeatabilityFirstSent?: Date;
2163
- }
2164
- /** Optional parameters. */
2165
- export interface RejectCallOptionalParams extends coreClient.OperationOptions {
2166
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2167
- repeatabilityRequestID?: string;
2168
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2169
- repeatabilityFirstSent?: Date;
2170
- }
2171
- /** Optional parameters. */
2172
- export interface ConnectOptionalParams extends coreClient.OperationOptions {
2173
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2174
- repeatabilityRequestID?: string;
2175
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2176
- repeatabilityFirstSent?: Date;
2177
- }
2178
- /** Contains response data for the connect operation. */
2179
- export type ConnectResponse = CallConnectionPropertiesInternal;
2180
- /** Optional parameters. */
2181
- export interface CallConnectionGetCallOptionalParams extends coreClient.OperationOptions {
2182
- }
2183
- /** Contains response data for the getCall operation. */
2184
- export type CallConnectionGetCallResponse = CallConnectionPropertiesInternal;
2185
- /** Optional parameters. */
2186
- export interface CallConnectionHangupCallOptionalParams extends coreClient.OperationOptions {
2187
- }
2188
- /** Optional parameters. */
2189
- export interface CallConnectionTerminateCallOptionalParams extends coreClient.OperationOptions {
2190
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2191
- repeatabilityRequestID?: string;
2192
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2193
- repeatabilityFirstSent?: Date;
2194
- }
2195
- /** Optional parameters. */
2196
- export interface CallConnectionTransferToParticipantOptionalParams extends coreClient.OperationOptions {
2197
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2198
- repeatabilityRequestID?: string;
2199
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2200
- repeatabilityFirstSent?: Date;
2201
- }
2202
- /** Contains response data for the transferToParticipant operation. */
2203
- export type CallConnectionTransferToParticipantResponse = TransferCallResponse;
2204
- /** Optional parameters. */
2205
- export interface CallConnectionGetParticipantsOptionalParams extends coreClient.OperationOptions {
2206
- }
2207
- /** Contains response data for the getParticipants operation. */
2208
- export type CallConnectionGetParticipantsResponse = GetParticipantsResponse;
2209
- /** Optional parameters. */
2210
- export interface CallConnectionAddParticipantOptionalParams extends coreClient.OperationOptions {
2211
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2212
- repeatabilityRequestID?: string;
2213
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2214
- repeatabilityFirstSent?: Date;
2215
- }
2216
- /** Contains response data for the addParticipant operation. */
2217
- export type CallConnectionAddParticipantResponse = AddParticipantResponse;
2218
- /** Optional parameters. */
2219
- export interface CallConnectionRemoveParticipantOptionalParams extends coreClient.OperationOptions {
2220
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2221
- repeatabilityRequestID?: string;
2222
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2223
- repeatabilityFirstSent?: Date;
2224
- }
2225
- /** Contains response data for the removeParticipant operation. */
2226
- export type CallConnectionRemoveParticipantResponse = RemoveParticipantResponse;
2227
- /** Optional parameters. */
2228
- export interface CallConnectionMuteOptionalParams extends coreClient.OperationOptions {
2229
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2230
- repeatabilityRequestID?: string;
2231
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2232
- repeatabilityFirstSent?: Date;
2233
- }
2234
- /** Contains response data for the mute operation. */
2235
- export type CallConnectionMuteResponse = MuteParticipantsResult;
2236
- /** Optional parameters. */
2237
- export interface CallConnectionCancelAddParticipantOptionalParams extends coreClient.OperationOptions {
2238
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2239
- repeatabilityRequestID?: string;
2240
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2241
- repeatabilityFirstSent?: Date;
2242
- }
2243
- /** Contains response data for the cancelAddParticipant operation. */
2244
- export type CallConnectionCancelAddParticipantResponse = CancelAddParticipantResponse;
2245
- /** Optional parameters. */
2246
- export interface CallConnectionMoveParticipantsOptionalParams extends coreClient.OperationOptions {
2247
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2248
- repeatabilityRequestID?: string;
2249
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2250
- repeatabilityFirstSent?: Date;
2251
- }
2252
- /** Contains response data for the moveParticipants operation. */
2253
- export type CallConnectionMoveParticipantsResponse = MoveParticipantsResponse;
2254
- /** Optional parameters. */
2255
- export interface CallConnectionGetParticipantOptionalParams extends coreClient.OperationOptions {
2256
- }
2257
- /** Contains response data for the getParticipant operation. */
2258
- export type CallConnectionGetParticipantResponse = CallParticipantInternal;
2259
- /** Optional parameters. */
2260
- export interface CallConnectionGetParticipantsNextOptionalParams extends coreClient.OperationOptions {
2261
- }
2262
- /** Contains response data for the getParticipantsNext operation. */
2263
- export type CallConnectionGetParticipantsNextResponse = GetParticipantsResponse;
2264
- /** Optional parameters. */
2265
- export interface CallMediaPlayOptionalParams extends coreClient.OperationOptions {
2266
- }
2267
- /** Optional parameters. */
2268
- export interface CallMediaStartTranscriptionOptionalParams extends coreClient.OperationOptions {
2269
- }
2270
- /** Optional parameters. */
2271
- export interface CallMediaStopTranscriptionOptionalParams extends coreClient.OperationOptions {
2272
- }
2273
- /** Optional parameters. */
2274
- export interface CallMediaUpdateTranscriptionOptionalParams extends coreClient.OperationOptions {
2275
- }
2276
- /** Optional parameters. */
2277
- export interface CallMediaSummarizeCallOptionalParams extends coreClient.OperationOptions {
2278
- }
2279
- /** Optional parameters. */
2280
- export interface CallMediaCancelAllMediaOperationsOptionalParams extends coreClient.OperationOptions {
2281
- }
2282
- /** Optional parameters. */
2283
- export interface CallMediaRecognizeOptionalParams extends coreClient.OperationOptions {
2284
- }
2285
- /** Optional parameters. */
2286
- export interface CallMediaStartContinuousDtmfRecognitionOptionalParams extends coreClient.OperationOptions {
2287
- }
2288
- /** Optional parameters. */
2289
- export interface CallMediaStopContinuousDtmfRecognitionOptionalParams extends coreClient.OperationOptions {
2290
- }
2291
- /** Optional parameters. */
2292
- export interface CallMediaSendDtmfTonesOptionalParams extends coreClient.OperationOptions {
2293
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2294
- repeatabilityRequestID?: string;
2295
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2296
- repeatabilityFirstSent?: Date;
2297
- }
2298
- /** Contains response data for the sendDtmfTones operation. */
2299
- export type CallMediaSendDtmfTonesResponse = SendDtmfTonesResult;
2300
- /** Optional parameters. */
2301
- export interface CallMediaHoldOptionalParams extends coreClient.OperationOptions {
2302
- }
2303
- /** Optional parameters. */
2304
- export interface CallMediaUnholdOptionalParams extends coreClient.OperationOptions {
2305
- }
2306
- /** Optional parameters. */
2307
- export interface CallMediaStartMediaStreamingOptionalParams extends coreClient.OperationOptions {
2308
- }
2309
- /** Optional parameters. */
2310
- export interface CallMediaStopMediaStreamingOptionalParams extends coreClient.OperationOptions {
2311
- }
2312
- /** Optional parameters. */
2313
- export interface CallRecordingStartRecordingOptionalParams extends coreClient.OperationOptions {
2314
- /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */
2315
- repeatabilityRequestID?: string;
2316
- /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */
2317
- repeatabilityFirstSent?: Date;
2318
- }
2319
- /** Contains response data for the startRecording operation. */
2320
- export type CallRecordingStartRecordingResponse = RecordingStateResponse;
2321
- /** Optional parameters. */
2322
- export interface CallRecordingGetRecordingPropertiesOptionalParams extends coreClient.OperationOptions {
2323
- }
2324
- /** Contains response data for the getRecordingProperties operation. */
2325
- export type CallRecordingGetRecordingPropertiesResponse = RecordingStateResponse;
2326
- /** Optional parameters. */
2327
- export interface CallRecordingStopRecordingOptionalParams extends coreClient.OperationOptions {
2328
- }
2329
- /** Optional parameters. */
2330
- export interface CallRecordingPauseRecordingOptionalParams extends coreClient.OperationOptions {
2331
- }
2332
- /** Optional parameters. */
2333
- export interface CallRecordingResumeRecordingOptionalParams extends coreClient.OperationOptions {
2334
- }
2335
- /** Optional parameters. */
2336
- export interface CallAutomationApiClientOptionalParams extends coreClient.ServiceClientOptions {
2337
- /** Api Version */
2338
- apiVersion?: string;
2339
- /** Overrides client endpoint. */
2340
- endpoint?: string;
2341
- }
2342
- //# sourceMappingURL=index.d.ts.map