@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 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationIdentifier } from \"@azure/communication-common\";\n\nimport type {\n Tone,\n ChoiceResult,\n DtmfResult,\n RecognitionType,\n SpeechResult,\n MediaStreamingUpdate,\n TranscriptionUpdate,\n RecordingKind,\n} from \"../generated/src/models/index.js\";\n\nimport type { CallParticipant, RecordingState, CustomCallingContext } from \"./models.js\";\n\n/** Callback events for Call Automation */\nexport type CallAutomationEvent =\n | AddParticipantSucceeded\n | AddParticipantFailed\n | RemoveParticipantSucceeded\n | RemoveParticipantFailed\n | MoveParticipantSucceeded\n | MoveParticipantFailed\n | CallConnected\n | CallDisconnected\n | CallTransferAccepted\n | CallTransferFailed\n | ParticipantsUpdated\n | RecordingStateChanged\n | PlayCompleted\n | PlayFailed\n | PlayCanceled\n | RecognizeCompleted\n | RecognizeCanceled\n | RecognizeFailed\n | ContinuousDtmfRecognitionToneReceived\n | ContinuousDtmfRecognitionToneFailed\n | ContinuousDtmfRecognitionStopped\n | SendDtmfTonesCompleted\n | SendDtmfTonesFailed\n | CancelAddParticipantSucceeded\n | CancelAddParticipantFailed\n | TranscriptionStarted\n | TranscriptionStopped\n | TranscriptionUpdated\n | TranscriptionFailed\n | CreateCallFailed\n | AnswerFailed\n | HoldFailed\n | ConnectFailed\n | MediaStreamingStarted\n | MediaStreamingStopped\n | MediaStreamingFailed\n | StartRecordingFailed\n | PlayStarted\n | PlayPaused\n | PlayResumed\n | HoldAudioStarted\n | HoldAudioPaused\n | HoldAudioResumed\n | HoldAudioCompleted\n | IncomingCall;\n\nexport interface ResultInformation {\n /** The error code. */\n code: number;\n /** The sub code of error. */\n subCode: number;\n /** The detailed message of the error. */\n message: string;\n}\n\n/** The participant successfully added event. */\nexport interface AddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantSucceeded\";\n}\n\n/** The failed to add participant event. */\nexport interface AddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantFailed\";\n}\n\n/** The participant successfully removed event. */\nexport interface RemoveParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantSucceeded\";\n}\n\n/** The failed to remove participant event. */\nexport interface RemoveParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantFailed\";\n}\n\n/** The participant successfully moved event. */\nexport interface MoveParticipantSucceeded {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantSucceeded\";\n}\n\n/** The failed to move participant event. */\nexport interface MoveParticipantFailed {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantFailed\";\n}\n\n/** Event when call was established. */\nexport interface CallConnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallConnected\";\n}\n\n/** Event when call was initiated. */\nexport interface IncomingCall {\n /** Call connection ID. */\n callConnectionId: string;\n /** The communication identifier of the target user.*/\n to?: CommunicationIdentifier;\n /** The communication identifier of the user who initiated the call.*/\n from?: CommunicationIdentifier;\n /** Display name of caller.*/\n callerDisplayName?: string;\n /** Custom Context of Incoming Call */\n customContext?: CustomCallingContext;\n /** Incoming call context.*/\n incomingCallContext?: string;\n /** The communication identifier of the user on behalf of whom the call is made.*/\n onBehalfOfCallee?: CommunicationIdentifier;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"IncomingCall\";\n}\n\n/** Event when all participants left and call was terminated. */\nexport interface CallDisconnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallDisconnected\";\n}\n\n/** Event when transfer request was successful. */\nexport interface CallTransferAccepted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Participant that was transferred away */\n transferee: CommunicationIdentifier;\n /** Target that transferee is transferred to */\n transferTarget: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"CallTransferAccepted\";\n}\n\n/** Event when transfer request was failed. */\nexport interface CallTransferFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallTransferFailed\";\n}\n\n/** Event when there was an update to participant(s). */\nexport interface ParticipantsUpdated {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** The list of participants in the call. */\n participants: CallParticipant[];\n /** The Sequence Number of the event */\n sequenceNumber?: number;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ParticipantsUpdated\";\n}\n\n/** Event when Recording state has been changed. */\nexport interface RecordingStateChanged {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id*/\n recordingId?: string;\n state?: RecordingState;\n /** The time of the recording started*/\n startDateTime?: Date;\n recordingKind?: RecordingKind;\n /** kind of this event. */\n kind: \"RecordingStateChanged\";\n}\n\n/** Event when Media play was successfully completed. */\nexport interface PlayCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** kind of this event. */\n kind: \"PlayCompleted\";\n}\n\n/** Event when Media play was failed. */\nexport interface PlayFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"PlayFailed\";\n}\n\n/** Event when Media play was canceled by Cancel operation. */\nexport interface PlayCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayCanceled\";\n}\n\n/** Event when Media recognize was successfully completed. */\nexport interface RecognizeCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Determines the sub-type of the recognize operation.\n * In case of cancel operation the this field is not set and is returned empty\n */\n recognitionType?: RecognitionType;\n /** Defines the result for RecognitionType = Dtmf */\n dtmfResult?: DtmfResult;\n /** Defines the result for RecognitionType = Choices */\n choiceResult?: ChoiceResult;\n /** Defines the result for RecognitionType = Speech and SpeechOrDtmf */\n speechResult?: SpeechResult;\n /** kind of this event. */\n kind: \"RecognizeCompleted\";\n}\n\n/** Event when Media recognize was failed. */\nexport interface RecognizeFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"RecognizeFailed\";\n}\n\n/** Event when Media recognize was canceled by Cancel operation. */\nexport interface RecognizeCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecognizeCanceled\";\n}\n\n/** Event sent when Dtmf tone received from targeted participant in call. */\nexport interface ContinuousDtmfRecognitionToneReceived {\n /** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */\n sequenceId: number;\n /** Defines values for Tone. */\n tone: Tone;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneReceived\";\n}\n\n/** Event sent when failed to recognize continuous Dtmf tone. */\nexport interface ContinuousDtmfRecognitionToneFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneFailed\";\n}\n\n/** Event sent when continuous Dtmf recognition stopped. */\nexport interface ContinuousDtmfRecognitionStopped {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionStopped\";\n}\n\n/** Event sent when Dtmf tones send successfully. */\nexport interface SendDtmfTonesCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesCompleted\";\n}\n\n/** Event sent when Dtmf tones send failed. */\nexport interface SendDtmfTonesFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesFailed\";\n}\n\n/** Successful cancel add participant event. */\nexport interface CancelAddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** kind of this event. */\n kind: \"CancelAddParticipantSucceeded\";\n}\n\n/** The failed to cancel add participant event. */\nexport interface CancelAddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantFailed\";\n}\n\nexport interface TranscriptionStarted {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStarted\";\n}\n\nexport interface TranscriptionStopped {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStopped\";\n}\n\nexport interface TranscriptionUpdated {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionUpdated\";\n}\n\nexport interface TranscriptionFailed {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionFailed\";\n}\n\nexport interface CreateCallFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\n\nexport interface AnswerFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n\nexport interface HoldFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldFailed\";\n}\n\nexport interface ConnectFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ConnectFailed\";\n}\n\nexport interface MediaStreamingStarted {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStarted\";\n}\n\nexport interface MediaStreamingStopped {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStopped\";\n}\n\nexport interface MediaStreamingFailed {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingFailed\";\n}\n\nexport interface StartRecordingFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id */\n recordingId?: string;\n /** kind of this event. */\n kind: \"StartRecordingFailed\";\n}\n\n/** Event when Media play was successfully started. */\nexport interface PlayStarted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayStarted\";\n}\n\n/** Event when Media play was successfully paused. */\nexport interface PlayPaused {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayPaused\";\n}\n\n/** Event when Media play was successfully paused. */\nexport interface PlayResumed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayResumed\";\n}\n\n/** Event when hold audio play was successfully started. */\nexport interface HoldAudioStarted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldAudioStarted\";\n}\n\n/** Event when hold audio play was successfully paused. */\nexport interface HoldAudioPaused {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldAudioPaused\";\n}\n\n/** Event when hold audio play was successfully resumed. */\nexport interface HoldAudioResumed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldAudioResumed\";\n}\n\n/** Event when hold audio play was successfully completed. */\nexport interface HoldAudioCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldAudioCompleted\";\n}\n"]}
1
+ {"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationIdentifier } from \"@azure/communication-common\";\n\nimport {\n Tone,\n ChoiceResult,\n DtmfResult,\n RecognitionType,\n SpeechResult,\n RecordingKind,\n MediaStreamingUpdate,\n TranscriptionUpdate,\n SipDiagnosticInfo,\n} from \"../generated/src/models/index.js\";\n\nimport type { CallParticipant, RecordingState, CustomCallingContext } from \"./models.js\";\n\n/** Callback events for Call Automation */\nexport type CallAutomationEvent =\n | AddParticipantSucceeded\n | AddParticipantFailed\n | RemoveParticipantSucceeded\n | RemoveParticipantFailed\n | CallConnected\n | CallDisconnected\n | CallTransferAccepted\n | CallTransferFailed\n | ParticipantsUpdated\n | RecordingStateChanged\n | PlayStarted\n | PlayCompleted\n | PlayFailed\n | PlayCanceled\n | RecognizeCompleted\n | RecognizeCanceled\n | RecognizeFailed\n | ContinuousDtmfRecognitionToneReceived\n | ContinuousDtmfRecognitionToneFailed\n | ContinuousDtmfRecognitionStopped\n | SendDtmfTonesCompleted\n | SendDtmfTonesFailed\n | CancelAddParticipantSucceeded\n | CancelAddParticipantFailed\n | ConnectFailed\n | TranscriptionStarted\n | TranscriptionStopped\n | TranscriptionUpdated\n | TranscriptionFailed\n | HoldFailed\n | MediaStreamingStarted\n | MediaStreamingStopped\n | MediaStreamingFailed\n | CreateCallFailed\n | AnswerFailed\n | StartRecordingFailed\n | IncomingCall\n | MoveParticipantSucceeded\n | MoveParticipantFailed\n | TranscriptionCallSummaryUpdated;\n\nexport interface ResultInformation {\n /** The error code. */\n code: number;\n /** The sub code of error. */\n subCode: number;\n /** The detailed message of the error. */\n message: string;\n /**\n * Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.\n * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.\n * Do not solely rely on this information for troubleshooting, as it may not always be available.\n */\n sipDetails?: SipDiagnosticInfo;\n /**\n * Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.\n * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.\n * Do not solely rely on this information for troubleshooting, as it may not always be available.\n */\n q850Details?: SipDiagnosticInfo;\n}\n\n/** The participant successfully added event. */\nexport interface AddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantSucceeded\";\n}\n\n/** The failed to add participant event. */\nexport interface AddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantFailed\";\n}\n\n/** The participant successfully removed event. */\nexport interface RemoveParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantSucceeded\";\n}\n\n/** The failed to remove participant event. */\nexport interface RemoveParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantFailed\";\n}\n\n/** Event when call was established. */\nexport interface CallConnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallConnected\";\n}\n\n/** Event when call was initiated. */\nexport interface IncomingCall {\n /** Call connection ID. */\n callConnectionId: string;\n /** The communication identifier of the target user.*/\n to?: CommunicationIdentifier;\n /** The communication identifier of the user who initiated the call.*/\n from?: CommunicationIdentifier;\n /** Display name of caller.*/\n callerDisplayName?: string;\n /** Custom Context of Incoming Call */\n customContext?: CustomCallingContext;\n /** Incoming call context.*/\n incomingCallContext?: string;\n /** The communication identifier of the user on behalf of whom the call is made.*/\n onBehalfOfCallee?: CommunicationIdentifier;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"IncomingCall\";\n}\n\n/** Event when all participants left and call was terminated. */\nexport interface CallDisconnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallDisconnected\";\n}\n\n/** Event when transfer request was successful. */\nexport interface CallTransferAccepted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Participant that was transferred away */\n transferee: CommunicationIdentifier;\n /** Target that transferee is transferred to */\n transferTarget: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"CallTransferAccepted\";\n}\n\n/** Event when transfer request was failed. */\nexport interface CallTransferFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallTransferFailed\";\n}\n\n/** Event when there was an update to participant(s). */\nexport interface ParticipantsUpdated {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** The Sequence Number of the event */\n sequenceNumber?: number;\n /** The list of participants in the call. */\n participants: CallParticipant[];\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ParticipantsUpdated\";\n}\n\n/** Event when Recording state has been changed. */\nexport interface RecordingStateChanged {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id. */\n recordingId?: string;\n state?: RecordingState;\n /** The time of the recording started. */\n startDateTime?: Date;\n recordingKind?: RecordingKind;\n /** kind of this event. */\n kind: \"RecordingStateChanged\";\n}\n\nexport interface StartRecordingFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id */\n recordingId?: string;\n /** kind of this event. */\n kind: \"StartRecordingFailed\";\n}\n\n/** Event when Media play was successfully started. */\nexport interface PlayStarted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayStarted\";\n}\n\n/** Event when Media play was successfully completed. */\nexport interface PlayCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** kind of this event. */\n kind: \"PlayCompleted\";\n}\n\n/** Event when Media play was failed. */\nexport interface PlayFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"PlayFailed\";\n}\n\n/** Event when Media play was canceled by Cancel operation. */\nexport interface PlayCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayCanceled\";\n}\n\n/** Event when Media recognize was successfully completed. */\nexport interface RecognizeCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Determines the sub-type of the recognize operation.\n * In case of cancel operation the this field is not set and is returned empty\n */\n recognitionType?: RecognitionType;\n /** Defines the result for RecognitionType = Dtmf */\n dtmfResult?: DtmfResult;\n /** Defines the result for RecognitionType = Choices */\n choiceResult?: ChoiceResult;\n /** Defines the result for RecognitionType = Speech and SpeechOrDtmf */\n speechResult?: SpeechResult;\n /** kind of this event. */\n kind: \"RecognizeCompleted\";\n}\n\n/** Event when Media recognize was failed. */\nexport interface RecognizeFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"RecognizeFailed\";\n}\n\n/** Event when Media recognize was canceled by Cancel operation. */\nexport interface RecognizeCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecognizeCanceled\";\n}\n\n/** Event sent when Dtmf tone received from targeted participant in call. */\nexport interface ContinuousDtmfRecognitionToneReceived {\n /** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */\n sequenceId: number;\n /** Defines values for Tone. */\n tone: Tone;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneReceived\";\n}\n\n/** Event sent when failed to recognize continuous Dtmf tone. */\nexport interface ContinuousDtmfRecognitionToneFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneFailed\";\n}\n\n/** Event sent when continuous Dtmf recognition stopped. */\nexport interface ContinuousDtmfRecognitionStopped {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionStopped\";\n}\n\n/** Event sent when Dtmf tones send successfully. */\nexport interface SendDtmfTonesCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesCompleted\";\n}\n\n/** Event sent when Dtmf tones send failed. */\nexport interface SendDtmfTonesFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesFailed\";\n}\n\n/** Successful cancel add participant event. */\nexport interface CancelAddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantSucceeded\";\n}\n\n/** The failed to cancel add participant event. */\nexport interface CancelAddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantFailed\";\n}\n\nexport interface ConnectFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ConnectFailed\";\n}\n\nexport interface HoldFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldFailed\";\n}\n\nexport interface AnswerFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n\nexport interface CreateCallFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\n\nexport interface TranscriptionStarted {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStarted\";\n}\n\nexport interface TranscriptionStopped {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStopped\";\n}\n\nexport interface TranscriptionUpdated {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionUpdated\";\n}\n\nexport interface TranscriptionFailed {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionFailed\";\n}\n\nexport interface MediaStreamingStarted {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStarted\";\n}\n\nexport interface MediaStreamingStopped {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStopped\";\n}\n\nexport interface MediaStreamingFailed {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingFailed\";\n}\n/** The participant successfully moved event. */\nexport interface MoveParticipantSucceeded {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantSucceeded\";\n}\n\n/** The failed to move participant event. */\nexport interface MoveParticipantFailed {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantFailed\";\n}\n\nexport interface TranscriptionCallSummaryUpdated {\n /**\n * Defines the result for TranscriptionUpdate with the current status and the details about the status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId?: string;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionCallSummaryUpdated\";\n}\n"]}
@@ -1,6 +1,6 @@
1
- import type { CommunicationIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier, PhoneNumberIdentifier } from "@azure/communication-common";
2
- import type { CallConnectionStateModel, MediaStreamingSubscription, TranscriptionSubscription, TranscriptionTransportType } from "../generated/src/index.js";
3
- export { CallConnectionStateModel, CallRejectReason, KnownCallRejectReason, KnownMediaStreamingAudioChannelType, KnownMediaStreamingContentType, KnownMediaStreamingTransportType, KnownAudioFormat, KnownTranscriptionTransportType, KnownCallConnectionStateModel, KnownMediaStreamingSubscriptionState, KnownTranscriptionSubscriptionState, KnownTranscriptionResultState, KnownRecognitionType, KnownRecordingState, KnownRecordingKind, KnownTone, KnownMediaStreamingStatus, KnownMediaStreamingStatusDetails, KnownTranscriptionStatus, KnownTranscriptionStatusDetails, KnownCommunicationIdentifierModelKind, KnownCommunicationCloudEnvironmentModel, MediaStreamingAudioChannelType, MediaStreamingOptions, MediaStreamingContentType, MediaStreamingTransportType, TranscriptionTransportType, RecognitionType, ChoiceResult, DtmfResult, SpeechResult, RecordingState, RecordingKind, Tone, MediaStreamingUpdate, MediaStreamingStatus, MediaStreamingStatusDetails, AudioFormat, TranscriptionResultState, TranscriptionUpdate, TranscriptionStatus, TranscriptionStatusDetails, MediaStreamingSubscription, TranscriptionSubscription, MediaStreamingSubscriptionState, TranscriptionSubscriptionState, ErrorModel, RecordingStorageInfo, RecordingChunkStorageInfo, ChunkEndReason, KnownChunkEndReason, CallSessionEndReason, } from "../generated/src/models/index.js";
1
+ import type { CommunicationIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier, PhoneNumberIdentifier, TeamsExtensionUserIdentifier } from "@azure/communication-common";
2
+ import type { CallConnectionStateModel, MediaStreamingSubscription, TranscriptionSubscription, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat, RedactionType } from "../generated/src/index.js";
3
+ export { CallConnectionStateModel, CallRejectReason, KnownCallRejectReason, KnownMediaStreamingAudioChannelType, KnownMediaStreamingContentType, KnownStreamingTransportType, RecognitionType, ChoiceResult, DtmfResult, SpeechResult, RecordingState, Tone, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat, TranscriptionUpdate, MediaStreamingUpdate, } from "../generated/src/models/index.js";
4
4
  /** Properties of a call connection */
5
5
  export interface CallConnectionProperties {
6
6
  /** The call connection id. */
@@ -22,8 +22,6 @@ export interface CallConnectionProperties {
22
22
  callConnectionState?: CallConnectionStateModel;
23
23
  /** The callback URL. */
24
24
  callbackUrl?: string;
25
- /** SubscriptionId for media streaming */
26
- mediaSubscriptionId?: string;
27
25
  /** The correlation ID. */
28
26
  correlationId?: string;
29
27
  /** Identity of the answering entity. Only populated when identity is provided in the request. */
@@ -129,14 +127,12 @@ export interface RecognitionChoice {
129
127
  /** The type of the recognition that the service accepts. */
130
128
  export declare enum RecognizeInputType {
131
129
  /** Dtmf */
132
- Dtmf = "dtmf",
133
- /** Choices */
134
- Choices = "choices"
130
+ Dtmf = "dtmf"
135
131
  }
136
132
  /** Call invitee details. */
137
133
  export interface CallInvite {
138
- /** The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier or MicrosoftTeamsAppIdentifier. */
139
- readonly targetParticipant: PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | MicrosoftTeamsAppIdentifier;
134
+ /** The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier or TeamsExtensionUserIdentifier. */
135
+ readonly targetParticipant: PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | MicrosoftTeamsAppIdentifier | TeamsExtensionUserIdentifier;
140
136
  /** Caller's phone number identifier. */
141
137
  readonly sourceCallIdNumber?: PhoneNumberIdentifier;
142
138
  sourceDisplayName?: string;
@@ -151,6 +147,8 @@ export type RecordingContent = "audio" | "audioVideo";
151
147
  export type RecordingChannel = "mixed" | "unmixed";
152
148
  /** The format type of a call recording. */
153
149
  export type RecordingFormat = "mp3" | "mp4" | "wav";
150
+ /** The format type of a call recording. */
151
+ export type RecordingKind = "azureCommunicationServices" | "teams" | "teamsCompliance";
154
152
  /** The storage type of a call recording. */
155
153
  export type RecordingStorageKind = "azureCommunicationServices" | "azureBlobStorage";
156
154
  /** Channel affinity for a participant */
@@ -170,7 +168,7 @@ export interface RecordingStorage {
170
168
  /** Uri of a container or a location within a container */
171
169
  recordingDestinationContainerUrl?: string;
172
170
  }
173
- export interface CustomCallingContextHeader {
171
+ interface CustomCallingContextHeader {
174
172
  key: string;
175
173
  value: string;
176
174
  }
@@ -189,6 +187,71 @@ export interface SipCustomHeader extends CustomCallingContextHeader {
189
187
  }
190
188
  /** The type of the Sip header prefix. */
191
189
  export type SipHeaderPrefix = "X-" | "X-MS-Custom-";
190
+ /** Custom Calling Context */
191
+ export type CustomCallingContext = (VoipHeader | SipUserToUserHeader | SipCustomHeader | TeamsPhoneCallDetails)[];
192
+ /** AI options for the call. */
193
+ export interface CallIntelligenceOptions {
194
+ /** The identifier of the Cognitive Service resource assigned to this call. */
195
+ cognitiveServicesEndpoint?: string;
196
+ }
197
+ /** Options for media streaming. */
198
+ export interface MediaStreamingOptions {
199
+ /** Polymorphic discriminator, which specifies the different types this object can be */
200
+ transportType: "websocket";
201
+ /** The audio channel type to stream, e.g., unmixed audio, mixed audio. */
202
+ audioChannelType: MediaStreamingAudioChannelType;
203
+ /** The transport URL for media streaming. */
204
+ transportUrl?: string;
205
+ contentType?: MediaStreamingContentType;
206
+ /** A value indicating whether the media streaming should start immediately after the call is answered. */
207
+ startMediaStreaming?: boolean;
208
+ /** A value indicating whether bidirectional streaming is enabled. */
209
+ enableBidirectional?: boolean;
210
+ /** The audio format used for encoding, including sample rate and channel type. The default is Pcm16KMono. */
211
+ audioFormat?: AudioFormat;
212
+ /** A value that indicates whether to stream the DTMF tones. */
213
+ enableDtmfTones?: boolean;
214
+ }
215
+ /** Options for media streaming. */
216
+ export interface TranscriptionOptions {
217
+ /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */
218
+ locale?: string;
219
+ /** Polymorphic discriminator, which specifies the different types this object can be */
220
+ transportType: "websocket";
221
+ /** The URL used for live transcription transport. */
222
+ transportUrl?: string;
223
+ /** 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. */
224
+ speechModelEndpointId?: string;
225
+ /** Indicates whether the transcription should start immediately after the call is answered. */
226
+ startTranscription?: boolean;
227
+ /** Enables intermediate results for the transcribed speech. */
228
+ enableIntermediateResults?: boolean;
229
+ /** PII redaction configuration options. */
230
+ piiRedactionOptions?: PiiRedactionOptions;
231
+ /** Indicating if sentiment analysis should be enabled. */
232
+ enableSentimentAnalysis?: boolean;
233
+ /**
234
+ * List of locales for Language Identification.
235
+ * Supports upto 4 locales in the format: ["en-us", "fr-fr", "hi-in"] etc.
236
+ */
237
+ locales?: string[];
238
+ /** Summarization configuration options. */
239
+ summarizationOptions?: SummarizationOptions;
240
+ }
241
+ /** PII redaction configuration options. */
242
+ export interface PiiRedactionOptions {
243
+ /** Value indicating if PII redaction is enabled. */
244
+ enable?: boolean;
245
+ /** Value indicating the PII redaction type to be used. */
246
+ redactionType?: RedactionType;
247
+ }
248
+ /** Configuration options for call summarization. */
249
+ export interface SummarizationOptions {
250
+ /** Indicating whether end call summary should be enabled. */
251
+ enableEndCallSummary?: boolean;
252
+ /** Locale for summarization (e.g., en-US). */
253
+ locale?: string;
254
+ }
192
255
  /** Teams phone call details */
193
256
  export interface TeamsPhoneCallDetails {
194
257
  kind: "teamsPhoneCallDetails";
@@ -226,9 +289,7 @@ export interface TeamsPhoneCallerDetails {
226
289
  /** Flag indicating whether the caller was authenticated */
227
290
  isAuthenticated?: boolean;
228
291
  /** 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 */
229
- additionalCallerInformation?: {
230
- [propertyName: string]: string;
231
- };
292
+ additionalCallerInformation?: Record<string, string>;
232
293
  }
233
294
  /** Container for details relating to the entity responsible for the creation of these call details */
234
295
  export interface TeamsPhoneSourceDetails {
@@ -239,30 +300,6 @@ export interface TeamsPhoneSourceDetails {
239
300
  /** Status of the source entity passing along the call details */
240
301
  status: string;
241
302
  /** Intended targets of the source entity passing along the call details */
242
- intendedTargets?: {
243
- [propertyName: string]: CommunicationIdentifier;
244
- };
245
- }
246
- /** Custom Calling Context */
247
- export type CustomCallingContext = (VoipHeader | SipUserToUserHeader | SipCustomHeader | TeamsPhoneCallDetails)[];
248
- /** AI options for the call. */
249
- export interface CallIntelligenceOptions {
250
- /** The identifier of the Cognitive Service resource assigned to this call. */
251
- cognitiveServicesEndpoint?: string;
252
- }
253
- /** Configuration of live transcription. */
254
- export interface TranscriptionOptions {
255
- /** Transport URL for live transcription */
256
- transportUrl: string;
257
- /** The type of transport to be used for live transcription, eg. Websocket */
258
- transportType: TranscriptionTransportType;
259
- /** Defines the locale for the data e.g en-CA, en-AU */
260
- locale: string;
261
- /** Endpoint where the custom model was deployed. */
262
- speechRecognitionModelEndpointId?: string;
263
- /** Determines if the transcription should be started immediately after call is answered or not. */
264
- startTranscription: boolean;
265
- /** Enables intermediate results for the transcribed speech. */
266
- enableIntermediateResults?: boolean;
303
+ intendedTargets?: Record<string, CommunicationIdentifier>;
267
304
  }
268
305
  //# sourceMappingURL=models.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,4BAA4B,EAC5B,2BAA2B,EAC3B,qBAAqB,EACrB,4BAA4B,EAC7B,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EACV,wBAAwB,EACxB,0BAA0B,EAC1B,yBAAyB,EACzB,8BAA8B,EAC9B,yBAAyB,EACzB,WAAW,EACX,aAAa,EACd,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,wBAAwB,EACxB,gBAAgB,EAChB,qBAAqB,EACrB,mCAAmC,EACnC,8BAA8B,EAC9B,2BAA2B,EAC3B,eAAe,EACf,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,cAAc,EACd,IAAI,EACJ,8BAA8B,EAC9B,yBAAyB,EACzB,WAAW,EACX,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,kCAAkC,CAAC;AAE1C,sCAAsC;AACtC,MAAM,WAAW,wBAAwB;IACvC,8BAA8B;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,qBAAqB,CAAC;IAC7C,gEAAgE;IAChE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uBAAuB;IACvB,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,+BAA+B;IAC/B,kBAAkB,CAAC,EAAE,uBAAuB,EAAE,CAAC;IAC/C,wCAAwC;IACxC,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,UAAU,CAAC,EAAE,2BAA2B,CAAC;IACzC,0HAA0H;IAC1H,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,mCAAmC;IACnC,0BAA0B,CAAC,EAAE,0BAA0B,CAAC;IACxD,kCAAkC;IAClC,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;CACvD;AAED,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B,kDAAkD;IAClD,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,2BAA2B;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,+DAA+D;AAC/D,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,6DAA6D;AAC7D,oBAAY,SAAS;IACnB,WAAW;IACX,IAAI,SAAS;IACb,aAAa;IACb,MAAM,WAAW;CAClB;AAED,4BAA4B;AAC5B,MAAM,WAAW,UAAU;IACzB,qFAAqF;IACrF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,4BAA4B;AAC5B,MAAM,WAAW,UAAW,SAAQ,UAAU;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;CAC7B;AAED,4BAA4B;AAC5B,MAAM,WAAW,UAAW,SAAQ,UAAU;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;CAC7B;AAED,4BAA4B;AAC5B,MAAM,WAAW,UAAW,SAAQ,UAAU;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;CAC7B;AAED,mBAAmB;AACnB,oBAAY,QAAQ;IAClB,WAAW;IACX,IAAI,SAAS;IACb,UAAU;IACV,GAAG,QAAQ;IACX,UAAU;IACV,GAAG,QAAQ;IACX,YAAY;IACZ,KAAK,UAAU;IACf,WAAW;IACX,IAAI,SAAS;IACb,WAAW;IACX,IAAI,SAAS;IACb,UAAU;IACV,GAAG,QAAQ;IACX,YAAY;IACZ,KAAK,UAAU;IACf,YAAY;IACZ,KAAK,UAAU;IACf,WAAW;IACX,IAAI,SAAS;IACb,QAAQ;IACR,CAAC,MAAM;IACP,QAAQ;IACR,CAAC,MAAM;IACP,QAAQ;IACR,CAAC,MAAM;IACP,QAAQ;IACR,CAAC,MAAM;IACP,YAAY;IACZ,KAAK,UAAU;IACf,eAAe;IACf,QAAQ,aAAa;CACtB;AAED,2BAA2B;AAC3B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED,4DAA4D;AAC5D,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;CACd;AAED,4BAA4B;AAC5B,MAAM,WAAW,UAAU;IACzB,kKAAkK;IAClK,QAAQ,CAAC,iBAAiB,EACtB,qBAAqB,GACrB,2BAA2B,GAC3B,4BAA4B,GAC5B,2BAA2B,GAC3B,4BAA4B,CAAC;IACjC,wCAAwC;IACxC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,qBAAqB,CAAC;IACpD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,0DAA0D;IAC1D,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;AAED,kCAAkC;AAClC,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,kBAAkB,GAAG,iBAAiB,CAAC;AAE3F,4CAA4C;AAC5C,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,YAAY,CAAC;AAEtD,4CAA4C;AAC5C,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,SAAS,CAAC;AAEnD,2CAA2C;AAC3C,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEpD,2CAA2C;AAC3C,MAAM,MAAM,aAAa,GAAG,4BAA4B,GAAG,OAAO,GAAG,iBAAiB,CAAC;AAEvF,4CAA4C;AAC5C,MAAM,MAAM,oBAAoB,GAAG,4BAA4B,GAAG,kBAAkB,CAAC;AAErF,yCAAyC;AACzC,MAAM,WAAW,eAAe;IAC9B,uFAAuF;IACvF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,iBAAiB,EAAE,uBAAuB,CAAC;CAC5C;AAED,4BAA4B;AAC5B,MAAM,WAAW,gBAAgB;IAC/B,4CAA4C;IAC5C,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,0DAA0D;IAC1D,gCAAgC,CAAC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,0BAA0B;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,mBAAmB;AACnB,MAAM,WAAW,UAAW,SAAQ,0BAA0B;IAC5D,IAAI,EAAE,MAAM,CAAC;CACd;AAED,+BAA+B;AAC/B,MAAM,WAAW,mBAAoB,SAAQ,0BAA0B;IACrE,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED,yBAAyB;AACzB,MAAM,WAAW,eAAgB,SAAQ,0BAA0B;IACjE,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,yCAAyC;AACzC,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,cAAc,CAAC;AAEpD,6BAA6B;AAC7B,MAAM,MAAM,oBAAoB,GAAG,CAC/B,UAAU,GACV,mBAAmB,GACnB,eAAe,GACf,qBAAqB,CACxB,EAAE,CAAC;AAEJ,+BAA+B;AAC/B,MAAM,WAAW,uBAAuB;IACtC,8EAA8E;IAC9E,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED,mCAAmC;AACnC,MAAM,WAAW,qBAAqB;IACpC,wFAAwF;IACxF,aAAa,EAAE,WAAW,CAAC;IAC3B,0EAA0E;IAC1E,gBAAgB,EAAE,8BAA8B,CAAC;IACjD,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC,0GAA0G;IAC1G,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,qEAAqE;IACrE,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,6GAA6G;IAC7G,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,+DAA+D;IAC/D,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,mCAAmC;AACnC,MAAM,WAAW,oBAAoB;IACnC,yEAAyE;IACzE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wFAAwF;IACxF,aAAa,EAAE,WAAW,CAAC;IAC3B,qDAAqD;IACrD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oJAAoJ;IACpJ,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,+FAA+F;IAC/F,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,+DAA+D;IAC/D,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,2CAA2C;IAC3C,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,0DAA0D;IAC1D,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,2CAA2C;IAC3C,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;CAC7C;AAED,2CAA2C;AAC3C,MAAM,WAAW,mBAAmB;IAClC,oDAAoD;IACpD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,0DAA0D;IAC1D,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B;AAED,oDAAoD;AACpD,MAAM,WAAW,oBAAoB;IACnC,6DAA6D;IAC7D,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,+BAA+B;AAC/B,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,wEAAwE;IACxE,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,sGAAsG;IACtG,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAClD,qGAAqG;IACrG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oHAAoH;IACpH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2FAA2F;IAC3F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kDAAkD;IAClD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qGAAqG;IACrG,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wEAAwE;AACxE,MAAM,WAAW,uBAAuB;IACtC,kBAAkB;IAClB,MAAM,EAAE,uBAAuB,CAAC;IAChC,oBAAoB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,4BAA4B;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8BAA8B;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2DAA2D;IAC3D,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,+JAA+J;IAC/J,2BAA2B,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtD;AAED,sGAAsG;AACtG,MAAM,WAAW,uBAAuB;IACtC,sGAAsG;IACtG,MAAM,EAAE,uBAAuB,CAAC;IAChC,mGAAmG;IACnG,QAAQ,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,2EAA2E;IAC3E,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,uBAAuB,CAAC,CAAC;CAC3D"}
@@ -2,29 +2,12 @@
2
2
  // Copyright (c) Microsoft Corporation.
3
3
  // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.RecognizeInputType = exports.DtmfTone = exports.VoiceKind = exports.KnownChunkEndReason = exports.KnownCommunicationCloudEnvironmentModel = exports.KnownCommunicationIdentifierModelKind = exports.KnownTranscriptionStatusDetails = exports.KnownTranscriptionStatus = exports.KnownMediaStreamingStatusDetails = exports.KnownMediaStreamingStatus = exports.KnownTone = exports.KnownRecordingKind = exports.KnownRecordingState = exports.KnownRecognitionType = exports.KnownTranscriptionResultState = exports.KnownTranscriptionSubscriptionState = exports.KnownMediaStreamingSubscriptionState = exports.KnownCallConnectionStateModel = exports.KnownTranscriptionTransportType = exports.KnownAudioFormat = exports.KnownMediaStreamingTransportType = exports.KnownMediaStreamingContentType = exports.KnownMediaStreamingAudioChannelType = exports.KnownCallRejectReason = void 0;
5
+ exports.RecognizeInputType = exports.DtmfTone = exports.VoiceKind = exports.KnownStreamingTransportType = exports.KnownMediaStreamingContentType = exports.KnownMediaStreamingAudioChannelType = exports.KnownCallRejectReason = void 0;
6
6
  var index_js_1 = require("../generated/src/models/index.js");
7
7
  Object.defineProperty(exports, "KnownCallRejectReason", { enumerable: true, get: function () { return index_js_1.KnownCallRejectReason; } });
8
8
  Object.defineProperty(exports, "KnownMediaStreamingAudioChannelType", { enumerable: true, get: function () { return index_js_1.KnownMediaStreamingAudioChannelType; } });
9
9
  Object.defineProperty(exports, "KnownMediaStreamingContentType", { enumerable: true, get: function () { return index_js_1.KnownMediaStreamingContentType; } });
10
- Object.defineProperty(exports, "KnownMediaStreamingTransportType", { enumerable: true, get: function () { return index_js_1.KnownMediaStreamingTransportType; } });
11
- Object.defineProperty(exports, "KnownAudioFormat", { enumerable: true, get: function () { return index_js_1.KnownAudioFormat; } });
12
- Object.defineProperty(exports, "KnownTranscriptionTransportType", { enumerable: true, get: function () { return index_js_1.KnownTranscriptionTransportType; } });
13
- Object.defineProperty(exports, "KnownCallConnectionStateModel", { enumerable: true, get: function () { return index_js_1.KnownCallConnectionStateModel; } });
14
- Object.defineProperty(exports, "KnownMediaStreamingSubscriptionState", { enumerable: true, get: function () { return index_js_1.KnownMediaStreamingSubscriptionState; } });
15
- Object.defineProperty(exports, "KnownTranscriptionSubscriptionState", { enumerable: true, get: function () { return index_js_1.KnownTranscriptionSubscriptionState; } });
16
- Object.defineProperty(exports, "KnownTranscriptionResultState", { enumerable: true, get: function () { return index_js_1.KnownTranscriptionResultState; } });
17
- Object.defineProperty(exports, "KnownRecognitionType", { enumerable: true, get: function () { return index_js_1.KnownRecognitionType; } });
18
- Object.defineProperty(exports, "KnownRecordingState", { enumerable: true, get: function () { return index_js_1.KnownRecordingState; } });
19
- Object.defineProperty(exports, "KnownRecordingKind", { enumerable: true, get: function () { return index_js_1.KnownRecordingKind; } });
20
- Object.defineProperty(exports, "KnownTone", { enumerable: true, get: function () { return index_js_1.KnownTone; } });
21
- Object.defineProperty(exports, "KnownMediaStreamingStatus", { enumerable: true, get: function () { return index_js_1.KnownMediaStreamingStatus; } });
22
- Object.defineProperty(exports, "KnownMediaStreamingStatusDetails", { enumerable: true, get: function () { return index_js_1.KnownMediaStreamingStatusDetails; } });
23
- Object.defineProperty(exports, "KnownTranscriptionStatus", { enumerable: true, get: function () { return index_js_1.KnownTranscriptionStatus; } });
24
- Object.defineProperty(exports, "KnownTranscriptionStatusDetails", { enumerable: true, get: function () { return index_js_1.KnownTranscriptionStatusDetails; } });
25
- Object.defineProperty(exports, "KnownCommunicationIdentifierModelKind", { enumerable: true, get: function () { return index_js_1.KnownCommunicationIdentifierModelKind; } });
26
- Object.defineProperty(exports, "KnownCommunicationCloudEnvironmentModel", { enumerable: true, get: function () { return index_js_1.KnownCommunicationCloudEnvironmentModel; } });
27
- Object.defineProperty(exports, "KnownChunkEndReason", { enumerable: true, get: function () { return index_js_1.KnownChunkEndReason; } });
10
+ Object.defineProperty(exports, "KnownStreamingTransportType", { enumerable: true, get: function () { return index_js_1.KnownStreamingTransportType; } });
28
11
  /** Defines values for VoiceKind that the service accepts. */
29
12
  var VoiceKind;
30
13
  (function (VoiceKind) {
@@ -74,7 +57,5 @@ var RecognizeInputType;
74
57
  (function (RecognizeInputType) {
75
58
  /** Dtmf */
76
59
  RecognizeInputType["Dtmf"] = "dtmf";
77
- /** Choices */
78
- RecognizeInputType["Choices"] = "choices";
79
60
  })(RecognizeInputType || (exports.RecognizeInputType = RecognizeInputType = {}));
80
61
  //# sourceMappingURL=models.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAgBlC,6DAqD0C;AAlDxC,iHAAA,qBAAqB,OAAA;AACrB,+HAAA,mCAAmC,OAAA;AACnC,0HAAA,8BAA8B,OAAA;AAC9B,4HAAA,gCAAgC,OAAA;AAChC,4GAAA,gBAAgB,OAAA;AAChB,2HAAA,+BAA+B,OAAA;AAC/B,yHAAA,6BAA6B,OAAA;AAC7B,gIAAA,oCAAoC,OAAA;AACpC,+HAAA,mCAAmC,OAAA;AACnC,yHAAA,6BAA6B,OAAA;AAC7B,gHAAA,oBAAoB,OAAA;AACpB,+GAAA,mBAAmB,OAAA;AACnB,8GAAA,kBAAkB,OAAA;AAClB,qGAAA,SAAS,OAAA;AACT,qHAAA,yBAAyB,OAAA;AACzB,4HAAA,gCAAgC,OAAA;AAChC,oHAAA,wBAAwB,OAAA;AACxB,2HAAA,+BAA+B,OAAA;AAC/B,iIAAA,qCAAqC,OAAA;AACrC,mIAAA,uCAAuC,OAAA;AA6BvC,+GAAA,mBAAmB,OAAA;AAuDrB,6DAA6D;AAC7D,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,aAAa;IACb,8BAAiB,CAAA;AACnB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAiCD,mBAAmB;AACnB,IAAY,QAiCX;AAjCD,WAAY,QAAQ;IAClB,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,YAAY;IACZ,2BAAe,CAAA;IACf,eAAe;IACf,iCAAqB,CAAA;AACvB,CAAC,EAjCW,QAAQ,wBAAR,QAAQ,QAiCnB;AAWD,4DAA4D;AAC5D,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,cAAc;IACd,yCAAmB,CAAA;AACrB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CommunicationIdentifier,\n CommunicationUserIdentifier,\n MicrosoftTeamsUserIdentifier,\n MicrosoftTeamsAppIdentifier,\n PhoneNumberIdentifier,\n} from \"@azure/communication-common\";\nimport type {\n CallConnectionStateModel,\n MediaStreamingSubscription,\n TranscriptionSubscription,\n TranscriptionTransportType,\n} from \"../generated/src/index.js\";\n\nexport {\n CallConnectionStateModel,\n CallRejectReason,\n KnownCallRejectReason,\n KnownMediaStreamingAudioChannelType,\n KnownMediaStreamingContentType,\n KnownMediaStreamingTransportType,\n KnownAudioFormat,\n KnownTranscriptionTransportType,\n KnownCallConnectionStateModel,\n KnownMediaStreamingSubscriptionState,\n KnownTranscriptionSubscriptionState,\n KnownTranscriptionResultState,\n KnownRecognitionType,\n KnownRecordingState,\n KnownRecordingKind,\n KnownTone,\n KnownMediaStreamingStatus,\n KnownMediaStreamingStatusDetails,\n KnownTranscriptionStatus,\n KnownTranscriptionStatusDetails,\n KnownCommunicationIdentifierModelKind,\n KnownCommunicationCloudEnvironmentModel,\n MediaStreamingAudioChannelType,\n MediaStreamingOptions,\n MediaStreamingContentType,\n MediaStreamingTransportType,\n TranscriptionTransportType,\n RecognitionType,\n ChoiceResult,\n DtmfResult,\n SpeechResult,\n RecordingState,\n RecordingKind,\n Tone,\n MediaStreamingUpdate,\n MediaStreamingStatus,\n MediaStreamingStatusDetails,\n AudioFormat,\n TranscriptionResultState,\n TranscriptionUpdate,\n TranscriptionStatus,\n TranscriptionStatusDetails,\n MediaStreamingSubscription,\n TranscriptionSubscription,\n MediaStreamingSubscriptionState,\n TranscriptionSubscriptionState,\n ErrorModel,\n RecordingStorageInfo,\n RecordingChunkStorageInfo,\n ChunkEndReason,\n KnownChunkEndReason,\n CallSessionEndReason,\n} from \"../generated/src/models/index.js\";\n\n/** Properties of a call connection */\nexport interface CallConnectionProperties {\n /** The call connection id. */\n callConnectionId?: string;\n /** The server call id. */\n serverCallId?: string;\n /**\n * The source caller Id, a phone number, that's shown to the PSTN participant being invited.\n * Required only when calling a PSTN callee.\n */\n sourceCallerIdNumber?: PhoneNumberIdentifier;\n /** Display name of the call if dialing out to a pstn number. */\n sourceDisplayName?: string;\n /** Source identity. */\n source?: CommunicationIdentifier;\n /** The targets of the call. */\n targetParticipants?: CommunicationIdentifier[];\n /** The state of the call connection. */\n callConnectionState?: CallConnectionStateModel;\n /** The callback URL. */\n callbackUrl?: string;\n /** SubscriptionId for media streaming */\n mediaSubscriptionId?: string;\n /** The correlation ID. */\n correlationId?: string;\n /** Identity of the answering entity. Only populated when identity is provided in the request. */\n answeredby?: CommunicationUserIdentifier;\n /** Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number. */\n answeredFor?: PhoneNumberIdentifier;\n /** Media streaming subscription */\n mediaStreamingSubscription?: MediaStreamingSubscription;\n /** Transcription Subscription. */\n transcriptionSubscription?: TranscriptionSubscription;\n}\n\n/** Contract model of an ACS call participant */\nexport interface CallParticipant {\n /** Communication identifier of the participant */\n identifier?: CommunicationIdentifier;\n /** Is participant muted */\n isMuted?: boolean;\n /** Is participant on hold. */\n isOnHold?: boolean;\n}\n\n/** The locator used for joining or taking action on a call. */\nexport interface CallLocator {\n id: string;\n kind: CallLocatorType;\n}\n\n/** Defines values for VoiceKind that the service accepts. */\nexport enum VoiceKind {\n /** Male */\n Male = \"male\",\n /** Female */\n Female = \"female\",\n}\n\n/** The PlaySource model. */\nexport interface PlaySource {\n /** @deprecated Not in use, instead use playsourcecacheid for similar functionality*/\n playsourcacheid?: string;\n /** Sets the play source cache id.*/\n playSourceCacheId?: string;\n}\n\n/** The FileSource model. */\nexport interface FileSource extends PlaySource {\n url: string;\n readonly kind: \"fileSource\";\n}\n\n/** The TextSource model. */\nexport interface TextSource extends PlaySource {\n text: string;\n sourceLocale?: string;\n voiceKind?: VoiceKind;\n voiceName?: string;\n customVoiceEndpointId?: string;\n readonly kind: \"textSource\";\n}\n\n/** The SsmlSource model. */\nexport interface SsmlSource extends PlaySource {\n ssmlText: string;\n customVoiceEndpointId?: string;\n readonly kind: \"ssmlSource\";\n}\n\n/** A Dtmf Tone. */\nexport enum DtmfTone {\n /** Zero */\n Zero = \"zero\",\n /** One */\n One = \"one\",\n /** Two */\n Two = \"two\",\n /** Three */\n Three = \"three\",\n /** Four */\n Four = \"four\",\n /** Five */\n Five = \"five\",\n /** Six */\n Six = \"six\",\n /** Seven */\n Seven = \"seven\",\n /** Eight */\n Eight = \"eight\",\n /** Nine */\n Nine = \"nine\",\n /** A */\n A = \"a\",\n /** B */\n B = \"b\",\n /** C */\n C = \"c\",\n /** D */\n D = \"d\",\n /** Pound */\n Pound = \"pound\",\n /** Asterisk */\n Asterisk = \"asterisk\",\n}\n\n/** A Recognition Choice */\nexport interface RecognitionChoice {\n /** Identifier for a given choice */\n label: string;\n /** List of phrases to recognize */\n phrases: string[];\n tone?: DtmfTone;\n}\n\n/** The type of the recognition that the service accepts. */\nexport enum RecognizeInputType {\n /** Dtmf */\n Dtmf = \"dtmf\",\n /** Choices */\n Choices = \"choices\",\n}\n\n/** Call invitee details. */\nexport interface CallInvite {\n /** The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier or MicrosoftTeamsAppIdentifier. */\n readonly targetParticipant:\n | PhoneNumberIdentifier\n | CommunicationUserIdentifier\n | MicrosoftTeamsUserIdentifier\n | MicrosoftTeamsAppIdentifier;\n /** Caller's phone number identifier. */\n readonly sourceCallIdNumber?: PhoneNumberIdentifier;\n sourceDisplayName?: string;\n /** Used by customer to send custom context to targets. */\n customCallingContext?: CustomCallingContext;\n}\n\n/** The locator type of a call. */\nexport type CallLocatorType = \"serverCallLocator\" | \"groupCallLocator\" | \"roomCallLocator\";\n\n/** The content type of a call recording. */\nexport type RecordingContent = \"audio\" | \"audioVideo\";\n\n/** The channel type of a call recording. */\nexport type RecordingChannel = \"mixed\" | \"unmixed\";\n\n/** The format type of a call recording. */\nexport type RecordingFormat = \"mp3\" | \"mp4\" | \"wav\";\n\n/** The storage type of a call recording. */\nexport type RecordingStorageKind = \"azureCommunicationServices\" | \"azureBlobStorage\";\n\n/** Channel affinity for a participant */\nexport interface ChannelAffinity {\n /** Channel number to which bitstream from a particular participant will be written. */\n channel?: number;\n /**\n * The identifier for the participant whose bitstream will be written to the channel\n * represented by the channel number.\n */\n targetParticipant: CommunicationIdentifier;\n}\n\n/** The recording storage */\nexport interface RecordingStorage {\n /** Defines the kind of recording storage */\n recordingStorageKind: RecordingStorageKind;\n /** Uri of a container or a location within a container */\n recordingDestinationContainerUrl?: string;\n}\n\nexport interface CustomCallingContextHeader {\n key: string;\n value: string;\n}\n\n/** VOIP header. */\nexport interface VoipHeader extends CustomCallingContextHeader {\n kind: \"voip\";\n}\n\n/** SIP User To User header. */\nexport interface SipUserToUserHeader extends CustomCallingContextHeader {\n kind: \"sipuui\";\n}\n\n/** SIP Custom header. */\nexport interface SipCustomHeader extends CustomCallingContextHeader {\n kind: \"sipx\";\n sipHeaderPrefix?: SipHeaderPrefix;\n}\n\n/** The type of the Sip header prefix. */\nexport type SipHeaderPrefix = \"X-\" | \"X-MS-Custom-\";\n\n/** Teams phone call details */\nexport interface TeamsPhoneCallDetails {\n kind: \"teamsPhoneCallDetails\";\n /** Container for details relating to the original caller of the call */\n teamsPhoneCallerDetails?: TeamsPhoneCallerDetails;\n /** Container for details relating to the entity responsible for the creation of these call details */\n teamsPhoneSourceDetails?: TeamsPhoneSourceDetails;\n /** Id to exclusively identify this call session. IVR will use this for their telemetry/reporting. */\n sessionId?: string;\n /** The intent of the call */\n intent?: string;\n /** A very short description (max 48 chars) of the reason for the call. To be displayed in Teams CallNotification */\n callTopic?: string;\n /** A summary of the call thus far. It will be displayed on a side panel in the Teams UI */\n callContext?: string;\n /** Url for fetching the transcript of the call */\n transcriptUrl?: string;\n /** Sentiment of the call thus far */\n callSentiment?: string;\n /** Recommendations for resolving the issue based on the customer's intent and interaction history */\n suggestedActions?: string;\n}\n\n/** Container for details relating to the original caller of the call */\nexport interface TeamsPhoneCallerDetails {\n /** Caller's ID */\n caller: CommunicationIdentifier;\n /** Caller's name */\n name: string;\n /** Caller's phone number */\n phoneNumber: string;\n /** Caller's record ID (ex in CRM) */\n recordId?: string;\n /** Caller's screen pop URL */\n screenPopUrl?: string;\n /** Flag indicating whether the caller was authenticated */\n isAuthenticated?: boolean;\n /** 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 */\n additionalCallerInformation?: { [propertyName: string]: string };\n}\n\n/** Container for details relating to the entity responsible for the creation of these call details */\nexport interface TeamsPhoneSourceDetails {\n /** ID of the source entity passing along the call details (ex. Application Instance ID of - CQ/AA) */\n source: CommunicationIdentifier;\n /** Language of the source entity passing along the call details, passed in the ISO-639 standard */\n language: string;\n /** Status of the source entity passing along the call details */\n status: string;\n /** Intended targets of the source entity passing along the call details */\n intendedTargets?: { [propertyName: string]: CommunicationIdentifier };\n}\n\n/** Custom Calling Context */\nexport type CustomCallingContext = (\n | VoipHeader\n | SipUserToUserHeader\n | SipCustomHeader\n | TeamsPhoneCallDetails\n)[];\n\n/** AI options for the call. */\nexport interface CallIntelligenceOptions {\n /** The identifier of the Cognitive Service resource assigned to this call. */\n cognitiveServicesEndpoint?: string;\n}\n/** Configuration of live transcription. */\nexport interface TranscriptionOptions {\n /** Transport URL for live transcription */\n transportUrl: string;\n /** The type of transport to be used for live transcription, eg. Websocket */\n transportType: TranscriptionTransportType;\n /** Defines the locale for the data e.g en-CA, en-AU */\n locale: string;\n /** Endpoint where the custom model was deployed. */\n speechRecognitionModelEndpointId?: string;\n /** Determines if the transcription should be started immediately after call is answered or not. */\n startTranscription: boolean;\n /** Enables intermediate results for the transcribed speech. */\n enableIntermediateResults?: boolean;\n}\n"]}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAoBlC,6DAkB0C;AAfxC,iHAAA,qBAAqB,OAAA;AACrB,+HAAA,mCAAmC,OAAA;AACnC,0HAAA,8BAA8B,OAAA;AAC9B,uHAAA,2BAA2B,OAAA;AA+D7B,6DAA6D;AAC7D,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,WAAW;IACX,0BAAa,CAAA;IACb,aAAa;IACb,8BAAiB,CAAA;AACnB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAiCD,mBAAmB;AACnB,IAAY,QAiCX;AAjCD,WAAY,QAAQ;IAClB,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,WAAW;IACX,yBAAa,CAAA;IACb,UAAU;IACV,uBAAW,CAAA;IACX,YAAY;IACZ,2BAAe,CAAA;IACf,YAAY;IACZ,2BAAe,CAAA;IACf,WAAW;IACX,yBAAa,CAAA;IACb,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,QAAQ;IACR,mBAAO,CAAA;IACP,YAAY;IACZ,2BAAe,CAAA;IACf,eAAe;IACf,iCAAqB,CAAA;AACvB,CAAC,EAjCW,QAAQ,wBAAR,QAAQ,QAiCnB;AAWD,4DAA4D;AAC5D,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CommunicationIdentifier,\n CommunicationUserIdentifier,\n MicrosoftTeamsUserIdentifier,\n MicrosoftTeamsAppIdentifier,\n PhoneNumberIdentifier,\n TeamsExtensionUserIdentifier,\n} from \"@azure/communication-common\";\nimport type {\n CallConnectionStateModel,\n MediaStreamingSubscription,\n TranscriptionSubscription,\n MediaStreamingAudioChannelType,\n MediaStreamingContentType,\n AudioFormat,\n RedactionType,\n} from \"../generated/src/index.js\";\n\nexport {\n CallConnectionStateModel,\n CallRejectReason,\n KnownCallRejectReason,\n KnownMediaStreamingAudioChannelType,\n KnownMediaStreamingContentType,\n KnownStreamingTransportType,\n RecognitionType,\n ChoiceResult,\n DtmfResult,\n SpeechResult,\n RecordingState,\n Tone,\n MediaStreamingAudioChannelType,\n MediaStreamingContentType,\n AudioFormat,\n TranscriptionUpdate,\n MediaStreamingUpdate,\n} from \"../generated/src/models/index.js\";\n\n/** Properties of a call connection */\nexport interface CallConnectionProperties {\n /** The call connection id. */\n callConnectionId?: string;\n /** The server call id. */\n serverCallId?: string;\n /**\n * The source caller Id, a phone number, that's shown to the PSTN participant being invited.\n * Required only when calling a PSTN callee.\n */\n sourceCallerIdNumber?: PhoneNumberIdentifier;\n /** Display name of the call if dialing out to a pstn number. */\n sourceDisplayName?: string;\n /** Source identity. */\n source?: CommunicationIdentifier;\n /** The targets of the call. */\n targetParticipants?: CommunicationIdentifier[];\n /** The state of the call connection. */\n callConnectionState?: CallConnectionStateModel;\n /** The callback URL. */\n callbackUrl?: string;\n /** The correlation ID. */\n correlationId?: string;\n /** Identity of the answering entity. Only populated when identity is provided in the request. */\n answeredby?: CommunicationUserIdentifier;\n /** Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number. */\n answeredFor?: PhoneNumberIdentifier;\n /** Media streaming subscription */\n mediaStreamingSubscription?: MediaStreamingSubscription;\n /** Transcription Subscription. */\n transcriptionSubscription?: TranscriptionSubscription;\n}\n\n/** Contract model of an ACS call participant */\nexport interface CallParticipant {\n /** Communication identifier of the participant */\n identifier?: CommunicationIdentifier;\n /** Is participant muted */\n isMuted?: boolean;\n /** Is participant on hold. */\n isOnHold?: boolean;\n}\n\n/** The locator used for joining or taking action on a call. */\nexport interface CallLocator {\n id: string;\n kind: CallLocatorType;\n}\n\n/** Defines values for VoiceKind that the service accepts. */\nexport enum VoiceKind {\n /** Male */\n Male = \"male\",\n /** Female */\n Female = \"female\",\n}\n\n/** The PlaySource model. */\nexport interface PlaySource {\n /** @deprecated Not in use, instead use playsourcecacheid for similar functionality*/\n playsourcacheid?: string;\n /** Sets the play source cache id.*/\n playSourceCacheId?: string;\n}\n\n/** The FileSource model. */\nexport interface FileSource extends PlaySource {\n url: string;\n readonly kind: \"fileSource\";\n}\n\n/** The TextSource model. */\nexport interface TextSource extends PlaySource {\n text: string;\n sourceLocale?: string;\n voiceKind?: VoiceKind;\n voiceName?: string;\n customVoiceEndpointId?: string;\n readonly kind: \"textSource\";\n}\n\n/** The SsmlSource model. */\nexport interface SsmlSource extends PlaySource {\n ssmlText: string;\n customVoiceEndpointId?: string;\n readonly kind: \"ssmlSource\";\n}\n\n/** A Dtmf Tone. */\nexport enum DtmfTone {\n /** Zero */\n Zero = \"zero\",\n /** One */\n One = \"one\",\n /** Two */\n Two = \"two\",\n /** Three */\n Three = \"three\",\n /** Four */\n Four = \"four\",\n /** Five */\n Five = \"five\",\n /** Six */\n Six = \"six\",\n /** Seven */\n Seven = \"seven\",\n /** Eight */\n Eight = \"eight\",\n /** Nine */\n Nine = \"nine\",\n /** A */\n A = \"a\",\n /** B */\n B = \"b\",\n /** C */\n C = \"c\",\n /** D */\n D = \"d\",\n /** Pound */\n Pound = \"pound\",\n /** Asterisk */\n Asterisk = \"asterisk\",\n}\n\n/** A Recognition Choice */\nexport interface RecognitionChoice {\n /** Identifier for a given choice */\n label: string;\n /** List of phrases to recognize */\n phrases: string[];\n tone?: DtmfTone;\n}\n\n/** The type of the recognition that the service accepts. */\nexport enum RecognizeInputType {\n /** Dtmf */\n Dtmf = \"dtmf\",\n}\n\n/** Call invitee details. */\nexport interface CallInvite {\n /** The Target's PhoneNumberIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier or TeamsExtensionUserIdentifier. */\n readonly targetParticipant:\n | PhoneNumberIdentifier\n | CommunicationUserIdentifier\n | MicrosoftTeamsUserIdentifier\n | MicrosoftTeamsAppIdentifier\n | TeamsExtensionUserIdentifier;\n /** Caller's phone number identifier. */\n readonly sourceCallIdNumber?: PhoneNumberIdentifier;\n sourceDisplayName?: string;\n /** Used by customer to send custom context to targets. */\n customCallingContext?: CustomCallingContext;\n}\n\n/** The locator type of a call. */\nexport type CallLocatorType = \"serverCallLocator\" | \"groupCallLocator\" | \"roomCallLocator\";\n\n/** The content type of a call recording. */\nexport type RecordingContent = \"audio\" | \"audioVideo\";\n\n/** The channel type of a call recording. */\nexport type RecordingChannel = \"mixed\" | \"unmixed\";\n\n/** The format type of a call recording. */\nexport type RecordingFormat = \"mp3\" | \"mp4\" | \"wav\";\n\n/** The format type of a call recording. */\nexport type RecordingKind = \"azureCommunicationServices\" | \"teams\" | \"teamsCompliance\";\n\n/** The storage type of a call recording. */\nexport type RecordingStorageKind = \"azureCommunicationServices\" | \"azureBlobStorage\";\n\n/** Channel affinity for a participant */\nexport interface ChannelAffinity {\n /** Channel number to which bitstream from a particular participant will be written. */\n channel?: number;\n /**\n * The identifier for the participant whose bitstream will be written to the channel\n * represented by the channel number.\n */\n targetParticipant: CommunicationIdentifier;\n}\n\n/** The recording storage */\nexport interface RecordingStorage {\n /** Defines the kind of recording storage */\n recordingStorageKind: RecordingStorageKind;\n /** Uri of a container or a location within a container */\n recordingDestinationContainerUrl?: string;\n}\n\ninterface CustomCallingContextHeader {\n key: string;\n value: string;\n}\n\n/** VOIP header. */\nexport interface VoipHeader extends CustomCallingContextHeader {\n kind: \"voip\";\n}\n\n/** SIP User To User header. */\nexport interface SipUserToUserHeader extends CustomCallingContextHeader {\n kind: \"sipuui\";\n}\n\n/** SIP Custom header. */\nexport interface SipCustomHeader extends CustomCallingContextHeader {\n kind: \"sipx\";\n sipHeaderPrefix?: SipHeaderPrefix;\n}\n\n/** The type of the Sip header prefix. */\nexport type SipHeaderPrefix = \"X-\" | \"X-MS-Custom-\";\n\n/** Custom Calling Context */\nexport type CustomCallingContext = (\n | VoipHeader\n | SipUserToUserHeader\n | SipCustomHeader\n | TeamsPhoneCallDetails\n)[];\n\n/** AI options for the call. */\nexport interface CallIntelligenceOptions {\n /** The identifier of the Cognitive Service resource assigned to this call. */\n cognitiveServicesEndpoint?: string;\n}\n\n/** Options for media streaming. */\nexport interface MediaStreamingOptions {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n transportType: \"websocket\";\n /** The audio channel type to stream, e.g., unmixed audio, mixed audio. */\n audioChannelType: MediaStreamingAudioChannelType;\n /** The transport URL for media streaming. */\n transportUrl?: string;\n contentType?: MediaStreamingContentType;\n /** A value indicating whether the media streaming should start immediately after the call is answered. */\n startMediaStreaming?: boolean;\n /** A value indicating whether bidirectional streaming is enabled. */\n enableBidirectional?: boolean;\n /** The audio format used for encoding, including sample rate and channel type. The default is Pcm16KMono. */\n audioFormat?: AudioFormat;\n /** A value that indicates whether to stream the DTMF tones. */\n enableDtmfTones?: boolean;\n}\n\n/** Options for media streaming. */\nexport interface TranscriptionOptions {\n /** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */\n locale?: string;\n /** Polymorphic discriminator, which specifies the different types this object can be */\n transportType: \"websocket\";\n /** The URL used for live transcription transport. */\n transportUrl?: string;\n /** 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. */\n speechModelEndpointId?: string;\n /** Indicates whether the transcription should start immediately after the call is answered. */\n startTranscription?: boolean;\n /** Enables intermediate results for the transcribed speech. */\n enableIntermediateResults?: boolean;\n /** PII redaction configuration options. */\n piiRedactionOptions?: PiiRedactionOptions;\n /** Indicating if sentiment analysis should be enabled. */\n enableSentimentAnalysis?: boolean;\n /**\n * List of locales for Language Identification.\n * Supports upto 4 locales in the format: [\"en-us\", \"fr-fr\", \"hi-in\"] etc.\n */\n locales?: string[];\n /** Summarization configuration options. */\n summarizationOptions?: SummarizationOptions;\n}\n\n/** PII redaction configuration options. */\nexport interface PiiRedactionOptions {\n /** Value indicating if PII redaction is enabled. */\n enable?: boolean;\n /** Value indicating the PII redaction type to be used. */\n redactionType?: RedactionType;\n}\n\n/** Configuration options for call summarization. */\nexport interface SummarizationOptions {\n /** Indicating whether end call summary should be enabled. */\n enableEndCallSummary?: boolean;\n /** Locale for summarization (e.g., en-US). */\n locale?: string;\n}\n\n/** Teams phone call details */\nexport interface TeamsPhoneCallDetails {\n kind: \"teamsPhoneCallDetails\";\n /** Container for details relating to the original caller of the call */\n teamsPhoneCallerDetails?: TeamsPhoneCallerDetails;\n /** Container for details relating to the entity responsible for the creation of these call details */\n teamsPhoneSourceDetails?: TeamsPhoneSourceDetails;\n /** Id to exclusively identify this call session. IVR will use this for their telemetry/reporting. */\n sessionId?: string;\n /** The intent of the call */\n intent?: string;\n /** A very short description (max 48 chars) of the reason for the call. To be displayed in Teams CallNotification */\n callTopic?: string;\n /** A summary of the call thus far. It will be displayed on a side panel in the Teams UI */\n callContext?: string;\n /** Url for fetching the transcript of the call */\n transcriptUrl?: string;\n /** Sentiment of the call thus far */\n callSentiment?: string;\n /** Recommendations for resolving the issue based on the customer's intent and interaction history */\n suggestedActions?: string;\n}\n\n/** Container for details relating to the original caller of the call */\nexport interface TeamsPhoneCallerDetails {\n /** Caller's ID */\n caller: CommunicationIdentifier;\n /** Caller's name */\n name: string;\n /** Caller's phone number */\n phoneNumber: string;\n /** Caller's record ID (ex in CRM) */\n recordId?: string;\n /** Caller's screen pop URL */\n screenPopUrl?: string;\n /** Flag indicating whether the caller was authenticated */\n isAuthenticated?: boolean;\n /** 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 */\n additionalCallerInformation?: Record<string, string>;\n}\n\n/** Container for details relating to the entity responsible for the creation of these call details */\nexport interface TeamsPhoneSourceDetails {\n /** ID of the source entity passing along the call details (ex. Application Instance ID of - CQ/AA) */\n source: CommunicationIdentifier;\n /** Language of the source entity passing along the call details, passed in the ISO-639 standard */\n language: string;\n /** Status of the source entity passing along the call details */\n status: string;\n /** Intended targets of the source entity passing along the call details */\n intendedTargets?: Record<string, CommunicationIdentifier>;\n}\n"]}