@azure/communication-call-automation 1.6.0-alpha.20250711.2 → 1.6.0-beta.1

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 (477) hide show
  1. package/README.md +0 -48
  2. package/dist/browser/callAutomationClient.d.ts +0 -8
  3. package/dist/browser/callAutomationClient.d.ts.map +1 -1
  4. package/dist/browser/callAutomationClient.js +87 -141
  5. package/dist/browser/callAutomationClient.js.map +1 -1
  6. package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
  7. package/dist/browser/callAutomationEventParser.js +22 -54
  8. package/dist/browser/callAutomationEventParser.js.map +1 -1
  9. package/dist/browser/callConnection.d.ts +12 -14
  10. package/dist/browser/callConnection.d.ts.map +1 -1
  11. package/dist/browser/callConnection.js +111 -183
  12. package/dist/browser/callConnection.js.map +1 -1
  13. package/dist/browser/callMedia.d.ts +15 -20
  14. package/dist/browser/callMedia.d.ts.map +1 -1
  15. package/dist/browser/callMedia.js +58 -177
  16. package/dist/browser/callMedia.js.map +1 -1
  17. package/dist/browser/callRecording.d.ts +2 -8
  18. package/dist/browser/callRecording.d.ts.map +1 -1
  19. package/dist/browser/callRecording.js +16 -26
  20. package/dist/browser/callRecording.js.map +1 -1
  21. package/dist/browser/contentDownloader.js +11 -12
  22. package/dist/browser/contentDownloader.js.map +1 -1
  23. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  24. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  25. package/dist/browser/credential/callAutomationAuthPolicy.js +1 -1
  26. package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -1
  27. package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -1
  28. package/dist/browser/credential/cryptoUtils.js +1 -2
  29. package/dist/browser/generated/src/callAutomationApiClient.d.ts +1 -2
  30. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
  31. package/dist/browser/generated/src/callAutomationApiClient.js +14 -6
  32. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
  33. package/dist/browser/generated/src/models/index.d.ts +534 -1064
  34. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  35. package/dist/browser/generated/src/models/index.js +87 -159
  36. package/dist/browser/generated/src/models/index.js.map +1 -1
  37. package/dist/browser/generated/src/models/mappers.d.ts +58 -86
  38. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  39. package/dist/browser/generated/src/models/mappers.js +1173 -2159
  40. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  41. package/dist/browser/generated/src/models/parameters.d.ts +2 -7
  42. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  43. package/dist/browser/generated/src/models/parameters.js +10 -41
  44. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  45. package/dist/browser/generated/src/operations/callConnection.d.ts +2 -9
  46. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
  47. package/dist/browser/generated/src/operations/callConnection.js +24 -73
  48. package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
  49. package/dist/browser/generated/src/operations/callMedia.d.ts +15 -15
  50. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
  51. package/dist/browser/generated/src/operations/callMedia.js +51 -50
  52. package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
  53. package/dist/browser/generated/src/operations/callRecording.d.ts +1 -7
  54. package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
  55. package/dist/browser/generated/src/operations/callRecording.js +1 -24
  56. package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
  57. package/dist/browser/generated/src/operations/index.d.ts +0 -1
  58. package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
  59. package/dist/browser/generated/src/operations/index.js +0 -1
  60. package/dist/browser/generated/src/operations/index.js.map +1 -1
  61. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  62. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  63. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  64. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  65. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  66. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  67. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  68. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  69. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  70. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -1
  71. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  72. package/dist/browser/generated/src/operationsInterfaces/index.js +0 -1
  73. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
  74. package/dist/browser/generated/src/pagingHelper.js +2 -4
  75. package/dist/browser/generated/src/pagingHelper.js.map +1 -1
  76. package/dist/browser/index.d.ts +0 -2
  77. package/dist/browser/index.d.ts.map +1 -1
  78. package/dist/browser/index.js +0 -2
  79. package/dist/browser/index.js.map +1 -1
  80. package/dist/browser/models/constants.js +1 -1
  81. package/dist/browser/models/constants.js.map +1 -1
  82. package/dist/browser/models/events.d.ts +136 -195
  83. package/dist/browser/models/events.d.ts.map +1 -1
  84. package/dist/browser/models/events.js.map +1 -1
  85. package/dist/browser/models/models.d.ts +76 -39
  86. package/dist/browser/models/models.d.ts.map +1 -1
  87. package/dist/browser/models/models.js +1 -3
  88. package/dist/browser/models/models.js.map +1 -1
  89. package/dist/browser/models/options.d.ts +64 -30
  90. package/dist/browser/models/options.d.ts.map +1 -1
  91. package/dist/browser/models/options.js.map +1 -1
  92. package/dist/browser/models/responses.d.ts +19 -82
  93. package/dist/browser/models/responses.d.ts.map +1 -1
  94. package/dist/browser/models/responses.js.map +1 -1
  95. package/dist/browser/models/streaming.d.ts +38 -28
  96. package/dist/browser/models/streaming.d.ts.map +1 -1
  97. package/dist/browser/models/streaming.js +28 -57
  98. package/dist/browser/models/streaming.js.map +1 -1
  99. package/dist/browser/streamingData.d.ts.map +1 -1
  100. package/dist/browser/streamingData.js +15 -1
  101. package/dist/browser/streamingData.js.map +1 -1
  102. package/dist/browser/utli/converters.d.ts +1 -1
  103. package/dist/browser/utli/converters.d.ts.map +1 -1
  104. package/dist/browser/utli/converters.js +48 -9
  105. package/dist/browser/utli/converters.js.map +1 -1
  106. package/dist/commonjs/callAutomationClient.d.ts +0 -8
  107. package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
  108. package/dist/commonjs/callAutomationClient.js +85 -139
  109. package/dist/commonjs/callAutomationClient.js.map +1 -1
  110. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
  111. package/dist/commonjs/callAutomationEventParser.js +21 -53
  112. package/dist/commonjs/callAutomationEventParser.js.map +1 -1
  113. package/dist/commonjs/callConnection.d.ts +12 -14
  114. package/dist/commonjs/callConnection.d.ts.map +1 -1
  115. package/dist/commonjs/callConnection.js +113 -185
  116. package/dist/commonjs/callConnection.js.map +1 -1
  117. package/dist/commonjs/callMedia.d.ts +15 -20
  118. package/dist/commonjs/callMedia.d.ts.map +1 -1
  119. package/dist/commonjs/callMedia.js +66 -185
  120. package/dist/commonjs/callMedia.js.map +1 -1
  121. package/dist/commonjs/callRecording.d.ts +2 -8
  122. package/dist/commonjs/callRecording.d.ts.map +1 -1
  123. package/dist/commonjs/callRecording.js +17 -27
  124. package/dist/commonjs/callRecording.js.map +1 -1
  125. package/dist/commonjs/contentDownloader.js +11 -12
  126. package/dist/commonjs/contentDownloader.js.map +1 -1
  127. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  128. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  129. package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
  130. package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
  131. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -2
  132. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
  133. package/dist/commonjs/generated/src/callAutomationApiClient.js +13 -5
  134. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
  135. package/dist/commonjs/generated/src/models/index.d.ts +534 -1064
  136. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  137. package/dist/commonjs/generated/src/models/index.js +88 -160
  138. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  139. package/dist/commonjs/generated/src/models/mappers.d.ts +58 -86
  140. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  141. package/dist/commonjs/generated/src/models/mappers.js +1176 -2162
  142. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  143. package/dist/commonjs/generated/src/models/parameters.d.ts +2 -7
  144. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  145. package/dist/commonjs/generated/src/models/parameters.js +10 -41
  146. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  147. package/dist/commonjs/generated/src/operations/callConnection.d.ts +2 -9
  148. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
  149. package/dist/commonjs/generated/src/operations/callConnection.js +24 -72
  150. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
  151. package/dist/commonjs/generated/src/operations/callMedia.d.ts +15 -15
  152. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
  153. package/dist/commonjs/generated/src/operations/callMedia.js +51 -50
  154. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
  155. package/dist/commonjs/generated/src/operations/callRecording.d.ts +1 -7
  156. package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
  157. package/dist/commonjs/generated/src/operations/callRecording.js +1 -24
  158. package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
  159. package/dist/commonjs/generated/src/operations/index.d.ts +0 -1
  160. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
  161. package/dist/commonjs/generated/src/operations/index.js +0 -1
  162. package/dist/commonjs/generated/src/operations/index.js.map +1 -1
  163. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  164. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  165. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  166. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  167. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  168. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  169. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  170. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  171. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  172. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +0 -1
  173. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  174. package/dist/commonjs/generated/src/operationsInterfaces/index.js +0 -1
  175. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
  176. package/dist/commonjs/generated/src/pagingHelper.js +2 -4
  177. package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
  178. package/dist/commonjs/index.d.ts +0 -2
  179. package/dist/commonjs/index.d.ts.map +1 -1
  180. package/dist/commonjs/index.js +0 -2
  181. package/dist/commonjs/index.js.map +1 -1
  182. package/dist/commonjs/models/constants.js +1 -1
  183. package/dist/commonjs/models/constants.js.map +1 -1
  184. package/dist/commonjs/models/events.d.ts +136 -195
  185. package/dist/commonjs/models/events.d.ts.map +1 -1
  186. package/dist/commonjs/models/events.js.map +1 -1
  187. package/dist/commonjs/models/models.d.ts +76 -39
  188. package/dist/commonjs/models/models.d.ts.map +1 -1
  189. package/dist/commonjs/models/models.js +2 -21
  190. package/dist/commonjs/models/models.js.map +1 -1
  191. package/dist/commonjs/models/options.d.ts +64 -30
  192. package/dist/commonjs/models/options.d.ts.map +1 -1
  193. package/dist/commonjs/models/options.js.map +1 -1
  194. package/dist/commonjs/models/responses.d.ts +19 -82
  195. package/dist/commonjs/models/responses.d.ts.map +1 -1
  196. package/dist/commonjs/models/responses.js.map +1 -1
  197. package/dist/commonjs/models/streaming.d.ts +38 -28
  198. package/dist/commonjs/models/streaming.d.ts.map +1 -1
  199. package/dist/commonjs/models/streaming.js +31 -59
  200. package/dist/commonjs/models/streaming.js.map +1 -1
  201. package/dist/commonjs/streamingData.d.ts.map +1 -1
  202. package/dist/commonjs/streamingData.js +15 -1
  203. package/dist/commonjs/streamingData.js.map +1 -1
  204. package/dist/commonjs/tsdoc-metadata.json +11 -11
  205. package/dist/commonjs/utli/converters.d.ts +1 -1
  206. package/dist/commonjs/utli/converters.d.ts.map +1 -1
  207. package/dist/commonjs/utli/converters.js +47 -8
  208. package/dist/commonjs/utli/converters.js.map +1 -1
  209. package/dist/esm/callAutomationClient.d.ts +0 -8
  210. package/dist/esm/callAutomationClient.d.ts.map +1 -1
  211. package/dist/esm/callAutomationClient.js +87 -141
  212. package/dist/esm/callAutomationClient.js.map +1 -1
  213. package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
  214. package/dist/esm/callAutomationEventParser.js +22 -54
  215. package/dist/esm/callAutomationEventParser.js.map +1 -1
  216. package/dist/esm/callConnection.d.ts +12 -14
  217. package/dist/esm/callConnection.d.ts.map +1 -1
  218. package/dist/esm/callConnection.js +111 -183
  219. package/dist/esm/callConnection.js.map +1 -1
  220. package/dist/esm/callMedia.d.ts +15 -20
  221. package/dist/esm/callMedia.d.ts.map +1 -1
  222. package/dist/esm/callMedia.js +58 -177
  223. package/dist/esm/callMedia.js.map +1 -1
  224. package/dist/esm/callRecording.d.ts +2 -8
  225. package/dist/esm/callRecording.d.ts.map +1 -1
  226. package/dist/esm/callRecording.js +16 -26
  227. package/dist/esm/callRecording.js.map +1 -1
  228. package/dist/esm/contentDownloader.js +11 -12
  229. package/dist/esm/contentDownloader.js.map +1 -1
  230. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  231. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  232. package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
  233. package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
  234. package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -2
  235. package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
  236. package/dist/esm/generated/src/callAutomationApiClient.js +14 -6
  237. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
  238. package/dist/esm/generated/src/models/index.d.ts +534 -1064
  239. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  240. package/dist/esm/generated/src/models/index.js +87 -159
  241. package/dist/esm/generated/src/models/index.js.map +1 -1
  242. package/dist/esm/generated/src/models/mappers.d.ts +58 -86
  243. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  244. package/dist/esm/generated/src/models/mappers.js +1173 -2159
  245. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  246. package/dist/esm/generated/src/models/parameters.d.ts +2 -7
  247. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  248. package/dist/esm/generated/src/models/parameters.js +10 -41
  249. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  250. package/dist/esm/generated/src/operations/callConnection.d.ts +2 -9
  251. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
  252. package/dist/esm/generated/src/operations/callConnection.js +24 -73
  253. package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
  254. package/dist/esm/generated/src/operations/callMedia.d.ts +15 -15
  255. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
  256. package/dist/esm/generated/src/operations/callMedia.js +51 -50
  257. package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
  258. package/dist/esm/generated/src/operations/callRecording.d.ts +1 -7
  259. package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
  260. package/dist/esm/generated/src/operations/callRecording.js +1 -24
  261. package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
  262. package/dist/esm/generated/src/operations/index.d.ts +0 -1
  263. package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
  264. package/dist/esm/generated/src/operations/index.js +0 -1
  265. package/dist/esm/generated/src/operations/index.js.map +1 -1
  266. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  267. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  268. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  269. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  270. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  271. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  272. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  273. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  274. package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  275. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +0 -1
  276. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  277. package/dist/esm/generated/src/operationsInterfaces/index.js +0 -1
  278. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
  279. package/dist/esm/generated/src/pagingHelper.js +2 -4
  280. package/dist/esm/generated/src/pagingHelper.js.map +1 -1
  281. package/dist/esm/index.d.ts +0 -2
  282. package/dist/esm/index.d.ts.map +1 -1
  283. package/dist/esm/index.js +0 -2
  284. package/dist/esm/index.js.map +1 -1
  285. package/dist/esm/models/constants.js +1 -1
  286. package/dist/esm/models/constants.js.map +1 -1
  287. package/dist/esm/models/events.d.ts +136 -195
  288. package/dist/esm/models/events.d.ts.map +1 -1
  289. package/dist/esm/models/events.js.map +1 -1
  290. package/dist/esm/models/models.d.ts +76 -39
  291. package/dist/esm/models/models.d.ts.map +1 -1
  292. package/dist/esm/models/models.js +1 -3
  293. package/dist/esm/models/models.js.map +1 -1
  294. package/dist/esm/models/options.d.ts +64 -30
  295. package/dist/esm/models/options.d.ts.map +1 -1
  296. package/dist/esm/models/options.js.map +1 -1
  297. package/dist/esm/models/responses.d.ts +19 -82
  298. package/dist/esm/models/responses.d.ts.map +1 -1
  299. package/dist/esm/models/responses.js.map +1 -1
  300. package/dist/esm/models/streaming.d.ts +38 -28
  301. package/dist/esm/models/streaming.d.ts.map +1 -1
  302. package/dist/esm/models/streaming.js +28 -57
  303. package/dist/esm/models/streaming.js.map +1 -1
  304. package/dist/esm/streamingData.d.ts.map +1 -1
  305. package/dist/esm/streamingData.js +15 -1
  306. package/dist/esm/streamingData.js.map +1 -1
  307. package/dist/esm/utli/converters.d.ts +1 -1
  308. package/dist/esm/utli/converters.d.ts.map +1 -1
  309. package/dist/esm/utli/converters.js +48 -9
  310. package/dist/esm/utli/converters.js.map +1 -1
  311. package/dist/react-native/callAutomationClient.d.ts +0 -8
  312. package/dist/react-native/callAutomationClient.d.ts.map +1 -1
  313. package/dist/react-native/callAutomationClient.js +87 -141
  314. package/dist/react-native/callAutomationClient.js.map +1 -1
  315. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
  316. package/dist/react-native/callAutomationEventParser.js +22 -54
  317. package/dist/react-native/callAutomationEventParser.js.map +1 -1
  318. package/dist/react-native/callConnection.d.ts +12 -14
  319. package/dist/react-native/callConnection.d.ts.map +1 -1
  320. package/dist/react-native/callConnection.js +111 -183
  321. package/dist/react-native/callConnection.js.map +1 -1
  322. package/dist/react-native/callMedia.d.ts +15 -20
  323. package/dist/react-native/callMedia.d.ts.map +1 -1
  324. package/dist/react-native/callMedia.js +58 -177
  325. package/dist/react-native/callMedia.js.map +1 -1
  326. package/dist/react-native/callRecording.d.ts +2 -8
  327. package/dist/react-native/callRecording.d.ts.map +1 -1
  328. package/dist/react-native/callRecording.js +16 -26
  329. package/dist/react-native/callRecording.js.map +1 -1
  330. package/dist/react-native/contentDownloader.js +11 -12
  331. package/dist/react-native/contentDownloader.js.map +1 -1
  332. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
  333. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
  334. package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
  335. package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
  336. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +1 -2
  337. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
  338. package/dist/react-native/generated/src/callAutomationApiClient.js +14 -6
  339. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
  340. package/dist/react-native/generated/src/models/index.d.ts +534 -1064
  341. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  342. package/dist/react-native/generated/src/models/index.js +87 -159
  343. package/dist/react-native/generated/src/models/index.js.map +1 -1
  344. package/dist/react-native/generated/src/models/mappers.d.ts +58 -86
  345. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  346. package/dist/react-native/generated/src/models/mappers.js +1173 -2159
  347. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  348. package/dist/react-native/generated/src/models/parameters.d.ts +2 -7
  349. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  350. package/dist/react-native/generated/src/models/parameters.js +10 -41
  351. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  352. package/dist/react-native/generated/src/operations/callConnection.d.ts +2 -9
  353. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
  354. package/dist/react-native/generated/src/operations/callConnection.js +24 -73
  355. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
  356. package/dist/react-native/generated/src/operations/callMedia.d.ts +15 -15
  357. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
  358. package/dist/react-native/generated/src/operations/callMedia.js +51 -50
  359. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
  360. package/dist/react-native/generated/src/operations/callRecording.d.ts +1 -7
  361. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
  362. package/dist/react-native/generated/src/operations/callRecording.js +1 -24
  363. package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
  364. package/dist/react-native/generated/src/operations/index.d.ts +0 -1
  365. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
  366. package/dist/react-native/generated/src/operations/index.js +0 -1
  367. package/dist/react-native/generated/src/operations/index.js.map +1 -1
  368. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
  369. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
  370. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
  371. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
  372. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
  373. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
  374. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
  375. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
  376. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
  377. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -1
  378. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
  379. package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -1
  380. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
  381. package/dist/react-native/generated/src/pagingHelper.js +2 -4
  382. package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
  383. package/dist/react-native/index.d.ts +0 -2
  384. package/dist/react-native/index.d.ts.map +1 -1
  385. package/dist/react-native/index.js +0 -2
  386. package/dist/react-native/index.js.map +1 -1
  387. package/dist/react-native/models/constants.js +1 -1
  388. package/dist/react-native/models/constants.js.map +1 -1
  389. package/dist/react-native/models/events.d.ts +136 -195
  390. package/dist/react-native/models/events.d.ts.map +1 -1
  391. package/dist/react-native/models/events.js.map +1 -1
  392. package/dist/react-native/models/models.d.ts +76 -39
  393. package/dist/react-native/models/models.d.ts.map +1 -1
  394. package/dist/react-native/models/models.js +1 -3
  395. package/dist/react-native/models/models.js.map +1 -1
  396. package/dist/react-native/models/options.d.ts +64 -30
  397. package/dist/react-native/models/options.d.ts.map +1 -1
  398. package/dist/react-native/models/options.js.map +1 -1
  399. package/dist/react-native/models/responses.d.ts +19 -82
  400. package/dist/react-native/models/responses.d.ts.map +1 -1
  401. package/dist/react-native/models/responses.js.map +1 -1
  402. package/dist/react-native/models/streaming.d.ts +38 -28
  403. package/dist/react-native/models/streaming.d.ts.map +1 -1
  404. package/dist/react-native/models/streaming.js +28 -57
  405. package/dist/react-native/models/streaming.js.map +1 -1
  406. package/dist/react-native/streamingData.d.ts.map +1 -1
  407. package/dist/react-native/streamingData.js +15 -1
  408. package/dist/react-native/streamingData.js.map +1 -1
  409. package/dist/react-native/utli/converters.d.ts +1 -1
  410. package/dist/react-native/utli/converters.d.ts.map +1 -1
  411. package/dist/react-native/utli/converters.js +48 -9
  412. package/dist/react-native/utli/converters.js.map +1 -1
  413. package/package.json +35 -36
  414. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  415. package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  416. package/dist/browser/eventprocessor/callAutomationEventProcessor.js +0 -137
  417. package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  418. package/dist/browser/eventprocessor/eventResponses.d.ts +0 -134
  419. package/dist/browser/eventprocessor/eventResponses.d.ts.map +0 -1
  420. package/dist/browser/eventprocessor/eventResponses.js +0 -4
  421. package/dist/browser/eventprocessor/eventResponses.js.map +0 -1
  422. package/dist/browser/generated/src/operations/callDialog.d.ts +0 -35
  423. package/dist/browser/generated/src/operations/callDialog.d.ts.map +0 -1
  424. package/dist/browser/generated/src/operations/callDialog.js +0 -111
  425. package/dist/browser/generated/src/operations/callDialog.js.map +0 -1
  426. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  427. package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  428. package/dist/browser/generated/src/operationsInterfaces/callDialog.js +0 -9
  429. package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  430. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  431. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  432. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +0 -141
  433. package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  434. package/dist/commonjs/eventprocessor/eventResponses.d.ts +0 -134
  435. package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +0 -1
  436. package/dist/commonjs/eventprocessor/eventResponses.js +0 -5
  437. package/dist/commonjs/eventprocessor/eventResponses.js.map +0 -1
  438. package/dist/commonjs/generated/src/operations/callDialog.d.ts +0 -35
  439. package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +0 -1
  440. package/dist/commonjs/generated/src/operations/callDialog.js +0 -116
  441. package/dist/commonjs/generated/src/operations/callDialog.js.map +0 -1
  442. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  443. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  444. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +0 -10
  445. package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  446. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  447. package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  448. package/dist/esm/eventprocessor/callAutomationEventProcessor.js +0 -137
  449. package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  450. package/dist/esm/eventprocessor/eventResponses.d.ts +0 -134
  451. package/dist/esm/eventprocessor/eventResponses.d.ts.map +0 -1
  452. package/dist/esm/eventprocessor/eventResponses.js +0 -4
  453. package/dist/esm/eventprocessor/eventResponses.js.map +0 -1
  454. package/dist/esm/generated/src/operations/callDialog.d.ts +0 -35
  455. package/dist/esm/generated/src/operations/callDialog.d.ts.map +0 -1
  456. package/dist/esm/generated/src/operations/callDialog.js +0 -111
  457. package/dist/esm/generated/src/operations/callDialog.js.map +0 -1
  458. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  459. package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  460. package/dist/esm/generated/src/operationsInterfaces/callDialog.js +0 -9
  461. package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +0 -1
  462. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
  463. package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
  464. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +0 -137
  465. package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +0 -1
  466. package/dist/react-native/eventprocessor/eventResponses.d.ts +0 -134
  467. package/dist/react-native/eventprocessor/eventResponses.d.ts.map +0 -1
  468. package/dist/react-native/eventprocessor/eventResponses.js +0 -4
  469. package/dist/react-native/eventprocessor/eventResponses.js.map +0 -1
  470. package/dist/react-native/generated/src/operations/callDialog.d.ts +0 -35
  471. package/dist/react-native/generated/src/operations/callDialog.d.ts.map +0 -1
  472. package/dist/react-native/generated/src/operations/callDialog.js +0 -111
  473. package/dist/react-native/generated/src/operations/callDialog.js.map +0 -1
  474. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
  475. package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
  476. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +0 -9
  477. package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +0 -1
@@ -1,8 +1,8 @@
1
1
  import type { CommunicationIdentifier } from "@azure/communication-common";
2
- import type { Tone, ChoiceResult, DtmfResult, RecognitionType, SpeechResult, MediaStreamingUpdate, TranscriptionUpdate, RecordingKind } from "../generated/src/models/index.js";
2
+ import { Tone, ChoiceResult, DtmfResult, RecognitionType, SpeechResult, RecordingKind, MediaStreamingUpdate, TranscriptionUpdate, SipDiagnosticInfo } from "../generated/src/models/index.js";
3
3
  import type { CallParticipant, RecordingState, CustomCallingContext } from "./models.js";
4
4
  /** Callback events for Call Automation */
5
- export type CallAutomationEvent = AddParticipantSucceeded | AddParticipantFailed | RemoveParticipantSucceeded | RemoveParticipantFailed | MoveParticipantSucceeded | MoveParticipantFailed | CallConnected | CallDisconnected | CallTransferAccepted | CallTransferFailed | ParticipantsUpdated | RecordingStateChanged | PlayCompleted | PlayFailed | PlayCanceled | RecognizeCompleted | RecognizeCanceled | RecognizeFailed | ContinuousDtmfRecognitionToneReceived | ContinuousDtmfRecognitionToneFailed | ContinuousDtmfRecognitionStopped | SendDtmfTonesCompleted | SendDtmfTonesFailed | CancelAddParticipantSucceeded | CancelAddParticipantFailed | TranscriptionStarted | TranscriptionStopped | TranscriptionUpdated | TranscriptionFailed | CreateCallFailed | AnswerFailed | HoldFailed | ConnectFailed | MediaStreamingStarted | MediaStreamingStopped | MediaStreamingFailed | StartRecordingFailed | PlayStarted | PlayPaused | PlayResumed | HoldAudioStarted | HoldAudioPaused | HoldAudioResumed | HoldAudioCompleted | IncomingCall;
5
+ export type CallAutomationEvent = AddParticipantSucceeded | AddParticipantFailed | RemoveParticipantSucceeded | RemoveParticipantFailed | CallConnected | CallDisconnected | CallTransferAccepted | CallTransferFailed | ParticipantsUpdated | RecordingStateChanged | PlayStarted | PlayCompleted | PlayFailed | PlayCanceled | RecognizeCompleted | RecognizeCanceled | RecognizeFailed | ContinuousDtmfRecognitionToneReceived | ContinuousDtmfRecognitionToneFailed | ContinuousDtmfRecognitionStopped | SendDtmfTonesCompleted | SendDtmfTonesFailed | CancelAddParticipantSucceeded | CancelAddParticipantFailed | ConnectFailed | TranscriptionStarted | TranscriptionStopped | TranscriptionUpdated | TranscriptionFailed | HoldFailed | MediaStreamingStarted | MediaStreamingStopped | MediaStreamingFailed | CreateCallFailed | AnswerFailed | StartRecordingFailed | IncomingCall | MoveParticipantSucceeded | MoveParticipantFailed | TranscriptionCallSummaryUpdated;
6
6
  export interface ResultInformation {
7
7
  /** The error code. */
8
8
  code: number;
@@ -10,6 +10,18 @@ export interface ResultInformation {
10
10
  subCode: number;
11
11
  /** The detailed message of the error. */
12
12
  message: string;
13
+ /**
14
+ * Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.
15
+ * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
16
+ * Do not solely rely on this information for troubleshooting, as it may not always be available.
17
+ */
18
+ sipDetails?: SipDiagnosticInfo;
19
+ /**
20
+ * Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.
21
+ * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
22
+ * Do not solely rely on this information for troubleshooting, as it may not always be available.
23
+ */
24
+ q850Details?: SipDiagnosticInfo;
13
25
  }
14
26
  /** The participant successfully added event. */
15
27
  export interface AddParticipantSucceeded {
@@ -19,7 +31,7 @@ export interface AddParticipantSucceeded {
19
31
  serverCallId: string;
20
32
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
21
33
  correlationId: string;
22
- /** Used this to correlate the request to the response event. */
34
+ /** Use this to correlate the request to the response event. */
23
35
  operationContext?: string;
24
36
  /** Contains the resulting SIP code/sub-code and message. */
25
37
  resultInformation?: ResultInformation;
@@ -36,7 +48,7 @@ export interface AddParticipantFailed {
36
48
  serverCallId: string;
37
49
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
38
50
  correlationId: string;
39
- /** Used this to correlate the request to the response event. */
51
+ /** Use this to correlate the request to the response event. */
40
52
  operationContext?: string;
41
53
  /** Contains the resulting SIP code/sub-code and message. */
42
54
  resultInformation?: ResultInformation;
@@ -53,7 +65,7 @@ export interface RemoveParticipantSucceeded {
53
65
  serverCallId: string;
54
66
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
55
67
  correlationId: string;
56
- /** Used this to correlate the request to the response event. */
68
+ /** Use this to correlate the request to the response event. */
57
69
  operationContext?: string;
58
70
  /** Contains the resulting SIP code/sub-code and message. */
59
71
  resultInformation?: ResultInformation;
@@ -70,7 +82,7 @@ export interface RemoveParticipantFailed {
70
82
  serverCallId: string;
71
83
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
72
84
  correlationId: string;
73
- /** Used this to correlate the request to the response event. */
85
+ /** Use this to correlate the request to the response event. */
74
86
  operationContext?: string;
75
87
  /** Contains the resulting SIP code/sub-code and message. */
76
88
  resultInformation?: ResultInformation;
@@ -79,44 +91,6 @@ export interface RemoveParticipantFailed {
79
91
  /** kind of this event. */
80
92
  kind: "RemoveParticipantFailed";
81
93
  }
82
- /** The participant successfully moved event. */
83
- export interface MoveParticipantSucceeded {
84
- /** The CallConnectionId for the call you want to move the participant from */
85
- fromCall?: string;
86
- /** Call connection ID. */
87
- callConnectionId: string;
88
- /** Server call ID. */
89
- serverCallId: string;
90
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
91
- correlationId: string;
92
- /** Used this to correlate the request to the response event. */
93
- operationContext?: string;
94
- /** Contains the resulting SIP code/sub-code and message. */
95
- resultInformation?: ResultInformation;
96
- /** The participant in the call. */
97
- participant?: CommunicationIdentifier;
98
- /** kind of this event. */
99
- kind: "MoveParticipantSucceeded";
100
- }
101
- /** The failed to move participant event. */
102
- export interface MoveParticipantFailed {
103
- /** The CallConnectionId for the call you want to move the participant from */
104
- fromCall?: string;
105
- /** Call connection ID. */
106
- callConnectionId: string;
107
- /** Server call ID. */
108
- serverCallId: string;
109
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
110
- correlationId: string;
111
- /** Used this to correlate the request to the response event. */
112
- operationContext?: string;
113
- /** Contains the resulting SIP code/sub-code and message. */
114
- resultInformation?: ResultInformation;
115
- /** The participant in the call. */
116
- participant?: CommunicationIdentifier;
117
- /** kind of this event. */
118
- kind: "MoveParticipantFailed";
119
- }
120
94
  /** Event when call was established. */
121
95
  export interface CallConnected {
122
96
  /** Call connection ID. */
@@ -125,7 +99,7 @@ export interface CallConnected {
125
99
  serverCallId: string;
126
100
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
127
101
  correlationId: string;
128
- /** Used this to correlate the request to the response event. */
102
+ /** Use this to correlate the request to the response event. */
129
103
  operationContext?: string;
130
104
  /** Contains the resulting SIP code/sub-code and message. */
131
105
  resultInformation?: ResultInformation;
@@ -163,7 +137,7 @@ export interface CallDisconnected {
163
137
  serverCallId: string;
164
138
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
165
139
  correlationId: string;
166
- /** Used this to correlate the request to the response event. */
140
+ /** Use this to correlate the request to the response event. */
167
141
  operationContext?: string;
168
142
  /** Contains the resulting SIP code/sub-code and message. */
169
143
  resultInformation?: ResultInformation;
@@ -178,7 +152,7 @@ export interface CallTransferAccepted {
178
152
  serverCallId: string;
179
153
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
180
154
  correlationId: string;
181
- /** Used this to correlate the request to the response event. */
155
+ /** Use this to correlate the request to the response event. */
182
156
  operationContext?: string;
183
157
  /** Contains the resulting SIP code/sub-code and message. */
184
158
  resultInformation?: ResultInformation;
@@ -197,7 +171,7 @@ export interface CallTransferFailed {
197
171
  serverCallId: string;
198
172
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
199
173
  correlationId: string;
200
- /** Used this to correlate the request to the response event. */
174
+ /** Use this to correlate the request to the response event. */
201
175
  operationContext?: string;
202
176
  /** Contains the resulting SIP code/sub-code and message. */
203
177
  resultInformation?: ResultInformation;
@@ -212,11 +186,11 @@ export interface ParticipantsUpdated {
212
186
  serverCallId: string;
213
187
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
214
188
  correlationId: string;
215
- /** The list of participants in the call. */
216
- participants: CallParticipant[];
217
189
  /** The Sequence Number of the event */
218
190
  sequenceNumber?: number;
219
- /** Contains the resulting SIP code, sub-code and message. */
191
+ /** The list of participants in the call. */
192
+ participants: CallParticipant[];
193
+ /** Contains the resulting SIP code/sub-code and message. */
220
194
  resultInformation?: ResultInformation;
221
195
  /** kind of this event. */
222
196
  kind: "ParticipantsUpdated";
@@ -231,15 +205,44 @@ export interface RecordingStateChanged {
231
205
  correlationId: string;
232
206
  /** Contains the resulting SIP code/sub-code and message. */
233
207
  resultInformation?: ResultInformation;
234
- /** The call recording id*/
208
+ /** The call recording id. */
235
209
  recordingId?: string;
236
210
  state?: RecordingState;
237
- /** The time of the recording started*/
211
+ /** The time of the recording started. */
238
212
  startDateTime?: Date;
239
213
  recordingKind?: RecordingKind;
240
214
  /** kind of this event. */
241
215
  kind: "RecordingStateChanged";
242
216
  }
217
+ export interface StartRecordingFailed {
218
+ /** Call connection ID. */
219
+ callConnectionId: string;
220
+ /** Server call ID. */
221
+ serverCallId: string;
222
+ /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
223
+ correlationId: string;
224
+ /** Contains the resulting SIP code, sub-code and message. */
225
+ resultInformation?: ResultInformation;
226
+ /** The call recording id */
227
+ recordingId?: string;
228
+ /** kind of this event. */
229
+ kind: "StartRecordingFailed";
230
+ }
231
+ /** Event when Media play was successfully started. */
232
+ export interface PlayStarted {
233
+ /** Call connection ID. */
234
+ callConnectionId: string;
235
+ /** Server call ID. */
236
+ serverCallId: string;
237
+ /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
238
+ correlationId: string;
239
+ /** Use this to correlate the request to the response event. */
240
+ operationContext?: string;
241
+ /** Contains the resulting SIP code/sub-code and message. */
242
+ resultInformation?: ResultInformation;
243
+ /** kind of this event. */
244
+ kind: "PlayStarted";
245
+ }
243
246
  /** Event when Media play was successfully completed. */
244
247
  export interface PlayCompleted {
245
248
  /** Call connection ID. */
@@ -250,7 +253,7 @@ export interface PlayCompleted {
250
253
  resultInformation?: ResultInformation;
251
254
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
252
255
  correlationId: string;
253
- /** Used this to correlate the request to the response event. */
256
+ /** Use this to correlate the request to the response event. */
254
257
  operationContext?: string;
255
258
  /** kind of this event. */
256
259
  kind: "PlayCompleted";
@@ -265,7 +268,7 @@ export interface PlayFailed {
265
268
  resultInformation?: ResultInformation;
266
269
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
267
270
  correlationId: string;
268
- /** Used this to correlate the request to the response event. */
271
+ /** Use this to correlate the request to the response event. */
269
272
  operationContext?: string;
270
273
  /** Contains the index of the failed play source. */
271
274
  failedPlaySourceIndex?: number;
@@ -280,7 +283,7 @@ export interface PlayCanceled {
280
283
  serverCallId: string;
281
284
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
282
285
  correlationId: string;
283
- /** Used this to correlate the request to the response event. */
286
+ /** Use this to correlate the request to the response event. */
284
287
  operationContext?: string;
285
288
  /** Contains the resulting SIP code/sub-code and message. */
286
289
  resultInformation?: ResultInformation;
@@ -297,7 +300,7 @@ export interface RecognizeCompleted {
297
300
  resultInformation?: ResultInformation;
298
301
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
299
302
  correlationId: string;
300
- /** Used this to correlate the request to the response event. */
303
+ /** Use this to correlate the request to the response event. */
301
304
  operationContext?: string;
302
305
  /**
303
306
  * Determines the sub-type of the recognize operation.
@@ -323,7 +326,7 @@ export interface RecognizeFailed {
323
326
  resultInformation?: ResultInformation;
324
327
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
325
328
  correlationId: string;
326
- /** Used this to correlate the request to the response event. */
329
+ /** Use this to correlate the request to the response event. */
327
330
  operationContext?: string;
328
331
  /** Contains the index of the failed play source. */
329
332
  failedPlaySourceIndex?: number;
@@ -338,7 +341,7 @@ export interface RecognizeCanceled {
338
341
  serverCallId: string;
339
342
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
340
343
  correlationId: string;
341
- /** Used this to correlate the request to the response event. */
344
+ /** Use this to correlate the request to the response event. */
342
345
  operationContext?: string;
343
346
  /** Contains the resulting SIP code/sub-code and message. */
344
347
  resultInformation?: ResultInformation;
@@ -357,7 +360,7 @@ export interface ContinuousDtmfRecognitionToneReceived {
357
360
  serverCallId: string;
358
361
  /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */
359
362
  correlationId: string;
360
- /** Used this to correlate the request to the response event. */
363
+ /** Use this to correlate the request to the response event. */
361
364
  operationContext?: string;
362
365
  /** Contains the resulting SIP code/sub-code and message. */
363
366
  resultInformation?: ResultInformation;
@@ -372,7 +375,7 @@ export interface ContinuousDtmfRecognitionToneFailed {
372
375
  serverCallId: string;
373
376
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
374
377
  correlationId: string;
375
- /** Used this to correlate the request to the response event. */
378
+ /** Use this to correlate the request to the response event. */
376
379
  operationContext?: string;
377
380
  /** Contains the resulting SIP code/sub-code and message. */
378
381
  resultInformation?: ResultInformation;
@@ -387,7 +390,7 @@ export interface ContinuousDtmfRecognitionStopped {
387
390
  serverCallId: string;
388
391
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
389
392
  correlationId: string;
390
- /** Used this to correlate the request to the response event. */
393
+ /** Use this to correlate the request to the response event. */
391
394
  operationContext?: string;
392
395
  /** Contains the resulting SIP code/sub-code and message. */
393
396
  resultInformation?: ResultInformation;
@@ -402,7 +405,7 @@ export interface SendDtmfTonesCompleted {
402
405
  serverCallId: string;
403
406
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
404
407
  correlationId: string;
405
- /** Used this to correlate the request to the response event. */
408
+ /** Use this to correlate the request to the response event. */
406
409
  operationContext?: string;
407
410
  /** Contains the resulting SIP code/sub-code and message. */
408
411
  resultInformation?: ResultInformation;
@@ -417,7 +420,7 @@ export interface SendDtmfTonesFailed {
417
420
  serverCallId: string;
418
421
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
419
422
  correlationId: string;
420
- /** Used this to correlate the request to the response event. */
423
+ /** Use this to correlate the request to the response event. */
421
424
  operationContext?: string;
422
425
  /** Contains the resulting SIP code/sub-code and message. */
423
426
  resultInformation?: ResultInformation;
@@ -432,12 +435,12 @@ export interface CancelAddParticipantSucceeded {
432
435
  serverCallId: string;
433
436
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
434
437
  correlationId: string;
435
- /** Used this to correlate the request to the response event. */
438
+ /** Use this to correlate the request to the response event. */
436
439
  operationContext?: string;
437
- /** Contains the resulting SIP code/sub-code and message. */
438
- resultInformation?: ResultInformation;
439
440
  /** Invitation ID used to cancel the add participant request. */
440
441
  invitationId: string;
442
+ /** Contains the resulting SIP code/sub-code and message. */
443
+ resultInformation?: ResultInformation;
441
444
  /** kind of this event. */
442
445
  kind: "CancelAddParticipantSucceeded";
443
446
  }
@@ -449,7 +452,7 @@ export interface CancelAddParticipantFailed {
449
452
  serverCallId: string;
450
453
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
451
454
  correlationId: string;
452
- /** Used this to correlate the request to the response event. */
455
+ /** Use this to correlate the request to the response event. */
453
456
  operationContext?: string;
454
457
  /** Invitation ID used to cancel the add participant request. */
455
458
  invitationId: string;
@@ -458,128 +461,128 @@ export interface CancelAddParticipantFailed {
458
461
  /** kind of this event. */
459
462
  kind: "CancelAddParticipantFailed";
460
463
  }
461
- export interface TranscriptionStarted {
462
- /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
463
- transcriptionUpdate?: TranscriptionUpdate;
464
+ export interface ConnectFailed {
464
465
  /** Call connection ID. */
465
466
  callConnectionId: string;
466
467
  /** Server call ID. */
467
468
  serverCallId: string;
468
469
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
469
470
  correlationId: string;
470
- /** Used this to correlate the request to the response event. */
471
+ /** Use this to correlate the request to the response event. */
471
472
  operationContext?: string;
472
473
  /** Contains the resulting SIP code, sub-code and message. */
473
474
  resultInformation?: ResultInformation;
474
475
  /** kind of this event. */
475
- kind: "TranscriptionStarted";
476
+ kind: "ConnectFailed";
476
477
  }
477
- export interface TranscriptionStopped {
478
- /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
479
- transcriptionUpdate?: TranscriptionUpdate;
478
+ export interface HoldFailed {
480
479
  /** Call connection ID. */
481
480
  callConnectionId: string;
482
481
  /** Server call ID. */
483
482
  serverCallId: string;
484
483
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
485
484
  correlationId: string;
486
- /** Used this to correlate the request to the response event. */
485
+ /** Use this to correlate the request to the response event. */
487
486
  operationContext?: string;
488
487
  /** Contains the resulting SIP code, sub-code and message. */
489
488
  resultInformation?: ResultInformation;
490
489
  /** kind of this event. */
491
- kind: "TranscriptionStopped";
490
+ kind: "HoldFailed";
492
491
  }
493
- export interface TranscriptionUpdated {
494
- /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
495
- transcriptionUpdate?: TranscriptionUpdate;
492
+ export interface AnswerFailed {
496
493
  /** Call connection ID. */
497
494
  callConnectionId: string;
498
495
  /** Server call ID. */
499
496
  serverCallId: string;
500
497
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
501
498
  correlationId: string;
502
- /** Used this to correlate the request to the response event. */
499
+ /** Use this to correlate the request to the response event. */
503
500
  operationContext?: string;
504
501
  /** Contains the resulting SIP code, sub-code and message. */
505
502
  resultInformation?: ResultInformation;
506
503
  /** kind of this event. */
507
- kind: "TranscriptionUpdated";
504
+ kind: "AnswerFailed";
508
505
  }
509
- export interface TranscriptionFailed {
510
- /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
511
- transcriptionUpdate?: TranscriptionUpdate;
506
+ export interface CreateCallFailed {
512
507
  /** Call connection ID. */
513
508
  callConnectionId: string;
514
509
  /** Server call ID. */
515
510
  serverCallId: string;
516
511
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
517
512
  correlationId: string;
518
- /** Used this to correlate the request to the response event. */
513
+ /** Use this to correlate the request to the response event. */
519
514
  operationContext?: string;
520
515
  /** Contains the resulting SIP code, sub-code and message. */
521
516
  resultInformation?: ResultInformation;
522
517
  /** kind of this event. */
523
- kind: "TranscriptionFailed";
518
+ kind: "CreateCallFailed";
524
519
  }
525
- export interface CreateCallFailed {
520
+ export interface TranscriptionStarted {
521
+ /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
522
+ transcriptionUpdate?: TranscriptionUpdate;
526
523
  /** Call connection ID. */
527
524
  callConnectionId: string;
528
525
  /** Server call ID. */
529
526
  serverCallId: string;
530
527
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
531
528
  correlationId: string;
532
- /** Used this to correlate the request to the response event. */
529
+ /** Use this to correlate the request to the response event. */
533
530
  operationContext?: string;
534
531
  /** Contains the resulting SIP code, sub-code and message. */
535
532
  resultInformation?: ResultInformation;
536
533
  /** kind of this event. */
537
- kind: "CreateCallFailed";
534
+ kind: "TranscriptionStarted";
538
535
  }
539
- export interface AnswerFailed {
536
+ export interface TranscriptionStopped {
537
+ /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
538
+ transcriptionUpdate?: TranscriptionUpdate;
540
539
  /** Call connection ID. */
541
540
  callConnectionId: string;
542
541
  /** Server call ID. */
543
542
  serverCallId: string;
544
543
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
545
544
  correlationId: string;
546
- /** Used this to correlate the request to the response event. */
545
+ /** Use this to correlate the request to the response event. */
547
546
  operationContext?: string;
548
547
  /** Contains the resulting SIP code, sub-code and message. */
549
548
  resultInformation?: ResultInformation;
550
549
  /** kind of this event. */
551
- kind: "AnswerFailed";
550
+ kind: "TranscriptionStopped";
552
551
  }
553
- export interface HoldFailed {
552
+ export interface TranscriptionUpdated {
553
+ /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
554
+ transcriptionUpdate?: TranscriptionUpdate;
554
555
  /** Call connection ID. */
555
556
  callConnectionId: string;
556
557
  /** Server call ID. */
557
558
  serverCallId: string;
558
559
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
559
560
  correlationId: string;
560
- /** Used this to correlate the request to the response event. */
561
+ /** Use this to correlate the request to the response event. */
561
562
  operationContext?: string;
562
563
  /** Contains the resulting SIP code, sub-code and message. */
563
564
  resultInformation?: ResultInformation;
564
565
  /** kind of this event. */
565
- kind: "HoldFailed";
566
+ kind: "TranscriptionUpdated";
566
567
  }
567
- export interface ConnectFailed {
568
+ export interface TranscriptionFailed {
569
+ /** Defines the result for TranscriptionUpdate with the current status and the details about the status */
570
+ transcriptionUpdate?: TranscriptionUpdate;
568
571
  /** Call connection ID. */
569
572
  callConnectionId: string;
570
573
  /** Server call ID. */
571
574
  serverCallId: string;
572
575
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
573
576
  correlationId: string;
574
- /** Used this to correlate the request to the response event. */
577
+ /** Use this to correlate the request to the response event. */
575
578
  operationContext?: string;
576
579
  /** Contains the resulting SIP code, sub-code and message. */
577
580
  resultInformation?: ResultInformation;
578
581
  /** kind of this event. */
579
- kind: "ConnectFailed";
582
+ kind: "TranscriptionFailed";
580
583
  }
581
584
  export interface MediaStreamingStarted {
582
- /** Defines the result for MediaStreamingUpdate with the current status and the details about the status */
585
+ /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
583
586
  mediaStreamingUpdate?: MediaStreamingUpdate;
584
587
  /** Call connection ID. */
585
588
  callConnectionId: string;
@@ -587,7 +590,7 @@ export interface MediaStreamingStarted {
587
590
  serverCallId: string;
588
591
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
589
592
  correlationId: string;
590
- /** Used this to correlate the request to the response event. */
593
+ /** Use this to correlate the request to the response event. */
591
594
  operationContext?: string;
592
595
  /** Contains the resulting SIP code, sub-code and message. */
593
596
  resultInformation?: ResultInformation;
@@ -595,7 +598,7 @@ export interface MediaStreamingStarted {
595
598
  kind: "MediaStreamingStarted";
596
599
  }
597
600
  export interface MediaStreamingStopped {
598
- /** Defines the result for MediaStreamingUpdate with the current status and the details about the status */
601
+ /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
599
602
  mediaStreamingUpdate?: MediaStreamingUpdate;
600
603
  /** Call connection ID. */
601
604
  callConnectionId: string;
@@ -603,7 +606,7 @@ export interface MediaStreamingStopped {
603
606
  serverCallId: string;
604
607
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
605
608
  correlationId: string;
606
- /** Used this to correlate the request to the response event. */
609
+ /** Use this to correlate the request to the response event. */
607
610
  operationContext?: string;
608
611
  /** Contains the resulting SIP code, sub-code and message. */
609
612
  resultInformation?: ResultInformation;
@@ -611,7 +614,7 @@ export interface MediaStreamingStopped {
611
614
  kind: "MediaStreamingStopped";
612
615
  }
613
616
  export interface MediaStreamingFailed {
614
- /** Defines the result for MediaStreamingUpdate with the current status and the details about the status */
617
+ /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
615
618
  mediaStreamingUpdate?: MediaStreamingUpdate;
616
619
  /** Call connection ID. */
617
620
  callConnectionId: string;
@@ -619,89 +622,17 @@ export interface MediaStreamingFailed {
619
622
  serverCallId: string;
620
623
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
621
624
  correlationId: string;
622
- /** Used this to correlate the request to the response event. */
625
+ /** Use this to correlate the request to the response event. */
623
626
  operationContext?: string;
624
627
  /** Contains the resulting SIP code, sub-code and message. */
625
628
  resultInformation?: ResultInformation;
626
629
  /** kind of this event. */
627
630
  kind: "MediaStreamingFailed";
628
631
  }
629
- export interface StartRecordingFailed {
630
- /** Call connection ID. */
631
- callConnectionId: string;
632
- /** Server call ID. */
633
- serverCallId: string;
634
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
635
- correlationId: string;
636
- /** Contains the resulting SIP code, sub-code and message. */
637
- resultInformation?: ResultInformation;
638
- /** The call recording id */
639
- recordingId?: string;
640
- /** kind of this event. */
641
- kind: "StartRecordingFailed";
642
- }
643
- /** Event when Media play was successfully started. */
644
- export interface PlayStarted {
645
- /** Call connection ID. */
646
- callConnectionId: string;
647
- /** Server call ID. */
648
- serverCallId: string;
649
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
650
- correlationId: string;
651
- /** Used this to correlate the request to the response event. */
652
- operationContext?: string;
653
- /** Contains the resulting SIP code, sub-code and message. */
654
- resultInformation?: ResultInformation;
655
- /** kind of this event. */
656
- kind: "PlayStarted";
657
- }
658
- /** Event when Media play was successfully paused. */
659
- export interface PlayPaused {
660
- /** Call connection ID. */
661
- callConnectionId: string;
662
- /** Server call ID. */
663
- serverCallId: string;
664
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
665
- correlationId: string;
666
- /** Used this to correlate the request to the response event. */
667
- operationContext?: string;
668
- /** Contains the resulting SIP code, sub-code and message. */
669
- resultInformation?: ResultInformation;
670
- /** kind of this event. */
671
- kind: "PlayPaused";
672
- }
673
- /** Event when Media play was successfully paused. */
674
- export interface PlayResumed {
675
- /** Call connection ID. */
676
- callConnectionId: string;
677
- /** Server call ID. */
678
- serverCallId: string;
679
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
680
- correlationId: string;
681
- /** Used this to correlate the request to the response event. */
682
- operationContext?: string;
683
- /** Contains the resulting SIP code, sub-code and message. */
684
- resultInformation?: ResultInformation;
685
- /** kind of this event. */
686
- kind: "PlayResumed";
687
- }
688
- /** Event when hold audio play was successfully started. */
689
- export interface HoldAudioStarted {
690
- /** Call connection ID. */
691
- callConnectionId: string;
692
- /** Server call ID. */
693
- serverCallId: string;
694
- /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
695
- correlationId: string;
696
- /** Used this to correlate the request to the response event. */
697
- operationContext?: string;
698
- /** Contains the resulting SIP code, sub-code and message. */
699
- resultInformation?: ResultInformation;
700
- /** kind of this event. */
701
- kind: "HoldAudioStarted";
702
- }
703
- /** Event when hold audio play was successfully paused. */
704
- export interface HoldAudioPaused {
632
+ /** The participant successfully moved event. */
633
+ export interface MoveParticipantSucceeded {
634
+ /** The CallConnectionId for the call you want to move the participant from */
635
+ fromCall?: string;
705
636
  /** Call connection ID. */
706
637
  callConnectionId: string;
707
638
  /** Server call ID. */
@@ -710,13 +641,17 @@ export interface HoldAudioPaused {
710
641
  correlationId: string;
711
642
  /** Used this to correlate the request to the response event. */
712
643
  operationContext?: string;
713
- /** Contains the resulting SIP code, sub-code and message. */
644
+ /** Contains the resulting SIP code/sub-code and message. */
714
645
  resultInformation?: ResultInformation;
646
+ /** The participant in the call. */
647
+ participant?: CommunicationIdentifier;
715
648
  /** kind of this event. */
716
- kind: "HoldAudioPaused";
649
+ kind: "MoveParticipantSucceeded";
717
650
  }
718
- /** Event when hold audio play was successfully resumed. */
719
- export interface HoldAudioResumed {
651
+ /** The failed to move participant event. */
652
+ export interface MoveParticipantFailed {
653
+ /** The CallConnectionId for the call you want to move the participant from */
654
+ fromCall?: string;
720
655
  /** Call connection ID. */
721
656
  callConnectionId: string;
722
657
  /** Server call ID. */
@@ -725,24 +660,30 @@ export interface HoldAudioResumed {
725
660
  correlationId: string;
726
661
  /** Used this to correlate the request to the response event. */
727
662
  operationContext?: string;
728
- /** Contains the resulting SIP code, sub-code and message. */
663
+ /** Contains the resulting SIP code/sub-code and message. */
729
664
  resultInformation?: ResultInformation;
665
+ /** The participant in the call. */
666
+ participant?: CommunicationIdentifier;
730
667
  /** kind of this event. */
731
- kind: "HoldAudioResumed";
668
+ kind: "MoveParticipantFailed";
732
669
  }
733
- /** Event when hold audio play was successfully completed. */
734
- export interface HoldAudioCompleted {
670
+ export interface TranscriptionCallSummaryUpdated {
671
+ /**
672
+ * Defines the result for TranscriptionUpdate with the current status and the details about the status
673
+ * NOTE: This property will not be serialized. It can only be populated by the server.
674
+ */
675
+ transcriptionUpdate?: TranscriptionUpdate;
735
676
  /** Call connection ID. */
736
- callConnectionId: string;
677
+ callConnectionId?: string;
737
678
  /** Server call ID. */
738
- serverCallId: string;
679
+ serverCallId?: string;
739
680
  /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
740
- correlationId: string;
741
- /** Used this to correlate the request to the response event. */
681
+ correlationId?: string;
682
+ /** Used by customers when calling mid-call actions to correlate the request to the response event. */
742
683
  operationContext?: string;
743
684
  /** Contains the resulting SIP code, sub-code and message. */
744
685
  resultInformation?: ResultInformation;
745
686
  /** kind of this event. */
746
- kind: "HoldAudioCompleted";
687
+ kind: "TranscriptionCallSummaryUpdated";
747
688
  }
748
689
  //# sourceMappingURL=events.d.ts.map