@azure/communication-call-automation 1.3.0 → 1.3.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 (562) hide show
  1. package/README.md +66 -57
  2. package/dist/browser/callAutomationClient.d.ts +98 -0
  3. package/dist/browser/callAutomationClient.d.ts.map +1 -0
  4. package/{dist-esm/src → dist/browser}/callAutomationClient.js +5 -5
  5. package/dist/browser/callAutomationClient.js.map +1 -0
  6. package/dist/browser/callAutomationEventParser.d.ts +6 -0
  7. package/dist/browser/callAutomationEventParser.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/callAutomationEventParser.js +2 -2
  9. package/dist/browser/callAutomationEventParser.js.map +1 -0
  10. package/dist/browser/callConnection.d.ts +76 -0
  11. package/dist/browser/callConnection.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/callConnection.js +4 -4
  13. package/dist/browser/callConnection.js.map +1 -0
  14. package/dist/browser/callMedia.d.ts +84 -0
  15. package/dist/browser/callMedia.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/callMedia.js +2 -2
  17. package/dist/browser/callMedia.js.map +1 -0
  18. package/dist/browser/callRecording.d.ts +70 -0
  19. package/dist/browser/callRecording.d.ts.map +1 -0
  20. package/{dist-esm/src → dist/browser}/callRecording.js +5 -5
  21. package/dist/browser/callRecording.js.map +1 -0
  22. package/dist/browser/contentDownloader.d.ts +25 -0
  23. package/dist/browser/contentDownloader.d.ts.map +1 -0
  24. package/dist/browser/contentDownloader.js.map +1 -0
  25. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
  26. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/credential/callAutomationAccessKeyCredentialPolicy.js +1 -1
  28. package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
  29. package/dist/browser/credential/callAutomationAuthPolicy.d.ts +22 -0
  30. package/dist/browser/credential/callAutomationAuthPolicy.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/credential/callAutomationAuthPolicy.js +2 -2
  32. package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -0
  33. package/dist/browser/credential/cryptoUtils-browser.d.mts.map +1 -0
  34. package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -0
  35. package/dist/browser/credential/cryptoUtils.d.ts +3 -0
  36. package/{dist-esm/src/credential/cryptoUtils.browser.js → dist/browser/credential/cryptoUtils.js} +2 -2
  37. package/dist/browser/credential/encodeUtils.browser.d.ts +4 -0
  38. package/dist/browser/credential/encodeUtils.browser.d.ts.map +1 -0
  39. package/dist/browser/generated/src/callAutomationApiClient.d.ts +49 -0
  40. package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/generated/src/callAutomationApiClient.js +3 -3
  42. package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -0
  43. package/dist/browser/generated/src/index.d.ts +5 -0
  44. package/dist/browser/generated/src/index.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/generated/src/index.js +4 -4
  46. package/dist/browser/generated/src/index.js.map +1 -0
  47. package/dist/browser/generated/src/models/index.d.ts +1494 -0
  48. package/dist/browser/generated/src/models/index.d.ts.map +1 -0
  49. package/dist/browser/generated/src/models/mappers.d.ts +82 -0
  50. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
  51. package/dist/browser/generated/src/models/parameters.d.ts +29 -0
  52. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +1 -1
  54. package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js.map +1 -1
  55. package/dist/browser/generated/src/operations/callConnection.d.ts +96 -0
  56. package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/generated/src/operations/callConnection.js +3 -3
  58. package/dist/browser/generated/src/operations/callConnection.js.map +1 -0
  59. package/dist/browser/generated/src/operations/callMedia.d.ts +68 -0
  60. package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -0
  61. package/{dist-esm/src → dist/browser}/generated/src/operations/callMedia.js +2 -2
  62. package/dist/browser/generated/src/operations/callMedia.js.map +1 -0
  63. package/dist/browser/generated/src/operations/callRecording.d.ts +43 -0
  64. package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -0
  65. package/{dist-esm/src → dist/browser}/generated/src/operations/callRecording.js +2 -2
  66. package/dist/browser/generated/src/operations/callRecording.js.map +1 -0
  67. package/dist/browser/generated/src/operations/index.d.ts +4 -0
  68. package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
  69. package/{dist-esm/src/generated/src/operationsInterfaces → dist/browser/generated/src/operations}/index.js +3 -3
  70. package/dist/browser/generated/src/operations/index.js.map +1 -0
  71. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
  72. package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
  73. package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -0
  74. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
  75. package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
  76. package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -0
  77. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
  78. package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
  79. package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -0
  80. package/dist/browser/generated/src/operationsInterfaces/index.d.ts +4 -0
  81. package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist/browser/generated/src/operationsInterfaces/index.js +11 -0
  83. package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -0
  84. package/dist/browser/generated/src/pagingHelper.d.ts +13 -0
  85. package/dist/browser/generated/src/pagingHelper.d.ts.map +1 -0
  86. package/dist/browser/index.d.ts +10 -0
  87. package/dist/browser/index.d.ts.map +1 -0
  88. package/dist/browser/index.js +12 -0
  89. package/dist/browser/index.js.map +1 -0
  90. package/dist/browser/models/constants.d.ts +2 -0
  91. package/dist/browser/models/constants.d.ts.map +1 -0
  92. package/dist/browser/models/events.d.ts +395 -0
  93. package/dist/browser/models/events.d.ts.map +1 -0
  94. package/dist/browser/models/events.js.map +1 -0
  95. package/dist/browser/models/logger.d.ts +5 -0
  96. package/dist/browser/models/logger.d.ts.map +1 -0
  97. package/dist/browser/models/mapper.d.ts +3 -0
  98. package/dist/browser/models/mapper.d.ts.map +1 -0
  99. package/dist/browser/models/models.d.ts +188 -0
  100. package/dist/browser/models/models.d.ts.map +1 -0
  101. package/{dist-esm/src → dist/browser}/models/models.js +1 -1
  102. package/dist/browser/models/models.js.map +1 -0
  103. package/dist/browser/models/options.d.ts +315 -0
  104. package/dist/browser/models/options.d.ts.map +1 -0
  105. package/dist/browser/models/options.js.map +1 -0
  106. package/dist/browser/models/responses.d.ts +73 -0
  107. package/dist/browser/models/responses.d.ts.map +1 -0
  108. package/dist/browser/models/responses.js.map +1 -0
  109. package/dist/browser/package.json +3 -0
  110. package/dist/browser/utli/converters.d.ts +22 -0
  111. package/dist/browser/utli/converters.d.ts.map +1 -0
  112. package/{dist-esm/src → dist/browser}/utli/converters.js +15 -1
  113. package/dist/browser/utli/converters.js.map +1 -0
  114. package/dist/commonjs/callAutomationClient.d.ts +98 -0
  115. package/dist/commonjs/callAutomationClient.d.ts.map +1 -0
  116. package/dist/commonjs/callAutomationClient.js +218 -0
  117. package/{dist-esm/src → dist/commonjs}/callAutomationClient.js.map +1 -1
  118. package/dist/commonjs/callAutomationEventParser.d.ts +6 -0
  119. package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -0
  120. package/dist/commonjs/callAutomationEventParser.js +151 -0
  121. package/dist/commonjs/callAutomationEventParser.js.map +1 -0
  122. package/dist/commonjs/callConnection.d.ts +76 -0
  123. package/dist/commonjs/callConnection.d.ts.map +1 -0
  124. package/dist/commonjs/callConnection.js +215 -0
  125. package/dist/commonjs/callConnection.js.map +1 -0
  126. package/dist/commonjs/callMedia.d.ts +84 -0
  127. package/dist/commonjs/callMedia.d.ts.map +1 -0
  128. package/dist/commonjs/callMedia.js +326 -0
  129. package/{dist-esm/src → dist/commonjs}/callMedia.js.map +1 -1
  130. package/dist/commonjs/callRecording.d.ts +70 -0
  131. package/dist/commonjs/callRecording.d.ts.map +1 -0
  132. package/dist/commonjs/callRecording.js +184 -0
  133. package/dist/commonjs/callRecording.js.map +1 -0
  134. package/dist/commonjs/contentDownloader.d.ts +25 -0
  135. package/dist/commonjs/contentDownloader.d.ts.map +1 -0
  136. package/dist/commonjs/contentDownloader.js +108 -0
  137. package/dist/commonjs/contentDownloader.js.map +1 -0
  138. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
  139. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
  140. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +42 -0
  141. package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
  142. package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts +22 -0
  143. package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts.map +1 -0
  144. package/dist/commonjs/credential/callAutomationAuthPolicy.js +57 -0
  145. package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -0
  146. package/dist/commonjs/credential/cryptoUtils.d.ts +3 -0
  147. package/dist/commonjs/credential/cryptoUtils.d.ts.map +1 -0
  148. package/dist/commonjs/credential/cryptoUtils.js +14 -0
  149. package/dist/commonjs/credential/cryptoUtils.js.map +1 -0
  150. package/dist/commonjs/credential/encodeUtils.browser.d.ts +4 -0
  151. package/dist/commonjs/credential/encodeUtils.browser.d.ts.map +1 -0
  152. package/dist/commonjs/credential/encodeUtils.browser.js +32 -0
  153. package/dist/commonjs/credential/encodeUtils.browser.js.map +1 -0
  154. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +49 -0
  155. package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -0
  156. package/dist/commonjs/generated/src/callAutomationApiClient.js +231 -0
  157. package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -0
  158. package/dist/commonjs/generated/src/index.d.ts +5 -0
  159. package/dist/commonjs/generated/src/index.d.ts.map +1 -0
  160. package/dist/commonjs/generated/src/index.js +19 -0
  161. package/dist/commonjs/generated/src/index.js.map +1 -0
  162. package/dist/commonjs/generated/src/models/index.d.ts +1494 -0
  163. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
  164. package/dist/commonjs/generated/src/models/index.js +203 -0
  165. package/dist/commonjs/generated/src/models/index.js.map +1 -0
  166. package/dist/commonjs/generated/src/models/mappers.d.ts +82 -0
  167. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
  168. package/dist/commonjs/generated/src/models/mappers.js +2857 -0
  169. package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
  170. package/dist/commonjs/generated/src/models/parameters.d.ts +29 -0
  171. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
  172. package/dist/commonjs/generated/src/models/parameters.js +183 -0
  173. package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
  174. package/dist/commonjs/generated/src/operations/callConnection.d.ts +96 -0
  175. package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -0
  176. package/dist/commonjs/generated/src/operations/callConnection.js +406 -0
  177. package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -0
  178. package/dist/commonjs/generated/src/operations/callMedia.d.ts +68 -0
  179. package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -0
  180. package/dist/commonjs/generated/src/operations/callMedia.js +232 -0
  181. package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -0
  182. package/dist/commonjs/generated/src/operations/callRecording.d.ts +43 -0
  183. package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -0
  184. package/dist/commonjs/generated/src/operations/callRecording.js +149 -0
  185. package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -0
  186. package/dist/commonjs/generated/src/operations/index.d.ts +4 -0
  187. package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
  188. package/dist/commonjs/generated/src/operations/index.js +14 -0
  189. package/dist/commonjs/generated/src/operations/index.js.map +1 -0
  190. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
  191. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
  192. package/{dist-esm/src/generated/src/operations/index.js → dist/commonjs/generated/src/operationsInterfaces/callConnection.js} +3 -4
  193. package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -0
  194. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
  195. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
  196. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js +10 -0
  197. package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -0
  198. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
  199. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
  200. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js +10 -0
  201. package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -0
  202. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +4 -0
  203. package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  204. package/dist/commonjs/generated/src/operationsInterfaces/index.js +14 -0
  205. package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
  206. package/dist/commonjs/generated/src/pagingHelper.d.ts +13 -0
  207. package/dist/commonjs/generated/src/pagingHelper.d.ts.map +1 -0
  208. package/dist/commonjs/generated/src/pagingHelper.js +36 -0
  209. package/dist/commonjs/generated/src/pagingHelper.js.map +1 -0
  210. package/dist/commonjs/index.d.ts +10 -0
  211. package/dist/commonjs/index.d.ts.map +1 -0
  212. package/dist/commonjs/index.js +15 -0
  213. package/dist/commonjs/index.js.map +1 -0
  214. package/dist/commonjs/models/constants.d.ts +2 -0
  215. package/dist/commonjs/models/constants.d.ts.map +1 -0
  216. package/dist/commonjs/models/constants.js +7 -0
  217. package/dist/commonjs/models/constants.js.map +1 -0
  218. package/dist/commonjs/models/events.d.ts +395 -0
  219. package/dist/commonjs/models/events.d.ts.map +1 -0
  220. package/dist/commonjs/models/events.js +5 -0
  221. package/dist/commonjs/models/events.js.map +1 -0
  222. package/dist/commonjs/models/logger.d.ts +5 -0
  223. package/dist/commonjs/models/logger.d.ts.map +1 -0
  224. package/dist/commonjs/models/logger.js +11 -0
  225. package/dist/commonjs/models/logger.js.map +1 -0
  226. package/dist/commonjs/models/mapper.d.ts +3 -0
  227. package/dist/commonjs/models/mapper.d.ts.map +1 -0
  228. package/dist/commonjs/models/mapper.js +79 -0
  229. package/dist/commonjs/models/mapper.js.map +1 -0
  230. package/dist/commonjs/models/models.d.ts +188 -0
  231. package/dist/commonjs/models/models.d.ts.map +1 -0
  232. package/dist/commonjs/models/models.js +58 -0
  233. package/dist/commonjs/models/models.js.map +1 -0
  234. package/dist/commonjs/models/options.d.ts +315 -0
  235. package/dist/commonjs/models/options.d.ts.map +1 -0
  236. package/dist/commonjs/models/options.js +5 -0
  237. package/dist/commonjs/models/options.js.map +1 -0
  238. package/dist/commonjs/models/responses.d.ts +73 -0
  239. package/dist/commonjs/models/responses.d.ts.map +1 -0
  240. package/dist/commonjs/models/responses.js +5 -0
  241. package/dist/commonjs/models/responses.js.map +1 -0
  242. package/dist/commonjs/package.json +3 -0
  243. package/dist/commonjs/tsdoc-metadata.json +11 -0
  244. package/dist/commonjs/utli/converters.d.ts +22 -0
  245. package/dist/commonjs/utli/converters.d.ts.map +1 -0
  246. package/dist/commonjs/utli/converters.js +153 -0
  247. package/dist/commonjs/utli/converters.js.map +1 -0
  248. package/dist/esm/callAutomationClient.d.ts +98 -0
  249. package/dist/esm/callAutomationClient.d.ts.map +1 -0
  250. package/dist/esm/callAutomationClient.js +214 -0
  251. package/dist/esm/callAutomationClient.js.map +1 -0
  252. package/dist/esm/callAutomationEventParser.d.ts +6 -0
  253. package/dist/esm/callAutomationEventParser.d.ts.map +1 -0
  254. package/dist/esm/callAutomationEventParser.js +148 -0
  255. package/dist/esm/callAutomationEventParser.js.map +1 -0
  256. package/dist/esm/callConnection.d.ts +76 -0
  257. package/dist/esm/callConnection.d.ts.map +1 -0
  258. package/dist/esm/callConnection.js +211 -0
  259. package/dist/esm/callConnection.js.map +1 -0
  260. package/dist/esm/callMedia.d.ts +84 -0
  261. package/dist/esm/callMedia.d.ts.map +1 -0
  262. package/dist/esm/callMedia.js +322 -0
  263. package/dist/esm/callMedia.js.map +1 -0
  264. package/dist/esm/callRecording.d.ts +70 -0
  265. package/dist/esm/callRecording.d.ts.map +1 -0
  266. package/dist/esm/callRecording.js +179 -0
  267. package/dist/esm/callRecording.js.map +1 -0
  268. package/dist/esm/contentDownloader.d.ts +25 -0
  269. package/dist/esm/contentDownloader.d.ts.map +1 -0
  270. package/dist/esm/contentDownloader.js +104 -0
  271. package/dist/esm/contentDownloader.js.map +1 -0
  272. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
  273. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
  274. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +39 -0
  275. package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
  276. package/dist/esm/credential/callAutomationAuthPolicy.d.ts +22 -0
  277. package/dist/esm/credential/callAutomationAuthPolicy.d.ts.map +1 -0
  278. package/dist/esm/credential/callAutomationAuthPolicy.js +53 -0
  279. package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -0
  280. package/dist/esm/credential/cryptoUtils.d.ts +3 -0
  281. package/dist/esm/credential/cryptoUtils.d.ts.map +1 -0
  282. package/{dist-esm/src → dist/esm}/credential/cryptoUtils.js +1 -1
  283. package/{dist-esm/src → dist/esm}/credential/cryptoUtils.js.map +1 -1
  284. package/dist/esm/credential/encodeUtils.browser.d.ts +4 -0
  285. package/dist/esm/credential/encodeUtils.browser.d.ts.map +1 -0
  286. package/dist/esm/credential/encodeUtils.browser.js +26 -0
  287. package/dist/esm/credential/encodeUtils.browser.js.map +1 -0
  288. package/dist/esm/generated/src/callAutomationApiClient.d.ts +49 -0
  289. package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -0
  290. package/dist/esm/generated/src/callAutomationApiClient.js +226 -0
  291. package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -0
  292. package/dist/esm/generated/src/index.d.ts +5 -0
  293. package/dist/esm/generated/src/index.d.ts.map +1 -0
  294. package/dist/esm/generated/src/index.js +13 -0
  295. package/dist/esm/generated/src/index.js.map +1 -0
  296. package/dist/esm/generated/src/models/index.d.ts +1494 -0
  297. package/dist/esm/generated/src/models/index.d.ts.map +1 -0
  298. package/dist/esm/generated/src/models/index.js +200 -0
  299. package/dist/esm/generated/src/models/index.js.map +1 -0
  300. package/dist/esm/generated/src/models/mappers.d.ts +82 -0
  301. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
  302. package/dist/esm/generated/src/models/mappers.js +2853 -0
  303. package/dist/esm/generated/src/models/mappers.js.map +1 -0
  304. package/dist/esm/generated/src/models/parameters.d.ts +29 -0
  305. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
  306. package/dist/esm/generated/src/models/parameters.js +180 -0
  307. package/dist/esm/generated/src/models/parameters.js.map +1 -0
  308. package/dist/esm/generated/src/operations/callConnection.d.ts +96 -0
  309. package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -0
  310. package/dist/esm/generated/src/operations/callConnection.js +402 -0
  311. package/dist/esm/generated/src/operations/callConnection.js.map +1 -0
  312. package/dist/esm/generated/src/operations/callMedia.d.ts +68 -0
  313. package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -0
  314. package/dist/esm/generated/src/operations/callMedia.js +227 -0
  315. package/dist/esm/generated/src/operations/callMedia.js.map +1 -0
  316. package/dist/esm/generated/src/operations/callRecording.d.ts +43 -0
  317. package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -0
  318. package/dist/esm/generated/src/operations/callRecording.js +144 -0
  319. package/dist/esm/generated/src/operations/callRecording.js.map +1 -0
  320. package/dist/esm/generated/src/operations/index.d.ts +4 -0
  321. package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
  322. package/dist/esm/generated/src/operations/index.js +11 -0
  323. package/dist/esm/generated/src/operations/index.js.map +1 -0
  324. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
  325. package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
  326. package/dist/esm/generated/src/operationsInterfaces/callConnection.js +9 -0
  327. package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -0
  328. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
  329. package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
  330. package/dist/esm/generated/src/operationsInterfaces/callMedia.js +9 -0
  331. package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -0
  332. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
  333. package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
  334. package/dist/esm/generated/src/operationsInterfaces/callRecording.js +9 -0
  335. package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -0
  336. package/dist/esm/generated/src/operationsInterfaces/index.d.ts +4 -0
  337. package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  338. package/dist/esm/generated/src/operationsInterfaces/index.js +11 -0
  339. package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
  340. package/dist/esm/generated/src/pagingHelper.d.ts +13 -0
  341. package/dist/esm/generated/src/pagingHelper.d.ts.map +1 -0
  342. package/dist/esm/generated/src/pagingHelper.js +32 -0
  343. package/dist/esm/generated/src/pagingHelper.js.map +1 -0
  344. package/dist/esm/index.d.ts +10 -0
  345. package/dist/esm/index.d.ts.map +1 -0
  346. package/dist/esm/index.js +12 -0
  347. package/dist/esm/index.js.map +1 -0
  348. package/dist/esm/models/constants.d.ts +2 -0
  349. package/dist/esm/models/constants.d.ts.map +1 -0
  350. package/dist/esm/models/constants.js +4 -0
  351. package/dist/esm/models/constants.js.map +1 -0
  352. package/dist/esm/models/events.d.ts +395 -0
  353. package/dist/esm/models/events.d.ts.map +1 -0
  354. package/dist/esm/models/events.js +4 -0
  355. package/dist/esm/models/events.js.map +1 -0
  356. package/dist/esm/models/logger.d.ts +5 -0
  357. package/dist/esm/models/logger.d.ts.map +1 -0
  358. package/dist/esm/models/logger.js +8 -0
  359. package/dist/esm/models/logger.js.map +1 -0
  360. package/dist/esm/models/mapper.d.ts +3 -0
  361. package/dist/esm/models/mapper.d.ts.map +1 -0
  362. package/dist/esm/models/mapper.js +76 -0
  363. package/dist/esm/models/mapper.js.map +1 -0
  364. package/dist/esm/models/models.d.ts +188 -0
  365. package/dist/esm/models/models.d.ts.map +1 -0
  366. package/dist/esm/models/models.js +54 -0
  367. package/dist/esm/models/models.js.map +1 -0
  368. package/dist/esm/models/options.d.ts +315 -0
  369. package/dist/esm/models/options.d.ts.map +1 -0
  370. package/dist/esm/models/options.js +4 -0
  371. package/dist/esm/models/options.js.map +1 -0
  372. package/dist/esm/models/responses.d.ts +73 -0
  373. package/dist/esm/models/responses.d.ts.map +1 -0
  374. package/dist/esm/models/responses.js +4 -0
  375. package/dist/esm/models/responses.js.map +1 -0
  376. package/dist/esm/package.json +3 -0
  377. package/dist/esm/utli/converters.d.ts +22 -0
  378. package/dist/esm/utli/converters.d.ts.map +1 -0
  379. package/dist/esm/utli/converters.js +142 -0
  380. package/dist/esm/utli/converters.js.map +1 -0
  381. package/dist/react-native/callAutomationClient.d.ts +98 -0
  382. package/dist/react-native/callAutomationClient.d.ts.map +1 -0
  383. package/dist/react-native/callAutomationClient.js +214 -0
  384. package/dist/react-native/callAutomationClient.js.map +1 -0
  385. package/dist/react-native/callAutomationEventParser.d.ts +6 -0
  386. package/dist/react-native/callAutomationEventParser.d.ts.map +1 -0
  387. package/dist/react-native/callAutomationEventParser.js +148 -0
  388. package/dist/react-native/callAutomationEventParser.js.map +1 -0
  389. package/dist/react-native/callConnection.d.ts +76 -0
  390. package/dist/react-native/callConnection.d.ts.map +1 -0
  391. package/dist/react-native/callConnection.js +211 -0
  392. package/dist/react-native/callConnection.js.map +1 -0
  393. package/dist/react-native/callMedia.d.ts +84 -0
  394. package/dist/react-native/callMedia.d.ts.map +1 -0
  395. package/dist/react-native/callMedia.js +322 -0
  396. package/dist/react-native/callMedia.js.map +1 -0
  397. package/dist/react-native/callRecording.d.ts +70 -0
  398. package/dist/react-native/callRecording.d.ts.map +1 -0
  399. package/dist/react-native/callRecording.js +179 -0
  400. package/dist/react-native/callRecording.js.map +1 -0
  401. package/dist/react-native/contentDownloader.d.ts +25 -0
  402. package/dist/react-native/contentDownloader.d.ts.map +1 -0
  403. package/dist/react-native/contentDownloader.js +104 -0
  404. package/dist/react-native/contentDownloader.js.map +1 -0
  405. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts +10 -0
  406. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +1 -0
  407. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +39 -0
  408. package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -0
  409. package/dist/react-native/credential/callAutomationAuthPolicy.d.ts +22 -0
  410. package/dist/react-native/credential/callAutomationAuthPolicy.d.ts.map +1 -0
  411. package/dist/react-native/credential/callAutomationAuthPolicy.js +53 -0
  412. package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -0
  413. package/dist/react-native/credential/cryptoUtils.d.ts +3 -0
  414. package/dist/react-native/credential/cryptoUtils.d.ts.map +1 -0
  415. package/dist/react-native/credential/cryptoUtils.js +9 -0
  416. package/dist/react-native/credential/cryptoUtils.js.map +1 -0
  417. package/dist/react-native/credential/encodeUtils.browser.d.ts +4 -0
  418. package/dist/react-native/credential/encodeUtils.browser.d.ts.map +1 -0
  419. package/dist/react-native/credential/encodeUtils.browser.js +26 -0
  420. package/dist/react-native/credential/encodeUtils.browser.js.map +1 -0
  421. package/dist/react-native/generated/src/callAutomationApiClient.d.ts +49 -0
  422. package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -0
  423. package/dist/react-native/generated/src/callAutomationApiClient.js +226 -0
  424. package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -0
  425. package/dist/react-native/generated/src/index.d.ts +5 -0
  426. package/dist/react-native/generated/src/index.d.ts.map +1 -0
  427. package/dist/react-native/generated/src/index.js +13 -0
  428. package/dist/react-native/generated/src/index.js.map +1 -0
  429. package/dist/react-native/generated/src/models/index.d.ts +1494 -0
  430. package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
  431. package/dist/react-native/generated/src/models/index.js +200 -0
  432. package/dist/react-native/generated/src/models/index.js.map +1 -0
  433. package/dist/react-native/generated/src/models/mappers.d.ts +82 -0
  434. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
  435. package/dist/react-native/generated/src/models/mappers.js +2853 -0
  436. package/dist/react-native/generated/src/models/mappers.js.map +1 -0
  437. package/dist/react-native/generated/src/models/parameters.d.ts +29 -0
  438. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
  439. package/dist/react-native/generated/src/models/parameters.js +180 -0
  440. package/dist/react-native/generated/src/models/parameters.js.map +1 -0
  441. package/dist/react-native/generated/src/operations/callConnection.d.ts +96 -0
  442. package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -0
  443. package/dist/react-native/generated/src/operations/callConnection.js +402 -0
  444. package/dist/react-native/generated/src/operations/callConnection.js.map +1 -0
  445. package/dist/react-native/generated/src/operations/callMedia.d.ts +68 -0
  446. package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -0
  447. package/dist/react-native/generated/src/operations/callMedia.js +227 -0
  448. package/dist/react-native/generated/src/operations/callMedia.js.map +1 -0
  449. package/dist/react-native/generated/src/operations/callRecording.d.ts +43 -0
  450. package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -0
  451. package/dist/react-native/generated/src/operations/callRecording.js +144 -0
  452. package/dist/react-native/generated/src/operations/callRecording.js.map +1 -0
  453. package/dist/react-native/generated/src/operations/index.d.ts +4 -0
  454. package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
  455. package/dist/react-native/generated/src/operations/index.js +11 -0
  456. package/dist/react-native/generated/src/operations/index.js.map +1 -0
  457. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +73 -0
  458. package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -0
  459. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js +9 -0
  460. package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -0
  461. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +60 -0
  462. package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -0
  463. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js +9 -0
  464. package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -0
  465. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +35 -0
  466. package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -0
  467. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js +9 -0
  468. package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -0
  469. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +4 -0
  470. package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
  471. package/dist/react-native/generated/src/operationsInterfaces/index.js +11 -0
  472. package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
  473. package/dist/react-native/generated/src/pagingHelper.d.ts +13 -0
  474. package/dist/react-native/generated/src/pagingHelper.d.ts.map +1 -0
  475. package/dist/react-native/generated/src/pagingHelper.js +32 -0
  476. package/dist/react-native/generated/src/pagingHelper.js.map +1 -0
  477. package/dist/react-native/index.d.ts +10 -0
  478. package/dist/react-native/index.d.ts.map +1 -0
  479. package/dist/react-native/index.js +12 -0
  480. package/dist/react-native/index.js.map +1 -0
  481. package/dist/react-native/models/constants.d.ts +2 -0
  482. package/dist/react-native/models/constants.d.ts.map +1 -0
  483. package/dist/react-native/models/constants.js +4 -0
  484. package/dist/react-native/models/constants.js.map +1 -0
  485. package/dist/react-native/models/events.d.ts +395 -0
  486. package/dist/react-native/models/events.d.ts.map +1 -0
  487. package/dist/react-native/models/events.js +4 -0
  488. package/dist/react-native/models/events.js.map +1 -0
  489. package/dist/react-native/models/logger.d.ts +5 -0
  490. package/dist/react-native/models/logger.d.ts.map +1 -0
  491. package/dist/react-native/models/logger.js +8 -0
  492. package/dist/react-native/models/logger.js.map +1 -0
  493. package/dist/react-native/models/mapper.d.ts +3 -0
  494. package/dist/react-native/models/mapper.d.ts.map +1 -0
  495. package/dist/react-native/models/mapper.js +76 -0
  496. package/dist/react-native/models/mapper.js.map +1 -0
  497. package/dist/react-native/models/models.d.ts +188 -0
  498. package/dist/react-native/models/models.d.ts.map +1 -0
  499. package/dist/react-native/models/models.js +54 -0
  500. package/dist/react-native/models/models.js.map +1 -0
  501. package/dist/react-native/models/options.d.ts +315 -0
  502. package/dist/react-native/models/options.d.ts.map +1 -0
  503. package/dist/react-native/models/options.js +4 -0
  504. package/dist/react-native/models/options.js.map +1 -0
  505. package/dist/react-native/models/responses.d.ts +73 -0
  506. package/dist/react-native/models/responses.d.ts.map +1 -0
  507. package/dist/react-native/models/responses.js +4 -0
  508. package/dist/react-native/models/responses.js.map +1 -0
  509. package/dist/react-native/package.json +3 -0
  510. package/dist/react-native/utli/converters.d.ts +22 -0
  511. package/dist/react-native/utli/converters.d.ts.map +1 -0
  512. package/dist/react-native/utli/converters.js +142 -0
  513. package/dist/react-native/utli/converters.js.map +1 -0
  514. package/package.json +91 -53
  515. package/dist/index.js +0 -5763
  516. package/dist/index.js.map +0 -1
  517. package/dist-esm/src/callAutomationEventParser.js.map +0 -1
  518. package/dist-esm/src/callConnection.js.map +0 -1
  519. package/dist-esm/src/callRecording.js.map +0 -1
  520. package/dist-esm/src/contentDownloader.js.map +0 -1
  521. package/dist-esm/src/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
  522. package/dist-esm/src/credential/callAutomationAuthPolicy.js.map +0 -1
  523. package/dist-esm/src/credential/cryptoUtils.browser.js.map +0 -1
  524. package/dist-esm/src/generated/src/callAutomationApiClient.js.map +0 -1
  525. package/dist-esm/src/generated/src/index.js.map +0 -1
  526. package/dist-esm/src/generated/src/operations/callConnection.js.map +0 -1
  527. package/dist-esm/src/generated/src/operations/callMedia.js.map +0 -1
  528. package/dist-esm/src/generated/src/operations/callRecording.js.map +0 -1
  529. package/dist-esm/src/generated/src/operations/index.js.map +0 -1
  530. package/dist-esm/src/generated/src/operationsInterfaces/callConnection.js.map +0 -1
  531. package/dist-esm/src/generated/src/operationsInterfaces/callMedia.js.map +0 -1
  532. package/dist-esm/src/generated/src/operationsInterfaces/callRecording.js.map +0 -1
  533. package/dist-esm/src/generated/src/operationsInterfaces/index.js.map +0 -1
  534. package/dist-esm/src/index.js +0 -12
  535. package/dist-esm/src/index.js.map +0 -1
  536. package/dist-esm/src/models/events.js.map +0 -1
  537. package/dist-esm/src/models/models.js.map +0 -1
  538. package/dist-esm/src/models/options.js.map +0 -1
  539. package/dist-esm/src/models/responses.js.map +0 -1
  540. package/dist-esm/src/utli/converters.js.map +0 -1
  541. package/types/communication-call-automation.d.ts +0 -2014
  542. /package/{dist-esm/src → dist/browser}/contentDownloader.js +0 -0
  543. /package/{dist-esm/src → dist/browser}/credential/encodeUtils.browser.js +0 -0
  544. /package/{dist-esm/src → dist/browser}/credential/encodeUtils.browser.js.map +0 -0
  545. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
  546. /package/{dist-esm/src → dist/browser}/generated/src/models/index.js.map +0 -0
  547. /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +0 -0
  548. /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js.map +0 -0
  549. /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/callConnection.js +0 -0
  550. /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/callMedia.js +0 -0
  551. /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/callRecording.js +0 -0
  552. /package/{dist-esm/src → dist/browser}/generated/src/pagingHelper.js +0 -0
  553. /package/{dist-esm/src → dist/browser}/generated/src/pagingHelper.js.map +0 -0
  554. /package/{dist-esm/src → dist/browser}/models/constants.js +0 -0
  555. /package/{dist-esm/src → dist/browser}/models/constants.js.map +0 -0
  556. /package/{dist-esm/src → dist/browser}/models/events.js +0 -0
  557. /package/{dist-esm/src → dist/browser}/models/logger.js +0 -0
  558. /package/{dist-esm/src → dist/browser}/models/logger.js.map +0 -0
  559. /package/{dist-esm/src → dist/browser}/models/mapper.js +0 -0
  560. /package/{dist-esm/src → dist/browser}/models/mapper.js.map +0 -0
  561. /package/{dist-esm/src → dist/browser}/models/options.js +0 -0
  562. /package/{dist-esm/src → dist/browser}/models/responses.js +0 -0
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../src/models/logger.ts","../src/generated/src/pagingHelper.ts","../src/generated/src/models/index.ts","../src/generated/src/models/mappers.ts","../src/generated/src/models/parameters.ts","../src/generated/src/operations/callConnection.ts","../src/generated/src/operations/callMedia.ts","../src/generated/src/operations/callRecording.ts","../src/generated/src/callAutomationApiClient.ts","../src/callMedia.ts","../src/utli/converters.ts","../src/callConnection.ts","../src/contentDownloader.ts","../src/callRecording.ts","../src/callAutomationClient.ts","../src/models/mapper.ts","../src/callAutomationEventParser.ts","../src/models/models.ts"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\n\n/**\n * The \\@azure/logger configuration for this package.\n */\nexport const logger = createClientLogger(\"communication-call-automation\");\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The request payload for creating the call. */\nexport interface CreateCallRequest {\n /** The targets of the call. */\n targets: CommunicationIdentifierModel[];\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?: PhoneNumberIdentifierModel;\n /** Display name of the call if dialing out to a pstn number */\n sourceDisplayName?: string;\n /** The identifier of the source of the call */\n source?: CommunicationUserIdentifierModel;\n /** A customer set value used to track the answering of a call. */\n operationContext?: string;\n /** The callback URI. */\n callbackUri: string;\n /** AI options for the call. */\n callIntelligenceOptions?: CallIntelligenceOptionsInternal;\n}\n\n/** Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model is polymorphic: Apart from kind and rawId, at most one further property may be set which must match the kind enum value. */\nexport interface CommunicationIdentifierModel {\n /** The identifier kind. Only required in responses. */\n kind?: CommunicationIdentifierModelKind;\n /** Raw Id of the identifier. Optional in requests, required in responses. */\n rawId?: string;\n /** The communication user. */\n communicationUser?: CommunicationUserIdentifierModel;\n /** The phone number. */\n phoneNumber?: PhoneNumberIdentifierModel;\n /** The Microsoft Teams user. */\n microsoftTeamsUser?: MicrosoftTeamsUserIdentifierModel;\n /** The Microsoft Teams application. */\n microsoftTeamsApp?: MicrosoftTeamsAppIdentifierModel;\n}\n\n/** A user that got created with an Azure Communication Services resource. */\nexport interface CommunicationUserIdentifierModel {\n /** The Id of the communication user. */\n id: string;\n}\n\n/** A phone number. */\nexport interface PhoneNumberIdentifierModel {\n /** The phone number in E.164 format. */\n value: string;\n}\n\n/** A Microsoft Teams user. */\nexport interface MicrosoftTeamsUserIdentifierModel {\n /** The Id of the Microsoft Teams user. If not anonymous, this is the AAD object Id of the user. */\n userId: string;\n /** True if the Microsoft Teams user is anonymous. By default false if missing. */\n isAnonymous?: boolean;\n /** The cloud that the Microsoft Teams user belongs to. By default 'public' if missing. */\n cloud?: CommunicationCloudEnvironmentModel;\n}\n\n/** A Microsoft Teams application. */\nexport interface MicrosoftTeamsAppIdentifierModel {\n /** The Id of the Microsoft Teams application. */\n appId: string;\n /** The cloud that the Microsoft Teams application belongs to. By default 'public' if missing. */\n cloud?: CommunicationCloudEnvironmentModel;\n}\n\n/** AI options for the call. */\nexport interface CallIntelligenceOptionsInternal {\n /** The identifier of the Cognitive Service resource assigned to this call. */\n cognitiveServicesEndpoint?: string;\n}\n\n/** Properties of a call connection */\nexport interface CallConnectionPropertiesInternal {\n /** The call connection id. */\n callConnectionId?: string;\n /** The server call id. */\n serverCallId?: string;\n /** The targets of the call. */\n targets?: CommunicationIdentifierModel[];\n /** The state of the call connection. */\n callConnectionState?: CallConnectionStateModel;\n /** The callback URI. */\n callbackUri?: string;\n /**\n * The source caller Id, a phone number, that's shown to the PSTN participant being invited.\n * Only populated in outbound PSTN calls.\n */\n sourceCallerIdNumber?: PhoneNumberIdentifierModel;\n /** Display name of the call if dialing out to a pstn number. */\n sourceDisplayName?: string;\n /** Source identity. */\n source?: CommunicationIdentifierModel;\n /** The correlation ID. */\n correlationId?: string;\n /** Identity of the answering entity. Only populated when identity is provided in the request and an inbound call. */\n answeredBy?: CommunicationUserIdentifierModel;\n /** Identity of the original PSTN target of an incoming Call. Only populated when the original target is a PSTN number and an inbound call. */\n answeredFor?: PhoneNumberIdentifierModel;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationErrorResponse {\n /** The Communication Services error. */\n error: CommunicationError;\n}\n\n/** The Communication Services error. */\nexport interface CommunicationError {\n /** The error code. */\n code: string;\n /** The error message. */\n message: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Further details about specific errors that led to this error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CommunicationError[];\n /**\n * The inner error if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: CommunicationError;\n}\n\n/** The request payload for answering the call. */\nexport interface AnswerCallRequest {\n /** The context associated with the call. */\n incomingCallContext: string;\n /** The callback uri. */\n callbackUri: string;\n /** A customer set value used to track the answering of a call. */\n operationContext?: string;\n /** AI options for the call. */\n callIntelligenceOptions?: CallIntelligenceOptionsInternal;\n /** The identifier of the call automation entity which answers the call */\n answeredBy?: CommunicationUserIdentifierModel;\n}\n\n/** The request payload for redirecting the call. */\nexport interface RedirectCallRequest {\n /** The context associated with the call. */\n incomingCallContext: string;\n /** The target identity to redirect the call to. */\n target: CommunicationIdentifierModel;\n}\n\n/** The request payload for rejecting the call. */\nexport interface RejectCallRequest {\n /** The context associated with the call. */\n incomingCallContext: string;\n /** The rejection reason. */\n callRejectReason?: CallRejectReason;\n}\n\n/** The request payload for creating a connection to a CallLocator. */\nexport interface ConnectRequest {\n /** The call locator. */\n callLocator: CallLocator;\n /** The callback URI. */\n callbackUri: string;\n /** Used by customers to correlate the request to the response event. */\n operationContext?: string;\n /** AI options for the call. */\n callIntelligenceOptions?: CallIntelligenceOptionsInternal;\n}\n\n/** The locator used for joining or taking action on a call */\nexport interface CallLocator {\n /** The group call id */\n groupCallId?: string;\n /** The server call id. */\n serverCallId?: string;\n /** The Acs room id */\n roomId?: string;\n /** The call locator kind. */\n kind?: CallLocatorKind;\n}\n\n/** The request payload for transferring call to a participant. */\nexport interface TransferToParticipantRequest {\n /** The identity of the target where call should be transferred to. */\n targetParticipant: CommunicationIdentifierModel;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /** Transferee is the participant who is transferred away. */\n transferee?: CommunicationIdentifierModel;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n /** Used by customer to send custom calling context to targets */\n customCallingContext?: CustomCallingContextInternal;\n /** The source caller Id, a phone number, that will be used as the transferor's caller Id when transferring a call to a Pstn target. */\n sourceCallerIdNumber?: PhoneNumberIdentifierModel;\n}\n\n/** The custom calling context which will be sent to the target */\nexport interface CustomCallingContextInternal {\n /** Custom calling context VoiP headers */\n voipHeaders?: { [propertyName: string]: string };\n /** Custom calling context SIP headers */\n sipHeaders?: { [propertyName: string]: string };\n}\n\n/** The response payload for transferring the call. */\nexport interface TransferCallResponse {\n /** The operation context provided by client. */\n operationContext?: string;\n}\n\nexport interface PlayRequest {\n /** The source of the audio to be played. */\n playSources: PlaySourceInternal[];\n /**\n * The list of call participants play provided audio to.\n * Plays to everyone in the call when not provided.\n */\n playTo?: CommunicationIdentifierModel[];\n /** If set play can barge into other existing queued-up/currently-processing requests. */\n interruptCallMediaOperation?: boolean;\n /** Defines options for playing the audio. */\n playOptions?: PlayOptionsInternal;\n /** The value to identify context of the operation. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\nexport interface PlaySourceInternal {\n /** Defines the type of the play source */\n kind: PlaySourceType;\n /** Defines the identifier to be used for caching related media */\n playSourceCacheId?: string;\n /** Defines the file source info to be used for play */\n file?: FileSourceInternal;\n /** Defines the text source info to be used for play */\n text?: TextSourceInternal;\n /** Defines the ssml(Speech Synthesis Markup Language) source info to be used for play */\n ssml?: SsmlSourceInternal;\n}\n\nexport interface FileSourceInternal {\n /** Uri for the audio file to be played */\n uri: string;\n}\n\nexport interface TextSourceInternal {\n /** Text for the cognitive service to be played */\n text: string;\n /**\n * Source language locale to be played\n * Refer to available locales here: <seealso href=\"https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts\" />\n */\n sourceLocale?: string;\n /** Voice kind type */\n voiceKind?: VoiceKind;\n /**\n * Voice name to be played\n * Refer to available Text-to-speech voices here: <seealso href=\"https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=stt-tts\" />\n */\n voiceName?: string;\n /** Endpoint where the custom voice was deployed. */\n customVoiceEndpointId?: string;\n}\n\nexport interface SsmlSourceInternal {\n /** Ssml string for the cognitive service to be played */\n ssmlText: string;\n /** Endpoint where the custom voice was deployed. */\n customVoiceEndpointId?: string;\n}\n\nexport interface PlayOptionsInternal {\n /** The option to play the provided audio source in loop when set to true */\n loop: boolean;\n}\n\nexport interface RecognizeRequest {\n /** Determines the type of the recognition. */\n recognizeInputType: RecognizeInputType;\n /** The source of the audio to be played for recognition. */\n playPrompt?: PlaySourceInternal;\n /** The source of the audio to be played for recognition. */\n playPrompts?: PlaySourceInternal[];\n /** If set recognize can barge into other existing queued-up/currently-processing requests. */\n interruptCallMediaOperation?: boolean;\n /** Defines options for recognition. */\n recognizeOptions: RecognizeOptions;\n /** The value to identify context of the operation. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\nexport interface RecognizeOptions {\n /** Determines if we interrupt the prompt and start recognizing. */\n interruptPrompt?: boolean;\n /** Time to wait for first input after prompt (if any). */\n initialSilenceTimeoutInSeconds?: number;\n /** Target participant of DTMF tone recognition. */\n targetParticipant: CommunicationIdentifierModel;\n /** Speech language to be recognized, If not set default is en-US */\n speechLanguage?: string;\n /** Endpoint where the custom model was deployed. */\n speechRecognitionModelEndpointId?: string;\n /** Defines configurations for DTMF. */\n dtmfOptions?: DtmfOptions;\n /** Defines Ivr choices for recognize. */\n choices?: Choice[];\n /** Defines continuous speech recognition option. */\n speechOptions?: SpeechOptions;\n}\n\n/** Options for DTMF recognition */\nexport interface DtmfOptions {\n /** Time to wait between DTMF inputs to stop recognizing. */\n interToneTimeoutInSeconds?: number;\n /** Maximum number of DTMF tones to be collected. */\n maxTonesToCollect?: number;\n /** List of tones that will stop recognizing. */\n stopTones?: Tone[];\n}\n\nexport interface Choice {\n /** Identifier for a given choice */\n label: string;\n /** List of phrases to recognize */\n phrases: string[];\n tone?: Tone;\n}\n\n/** Options for continuous speech recognition */\nexport interface SpeechOptions {\n /** The length of end silence when user stops speaking and cogservice send response. */\n endSilenceTimeoutInMs?: number;\n}\n\nexport interface ContinuousDtmfRecognitionRequest {\n /** Defines options for recognition. */\n targetParticipant: CommunicationIdentifierModel;\n /** The value to identify context of the operation. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\nexport interface SendDtmfTonesRequest {\n /** List of tones to be sent to target participant. */\n tones: Tone[];\n /** Target participant of send Dtmf tones. */\n targetParticipant: CommunicationIdentifierModel;\n /** The value to identify context of the operation. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\nexport interface SendDtmfTonesResult {\n /** The operation context provided by client. */\n operationContext?: string;\n}\n\n/** The request payload for holding participant from the call. */\nexport interface HoldRequest {\n /** Participant to be held from the call. */\n targetParticipant: CommunicationIdentifierModel;\n /** Prompt to play while in hold. */\n playSourceInfo?: PlaySourceInternal;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\n/** The request payload for holding participant from the call. */\nexport interface UnholdRequest {\n /**\n * Participants to be hold from the call.\n * Only ACS Users are supported.\n */\n targetParticipant: CommunicationIdentifierModel;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n}\n\n/** The response payload for getting participants of the call. */\nexport interface GetParticipantsResponse {\n /** List of the current participants in the call. */\n value: CallParticipantInternal[];\n /** Continue of the list of participants */\n nextLink?: string;\n}\n\n/** A call participant. */\nexport interface CallParticipantInternal {\n /** Communication identifier of the participant */\n identifier?: CommunicationIdentifierModel;\n /** Is participant muted */\n isMuted?: boolean;\n /** Is participant on hold. */\n isOnHold?: boolean;\n}\n\n/** The request payload for adding participant to the call. */\nexport interface AddParticipantRequest {\n /**\n * The source caller Id, a phone number, that's shown to the PSTN participant being invited.\n * Required only when inviting a PSTN participant.\n */\n sourceCallerIdNumber?: PhoneNumberIdentifierModel;\n /**\n * (Optional) The display name of the source that is associated with this invite operation when\n * adding a PSTN participant or teams user. Note: Will not update the display name in the roster.\n */\n sourceDisplayName?: string;\n /** The participant to invite. */\n participantToAdd: CommunicationIdentifierModel;\n /**\n * Gets or sets the timeout to wait for the invited participant to pickup.\n * The maximum value of this is 180 seconds\n */\n invitationTimeoutInSeconds?: number;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n /** Used by customer to send custom calling context to targets */\n customCallingContext?: CustomCallingContextInternal;\n}\n\n/** The response payload for adding participants to the call. */\nexport interface AddParticipantResponse {\n /** List of current participants in the call. */\n participant?: CallParticipantInternal;\n /** The operation context provided by client. */\n operationContext?: string;\n /** Invitation ID used to add a participant. */\n invitationId?: string;\n}\n\n/** The remove participant by identifier request. */\nexport interface RemoveParticipantRequest {\n /** The participants to be removed from the call. */\n participantToRemove: CommunicationIdentifierModel;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\n/** The response payload for removing participants of the call. */\nexport interface RemoveParticipantResponse {\n /** The operation context provided by client. */\n operationContext?: string;\n}\n\n/** The request payload for muting participants from the call. */\nexport interface MuteParticipantsRequest {\n /**\n * Participants to be muted from the call.\n * Only ACS Users are supported.\n */\n targetParticipants: CommunicationIdentifierModel[];\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n}\n\n/** The result payload for muting participants from the call. */\nexport interface MuteParticipantsResult {\n /** The operation context provided by client. */\n operationContext?: string;\n}\n\n/** Request payload for cancelling add participant request. */\nexport interface CancelAddParticipantRequest {\n /** Invitation ID used to add a participant. */\n invitationId: string;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.\n * This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.\n */\n operationCallbackUri?: string;\n}\n\n/** Response payload for cancel add participant request. */\nexport interface CancelAddParticipantResponse {\n /** Invitation ID used to cancel the add participant action. */\n invitationId?: string;\n /** The operation context provided by client. */\n operationContext?: string;\n}\n\n/** The request payload start for call recording operation with call locator. */\nexport interface StartCallRecordingRequest {\n /** The call locator. */\n callLocator: CallLocator;\n /** The uri to send notifications to. */\n recordingStateCallbackUri?: string;\n /** The content type of call recording. */\n recordingContentType?: RecordingContentType;\n /** The channel type of call recording. */\n recordingChannelType?: RecordingChannelType;\n /** The format type of call recording. */\n recordingFormatType?: RecordingFormatType;\n /**\n * The sequential order in which audio channels are assigned to participants in the unmixed recording.\n * When 'recordingChannelType' is set to 'unmixed' and `audioChannelParticipantOrdering is not specified,\n * the audio channel to participant mapping will be automatically assigned based on the order in which participant\n * first audio was detected. Channel to participant mapping details can be found in the metadata of the recording.\n */\n audioChannelParticipantOrdering?: CommunicationIdentifierModel[];\n /**\n * The channel affinity of call recording\n * When 'recordingChannelType' is set to 'unmixed', if channelAffinity is not specified, 'channel' will be automatically assigned.\n * Channel-Participant mapping details can be found in the metadata of the recording.\n * ///\n */\n channelAffinity?: ChannelAffinity[];\n /** When set to true will start recording in Pause mode, which can be resumed. */\n pauseOnStart?: boolean;\n /** Optional property to specify location where recording will be stored */\n recordingStorage?: RecordingStorage;\n}\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 participant: CommunicationIdentifierModel;\n}\n\nexport interface RecordingStorage {\n /** Defines the kind of external storage */\n recordingStorageKind: RecordingStorageKind;\n /** Uri of a container or a location within a container */\n recordingDestinationContainerUrl?: string;\n}\n\nexport interface RecordingStateResponse {\n recordingId?: string;\n recordingState?: RecordingState;\n recordingKind?: RecordingKind;\n}\n\n/** The failed to add participants 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 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 /** Participant */\n participant?: CommunicationIdentifierModel;\n}\n\nexport interface ResultInformation {\n /** Code of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected. */\n code?: number;\n /** Subcode of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected. */\n subCode?: number;\n /** Detail message that describes the current result. */\n message?: string;\n}\n\n/** The participants 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 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 /** Participant */\n participant?: CommunicationIdentifierModel;\n}\n\n/** The call connected event. */\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 by customers to set the context for creating a new call. This property will be null for answering a call. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n}\n\n/** The call disconnected event. */\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 by customers to set the context for creating a new call. This property will be null for answering a call. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n}\n\n/** The call transfer accepted event. */\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 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 /** Target who the call is transferred to. */\n transferTarget?: CommunicationIdentifierModel;\n /** the participant who is being transferred away. */\n transferee?: CommunicationIdentifierModel;\n}\n\n/** The call transfer failed event. */\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 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}\n\n/** The participants updated in a call event. */\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?: CallParticipantInternal[];\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n}\n\n/** The participant 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 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 /** Participant */\n participant?: CommunicationIdentifierModel;\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 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 /** Participant */\n participant?: CommunicationIdentifierModel;\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 by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the request. */\n invitationId?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n}\n\n/** Failed 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 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 from NGC services. */\n resultInformation?: ResultInformation;\n /** Invitation ID used to cancel the request. */\n invitationId?: string;\n}\n\n/** The failed to answer call event. */\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 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}\n\n/** The create call failed event. */\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 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}\n\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. */\n correlationId?: string;\n /**\n * The call recording id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recordingId?: string;\n state?: RecordingState;\n /**\n * The time of the recording started\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startDateTime?: Date;\n recordingKind?: RecordingKind;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n}\n\n/** Play started event. */\nexport interface PlayStarted {\n /** Gets or sets call connection ID. */\n callConnectionId?: string;\n /** Gets or sets server call ID. */\n serverCallId?: string;\n /** Gets or sets correlation ID for event to call correlation. */\n correlationId?: string;\n /** Gets or sets used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /** Gets or sets contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n}\n\nexport interface PlayCompleted {\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. */\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}\n\nexport interface PlayFailed {\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. */\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 /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n}\n\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. */\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}\n\nexport interface RecognizeCompleted {\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. */\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 /**\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 /**\n * Defines the result for RecognitionType = Speech and SpeechOrDtmf\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly speechResult?: SpeechResult;\n}\n\nexport interface DtmfResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly tones?: Tone[];\n}\n\nexport interface ChoiceResult {\n /** Label is the primary identifier for the choice detected */\n label?: string;\n /**\n * Phrases are set to the value if choice is selected via phrase detection.\n * If Dtmf input is recognized, then Label will be the identifier for the choice detected and phrases will be set to null\n */\n recognizedPhrase?: string;\n}\n\n/** The speech status as a result. */\nexport interface SpeechResult {\n /** The recognized speech in string. */\n speech?: string;\n}\n\nexport interface RecognizeFailed {\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. */\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 /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n}\n\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. */\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}\n\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. */\n correlationId?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n}\n\nexport interface ContinuousDtmfRecognitionToneReceived {\n /**\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 * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sequenceId?: number;\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 /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n}\n\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. */\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}\n\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. */\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}\n\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. */\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}\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. */\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}\n\n/** The ConnectFailed event. */\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 by customers 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}\n\n/** Known values of {@link CommunicationIdentifierModelKind} that the service accepts. */\nexport enum KnownCommunicationIdentifierModelKind {\n /** Unknown */\n Unknown = \"unknown\",\n /** CommunicationUser */\n CommunicationUser = \"communicationUser\",\n /** PhoneNumber */\n PhoneNumber = \"phoneNumber\",\n /** MicrosoftTeamsUser */\n MicrosoftTeamsUser = \"microsoftTeamsUser\",\n /** MicrosoftTeamsApp */\n MicrosoftTeamsApp = \"microsoftTeamsApp\",\n}\n\n/**\n * Defines values for CommunicationIdentifierModelKind. \\\n * {@link KnownCommunicationIdentifierModelKind} can be used interchangeably with CommunicationIdentifierModelKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unknown** \\\n * **communicationUser** \\\n * **phoneNumber** \\\n * **microsoftTeamsUser** \\\n * **microsoftTeamsApp**\n */\nexport type CommunicationIdentifierModelKind = string;\n\n/** Known values of {@link CommunicationCloudEnvironmentModel} that the service accepts. */\nexport enum KnownCommunicationCloudEnvironmentModel {\n /** Public */\n Public = \"public\",\n /** Dod */\n Dod = \"dod\",\n /** Gcch */\n Gcch = \"gcch\",\n}\n\n/**\n * Defines values for CommunicationCloudEnvironmentModel. \\\n * {@link KnownCommunicationCloudEnvironmentModel} can be used interchangeably with CommunicationCloudEnvironmentModel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **public** \\\n * **dod** \\\n * **gcch**\n */\nexport type CommunicationCloudEnvironmentModel = string;\n\n/** Known values of {@link CallConnectionStateModel} that the service accepts. */\nexport enum KnownCallConnectionStateModel {\n /** Unknown */\n Unknown = \"unknown\",\n /** Connecting */\n Connecting = \"connecting\",\n /** Connected */\n Connected = \"connected\",\n /** Transferring */\n Transferring = \"transferring\",\n /** TransferAccepted */\n TransferAccepted = \"transferAccepted\",\n /** Disconnecting */\n Disconnecting = \"disconnecting\",\n /** Disconnected */\n Disconnected = \"disconnected\",\n}\n\n/**\n * Defines values for CallConnectionStateModel. \\\n * {@link KnownCallConnectionStateModel} can be used interchangeably with CallConnectionStateModel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unknown** \\\n * **connecting** \\\n * **connected** \\\n * **transferring** \\\n * **transferAccepted** \\\n * **disconnecting** \\\n * **disconnected**\n */\nexport type CallConnectionStateModel = string;\n\n/** Known values of {@link CallRejectReason} that the service accepts. */\nexport enum KnownCallRejectReason {\n /** None */\n None = \"none\",\n /** Busy */\n Busy = \"busy\",\n /** Forbidden */\n Forbidden = \"forbidden\",\n}\n\n/**\n * Defines values for CallRejectReason. \\\n * {@link KnownCallRejectReason} can be used interchangeably with CallRejectReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **none** \\\n * **busy** \\\n * **forbidden**\n */\nexport type CallRejectReason = string;\n\n/** Known values of {@link CallLocatorKind} that the service accepts. */\nexport enum KnownCallLocatorKind {\n /** Unknown */\n Unknown = \"unknown\",\n /** GroupCallLocator */\n GroupCallLocator = \"groupCallLocator\",\n /** ServerCallLocator */\n ServerCallLocator = \"serverCallLocator\",\n /** RoomCallLocator */\n RoomCallLocator = \"roomCallLocator\",\n}\n\n/**\n * Defines values for CallLocatorKind. \\\n * {@link KnownCallLocatorKind} can be used interchangeably with CallLocatorKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unknown** \\\n * **groupCallLocator** \\\n * **serverCallLocator** \\\n * **roomCallLocator**\n */\nexport type CallLocatorKind = string;\n\n/** Known values of {@link PlaySourceType} that the service accepts. */\nexport enum KnownPlaySourceType {\n /** File */\n File = \"file\",\n /** Text */\n Text = \"text\",\n /** Ssml */\n Ssml = \"ssml\",\n}\n\n/**\n * Defines values for PlaySourceType. \\\n * {@link KnownPlaySourceType} can be used interchangeably with PlaySourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **file** \\\n * **text** \\\n * **ssml**\n */\nexport type PlaySourceType = string;\n\n/** Known values of {@link VoiceKind} that the service accepts. */\nexport enum KnownVoiceKind {\n /** Male */\n Male = \"male\",\n /** Female */\n Female = \"female\",\n}\n\n/**\n * Defines values for VoiceKind. \\\n * {@link KnownVoiceKind} can be used interchangeably with VoiceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **male** \\\n * **female**\n */\nexport type VoiceKind = string;\n\n/** Known values of {@link RecognizeInputType} that the service accepts. */\nexport enum KnownRecognizeInputType {\n /** Dtmf */\n Dtmf = \"dtmf\",\n /** Speech */\n Speech = \"speech\",\n /** SpeechOrDtmf */\n SpeechOrDtmf = \"speechOrDtmf\",\n /** Choices */\n Choices = \"choices\",\n}\n\n/**\n * Defines values for RecognizeInputType. \\\n * {@link KnownRecognizeInputType} can be used interchangeably with RecognizeInputType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dtmf** \\\n * **speech** \\\n * **speechOrDtmf** \\\n * **choices**\n */\nexport type RecognizeInputType = string;\n\n/** Known values of {@link Tone} that the service accepts. */\nexport enum KnownTone {\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/**\n * Defines values for Tone. \\\n * {@link KnownTone} can be used interchangeably with Tone,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **zero** \\\n * **one** \\\n * **two** \\\n * **three** \\\n * **four** \\\n * **five** \\\n * **six** \\\n * **seven** \\\n * **eight** \\\n * **nine** \\\n * **a** \\\n * **b** \\\n * **c** \\\n * **d** \\\n * **pound** \\\n * **asterisk**\n */\nexport type Tone = string;\n\n/** Known values of {@link RecordingContentType} that the service accepts. */\nexport enum KnownRecordingContentType {\n /** Audio */\n Audio = \"audio\",\n /** AudioVideo */\n AudioVideo = \"audioVideo\",\n}\n\n/**\n * Defines values for RecordingContentType. \\\n * {@link KnownRecordingContentType} can be used interchangeably with RecordingContentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **audio** \\\n * **audioVideo**\n */\nexport type RecordingContentType = string;\n\n/** Known values of {@link RecordingChannelType} that the service accepts. */\nexport enum KnownRecordingChannelType {\n /** Mixed */\n Mixed = \"mixed\",\n /** Unmixed */\n Unmixed = \"unmixed\",\n}\n\n/**\n * Defines values for RecordingChannelType. \\\n * {@link KnownRecordingChannelType} can be used interchangeably with RecordingChannelType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **mixed** \\\n * **unmixed**\n */\nexport type RecordingChannelType = string;\n\n/** Known values of {@link RecordingFormatType} that the service accepts. */\nexport enum KnownRecordingFormatType {\n /** Wav */\n Wav = \"wav\",\n /** Mp3 */\n Mp3 = \"mp3\",\n /** Mp4 */\n Mp4 = \"mp4\",\n}\n\n/**\n * Defines values for RecordingFormatType. \\\n * {@link KnownRecordingFormatType} can be used interchangeably with RecordingFormatType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **wav** \\\n * **mp3** \\\n * **mp4**\n */\nexport type RecordingFormatType = string;\n\n/** Known values of {@link RecordingStorageKind} that the service accepts. */\nexport enum KnownRecordingStorageKind {\n /** Storage managed by Azure Communication Services */\n AzureCommunicationServices = \"AzureCommunicationServices\",\n /** Storage managed by provided Azure blob */\n AzureBlobStorage = \"AzureBlobStorage\",\n}\n\n/**\n * Defines values for RecordingStorageKind. \\\n * {@link KnownRecordingStorageKind} can be used interchangeably with RecordingStorageKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureCommunicationServices**: Storage managed by Azure Communication Services \\\n * **AzureBlobStorage**: Storage managed by provided Azure blob\n */\nexport type RecordingStorageKind = string;\n\n/** Known values of {@link RecordingState} that the service accepts. */\nexport enum KnownRecordingState {\n /** Active */\n Active = \"active\",\n /** Inactive */\n Inactive = \"inactive\",\n}\n\n/**\n * Defines values for RecordingState. \\\n * {@link KnownRecordingState} can be used interchangeably with RecordingState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **active** \\\n * **inactive**\n */\nexport type RecordingState = string;\n\n/** Known values of {@link RecordingKind} that the service accepts. */\nexport enum KnownRecordingKind {\n /** Recording initiated by Azure Communication Services */\n AzureCommunicationServices = \"AzureCommunicationServices\",\n /** Recording initiated by Teams user */\n Teams = \"Teams\",\n /** Recording initiated by Teams compliance policy */\n TeamsCompliance = \"TeamsCompliance\",\n}\n\n/**\n * Defines values for RecordingKind. \\\n * {@link KnownRecordingKind} can be used interchangeably with RecordingKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureCommunicationServices**: Recording initiated by Azure Communication Services \\\n * **Teams**: Recording initiated by Teams user \\\n * **TeamsCompliance**: Recording initiated by Teams compliance policy\n */\nexport type RecordingKind = string;\n\n/** Known values of {@link RecognitionType} that the service accepts. */\nexport enum KnownRecognitionType {\n /** Dtmf */\n Dtmf = \"dtmf\",\n /** Speech */\n Speech = \"speech\",\n /** Choices */\n Choices = \"choices\",\n}\n\n/**\n * Defines values for RecognitionType. \\\n * {@link KnownRecognitionType} can be used interchangeably with RecognitionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dtmf** \\\n * **speech** \\\n * **choices**\n */\nexport type RecognitionType = string;\n\n/** Optional parameters. */\nexport interface CreateCallOptionalParams extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the createCall operation. */\nexport type CreateCallResponse = CallConnectionPropertiesInternal;\n\n/** Optional parameters. */\nexport interface AnswerCallOptionalParams extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the answerCall operation. */\nexport type AnswerCallResponse = CallConnectionPropertiesInternal;\n\n/** Optional parameters. */\nexport interface RedirectCallOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Optional parameters. */\nexport interface RejectCallOptionalParams extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Optional parameters. */\nexport interface ConnectOptionalParams extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the connect operation. */\nexport type ConnectResponse = CallConnectionPropertiesInternal;\n\n/** Optional parameters. */\nexport interface CallConnectionGetCallOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCall operation. */\nexport type CallConnectionGetCallResponse = CallConnectionPropertiesInternal;\n\n/** Optional parameters. */\nexport interface CallConnectionHangupCallOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallConnectionTerminateCallOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Optional parameters. */\nexport interface CallConnectionTransferToParticipantOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the transferToParticipant operation. */\nexport type CallConnectionTransferToParticipantResponse = TransferCallResponse;\n\n/** Optional parameters. */\nexport interface CallConnectionGetParticipantsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getParticipants operation. */\nexport type CallConnectionGetParticipantsResponse = GetParticipantsResponse;\n\n/** Optional parameters. */\nexport interface CallConnectionAddParticipantOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the addParticipant operation. */\nexport type CallConnectionAddParticipantResponse = AddParticipantResponse;\n\n/** Optional parameters. */\nexport interface CallConnectionRemoveParticipantOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the removeParticipant operation. */\nexport type CallConnectionRemoveParticipantResponse = RemoveParticipantResponse;\n\n/** Optional parameters. */\nexport interface CallConnectionMuteOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the mute operation. */\nexport type CallConnectionMuteResponse = MuteParticipantsResult;\n\n/** Optional parameters. */\nexport interface CallConnectionCancelAddParticipantOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the cancelAddParticipant operation. */\nexport type CallConnectionCancelAddParticipantResponse =\n CancelAddParticipantResponse;\n\n/** Optional parameters. */\nexport interface CallConnectionGetParticipantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getParticipant operation. */\nexport type CallConnectionGetParticipantResponse = CallParticipantInternal;\n\n/** Optional parameters. */\nexport interface CallConnectionGetParticipantsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getParticipantsNext operation. */\nexport type CallConnectionGetParticipantsNextResponse = GetParticipantsResponse;\n\n/** Optional parameters. */\nexport interface CallMediaPlayOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallMediaCancelAllMediaOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallMediaRecognizeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallMediaStartContinuousDtmfRecognitionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallMediaStopContinuousDtmfRecognitionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallMediaSendDtmfTonesOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the sendDtmfTones operation. */\nexport type CallMediaSendDtmfTonesResponse = SendDtmfTonesResult;\n\n/** Optional parameters. */\nexport interface CallMediaHoldOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallMediaUnholdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallRecordingStartRecordingOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated unique identifier for the request. It is a version 4 (random) UUID. */\n repeatabilityRequestID?: string;\n /** If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date. Example: Sun, 06 Nov 1994 08:49:37 GMT. */\n repeatabilityFirstSent?: Date;\n}\n\n/** Contains response data for the startRecording operation. */\nexport type CallRecordingStartRecordingResponse = RecordingStateResponse;\n\n/** Optional parameters. */\nexport interface CallRecordingGetRecordingPropertiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRecordingProperties operation. */\nexport type CallRecordingGetRecordingPropertiesResponse =\n RecordingStateResponse;\n\n/** Optional parameters. */\nexport interface CallRecordingStopRecordingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallRecordingPauseRecordingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallRecordingResumeRecordingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CallAutomationApiClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const CreateCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateCallRequest\",\n modelProperties: {\n targets: {\n serializedName: \"targets\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n sourceDisplayName: {\n serializedName: \"sourceDisplayName\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callIntelligenceOptions: {\n serializedName: \"callIntelligenceOptions\",\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n },\n },\n },\n },\n};\n\nexport const CommunicationIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n rawId: {\n serializedName: \"rawId\",\n type: {\n name: \"String\",\n },\n },\n communicationUser: {\n serializedName: \"communicationUser\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n microsoftTeamsUser: {\n serializedName: \"microsoftTeamsUser\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsUserIdentifierModel\",\n },\n },\n microsoftTeamsApp: {\n serializedName: \"microsoftTeamsApp\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsAppIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CommunicationUserIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PhoneNumberIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftTeamsUserIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsUserIdentifierModel\",\n modelProperties: {\n userId: {\n serializedName: \"userId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isAnonymous: {\n serializedName: \"isAnonymous\",\n type: {\n name: \"Boolean\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MicrosoftTeamsAppIdentifierModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftTeamsAppIdentifierModel\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallIntelligenceOptionsInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n modelProperties: {\n cognitiveServicesEndpoint: {\n serializedName: \"cognitiveServicesEndpoint\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallConnectionPropertiesInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallConnectionPropertiesInternal\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n callConnectionState: {\n serializedName: \"callConnectionState\",\n type: {\n name: \"String\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n type: {\n name: \"String\",\n },\n },\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n sourceDisplayName: {\n serializedName: \"sourceDisplayName\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n answeredBy: {\n serializedName: \"answeredBy\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n answeredFor: {\n serializedName: \"answeredFor\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CommunicationErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n};\n\nexport const CommunicationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n innerError: {\n serializedName: \"innererror\",\n type: {\n name: \"Composite\",\n className: \"CommunicationError\",\n },\n },\n },\n },\n};\n\nexport const AnswerCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswerCallRequest\",\n modelProperties: {\n incomingCallContext: {\n serializedName: \"incomingCallContext\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n callIntelligenceOptions: {\n serializedName: \"callIntelligenceOptions\",\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n },\n },\n answeredBy: {\n serializedName: \"answeredBy\",\n type: {\n name: \"Composite\",\n className: \"CommunicationUserIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RedirectCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedirectCallRequest\",\n modelProperties: {\n incomingCallContext: {\n serializedName: \"incomingCallContext\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RejectCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RejectCallRequest\",\n modelProperties: {\n incomingCallContext: {\n serializedName: \"incomingCallContext\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n callRejectReason: {\n serializedName: \"callRejectReason\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectRequest\",\n modelProperties: {\n callLocator: {\n serializedName: \"callLocator\",\n type: {\n name: \"Composite\",\n className: \"CallLocator\",\n },\n },\n callbackUri: {\n serializedName: \"callbackUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n callIntelligenceOptions: {\n serializedName: \"callIntelligenceOptions\",\n type: {\n name: \"Composite\",\n className: \"CallIntelligenceOptionsInternal\",\n },\n },\n },\n },\n};\n\nexport const CallLocator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallLocator\",\n modelProperties: {\n groupCallId: {\n serializedName: \"groupCallId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n roomId: {\n serializedName: \"roomId\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TransferToParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransferToParticipantRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n transferee: {\n serializedName: \"transferee\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n customCallingContext: {\n serializedName: \"customCallingContext\",\n type: {\n name: \"Composite\",\n className: \"CustomCallingContextInternal\",\n },\n },\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CustomCallingContextInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomCallingContextInternal\",\n modelProperties: {\n voipHeaders: {\n serializedName: \"voipHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sipHeaders: {\n serializedName: \"sipHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const TransferCallResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransferCallResponse\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlayRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayRequest\",\n modelProperties: {\n playSources: {\n serializedName: \"playSources\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n },\n },\n playTo: {\n serializedName: \"playTo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n interruptCallMediaOperation: {\n serializedName: \"interruptCallMediaOperation\",\n type: {\n name: \"Boolean\",\n },\n },\n playOptions: {\n serializedName: \"playOptions\",\n type: {\n name: \"Composite\",\n className: \"PlayOptionsInternal\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlaySourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n playSourceCacheId: {\n serializedName: \"playSourceCacheId\",\n type: {\n name: \"String\",\n },\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"Composite\",\n className: \"FileSourceInternal\",\n },\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"Composite\",\n className: \"TextSourceInternal\",\n },\n },\n ssml: {\n serializedName: \"ssml\",\n type: {\n name: \"Composite\",\n className: \"SsmlSourceInternal\",\n },\n },\n },\n },\n};\n\nexport const FileSourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileSourceInternal\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TextSourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TextSourceInternal\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceLocale: {\n serializedName: \"sourceLocale\",\n type: {\n name: \"String\",\n },\n },\n voiceKind: {\n serializedName: \"voiceKind\",\n type: {\n name: \"String\",\n },\n },\n voiceName: {\n serializedName: \"voiceName\",\n type: {\n name: \"String\",\n },\n },\n customVoiceEndpointId: {\n serializedName: \"customVoiceEndpointId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SsmlSourceInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsmlSourceInternal\",\n modelProperties: {\n ssmlText: {\n serializedName: \"ssmlText\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n customVoiceEndpointId: {\n serializedName: \"customVoiceEndpointId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlayOptionsInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayOptionsInternal\",\n modelProperties: {\n loop: {\n serializedName: \"loop\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RecognizeRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeRequest\",\n modelProperties: {\n recognizeInputType: {\n serializedName: \"recognizeInputType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n playPrompt: {\n serializedName: \"playPrompt\",\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n playPrompts: {\n serializedName: \"playPrompts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n },\n },\n interruptCallMediaOperation: {\n serializedName: \"interruptCallMediaOperation\",\n type: {\n name: \"Boolean\",\n },\n },\n recognizeOptions: {\n serializedName: \"recognizeOptions\",\n type: {\n name: \"Composite\",\n className: \"RecognizeOptions\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecognizeOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeOptions\",\n modelProperties: {\n interruptPrompt: {\n serializedName: \"interruptPrompt\",\n type: {\n name: \"Boolean\",\n },\n },\n initialSilenceTimeoutInSeconds: {\n constraints: {\n InclusiveMaximum: 300,\n InclusiveMinimum: 0,\n },\n serializedName: \"initialSilenceTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n speechLanguage: {\n serializedName: \"speechLanguage\",\n type: {\n name: \"String\",\n },\n },\n speechRecognitionModelEndpointId: {\n serializedName: \"speechRecognitionModelEndpointId\",\n type: {\n name: \"String\",\n },\n },\n dtmfOptions: {\n serializedName: \"dtmfOptions\",\n type: {\n name: \"Composite\",\n className: \"DtmfOptions\",\n },\n },\n choices: {\n serializedName: \"choices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Choice\",\n },\n },\n },\n },\n speechOptions: {\n serializedName: \"speechOptions\",\n type: {\n name: \"Composite\",\n className: \"SpeechOptions\",\n },\n },\n },\n },\n};\n\nexport const DtmfOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtmfOptions\",\n modelProperties: {\n interToneTimeoutInSeconds: {\n constraints: {\n InclusiveMaximum: 60,\n InclusiveMinimum: 1,\n },\n serializedName: \"interToneTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n maxTonesToCollect: {\n serializedName: \"maxTonesToCollect\",\n type: {\n name: \"Number\",\n },\n },\n stopTones: {\n serializedName: \"stopTones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Choice: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Choice\",\n modelProperties: {\n label: {\n serializedName: \"label\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n phrases: {\n serializedName: \"phrases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n tone: {\n serializedName: \"tone\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpeechOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpeechOptions\",\n modelProperties: {\n endSilenceTimeoutInMs: {\n serializedName: \"endSilenceTimeoutInMs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ContinuousDtmfRecognitionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesRequest\",\n modelProperties: {\n tones: {\n serializedName: \"tones\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesResult\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HoldRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HoldRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n playSourceInfo: {\n serializedName: \"playSourceInfo\",\n type: {\n name: \"Composite\",\n className: \"PlaySourceInternal\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UnholdRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnholdRequest\",\n modelProperties: {\n targetParticipant: {\n serializedName: \"targetParticipant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetParticipantsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetParticipantsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallParticipantInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n modelProperties: {\n identifier: {\n serializedName: \"identifier\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n isMuted: {\n serializedName: \"isMuted\",\n type: {\n name: \"Boolean\",\n },\n },\n isOnHold: {\n serializedName: \"isOnHold\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantRequest\",\n modelProperties: {\n sourceCallerIdNumber: {\n serializedName: \"sourceCallerIdNumber\",\n type: {\n name: \"Composite\",\n className: \"PhoneNumberIdentifierModel\",\n },\n },\n sourceDisplayName: {\n serializedName: \"sourceDisplayName\",\n type: {\n name: \"String\",\n },\n },\n participantToAdd: {\n serializedName: \"participantToAdd\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n invitationTimeoutInSeconds: {\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 0,\n },\n serializedName: \"invitationTimeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n customCallingContext: {\n serializedName: \"customCallingContext\",\n type: {\n name: \"Composite\",\n className: \"CustomCallingContextInternal\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantResponse\",\n modelProperties: {\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantRequest\",\n modelProperties: {\n participantToRemove: {\n serializedName: \"participantToRemove\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantResponse\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MuteParticipantsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MuteParticipantsRequest\",\n modelProperties: {\n targetParticipants: {\n serializedName: \"targetParticipants\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MuteParticipantsResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MuteParticipantsResult\",\n modelProperties: {\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantRequest\",\n modelProperties: {\n invitationId: {\n serializedName: \"invitationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n operationCallbackUri: {\n serializedName: \"operationCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantResponse\",\n modelProperties: {\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StartCallRecordingRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartCallRecordingRequest\",\n modelProperties: {\n callLocator: {\n serializedName: \"callLocator\",\n type: {\n name: \"Composite\",\n className: \"CallLocator\",\n },\n },\n recordingStateCallbackUri: {\n serializedName: \"recordingStateCallbackUri\",\n type: {\n name: \"String\",\n },\n },\n recordingContentType: {\n serializedName: \"recordingContentType\",\n type: {\n name: \"String\",\n },\n },\n recordingChannelType: {\n serializedName: \"recordingChannelType\",\n type: {\n name: \"String\",\n },\n },\n recordingFormatType: {\n serializedName: \"recordingFormatType\",\n type: {\n name: \"String\",\n },\n },\n audioChannelParticipantOrdering: {\n serializedName: \"audioChannelParticipantOrdering\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n channelAffinity: {\n serializedName: \"channelAffinity\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ChannelAffinity\",\n },\n },\n },\n },\n pauseOnStart: {\n serializedName: \"pauseOnStart\",\n type: {\n name: \"Boolean\",\n },\n },\n recordingStorage: {\n serializedName: \"externalStorage\",\n type: {\n name: \"Composite\",\n className: \"RecordingStorage\",\n },\n },\n },\n },\n};\n\nexport const ChannelAffinity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChannelAffinity\",\n modelProperties: {\n channel: {\n constraints: {\n InclusiveMaximum: 4,\n InclusiveMinimum: 0,\n },\n serializedName: \"channel\",\n type: {\n name: \"Number\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RecordingStorage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordingStorage\",\n modelProperties: {\n recordingStorageKind: {\n serializedName: \"recordingStorageKind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n recordingDestinationContainerUrl: {\n serializedName: \"recordingDestinationContainerUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecordingStateResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordingStateResponse\",\n modelProperties: {\n recordingId: {\n serializedName: \"recordingId\",\n type: {\n name: \"String\",\n },\n },\n recordingState: {\n serializedName: \"recordingState\",\n type: {\n name: \"String\",\n },\n },\n recordingKind: {\n serializedName: \"recordingKind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const ResultInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"Number\",\n },\n },\n subCode: {\n serializedName: \"subCode\",\n type: {\n name: \"Number\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AddParticipantSucceeded: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddParticipantSucceeded\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CallConnected: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallConnected\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CallDisconnected: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallDisconnected\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CallTransferAccepted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallTransferAccepted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n transferTarget: {\n serializedName: \"transferTarget\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n transferee: {\n serializedName: \"transferee\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CallTransferFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallTransferFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const ParticipantsUpdated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParticipantsUpdated\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n sequenceNumber: {\n serializedName: \"sequenceNumber\",\n type: {\n name: \"Number\",\n },\n },\n participants: {\n serializedName: \"participants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CallParticipantInternal\",\n },\n },\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantSucceeded: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantSucceeded\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const RemoveParticipantFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemoveParticipantFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n participant: {\n serializedName: \"participant\",\n type: {\n name: \"Composite\",\n className: \"CommunicationIdentifierModel\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantSucceeded: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantSucceeded\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CancelAddParticipantFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CancelAddParticipantFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n invitationId: {\n serializedName: \"invitationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AnswerFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnswerFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const CreateCallFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateCallFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const RecordingStateChanged: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecordingStateChanged\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n recordingId: {\n serializedName: \"recordingId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n startDateTime: {\n serializedName: \"startDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n recordingKind: {\n serializedName: \"recordingKind\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const PlayStarted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayStarted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const PlayCompleted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayCompleted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const PlayFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n failedPlaySourceIndex: {\n serializedName: \"failedPlaySourceIndex\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PlayCanceled: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlayCanceled\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const RecognizeCompleted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeCompleted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n recognitionType: {\n serializedName: \"recognitionType\",\n type: {\n name: \"String\",\n },\n },\n dtmfResult: {\n serializedName: \"dtmfResult\",\n type: {\n name: \"Composite\",\n className: \"DtmfResult\",\n },\n },\n choiceResult: {\n serializedName: \"choiceResult\",\n type: {\n name: \"Composite\",\n className: \"ChoiceResult\",\n },\n },\n speechResult: {\n serializedName: \"speechResult\",\n type: {\n name: \"Composite\",\n className: \"SpeechResult\",\n },\n },\n },\n },\n};\n\nexport const DtmfResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtmfResult\",\n modelProperties: {\n tones: {\n serializedName: \"tones\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ChoiceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChoiceResult\",\n modelProperties: {\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n recognizedPhrase: {\n serializedName: \"recognizedPhrase\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpeechResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpeechResult\",\n modelProperties: {\n speech: {\n serializedName: \"speech\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RecognizeFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n failedPlaySourceIndex: {\n serializedName: \"failedPlaySourceIndex\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RecognizeCanceled: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecognizeCanceled\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const ContinuousDtmfRecognitionToneFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionToneFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContinuousDtmfRecognitionToneReceived: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionToneReceived\",\n modelProperties: {\n sequenceId: {\n serializedName: \"sequenceId\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n tone: {\n serializedName: \"tone\",\n type: {\n name: \"String\",\n },\n },\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ContinuousDtmfRecognitionStopped: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousDtmfRecognitionStopped\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesCompleted: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesCompleted\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const SendDtmfTonesFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SendDtmfTonesFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const HoldFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HoldFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n\nexport const ConnectFailed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectFailed\",\n modelProperties: {\n callConnectionId: {\n serializedName: \"callConnectionId\",\n type: {\n name: \"String\",\n },\n },\n serverCallId: {\n serializedName: \"serverCallId\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\",\n },\n },\n operationContext: {\n serializedName: \"operationContext\",\n type: {\n name: \"String\",\n },\n },\n resultInformation: {\n serializedName: \"resultInformation\",\n type: {\n name: \"Composite\",\n className: \"ResultInformation\",\n },\n },\n },\n },\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n CreateCallRequest as CreateCallRequestMapper,\n AnswerCallRequest as AnswerCallRequestMapper,\n RedirectCallRequest as RedirectCallRequestMapper,\n RejectCallRequest as RejectCallRequestMapper,\n ConnectRequest as ConnectRequestMapper,\n TransferToParticipantRequest as TransferToParticipantRequestMapper,\n AddParticipantRequest as AddParticipantRequestMapper,\n RemoveParticipantRequest as RemoveParticipantRequestMapper,\n MuteParticipantsRequest as MuteParticipantsRequestMapper,\n CancelAddParticipantRequest as CancelAddParticipantRequestMapper,\n PlayRequest as PlayRequestMapper,\n RecognizeRequest as RecognizeRequestMapper,\n ContinuousDtmfRecognitionRequest as ContinuousDtmfRecognitionRequestMapper,\n SendDtmfTonesRequest as SendDtmfTonesRequestMapper,\n HoldRequest as HoldRequestMapper,\n UnholdRequest as UnholdRequestMapper,\n StartCallRecordingRequest as StartCallRecordingRequestMapper,\n} from \"../models/mappers\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const createCallRequest: OperationParameter = {\n parameterPath: \"createCallRequest\",\n mapper: CreateCallRequestMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-09-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const repeatabilityRequestID: OperationParameter = {\n parameterPath: [\"options\", \"repeatabilityRequestID\"],\n mapper: {\n serializedName: \"Repeatability-Request-ID\",\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const repeatabilityFirstSent: OperationParameter = {\n parameterPath: [\"options\", \"repeatabilityFirstSent\"],\n mapper: {\n serializedName: \"Repeatability-First-Sent\",\n type: {\n name: \"DateTimeRfc1123\",\n },\n },\n};\n\nexport const answerCallRequest: OperationParameter = {\n parameterPath: \"answerCallRequest\",\n mapper: AnswerCallRequestMapper,\n};\n\nexport const redirectCallRequest: OperationParameter = {\n parameterPath: \"redirectCallRequest\",\n mapper: RedirectCallRequestMapper,\n};\n\nexport const rejectCallRequest: OperationParameter = {\n parameterPath: \"rejectCallRequest\",\n mapper: RejectCallRequestMapper,\n};\n\nexport const connectRequest: OperationParameter = {\n parameterPath: \"connectRequest\",\n mapper: ConnectRequestMapper,\n};\n\nexport const callConnectionId: OperationURLParameter = {\n parameterPath: \"callConnectionId\",\n mapper: {\n serializedName: \"callConnectionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const transferToParticipantRequest: OperationParameter = {\n parameterPath: \"transferToParticipantRequest\",\n mapper: TransferToParticipantRequestMapper,\n};\n\nexport const addParticipantRequest: OperationParameter = {\n parameterPath: \"addParticipantRequest\",\n mapper: AddParticipantRequestMapper,\n};\n\nexport const removeParticipantRequest: OperationParameter = {\n parameterPath: \"removeParticipantRequest\",\n mapper: RemoveParticipantRequestMapper,\n};\n\nexport const muteParticipantsRequest: OperationParameter = {\n parameterPath: \"muteParticipantsRequest\",\n mapper: MuteParticipantsRequestMapper,\n};\n\nexport const cancelAddParticipantRequest: OperationParameter = {\n parameterPath: \"cancelAddParticipantRequest\",\n mapper: CancelAddParticipantRequestMapper,\n};\n\nexport const participantRawId: OperationURLParameter = {\n parameterPath: \"participantRawId\",\n mapper: {\n serializedName: \"participantRawId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const playRequest: OperationParameter = {\n parameterPath: \"playRequest\",\n mapper: PlayRequestMapper,\n};\n\nexport const recognizeRequest: OperationParameter = {\n parameterPath: \"recognizeRequest\",\n mapper: RecognizeRequestMapper,\n};\n\nexport const continuousDtmfRecognitionRequest: OperationParameter = {\n parameterPath: \"continuousDtmfRecognitionRequest\",\n mapper: ContinuousDtmfRecognitionRequestMapper,\n};\n\nexport const sendDtmfTonesRequest: OperationParameter = {\n parameterPath: \"sendDtmfTonesRequest\",\n mapper: SendDtmfTonesRequestMapper,\n};\n\nexport const holdRequest: OperationParameter = {\n parameterPath: \"holdRequest\",\n mapper: HoldRequestMapper,\n};\n\nexport const unholdRequest: OperationParameter = {\n parameterPath: \"unholdRequest\",\n mapper: UnholdRequestMapper,\n};\n\nexport const startCallRecording: OperationParameter = {\n parameterPath: \"startCallRecording\",\n mapper: StartCallRecordingRequestMapper,\n};\n\nexport const recordingId: OperationURLParameter = {\n parameterPath: \"recordingId\",\n mapper: {\n serializedName: \"recordingId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { CallConnection } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CallAutomationApiClient } from \"../callAutomationApiClient\";\nimport {\n CallParticipantInternal,\n CallConnectionGetParticipantsNextOptionalParams,\n CallConnectionGetParticipantsOptionalParams,\n CallConnectionGetParticipantsResponse,\n CallConnectionGetCallOptionalParams,\n CallConnectionGetCallResponse,\n CallConnectionHangupCallOptionalParams,\n CallConnectionTerminateCallOptionalParams,\n TransferToParticipantRequest,\n CallConnectionTransferToParticipantOptionalParams,\n CallConnectionTransferToParticipantResponse,\n AddParticipantRequest,\n CallConnectionAddParticipantOptionalParams,\n CallConnectionAddParticipantResponse,\n RemoveParticipantRequest,\n CallConnectionRemoveParticipantOptionalParams,\n CallConnectionRemoveParticipantResponse,\n MuteParticipantsRequest,\n CallConnectionMuteOptionalParams,\n CallConnectionMuteResponse,\n CancelAddParticipantRequest,\n CallConnectionCancelAddParticipantOptionalParams,\n CallConnectionCancelAddParticipantResponse,\n CallConnectionGetParticipantOptionalParams,\n CallConnectionGetParticipantResponse,\n CallConnectionGetParticipantsNextResponse,\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CallConnection operations. */\nexport class CallConnectionImpl implements CallConnection {\n private readonly client: CallAutomationApiClient;\n\n /**\n * Initialize a new instance of the class CallConnection class.\n * @param client Reference to the service client\n */\n constructor(client: CallAutomationApiClient) {\n this.client = client;\n }\n\n /**\n * Get participants from a call. Recording and transcription bots are omitted from this list.\n * @param callConnectionId The call connection Id\n * @param options The options parameters.\n */\n public listParticipants(\n callConnectionId: string,\n options?: CallConnectionGetParticipantsOptionalParams,\n ): PagedAsyncIterableIterator<CallParticipantInternal> {\n const iter = this.getParticipantsPagingAll(callConnectionId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getParticipantsPagingPage(\n callConnectionId,\n options,\n settings,\n );\n },\n };\n }\n\n private async *getParticipantsPagingPage(\n callConnectionId: string,\n options?: CallConnectionGetParticipantsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<CallParticipantInternal[]> {\n let result: CallConnectionGetParticipantsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getParticipants(callConnectionId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getParticipantsNext(\n callConnectionId,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getParticipantsPagingAll(\n callConnectionId: string,\n options?: CallConnectionGetParticipantsOptionalParams,\n ): AsyncIterableIterator<CallParticipantInternal> {\n for await (const page of this.getParticipantsPagingPage(\n callConnectionId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the detail properties of an ongoing call.\n * @param callConnectionId The call connection id.\n * @param options The options parameters.\n */\n getCall(\n callConnectionId: string,\n options?: CallConnectionGetCallOptionalParams,\n ): Promise<CallConnectionGetCallResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, options },\n getCallOperationSpec,\n );\n }\n\n /**\n * Hang up call automation service from the call. This will make call automation service leave the\n * call, but does not terminate if there are more than 1 caller in the call.\n * @param callConnectionId The call connection id.\n * @param options The options parameters.\n */\n hangupCall(\n callConnectionId: string,\n options?: CallConnectionHangupCallOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, options },\n hangupCallOperationSpec,\n );\n }\n\n /**\n * Terminate a call using CallConnectionId.\n * @param callConnectionId The terminate call request.\n * @param options The options parameters.\n */\n terminateCall(\n callConnectionId: string,\n options?: CallConnectionTerminateCallOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, options },\n terminateCallOperationSpec,\n );\n }\n\n /**\n * Transfer the call to a participant.\n * @param callConnectionId The call connection id.\n * @param transferToParticipantRequest The transfer to participant request.\n * @param options The options parameters.\n */\n transferToParticipant(\n callConnectionId: string,\n transferToParticipantRequest: TransferToParticipantRequest,\n options?: CallConnectionTransferToParticipantOptionalParams,\n ): Promise<CallConnectionTransferToParticipantResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, transferToParticipantRequest, options },\n transferToParticipantOperationSpec,\n );\n }\n\n /**\n * Get participants from a call. Recording and transcription bots are omitted from this list.\n * @param callConnectionId The call connection Id\n * @param options The options parameters.\n */\n private _getParticipants(\n callConnectionId: string,\n options?: CallConnectionGetParticipantsOptionalParams,\n ): Promise<CallConnectionGetParticipantsResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, options },\n getParticipantsOperationSpec,\n );\n }\n\n /**\n * Add a participant to the call.\n * @param callConnectionId The call connection Id\n * @param addParticipantRequest The add participants request.\n * @param options The options parameters.\n */\n addParticipant(\n callConnectionId: string,\n addParticipantRequest: AddParticipantRequest,\n options?: CallConnectionAddParticipantOptionalParams,\n ): Promise<CallConnectionAddParticipantResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, addParticipantRequest, options },\n addParticipantOperationSpec,\n );\n }\n\n /**\n * Remove a participant from the call using identifier.\n * @param callConnectionId The call connection id.\n * @param removeParticipantRequest The participant to be removed from the call.\n * @param options The options parameters.\n */\n removeParticipant(\n callConnectionId: string,\n removeParticipantRequest: RemoveParticipantRequest,\n options?: CallConnectionRemoveParticipantOptionalParams,\n ): Promise<CallConnectionRemoveParticipantResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, removeParticipantRequest, options },\n removeParticipantOperationSpec,\n );\n }\n\n /**\n * Mute participants from the call using identifier.\n * @param callConnectionId The call connection id.\n * @param muteParticipantsRequest The participants to be muted from the call.\n * @param options The options parameters.\n */\n mute(\n callConnectionId: string,\n muteParticipantsRequest: MuteParticipantsRequest,\n options?: CallConnectionMuteOptionalParams,\n ): Promise<CallConnectionMuteResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, muteParticipantsRequest, options },\n muteOperationSpec,\n );\n }\n\n /**\n * Cancel add participant operation.\n * @param callConnectionId The call connection Id\n * @param cancelAddParticipantRequest Cancellation request.\n * @param options The options parameters.\n */\n cancelAddParticipant(\n callConnectionId: string,\n cancelAddParticipantRequest: CancelAddParticipantRequest,\n options?: CallConnectionCancelAddParticipantOptionalParams,\n ): Promise<CallConnectionCancelAddParticipantResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, cancelAddParticipantRequest, options },\n cancelAddParticipantOperationSpec,\n );\n }\n\n /**\n * Get participant from a call.\n * @param callConnectionId The call connection Id\n * @param participantRawId Raw id of the participant to retrieve.\n * @param options The options parameters.\n */\n getParticipant(\n callConnectionId: string,\n participantRawId: string,\n options?: CallConnectionGetParticipantOptionalParams,\n ): Promise<CallConnectionGetParticipantResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, participantRawId, options },\n getParticipantOperationSpec,\n );\n }\n\n /**\n * GetParticipantsNext\n * @param callConnectionId The call connection Id\n * @param nextLink The nextLink from the previous successful call to the GetParticipants method.\n * @param options The options parameters.\n */\n private _getParticipantsNext(\n callConnectionId: string,\n nextLink: string,\n options?: CallConnectionGetParticipantsNextOptionalParams,\n ): Promise<CallConnectionGetParticipantsNextResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, nextLink, options },\n getParticipantsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CallConnectionPropertiesInternal,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst hangupCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst terminateCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:terminate\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n serializer,\n};\nconst transferToParticipantOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:transferToParticipant\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.TransferCallResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.transferToParticipantRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getParticipantsOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}/participants\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GetParticipantsResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst addParticipantOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}/participants:add\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.AddParticipantResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.addParticipantRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst removeParticipantOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}/participants:remove\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.RemoveParticipantResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.removeParticipantRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst muteOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}/participants:mute\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.MuteParticipantsResult,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.muteParticipantsRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst cancelAddParticipantOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}/participants:cancelAddParticipant\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.CancelAddParticipantResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.cancelAddParticipantRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getParticipantOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}/participants/{participantRawId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CallParticipantInternal,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.endpoint,\n Parameters.callConnectionId,\n Parameters.participantRawId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getParticipantsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GetParticipantsResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n urlParameters: [\n Parameters.endpoint,\n Parameters.callConnectionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CallMedia } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CallAutomationApiClient } from \"../callAutomationApiClient\";\nimport {\n PlayRequest,\n CallMediaPlayOptionalParams,\n CallMediaCancelAllMediaOperationsOptionalParams,\n RecognizeRequest,\n CallMediaRecognizeOptionalParams,\n ContinuousDtmfRecognitionRequest,\n CallMediaStartContinuousDtmfRecognitionOptionalParams,\n CallMediaStopContinuousDtmfRecognitionOptionalParams,\n SendDtmfTonesRequest,\n CallMediaSendDtmfTonesOptionalParams,\n CallMediaSendDtmfTonesResponse,\n HoldRequest,\n CallMediaHoldOptionalParams,\n UnholdRequest,\n CallMediaUnholdOptionalParams,\n} from \"../models\";\n\n/** Class containing CallMedia operations. */\nexport class CallMediaImpl implements CallMedia {\n private readonly client: CallAutomationApiClient;\n\n /**\n * Initialize a new instance of the class CallMedia class.\n * @param client Reference to the service client\n */\n constructor(client: CallAutomationApiClient) {\n this.client = client;\n }\n\n /**\n * Plays audio to participants in the call.\n * @param callConnectionId The call connection id.\n * @param playRequest play request payload.\n * @param options The options parameters.\n */\n play(\n callConnectionId: string,\n playRequest: PlayRequest,\n options?: CallMediaPlayOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, playRequest, options },\n playOperationSpec,\n );\n }\n\n /**\n * Cancel all media operations in a call.\n * @param callConnectionId The call connection id\n * @param options The options parameters.\n */\n cancelAllMediaOperations(\n callConnectionId: string,\n options?: CallMediaCancelAllMediaOperationsOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, options },\n cancelAllMediaOperationsOperationSpec,\n );\n }\n\n /**\n * Recognize media from call.\n * @param callConnectionId The call connection id\n * @param recognizeRequest The media recognize request\n * @param options The options parameters.\n */\n recognize(\n callConnectionId: string,\n recognizeRequest: RecognizeRequest,\n options?: CallMediaRecognizeOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, recognizeRequest, options },\n recognizeOperationSpec,\n );\n }\n\n /**\n * Start continuous Dtmf recognition by subscribing to tones.\n * @param callConnectionId The call connection id\n * @param continuousDtmfRecognitionRequest The continuous recognize request\n * @param options The options parameters.\n */\n startContinuousDtmfRecognition(\n callConnectionId: string,\n continuousDtmfRecognitionRequest: ContinuousDtmfRecognitionRequest,\n options?: CallMediaStartContinuousDtmfRecognitionOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, continuousDtmfRecognitionRequest, options },\n startContinuousDtmfRecognitionOperationSpec,\n );\n }\n\n /**\n * Stop continuous Dtmf recognition by unsubscribing to tones.\n * @param callConnectionId The call connection id\n * @param continuousDtmfRecognitionRequest The continuous recognize request\n * @param options The options parameters.\n */\n stopContinuousDtmfRecognition(\n callConnectionId: string,\n continuousDtmfRecognitionRequest: ContinuousDtmfRecognitionRequest,\n options?: CallMediaStopContinuousDtmfRecognitionOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, continuousDtmfRecognitionRequest, options },\n stopContinuousDtmfRecognitionOperationSpec,\n );\n }\n\n /**\n * Send dtmf tones.\n * @param callConnectionId The call connection id\n * @param sendDtmfTonesRequest The send dtmf tones request\n * @param options The options parameters.\n */\n sendDtmfTones(\n callConnectionId: string,\n sendDtmfTonesRequest: SendDtmfTonesRequest,\n options?: CallMediaSendDtmfTonesOptionalParams,\n ): Promise<CallMediaSendDtmfTonesResponse> {\n return this.client.sendOperationRequest(\n { callConnectionId, sendDtmfTonesRequest, options },\n sendDtmfTonesOperationSpec,\n );\n }\n\n /**\n * Hold participant from the call using identifier.\n * @param callConnectionId The call connection id.\n * @param holdRequest The participants to be hold from the call.\n * @param options The options parameters.\n */\n hold(\n callConnectionId: string,\n holdRequest: HoldRequest,\n options?: CallMediaHoldOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, holdRequest, options },\n holdOperationSpec,\n );\n }\n\n /**\n * Unhold participants from the call using identifier.\n * @param callConnectionId The call connection id.\n * @param unholdRequest The participants to be hold from the call.\n * @param options The options parameters.\n */\n unhold(\n callConnectionId: string,\n unholdRequest: UnholdRequest,\n options?: CallMediaUnholdOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { callConnectionId, unholdRequest, options },\n unholdOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst playOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:play\",\n httpMethod: \"POST\",\n responses: {\n 202: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.playRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst cancelAllMediaOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:cancelAllMediaOperations\",\n httpMethod: \"POST\",\n responses: {\n 202: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst recognizeOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:recognize\",\n httpMethod: \"POST\",\n responses: {\n 202: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.recognizeRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst startContinuousDtmfRecognitionOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:startContinuousDtmfRecognition\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.continuousDtmfRecognitionRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst stopContinuousDtmfRecognitionOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:stopContinuousDtmfRecognition\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.continuousDtmfRecognitionRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst sendDtmfTonesOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:sendDtmfTones\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.SendDtmfTonesResult,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.sendDtmfTonesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst holdOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:hold\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.holdRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst unholdOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections/{callConnectionId}:unhold\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.unholdRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.callConnectionId],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CallRecording } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CallAutomationApiClient } from \"../callAutomationApiClient\";\nimport {\n StartCallRecordingRequest,\n CallRecordingStartRecordingOptionalParams,\n CallRecordingStartRecordingResponse,\n CallRecordingGetRecordingPropertiesOptionalParams,\n CallRecordingGetRecordingPropertiesResponse,\n CallRecordingStopRecordingOptionalParams,\n CallRecordingPauseRecordingOptionalParams,\n CallRecordingResumeRecordingOptionalParams,\n} from \"../models\";\n\n/** Class containing CallRecording operations. */\nexport class CallRecordingImpl implements CallRecording {\n private readonly client: CallAutomationApiClient;\n\n /**\n * Initialize a new instance of the class CallRecording class.\n * @param client Reference to the service client\n */\n constructor(client: CallAutomationApiClient) {\n this.client = client;\n }\n\n /**\n * Start recording the call.\n * @param startCallRecording The request body of start call recording request.\n * @param options The options parameters.\n */\n startRecording(\n startCallRecording: StartCallRecordingRequest,\n options?: CallRecordingStartRecordingOptionalParams,\n ): Promise<CallRecordingStartRecordingResponse> {\n return this.client.sendOperationRequest(\n { startCallRecording, options },\n startRecordingOperationSpec,\n );\n }\n\n /**\n * Get call recording properties.\n * @param recordingId The recording id.\n * @param options The options parameters.\n */\n getRecordingProperties(\n recordingId: string,\n options?: CallRecordingGetRecordingPropertiesOptionalParams,\n ): Promise<CallRecordingGetRecordingPropertiesResponse> {\n return this.client.sendOperationRequest(\n { recordingId, options },\n getRecordingPropertiesOperationSpec,\n );\n }\n\n /**\n * Stop recording the call.\n * @param recordingId The recording id.\n * @param options The options parameters.\n */\n stopRecording(\n recordingId: string,\n options?: CallRecordingStopRecordingOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { recordingId, options },\n stopRecordingOperationSpec,\n );\n }\n\n /**\n * Pause recording the call.\n * @param recordingId The recording id.\n * @param options The options parameters.\n */\n pauseRecording(\n recordingId: string,\n options?: CallRecordingPauseRecordingOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { recordingId, options },\n pauseRecordingOperationSpec,\n );\n }\n\n /**\n * Resume recording the call.\n * @param recordingId The recording id.\n * @param options The options parameters.\n */\n resumeRecording(\n recordingId: string,\n options?: CallRecordingResumeRecordingOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { recordingId, options },\n resumeRecordingOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst startRecordingOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/recordings\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RecordingStateResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.startCallRecording,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getRecordingPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/recordings/{recordingId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RecordingStateResponse,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.recordingId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst stopRecordingOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/recordings/{recordingId}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.recordingId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst pauseRecordingOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/recordings/{recordingId}:pause\",\n httpMethod: \"POST\",\n responses: {\n 202: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.recordingId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst resumeRecordingOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/recordings/{recordingId}:resume\",\n httpMethod: \"POST\",\n responses: {\n 202: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint, Parameters.recordingId],\n headerParameters: [Parameters.accept],\n serializer,\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport {\n CallConnectionImpl,\n CallMediaImpl,\n CallRecordingImpl,\n} from \"./operations\";\nimport {\n CallConnection,\n CallMedia,\n CallRecording,\n} from \"./operationsInterfaces\";\nimport * as Parameters from \"./models/parameters\";\nimport * as Mappers from \"./models/mappers\";\nimport {\n CallAutomationApiClientOptionalParams,\n CreateCallRequest,\n CreateCallOptionalParams,\n CreateCallResponse,\n AnswerCallRequest,\n AnswerCallOptionalParams,\n AnswerCallResponse,\n RedirectCallRequest,\n RedirectCallOptionalParams,\n RejectCallRequest,\n RejectCallOptionalParams,\n ConnectRequest,\n ConnectOptionalParams,\n ConnectResponse,\n} from \"./models\";\n\nexport class CallAutomationApiClient extends coreClient.ServiceClient {\n endpoint: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the CallAutomationApiClient class.\n * @param endpoint The endpoint of the Azure Communication resource.\n * @param options The parameter options\n */\n constructor(\n endpoint: string,\n options?: CallAutomationApiClientOptionalParams,\n ) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: CallAutomationApiClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n };\n\n const packageDetails = `azsdk-js-communication-call-automation/1.3.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{endpoint}\",\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n\n // Assigning values to Constant parameters\n this.apiVersion = options.apiVersion || \"2024-09-15\";\n this.callConnection = new CallConnectionImpl(this);\n this.callMedia = new CallMediaImpl(this);\n this.callRecording = new CallRecordingImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n /**\n * Create an outbound call.\n * @param createCallRequest The create call request.\n * @param options The options parameters.\n */\n createCall(\n createCallRequest: CreateCallRequest,\n options?: CreateCallOptionalParams,\n ): Promise<CreateCallResponse> {\n return this.sendOperationRequest(\n { createCallRequest, options },\n createCallOperationSpec,\n );\n }\n\n /**\n * Answer a call using the IncomingCallContext from Event Grid.\n * @param answerCallRequest The answer call request.\n * @param options The options parameters.\n */\n answerCall(\n answerCallRequest: AnswerCallRequest,\n options?: AnswerCallOptionalParams,\n ): Promise<AnswerCallResponse> {\n return this.sendOperationRequest(\n { answerCallRequest, options },\n answerCallOperationSpec,\n );\n }\n\n /**\n * Redirect a call.\n * @param redirectCallRequest The redirect call request.\n * @param options The options parameters.\n */\n redirectCall(\n redirectCallRequest: RedirectCallRequest,\n options?: RedirectCallOptionalParams,\n ): Promise<void> {\n return this.sendOperationRequest(\n { redirectCallRequest, options },\n redirectCallOperationSpec,\n );\n }\n\n /**\n * Reject the call.\n * @param rejectCallRequest The reject call request.\n * @param options The options parameters.\n */\n rejectCall(\n rejectCallRequest: RejectCallRequest,\n options?: RejectCallOptionalParams,\n ): Promise<void> {\n return this.sendOperationRequest(\n { rejectCallRequest, options },\n rejectCallOperationSpec,\n );\n }\n\n /**\n * Create a connection to a CallLocator.\n * @param connectRequest The create connection request.\n * @param options The options parameters.\n */\n connect(\n connectRequest: ConnectRequest,\n options?: ConnectOptionalParams,\n ): Promise<ConnectResponse> {\n return this.sendOperationRequest(\n { connectRequest, options },\n connectOperationSpec,\n );\n }\n\n callConnection: CallConnection;\n callMedia: CallMedia;\n callRecording: CallRecording;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections\",\n httpMethod: \"POST\",\n responses: {\n 201: {\n bodyMapper: Mappers.CallConnectionPropertiesInternal,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.createCallRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst answerCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections:answer\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CallConnectionPropertiesInternal,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.answerCallRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst redirectCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections:redirect\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.redirectCallRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst rejectCallOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections:reject\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.rejectCallRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst connectOperationSpec: coreClient.OperationSpec = {\n path: \"/calling/callConnections:connect\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CallConnectionPropertiesInternal,\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse,\n },\n },\n requestBody: Parameters.connectRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.repeatabilityRequestID,\n Parameters.repeatabilityFirstSent,\n ],\n mediaType: \"json\",\n serializer,\n};\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PlayRequest,\n PlaySourceInternal,\n FileSourceInternal,\n TextSourceInternal,\n SsmlSourceInternal,\n KnownPlaySourceType,\n RecognizeRequest,\n KnownRecognizeInputType,\n RecognizeOptions,\n DtmfOptions,\n CallAutomationApiClient,\n CallAutomationApiClientOptionalParams,\n ContinuousDtmfRecognitionRequest,\n SendDtmfTonesRequest,\n Tone,\n SpeechOptions,\n HoldRequest,\n UnholdRequest,\n} from \"./generated/src\";\n\nimport { CallMediaImpl } from \"./generated/src/operations\";\n\nimport {\n CommunicationIdentifier,\n createCommunicationAuthPolicy,\n serializeCommunicationIdentifier,\n} from \"@azure/communication-common\";\n\nimport { FileSource, TextSource, SsmlSource, DtmfTone } from \"./models/models\";\nimport {\n PlayOptions,\n PlayToAllOptions,\n CallMediaRecognizeDtmfOptions,\n CallMediaRecognizeChoiceOptions,\n ContinuousDtmfRecognitionOptions,\n SendDtmfTonesOptions,\n CallMediaRecognizeSpeechOptions,\n CallMediaRecognizeSpeechOrDtmfOptions,\n HoldOptions,\n UnholdOptions,\n} from \"./models/options\";\nimport { KeyCredential, TokenCredential } from \"@azure/core-auth\";\nimport { SendDtmfTonesResult } from \"./models/responses\";\nimport { randomUUID } from \"@azure/core-util\";\n\n/**\n * CallMedia class represents call media related APIs.\n */\nexport class CallMedia {\n private readonly callConnectionId: string;\n private readonly callMedia: CallMediaImpl;\n private readonly callAutomationApiClient: CallAutomationApiClient;\n constructor(\n callConnectionId: string,\n endpoint: string,\n credential: KeyCredential | TokenCredential,\n options?: CallAutomationApiClientOptionalParams,\n ) {\n this.callAutomationApiClient = new CallAutomationApiClient(endpoint, options);\n const authPolicy = createCommunicationAuthPolicy(credential);\n this.callAutomationApiClient.pipeline.addPolicy(authPolicy);\n this.callConnectionId = callConnectionId;\n this.callMedia = new CallMediaImpl(this.callAutomationApiClient);\n }\n\n private createPlaySourceInternal(\n playSource: FileSource | TextSource | SsmlSource,\n ): PlaySourceInternal {\n if (playSource.kind === \"fileSource\") {\n const fileSource: FileSourceInternal = {\n uri: playSource.url,\n };\n return {\n kind: KnownPlaySourceType.File,\n file: fileSource,\n playSourceCacheId: playSource.playsourcacheid,\n };\n } else if (playSource.kind === \"textSource\") {\n const textSource: TextSourceInternal = {\n text: playSource.text,\n sourceLocale: playSource.sourceLocale,\n voiceKind: playSource.voiceKind,\n voiceName: playSource.voiceName,\n customVoiceEndpointId: playSource.customVoiceEndpointId,\n };\n return {\n kind: KnownPlaySourceType.Text,\n text: textSource,\n playSourceCacheId: playSource.playsourcacheid,\n };\n } else if (playSource.kind === \"ssmlSource\") {\n const ssmlSource: SsmlSourceInternal = {\n ssmlText: playSource.ssmlText,\n customVoiceEndpointId: playSource.customVoiceEndpointId,\n };\n return {\n kind: KnownPlaySourceType.Ssml,\n ssml: ssmlSource,\n playSourceCacheId: playSource.playsourcacheid,\n };\n }\n throw new Error(\"Invalid play source\");\n }\n\n /**\n * Play audio to a specific participant.\n *\n * @param playSources - A PlaySource representing the sources to play. Currently only single play source per request is supported.\n * @param playTo - The targets to play to.\n * @param options - Additional attributes for play.\n */\n public async play(\n playSources: (FileSource | TextSource | SsmlSource)[],\n playTo: CommunicationIdentifier[],\n options: PlayOptions = { loop: false },\n ): Promise<void> {\n const playRequest: PlayRequest = {\n playSources: playSources.map((source) => this.createPlaySourceInternal(source)),\n playTo: playTo.map((identifier) => serializeCommunicationIdentifier(identifier)),\n playOptions: {\n loop: false,\n },\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n };\n\n if (options.loop !== undefined) {\n playRequest.playOptions = playRequest.playOptions || { loop: false }; // Ensure playOptions is defined\n playRequest.playOptions.loop = options.loop;\n }\n return this.callMedia.play(this.callConnectionId, playRequest, options);\n }\n\n /**\n * Play to all participants.\n *\n * @param playSources - A PlaySource representing the sources to play. Currently only single play source per request is supported.\n * @param options - Additional attributes for play.\n */\n public async playToAll(\n playSources: (FileSource | TextSource | SsmlSource)[],\n options: PlayToAllOptions = { loop: false },\n ): Promise<void> {\n const playRequest: PlayRequest = {\n playSources: playSources.map((source) => this.createPlaySourceInternal(source)),\n playTo: [],\n playOptions: {\n loop: false,\n },\n interruptCallMediaOperation:\n options.interruptCallMediaOperation !== undefined\n ? options.interruptCallMediaOperation\n : false,\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n };\n\n if (options.loop !== undefined) {\n playRequest.playOptions = playRequest.playOptions || { loop: false }; // Ensure playOptions is defined\n playRequest.playOptions.loop = options.loop;\n }\n return this.callMedia.play(this.callConnectionId, playRequest, options);\n }\n\n private createRecognizeRequest(\n targetParticipant: CommunicationIdentifier,\n recognizeOptions:\n | CallMediaRecognizeDtmfOptions\n | CallMediaRecognizeChoiceOptions\n | CallMediaRecognizeSpeechOptions\n | CallMediaRecognizeSpeechOrDtmfOptions,\n ): RecognizeRequest {\n if (recognizeOptions.kind === \"callMediaRecognizeDtmfOptions\") {\n const dtmfOptionsInternal: DtmfOptions = {\n interToneTimeoutInSeconds: recognizeOptions.interToneTimeoutInSeconds\n ? recognizeOptions.interToneTimeoutInSeconds\n : 2,\n maxTonesToCollect: recognizeOptions.maxTonesToCollect,\n stopTones: recognizeOptions.stopDtmfTones,\n };\n const recognizeOptionsInternal: RecognizeOptions = {\n interruptPrompt: recognizeOptions.interruptPrompt,\n initialSilenceTimeoutInSeconds: recognizeOptions.initialSilenceTimeoutInSeconds\n ? recognizeOptions.initialSilenceTimeoutInSeconds\n : 5,\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n dtmfOptions: dtmfOptionsInternal,\n };\n return {\n recognizeInputType: KnownRecognizeInputType.Dtmf,\n playPrompt: recognizeOptions.playPrompt\n ? this.createPlaySourceInternal(recognizeOptions.playPrompt)\n : undefined,\n playPrompts:\n recognizeOptions.playPrompts !== undefined\n ? recognizeOptions.playPrompts.map((source) => this.createPlaySourceInternal(source))\n : undefined,\n interruptCallMediaOperation: recognizeOptions.interruptCallMediaOperation,\n recognizeOptions: recognizeOptionsInternal,\n operationContext: recognizeOptions.operationContext,\n operationCallbackUri: recognizeOptions.operationCallbackUrl,\n };\n } else if (recognizeOptions.kind === \"callMediaRecognizeChoiceOptions\") {\n const recognizeOptionsInternal: RecognizeOptions = {\n interruptPrompt: recognizeOptions.interruptPrompt,\n initialSilenceTimeoutInSeconds: recognizeOptions.initialSilenceTimeoutInSeconds\n ? recognizeOptions.initialSilenceTimeoutInSeconds\n : 5,\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n speechLanguage: recognizeOptions.speechLanguage,\n speechRecognitionModelEndpointId: recognizeOptions.speechRecognitionModelEndpointId,\n choices: recognizeOptions.choices,\n };\n return {\n recognizeInputType: KnownRecognizeInputType.Choices,\n playPrompt: recognizeOptions.playPrompt\n ? this.createPlaySourceInternal(recognizeOptions.playPrompt)\n : undefined,\n playPrompts:\n recognizeOptions.playPrompts !== undefined\n ? recognizeOptions.playPrompts.map((source) => this.createPlaySourceInternal(source))\n : undefined,\n interruptCallMediaOperation: recognizeOptions.interruptCallMediaOperation,\n recognizeOptions: recognizeOptionsInternal,\n operationContext: recognizeOptions.operationContext,\n operationCallbackUri: recognizeOptions.operationCallbackUrl,\n };\n } else if (recognizeOptions.kind === \"callMediaRecognizeSpeechOptions\") {\n const speechOptions: SpeechOptions = {\n endSilenceTimeoutInMs: recognizeOptions.endSilenceTimeoutInSeconds\n ? recognizeOptions.endSilenceTimeoutInSeconds * 1000\n : 2000,\n };\n const recognizeOptionsInternal: RecognizeOptions = {\n interruptPrompt: recognizeOptions.interruptPrompt,\n initialSilenceTimeoutInSeconds: recognizeOptions.initialSilenceTimeoutInSeconds\n ? recognizeOptions.initialSilenceTimeoutInSeconds\n : 5,\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n speechOptions: speechOptions,\n speechLanguage: recognizeOptions.speechLanguage,\n speechRecognitionModelEndpointId: recognizeOptions.speechRecognitionModelEndpointId,\n };\n return {\n recognizeInputType: KnownRecognizeInputType.Speech,\n playPrompt: recognizeOptions.playPrompt\n ? this.createPlaySourceInternal(recognizeOptions.playPrompt)\n : undefined,\n playPrompts:\n recognizeOptions.playPrompts !== undefined\n ? recognizeOptions.playPrompts.map((source) => this.createPlaySourceInternal(source))\n : undefined,\n interruptCallMediaOperation: recognizeOptions.interruptCallMediaOperation,\n recognizeOptions: recognizeOptionsInternal,\n operationContext: recognizeOptions.operationContext,\n operationCallbackUri: recognizeOptions.operationCallbackUrl,\n };\n } else if (recognizeOptions.kind === \"callMediaRecognizeSpeechOrDtmfOptions\") {\n const dtmfOptionsInternal: DtmfOptions = {\n interToneTimeoutInSeconds: recognizeOptions.interToneTimeoutInSeconds\n ? recognizeOptions.interToneTimeoutInSeconds\n : 2,\n maxTonesToCollect: recognizeOptions.maxTonesToCollect,\n stopTones: recognizeOptions.stopDtmfTones,\n };\n const speechOptions: SpeechOptions = {\n endSilenceTimeoutInMs: recognizeOptions.endSilenceTimeoutInSeconds\n ? recognizeOptions.endSilenceTimeoutInSeconds * 1000\n : 2000,\n };\n const recognizeOptionsInternal: RecognizeOptions = {\n interruptPrompt: recognizeOptions.interruptPrompt,\n initialSilenceTimeoutInSeconds: recognizeOptions.initialSilenceTimeoutInSeconds\n ? recognizeOptions.initialSilenceTimeoutInSeconds\n : 5,\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n speechOptions: speechOptions,\n dtmfOptions: dtmfOptionsInternal,\n speechRecognitionModelEndpointId: recognizeOptions.speechRecognitionModelEndpointId,\n };\n return {\n recognizeInputType: KnownRecognizeInputType.SpeechOrDtmf,\n playPrompt: recognizeOptions.playPrompt\n ? this.createPlaySourceInternal(recognizeOptions.playPrompt)\n : undefined,\n playPrompts:\n recognizeOptions.playPrompts !== undefined\n ? recognizeOptions.playPrompts.map((source) => this.createPlaySourceInternal(source))\n : undefined,\n interruptCallMediaOperation: recognizeOptions.interruptCallMediaOperation,\n recognizeOptions: recognizeOptionsInternal,\n operationContext: recognizeOptions.operationContext,\n operationCallbackUri: recognizeOptions.operationCallbackUrl,\n };\n }\n throw new Error(\"Invalid recognizeOptions\");\n }\n\n /**\n * Recognize participant input.\n * @deprecated This method signature is deprecated. Please use the new signature with targetParticipant and options params instead, and set maxTonesToCollect in options.\n * @param targetParticipant - Target participant.\n * @param maxTonesToCollect - Maximum number of DTMF tones to be collected.\n * @param options - Different attributes for recognize.\n * */\n public async startRecognizing(\n targetParticipant: CommunicationIdentifier,\n maxTonesToCollect: number,\n options: CallMediaRecognizeDtmfOptions,\n ): Promise<void>;\n\n /**\n * Recognize participant input.\n * @param targetParticipant - Target participant.\n * @param options - Different attributes for recognize.\n * */\n public async startRecognizing(\n targetParticipant: CommunicationIdentifier,\n options:\n | CallMediaRecognizeDtmfOptions\n | CallMediaRecognizeChoiceOptions\n | CallMediaRecognizeSpeechOptions\n | CallMediaRecognizeSpeechOrDtmfOptions,\n ): Promise<void>;\n async startRecognizing(\n targetParticipant: CommunicationIdentifier,\n maxTonesOrOptions:\n | number\n | CallMediaRecognizeDtmfOptions\n | CallMediaRecognizeChoiceOptions\n | CallMediaRecognizeSpeechOptions\n | CallMediaRecognizeSpeechOrDtmfOptions,\n options?: CallMediaRecognizeDtmfOptions,\n ): Promise<void> {\n if (typeof maxTonesOrOptions === \"number\" && options) {\n // Old function signature logic\n console.warn(\n \"Deprecated function signature used. Please use the new signature with targetParticipant and options params instead, and set maxTonesToCollect in options.\",\n );\n options.maxTonesToCollect = maxTonesOrOptions;\n return this.callMedia.recognize(\n this.callConnectionId,\n this.createRecognizeRequest(targetParticipant, options),\n {},\n );\n } else if (typeof maxTonesOrOptions !== \"number\" && !options) {\n // New function signature logic\n return this.callMedia.recognize(\n this.callConnectionId,\n this.createRecognizeRequest(targetParticipant, maxTonesOrOptions),\n {},\n );\n }\n throw new Error(\"Invalid params\");\n }\n\n /**\n * Cancels all the queued media operations.\n */\n public async cancelAllOperations(): Promise<void> {\n return this.callMedia.cancelAllMediaOperations(this.callConnectionId, {});\n }\n\n /**\n * Start continuous Dtmf recognition by subscribing to tones.\n * @param targetParticipant - Target participant.\n * @param options - Additional attributes for continuous Dtmf recognition.\n * */\n public async startContinuousDtmfRecognition(\n targetParticipant: CommunicationIdentifier,\n options: ContinuousDtmfRecognitionOptions = {},\n ): Promise<void> {\n const continuousDtmfRecognitionRequest: ContinuousDtmfRecognitionRequest = {\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n operationContext: options.operationContext,\n };\n return this.callMedia.startContinuousDtmfRecognition(\n this.callConnectionId,\n continuousDtmfRecognitionRequest,\n {},\n );\n }\n\n /**\n * Stop continuous Dtmf recognition by unsubscribing to tones.\n * @param targetParticipant - Target participant.\n * @param options - Additional attributes for continuous Dtmf recognition.\n * */\n public async stopContinuousDtmfRecognition(\n targetParticipant: CommunicationIdentifier,\n options: ContinuousDtmfRecognitionOptions = {},\n ): Promise<void> {\n const continuousDtmfRecognitionRequest: ContinuousDtmfRecognitionRequest = {\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n };\n return this.callMedia.stopContinuousDtmfRecognition(\n this.callConnectionId,\n continuousDtmfRecognitionRequest,\n {},\n );\n }\n\n /**\n * Send Dtmf tones.\n * @param tones - List of tones to be sent to target participant.\n * @param targetParticipant - Target participant.\n * @param options - Additional attributes for send Dtmf tones.\n * */\n public async sendDtmfTones(\n tones: Tone[] | DtmfTone[],\n targetParticipant: CommunicationIdentifier,\n options: SendDtmfTonesOptions = {},\n ): Promise<SendDtmfTonesResult> {\n const sendDtmfTonesRequest: SendDtmfTonesRequest = {\n tones: tones,\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n };\n\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const result = await this.callMedia.sendDtmfTones(\n this.callConnectionId,\n sendDtmfTonesRequest,\n optionsInternal,\n );\n const sendDtmfTonesResult: SendDtmfTonesResult = {\n ...result,\n };\n return sendDtmfTonesResult;\n }\n\n /**\n * Put participant on hold while playing audio.\n *\n * @param targetParticipant - The targets to play to.\n * @param options - Additional attributes for hold participant.\n */\n public async hold(\n targetParticipant: CommunicationIdentifier,\n options: HoldOptions = {},\n ): Promise<void> {\n const holdRequest: HoldRequest = {\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n playSourceInfo:\n options.playSource !== undefined\n ? this.createPlaySourceInternal(options.playSource)\n : undefined,\n operationContext:\n options.operationContext !== undefined ? options.operationContext : undefined,\n operationCallbackUri:\n options.operationCallbackUrl !== undefined ? options.operationCallbackUrl : undefined,\n };\n return this.callMedia.hold(this.callConnectionId, holdRequest);\n }\n\n /**\n * Remove participant from hold.\n *\n * @param targetParticipant - The targets to play to.\n * @param options - Additional attributes for unhold participant.\n */\n public async unhold(\n targetParticipant: CommunicationIdentifier,\n options: UnholdOptions = {},\n ): Promise<void> {\n const unholdRequest: UnholdRequest = {\n targetParticipant: serializeCommunicationIdentifier(targetParticipant),\n operationContext:\n options.operationContext !== undefined ? options.operationContext : undefined,\n };\n return this.callMedia.unhold(this.callConnectionId, unholdRequest);\n }\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n PhoneNumberIdentifier,\n CommunicationUserIdentifier,\n UnknownIdentifier,\n SerializedPhoneNumberIdentifier,\n CommunicationIdentifier,\n SerializedCommunicationIdentifier,\n MicrosoftTeamsUserIdentifier,\n MicrosoftTeamsAppIdentifier,\n} from \"@azure/communication-common\";\nimport {\n serializeCommunicationIdentifier,\n isCommunicationUserIdentifier,\n isPhoneNumberIdentifier,\n isUnknownIdentifier,\n isMicrosoftTeamsUserIdentifier,\n isMicrosoftTeamsAppIdentifier,\n} from \"@azure/communication-common\";\nimport type {\n CallParticipantInternal,\n CommunicationIdentifierModel,\n CommunicationIdentifierModelKind,\n KnownCommunicationCloudEnvironmentModel,\n PhoneNumberIdentifierModel,\n CommunicationUserIdentifierModel,\n} from \"../generated/src\";\nimport { KnownCommunicationIdentifierModelKind } from \"../generated/src\";\nimport type { CallParticipant } from \"../models/models\";\n\nfunction extractKind(\n identifierModel: CommunicationIdentifierModel,\n): CommunicationIdentifierModelKind {\n if (identifierModel.communicationUser !== undefined) {\n return KnownCommunicationIdentifierModelKind.CommunicationUser;\n }\n if (identifierModel.phoneNumber !== undefined) {\n return KnownCommunicationIdentifierModelKind.PhoneNumber;\n }\n if (identifierModel.microsoftTeamsUser !== undefined) {\n return KnownCommunicationIdentifierModelKind.MicrosoftTeamsUser;\n }\n if (identifierModel.microsoftTeamsApp !== undefined) {\n return KnownCommunicationIdentifierModelKind.MicrosoftTeamsApp;\n }\n return KnownCommunicationIdentifierModelKind.Unknown;\n}\n\n/** Convert PhoneNumberIdentifier to PhoneNumberIdentifierModel(Internal usage class) */\nexport function PhoneNumberIdentifierModelConverter(\n phoneNumberIdentifier: PhoneNumberIdentifier | undefined,\n): PhoneNumberIdentifierModel | undefined {\n if (phoneNumberIdentifier === undefined || phoneNumberIdentifier.phoneNumber === undefined) {\n return undefined;\n }\n\n const phoneNumberIdentifierModel =\n serializeCommunicationIdentifier(phoneNumberIdentifier).phoneNumber;\n return phoneNumberIdentifierModel;\n}\n\n/** Convert SerializedPhoneNumberIdentifier to PhoneNumberIdentifier(Public usage class) */\nexport function phoneNumberIdentifierConverter(\n serializedPhoneNumberIdentifier: SerializedPhoneNumberIdentifier | undefined,\n): PhoneNumberIdentifier | undefined {\n if (\n serializedPhoneNumberIdentifier === undefined ||\n serializedPhoneNumberIdentifier?.value === null\n ) {\n return undefined;\n }\n\n const phoneNumberIdentifier: PhoneNumberIdentifier = {\n phoneNumber: serializedPhoneNumberIdentifier.value,\n };\n return phoneNumberIdentifier;\n}\n\n/** Convert CommunicationIdentifierModel to CommunicationIdentifier(Public usage class) */\nexport function communicationIdentifierConverter(\n identifierModel: CommunicationIdentifierModel,\n): CommunicationIdentifier {\n const rawId = identifierModel.rawId;\n const kind =\n identifierModel.kind !== undefined ? identifierModel.kind : extractKind(identifierModel);\n\n if (\n kind === KnownCommunicationIdentifierModelKind.CommunicationUser &&\n identifierModel.communicationUser !== undefined\n ) {\n const communicationUserIdentifier: CommunicationUserIdentifier = {\n communicationUserId: identifierModel.communicationUser.id,\n };\n return communicationUserIdentifier;\n }\n\n if (\n kind === KnownCommunicationIdentifierModelKind.PhoneNumber &&\n identifierModel.phoneNumber !== undefined\n ) {\n const phoneNumberIdentifier: PhoneNumberIdentifier = {\n phoneNumber: identifierModel.phoneNumber.value,\n rawId: rawId,\n };\n return phoneNumberIdentifier;\n }\n\n if (\n kind === KnownCommunicationIdentifierModelKind.MicrosoftTeamsUser &&\n identifierModel.microsoftTeamsUser !== undefined\n ) {\n const microsoftTeamsUserIdentifier: MicrosoftTeamsUserIdentifier = {\n rawId: rawId,\n microsoftTeamsUserId: identifierModel.microsoftTeamsUser.userId,\n isAnonymous: identifierModel.microsoftTeamsUser.isAnonymous,\n cloud: identifierModel.microsoftTeamsUser.cloud as KnownCommunicationCloudEnvironmentModel,\n };\n return microsoftTeamsUserIdentifier;\n }\n\n if (\n kind === KnownCommunicationIdentifierModelKind.MicrosoftTeamsApp &&\n identifierModel.microsoftTeamsApp !== undefined\n ) {\n const microsoftTeamsAppIdentifier: MicrosoftTeamsAppIdentifier = {\n rawId: rawId,\n teamsAppId: identifierModel.microsoftTeamsApp.appId,\n cloud: identifierModel.microsoftTeamsApp.cloud as KnownCommunicationCloudEnvironmentModel,\n };\n return microsoftTeamsAppIdentifier;\n }\n\n const unknownIdentifier: UnknownIdentifier = {\n id: rawId ? rawId : \"\",\n };\n return unknownIdentifier;\n}\n\n/** Convert CommunicationIdentifier to CommunicationIdentifierModel(Internal usage class) */\nexport function communicationIdentifierModelConverter(\n identifier: CommunicationIdentifier,\n): CommunicationIdentifierModel {\n const serializedIdentifier: SerializedCommunicationIdentifier =\n serializeCommunicationIdentifier(identifier);\n if (isCommunicationUserIdentifier(identifier)) {\n const communicationUserIdentifierModel: CommunicationIdentifierModel = {\n kind: KnownCommunicationIdentifierModelKind.CommunicationUser,\n ...serializedIdentifier,\n };\n return communicationUserIdentifierModel;\n }\n\n if (isPhoneNumberIdentifier(identifier)) {\n const phoneNumberIdentifierModel: CommunicationIdentifierModel = {\n kind: KnownCommunicationIdentifierModelKind.PhoneNumber,\n ...serializedIdentifier,\n };\n return phoneNumberIdentifierModel;\n }\n\n if (isMicrosoftTeamsUserIdentifier(identifier)) {\n const microsoftTeamsUserIdentifierModel: CommunicationIdentifierModel = {\n kind: KnownCommunicationIdentifierModelKind.MicrosoftTeamsUser,\n ...serializedIdentifier,\n };\n return microsoftTeamsUserIdentifierModel;\n }\n\n if (isMicrosoftTeamsAppIdentifier(identifier)) {\n const microsoftTeamsAppIdentifierModel: CommunicationIdentifierModel = {\n kind: KnownCommunicationIdentifierModelKind.MicrosoftTeamsApp,\n ...serializedIdentifier,\n };\n return microsoftTeamsAppIdentifierModel;\n }\n\n if (isUnknownIdentifier(identifier)) {\n const unknownIdentifierModel: CommunicationIdentifierModel = {\n kind: KnownCommunicationIdentifierModelKind.Unknown,\n ...serializedIdentifier,\n };\n return unknownIdentifierModel;\n }\n\n throw new Error();\n}\n\n/** Convert CallParticipantInternal to CallParticipant */\nexport function callParticipantConverter(\n acsCallParticipant: CallParticipantInternal,\n): CallParticipant {\n const callParticipant: CallParticipant = {\n ...acsCallParticipant,\n identifier: acsCallParticipant.identifier\n ? communicationIdentifierConverter(acsCallParticipant.identifier)\n : undefined,\n };\n return callParticipant;\n}\n\n/** Convert CommunicationUserIdentifier to CommunicationUserIdentifierModel (Internal usage class) */\nexport function communicationUserIdentifierModelConverter(\n identifier: CommunicationUserIdentifier | undefined,\n): CommunicationUserIdentifierModel | undefined {\n if (!identifier || !identifier.communicationUserId) {\n return undefined;\n }\n\n return { id: identifier.communicationUserId };\n}\n\n/** Convert CommunicationUserIdentifierModel to CommunicationUserIdentifier (Public usage class) */\nexport function communicationUserIdentifierConverter(\n identifier: CommunicationUserIdentifierModel | undefined,\n): CommunicationUserIdentifier | undefined {\n if (!identifier || !identifier.id) {\n return undefined;\n }\n\n return { communicationUserId: identifier.id };\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n CommunicationIdentifier,\n createCommunicationAuthPolicy,\n} from \"@azure/communication-common\";\nimport { CallMedia } from \"./callMedia\";\nimport {\n AddParticipantRequest,\n CallAutomationApiClient,\n CallAutomationApiClientOptionalParams,\n CustomCallingContextInternal,\n MuteParticipantsRequest,\n RemoveParticipantRequest,\n TransferToParticipantRequest,\n} from \"./generated/src\";\nimport { CallConnectionImpl } from \"./generated/src/operations\";\nimport {\n CallConnectionProperties,\n CallInvite,\n CallParticipant,\n CustomCallingContext,\n} from \"./models/models\";\nimport {\n AddParticipantOptions,\n CancelAddParticipantOperationOptions,\n GetCallConnectionPropertiesOptions,\n GetParticipantOptions,\n HangUpOptions,\n MuteParticipantOption,\n RemoveParticipantsOption,\n TransferCallToParticipantOptions,\n} from \"./models/options\";\nimport {\n ListParticipantsResult,\n TransferCallResult,\n AddParticipantResult,\n RemoveParticipantResult,\n MuteParticipantResult,\n CancelAddParticipantOperationResult,\n} from \"./models/responses\";\nimport {\n callParticipantConverter,\n communicationIdentifierConverter,\n communicationIdentifierModelConverter,\n communicationUserIdentifierConverter,\n phoneNumberIdentifierConverter,\n PhoneNumberIdentifierModelConverter,\n} from \"./utli/converters\";\nimport { randomUUID } from \"@azure/core-util\";\nimport { KeyCredential, TokenCredential } from \"@azure/core-auth\";\n\n/**\n * CallConnection class represents call connection based APIs.\n */\nexport class CallConnection {\n private readonly callConnectionId: string;\n private readonly callConnection: CallConnectionImpl;\n private readonly callAutomationApiClient: CallAutomationApiClient;\n private readonly endpoint: string;\n private readonly credential: TokenCredential | KeyCredential;\n private readonly callAutomationApiClientOptions?: CallAutomationApiClientOptionalParams;\n constructor(\n callConnectionId: string,\n endpoint: string,\n credential: KeyCredential | TokenCredential,\n options?: CallAutomationApiClientOptionalParams,\n ) {\n this.callAutomationApiClient = new CallAutomationApiClient(endpoint, options);\n const authPolicy = createCommunicationAuthPolicy(credential);\n this.callAutomationApiClient.pipeline.addPolicy(authPolicy);\n this.callConnectionId = callConnectionId;\n this.callConnection = new CallConnectionImpl(this.callAutomationApiClient);\n this.endpoint = endpoint;\n this.credential = credential;\n this.callAutomationApiClientOptions = options;\n }\n\n /**\n * Initializes a new instance of CallMedia.\n */\n public getCallMedia(): CallMedia {\n return new CallMedia(\n this.callConnectionId,\n this.endpoint,\n this.credential,\n this.callAutomationApiClientOptions,\n );\n }\n\n /**\n * Get call connection properties of the call\n */\n public async getCallConnectionProperties(\n options: GetCallConnectionPropertiesOptions = {},\n ): Promise<CallConnectionProperties> {\n const { targets, sourceCallerIdNumber, answeredBy, source, answeredFor, ...result } =\n await this.callConnection.getCall(this.callConnectionId, options);\n const callConnectionProperties: CallConnectionProperties = {\n ...result,\n source: source ? communicationIdentifierConverter(source) : undefined,\n answeredby: communicationUserIdentifierConverter(answeredBy),\n answeredFor: answeredFor ? phoneNumberIdentifierConverter(answeredFor) : undefined,\n targetParticipants: targets?.map((target) => communicationIdentifierConverter(target)),\n sourceCallerIdNumber: sourceCallerIdNumber\n ? phoneNumberIdentifierConverter(sourceCallerIdNumber)\n : undefined,\n };\n return callConnectionProperties;\n }\n\n /**\n * Hang up the call for itself or terminate the whole call.\n *\n * @param isForEveryOne - Determine if every one in the call would be hung up or not.\n */\n public async hangUp(isForEveryone: boolean, options: HangUpOptions = {}): Promise<void> {\n if (isForEveryone) {\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n await this.callConnection.terminateCall(this.callConnectionId, optionsInternal);\n } else {\n await this.callConnection.hangupCall(this.callConnectionId, options);\n }\n return;\n }\n\n /**\n * Get a participant from the call\n *\n * @param targetParticipant - The communication identifier of requested participant.\n */\n public async getParticipant(\n targetParticipant: CommunicationIdentifier,\n options: GetParticipantOptions = {},\n ): Promise<CallParticipant> {\n let rawId: string | undefined = communicationIdentifierModelConverter(targetParticipant).rawId;\n rawId = rawId === undefined ? \"\" : rawId;\n\n const result = await this.callConnection.getParticipant(this.callConnectionId, rawId, options);\n const callParticipant: CallParticipant = {\n identifier: result.identifier\n ? communicationIdentifierConverter(result.identifier)\n : undefined,\n isMuted: result.isMuted,\n isOnHold: result.isOnHold,\n };\n return callParticipant;\n }\n\n /**\n * Get all participants from the call\n */\n public async listParticipants(\n options: GetParticipantOptions = {},\n ): Promise<ListParticipantsResult> {\n const result = this.callConnection.listParticipants(this.callConnectionId, options);\n const participants = [];\n const pages = result?.byPage();\n\n for await (const page of pages) {\n for (const participant of page) {\n participants.push(callParticipantConverter(participant));\n }\n }\n\n const listParticipantResponse: ListParticipantsResult = {\n ...result,\n values: participants,\n };\n return listParticipantResponse;\n }\n\n private createCustomCallingContextInternal(\n customCallingContext: CustomCallingContext,\n ): CustomCallingContextInternal {\n const sipHeaders: { [key: string]: string } = {};\n const voipHeaders: { [key: string]: string } = {};\n if (customCallingContext) {\n for (const header of customCallingContext) {\n if (header.kind === \"sipuui\") {\n sipHeaders[`User-To-User`] = header.value;\n } else if (header.kind === \"sipx\") {\n sipHeaders[`X-MS-Custom-${header.key}`] = header.value;\n } else if (header.kind === \"voip\") {\n voipHeaders[`${header.key}`] = header.value;\n }\n }\n }\n return { sipHeaders: sipHeaders, voipHeaders: voipHeaders };\n }\n\n /**\n * Add a participant to the call\n *\n * @param participant - The participant is going to be added.\n */\n public async addParticipant(\n targetParticipant: CallInvite,\n options: AddParticipantOptions = {},\n ): Promise<AddParticipantResult> {\n const addParticipantRequest: AddParticipantRequest = {\n participantToAdd: communicationIdentifierModelConverter(targetParticipant.targetParticipant),\n sourceCallerIdNumber: PhoneNumberIdentifierModelConverter(\n targetParticipant.sourceCallIdNumber,\n ),\n sourceDisplayName: targetParticipant.sourceDisplayName,\n invitationTimeoutInSeconds: options.invitationTimeoutInSeconds,\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n customCallingContext: this.createCustomCallingContextInternal(\n targetParticipant.customCallingContext!,\n ),\n };\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const result = await this.callConnection.addParticipant(\n this.callConnectionId,\n addParticipantRequest,\n optionsInternal,\n );\n const addParticipantsResult: AddParticipantResult = {\n ...result,\n participant: {\n ...result.participant,\n identifier: result.participant?.identifier\n ? communicationIdentifierConverter(result.participant?.identifier)\n : undefined,\n },\n };\n return addParticipantsResult;\n }\n\n /**\n * Transfer the call to a target participant\n *\n * @param targetParticipant - The target to be transferred to.\n */\n public async transferCallToParticipant(\n targetParticipant: CommunicationIdentifier,\n options: TransferCallToParticipantOptions = {},\n ): Promise<TransferCallResult> {\n const transferToParticipantRequest: TransferToParticipantRequest = {\n targetParticipant: communicationIdentifierModelConverter(targetParticipant),\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n transferee: options.transferee && communicationIdentifierModelConverter(options.transferee),\n customCallingContext: this.createCustomCallingContextInternal(options.customCallingContext!),\n sourceCallerIdNumber: PhoneNumberIdentifierModelConverter(options.sourceCallIdNumber),\n };\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const result = await this.callConnection.transferToParticipant(\n this.callConnectionId,\n transferToParticipantRequest,\n optionsInternal,\n );\n const transferCallResult: TransferCallResult = {\n ...result,\n };\n return transferCallResult;\n }\n\n /**\n * Remove a participant from the call\n *\n * @param participant - The participant is going to be removed from the call.\n */\n public async removeParticipant(\n participant: CommunicationIdentifier,\n options: RemoveParticipantsOption = {},\n ): Promise<RemoveParticipantResult> {\n const removeParticipantRequest: RemoveParticipantRequest = {\n participantToRemove: communicationIdentifierModelConverter(participant),\n operationContext: options.operationContext,\n operationCallbackUri: options.operationCallbackUrl,\n };\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const result = await this.callConnection.removeParticipant(\n this.callConnectionId,\n removeParticipantRequest,\n optionsInternal,\n );\n const removeParticipantsResult: RemoveParticipantResult = {\n ...result,\n };\n return removeParticipantsResult;\n }\n\n /**\n * Mute participant from the call.\n *\n * @param participant - Participant to be muted from the call.\n * @param options - Additional attributes for mute participant.\n */\n public async muteParticipant(\n participant: CommunicationIdentifier,\n options: MuteParticipantOption = {},\n ): Promise<MuteParticipantResult> {\n const muteParticipantsRequest: MuteParticipantsRequest = {\n targetParticipants: [communicationIdentifierModelConverter(participant)],\n operationContext: options.operationContext,\n };\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const result = await this.callConnection.mute(\n this.callConnectionId,\n muteParticipantsRequest,\n optionsInternal,\n );\n const muteParticipantResult: MuteParticipantResult = {\n ...result,\n };\n return muteParticipantResult;\n }\n\n /** Cancel add participant operation.\n *\n * @param invitationId - Invitation ID used to cancel the add participant request.\n * @param options - Additional attributes for cancel add participant operation.\n */\n public async cancelAddParticipantOperation(\n invitationId: string,\n options: CancelAddParticipantOperationOptions = {},\n ): Promise<CancelAddParticipantOperationResult> {\n const {\n operationContext,\n operationCallbackUrl: operationCallbackUri,\n ...operationOptions\n } = options;\n const cancelAddParticipantRequest = {\n invitationId,\n operationContext: options.operationContext,\n operationCallbackUri,\n };\n const optionsInternal = {\n ...operationOptions,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n\n const result = await this.callConnection.cancelAddParticipant(\n this.callConnectionId,\n cancelAddParticipantRequest,\n optionsInternal,\n );\n\n const cancelAddParticipantResult: CancelAddParticipantOperationResult = {\n ...result,\n };\n\n return cancelAddParticipantResult;\n }\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CallAutomationApiClient } from \"./generated/src/callAutomationApiClient\";\nimport type {\n AddPipelineOptions,\n PipelineRequest,\n PipelineRequestOptions,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport { createHttpHeaders, createPipelineRequest } from \"@azure/core-rest-pipeline\";\nimport type { DeleteRecordingOptions, DownloadRecordingOptions } from \"./models/options\";\n\n/** Class containing ContentDownloading operations. */\nexport class ContentDownloaderImpl {\n private readonly client: CallAutomationApiClient;\n\n /**\n * Initialize a new instance of the class ContentDownloader class.\n * @param client - Reference to the service client\n */\n constructor(client: CallAutomationApiClient) {\n this.client = client;\n this.addCustomSignUrlPolicy();\n }\n\n private addCustomSignUrlPolicy(): void {\n const signUrlPolicy = {\n name: \"CustomSignUrlPolicy\",\n async sendRequest(request: PipelineRequest, next: SendRequest): Promise<PipelineResponse> {\n if (request.headers.has(\"OriginalUrl\")) {\n request.url = `${request.headers.get(\"OriginalUrl\")}`;\n const originalRequest = new URL(request.url);\n request.headers.set(\"Host\", originalRequest.host);\n }\n return next(request);\n },\n };\n\n const pipelineOptions: AddPipelineOptions = {};\n pipelineOptions.afterPhase = \"Sign\";\n this.client.pipeline.addPolicy(signUrlPolicy, pipelineOptions);\n }\n\n /**\n * Deletes a recording.\n * @param deleteLocationUrl - The recording location url. Required.\n */\n async deleteRecording(deleteLocationUrl: string, options: DeleteRecordingOptions): Promise<void> {\n const fileLocation = new URL(deleteLocationUrl);\n const endpoint = new URL(this.client.endpoint);\n const modifiedUrlForSigning = endpoint.origin + fileLocation.pathname;\n\n const opt: PipelineRequestOptions = {\n url: modifiedUrlForSigning,\n method: \"DELETE\",\n headers: createHttpHeaders(),\n body: \"\",\n abortSignal: options?.abortSignal,\n tracingOptions: options?.tracingOptions,\n };\n\n opt.headers?.set(\"OriginalUrl\", deleteLocationUrl);\n opt.headers?.set(\"x-ms-host\", endpoint.host);\n opt.headers?.set(\"accept\", \"application/json\");\n\n const req = createPipelineRequest(opt);\n\n const results = await this.client.sendRequest(req);\n\n if (results.status !== 200) {\n if (results.bodyAsText) {\n const jsonBody = JSON.parse(results.bodyAsText);\n throw { status: jsonBody.status, message: jsonBody.message };\n }\n throw { status: results.status };\n }\n }\n\n /**\n * Returns a stream with a call recording.\n * @param sourceLocationUrl - The source location url. Required.\n * @param options - Additional request options contains downloadRecording options.\n */\n async download(\n sourceLocationUrl: string,\n options: DownloadRecordingOptions,\n ): Promise<PipelineResponse> {\n const fileLocation = new URL(sourceLocationUrl);\n const endpoint = new URL(this.client.endpoint);\n const modifiedUrlForSigning = endpoint.origin + fileLocation.pathname;\n\n const opt: PipelineRequestOptions = {\n url: modifiedUrlForSigning,\n method: \"GET\",\n headers: createHttpHeaders(),\n body: \"\",\n streamResponseStatusCodes: new Set([200, 206]),\n abortSignal: options.abortSignal,\n tracingOptions: options?.tracingOptions,\n };\n\n if (options.length && !options.offset) {\n throw Error(\"Download offset value must not be empty if length is set.\");\n } else if (options.length && options.offset) {\n options.length = options.offset + options.length - 1;\n }\n\n let rangeHeader = \"bytes=\" + options.offset;\n if (options.length) rangeHeader += \"-\" + options.length;\n\n opt.headers?.set(\"OriginalUrl\", sourceLocationUrl);\n opt.headers?.set(\"x-ms-host\", endpoint.host);\n opt.headers?.set(\"accept\", \"application/json\");\n opt.headers?.set(\"Range\", rangeHeader);\n\n const req = createPipelineRequest(opt);\n\n const results = await this.client.sendRequest(req);\n\n if (results.status !== 200 && results.status !== 206) {\n if (results.bodyAsText) {\n const jsonBody = JSON.parse(results.bodyAsText);\n throw { status: jsonBody.status, message: jsonBody.message };\n }\n throw { status: results.status };\n }\n return results;\n }\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport { CallRecordingImpl } from \"./generated/src/operations\";\nimport {\n CallAutomationApiClientOptionalParams,\n StartCallRecordingRequest,\n} from \"./generated/src/models/index\";\nimport { RecordingStateResult } from \"./models/responses\";\nimport {\n StartRecordingOptions,\n StopRecordingOptions,\n PauseRecordingOptions,\n GetRecordingPropertiesOptions,\n ResumeRecordingOptions,\n DeleteRecordingOptions,\n DownloadRecordingOptions,\n} from \"./models/options\";\nimport { communicationIdentifierModelConverter } from \"./utli/converters\";\nimport { ContentDownloaderImpl } from \"./contentDownloader\";\nimport * as fs from \"fs\";\nimport { randomUUID } from \"@azure/core-util\";\nimport { KeyCredential, TokenCredential } from \"@azure/core-auth\";\nimport { CallAutomationApiClient } from \"./generated/src\";\nimport { createCommunicationAuthPolicy } from \"@azure/communication-common\";\n\n/**\n * CallRecording class represents call recording related APIs.\n */\nexport class CallRecording {\n private readonly callRecordingImpl: CallRecordingImpl;\n private readonly contentDownloader: ContentDownloaderImpl;\n private readonly callAutomationApiClient: CallAutomationApiClient;\n\n constructor(\n endpoint: string,\n credential: KeyCredential | TokenCredential,\n options?: CallAutomationApiClientOptionalParams,\n ) {\n this.callAutomationApiClient = new CallAutomationApiClient(endpoint, options);\n const authPolicy = createCommunicationAuthPolicy(credential);\n this.callAutomationApiClient.pipeline.addPolicy(authPolicy);\n this.callRecordingImpl = new CallRecordingImpl(this.callAutomationApiClient);\n this.contentDownloader = new ContentDownloaderImpl(this.callAutomationApiClient);\n }\n\n /**\n * Starts a call recording with the specified options.\n * @param startCallRecordingRequest - options to start the call recording\n * @param options - Operation options.\n */\n public async start(options: StartRecordingOptions): Promise<RecordingStateResult> {\n const startCallRecordingRequest: StartCallRecordingRequest = {\n callLocator: options.callLocator,\n };\n\n startCallRecordingRequest.recordingChannelType = options.recordingChannel;\n startCallRecordingRequest.recordingContentType = options.recordingContent;\n startCallRecordingRequest.recordingFormatType = options.recordingFormat;\n startCallRecordingRequest.recordingStateCallbackUri = options.recordingStateCallbackEndpointUrl;\n startCallRecordingRequest.pauseOnStart = options.pauseOnStart;\n startCallRecordingRequest.recordingStorage = options.recordingStorage;\n\n if (options.channelAffinity) {\n startCallRecordingRequest.channelAffinity = [];\n options.channelAffinity.forEach((identifier) => {\n startCallRecordingRequest.channelAffinity?.push({\n participant: communicationIdentifierModelConverter(identifier.targetParticipant),\n channel: identifier.channel,\n });\n });\n }\n\n if (options.audioChannelParticipantOrdering) {\n startCallRecordingRequest.audioChannelParticipantOrdering = [];\n options.audioChannelParticipantOrdering.forEach((identifier) => {\n startCallRecordingRequest.audioChannelParticipantOrdering?.push(\n communicationIdentifierModelConverter(identifier),\n );\n });\n }\n\n if (options.callLocator.kind === \"groupCallLocator\") {\n startCallRecordingRequest.callLocator.kind = \"groupCallLocator\";\n startCallRecordingRequest.callLocator.groupCallId = options.callLocator.id;\n } else if (options.callLocator.kind === \"roomCallLocator\") {\n startCallRecordingRequest.callLocator.kind = \"roomCallLocator\";\n startCallRecordingRequest.callLocator.roomId = options.callLocator.id;\n } else {\n startCallRecordingRequest.callLocator.kind = \"serverCallLocator\";\n startCallRecordingRequest.callLocator.serverCallId = options.callLocator.id;\n }\n\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const response = await this.callRecordingImpl.startRecording(\n startCallRecordingRequest,\n optionsInternal,\n );\n\n const result: RecordingStateResult = {\n recordingId: response.recordingId!,\n recordingKind: response.recordingKind!,\n recordingState: response.recordingState!,\n };\n\n return result;\n }\n\n /**\n * Returns call recording properties.\n * @param recordingId - The recordingId associated with the recording.\n * @param options - Additional request options contains getRecordingProperties api options.\n */\n public async getState(\n recordingId: string,\n options: GetRecordingPropertiesOptions = {},\n ): Promise<RecordingStateResult> {\n const response = await this.callRecordingImpl.getRecordingProperties(recordingId, options);\n\n const result: RecordingStateResult = {\n recordingId: response.recordingId!,\n recordingKind: response.recordingKind!,\n recordingState: response.recordingState!,\n };\n\n return result;\n }\n\n /**\n * Stops a call recording.\n * @param recordingId - The recordingId associated with the recording.\n * @param options - Additional request options contains stopRecording api options.\n */\n public async stop(recordingId: string, options: StopRecordingOptions = {}): Promise<void> {\n return this.callRecordingImpl.stopRecording(recordingId, options);\n }\n\n /**\n * Pauses a call recording.\n * @param recordingId - The recordingId associated with the recording.\n * @param options - Additional request options contains pauseRecording api options.\n */\n public async pause(recordingId: string, options: PauseRecordingOptions = {}): Promise<void> {\n return this.callRecordingImpl.pauseRecording(recordingId, options);\n }\n\n /**\n * Resumes a call recording.\n * @param recordingId - The recordingId associated with the recording.\n * @param options - Additional request options contains resumeRecording api options.\n */\n public async resume(recordingId: string, options: ResumeRecordingOptions = {}): Promise<void> {\n return this.callRecordingImpl.resumeRecording(recordingId, options);\n }\n\n /**\n * Deletes a recording.\n * @param recordingLocationUrl - The recording location url. Required.\n * @param options - Additional request options contains deleteRecording api options.\n */\n public async delete(\n recordingLocationUrl: string,\n options: DeleteRecordingOptions = {},\n ): Promise<void> {\n await this.contentDownloader.deleteRecording(recordingLocationUrl, options);\n }\n\n /**\n * Returns a stream with a call recording.\n * @param sourceLocationUrl - The source location url. Required.\n * @param options - Additional request options contains downloadRecording api options.\n */\n public async downloadStreaming(\n sourceLocationUrl: string,\n options: DownloadRecordingOptions = {},\n ): Promise<NodeJS.ReadableStream> {\n const result = this.contentDownloader.download(sourceLocationUrl, options);\n const recordingStream = (await result).readableStreamBody;\n if (recordingStream) {\n return recordingStream;\n } else {\n throw Error(\"failed to get stream\");\n }\n }\n\n /**\n * Downloads a call recording file to the specified stream.\n * @param sourceLocationUrl - The source location url. Required.\n * @param destinationStream - The destination stream. Required.\n * @param options - Additional request options contains downloadRecording api options.\n */\n public async downloadToStream(\n sourceLocationUrl: string,\n destinationStream: NodeJS.WritableStream,\n options: DownloadRecordingOptions = {},\n ): Promise<void> {\n const result = this.contentDownloader.download(sourceLocationUrl, options);\n const recordingStream = (await result).readableStreamBody;\n if (recordingStream) {\n recordingStream.pipe(destinationStream);\n const finish = new Promise<void>((resolve, reject) => {\n destinationStream.on(\"finish\", resolve);\n destinationStream.on(\"error\", reject);\n });\n await finish;\n } else {\n throw Error(\"failed to get stream\");\n }\n }\n\n /**\n * Downloads a call recording file to the specified path.\n * @param sourceLocationUrl - The source location url. Required.\n * @param destinationPath - The destination path. Required.\n * @param options - Additional request options contains downloadRecording api options.\n */\n public async downloadToPath(\n sourceLocationUrl: string,\n destinationPath: string,\n options: DownloadRecordingOptions = {},\n ): Promise<void> {\n const result = this.contentDownloader.download(sourceLocationUrl, options);\n const recordingStream = (await result).readableStreamBody;\n if (recordingStream) {\n const writeFileStream = fs.createWriteStream(destinationPath);\n recordingStream.pipe(writeFileStream);\n const finish = new Promise<void>((resolve, reject) => {\n writeFileStream.on(\"finish\", resolve);\n writeFileStream.on(\"error\", reject);\n });\n await finish;\n } else {\n throw Error(\"failed to get stream\");\n }\n }\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport { KeyCredential, TokenCredential, isTokenCredential } from \"@azure/core-auth\";\nimport { CommonClientOptions } from \"@azure/core-client\";\nimport { InternalPipelineOptions } from \"@azure/core-rest-pipeline\";\nimport {\n parseClientArguments,\n isKeyCredential,\n createCommunicationAuthPolicy,\n CommunicationIdentifier,\n CommunicationUserIdentifier,\n} from \"@azure/communication-common\";\nimport { logger } from \"./models/logger\";\nimport {\n AnswerCallRequest,\n CallAutomationApiClient,\n CommunicationUserIdentifierModel,\n ConnectRequest,\n CreateCallRequest,\n RedirectCallRequest,\n RejectCallRequest,\n} from \"./generated/src\";\nimport { CallConnection } from \"./callConnection\";\nimport { CallRecording } from \"./callRecording\";\nimport {\n AnswerCallOptions,\n ConnectCallOptions,\n CreateCallOptions,\n RedirectCallOptions,\n RejectCallOptions,\n} from \"./models/options\";\nimport { AnswerCallResult, ConnectCallResult, CreateCallResult } from \"./models/responses\";\nimport { CallConnectionProperties, CallInvite, CallLocator } from \"./models/models\";\nimport {\n communicationIdentifierConverter,\n communicationIdentifierModelConverter,\n communicationUserIdentifierConverter,\n communicationUserIdentifierModelConverter,\n phoneNumberIdentifierConverter,\n PhoneNumberIdentifierModelConverter,\n} from \"./utli/converters\";\nimport { randomUUID } from \"@azure/core-util\";\n\n/**\n * Client options used to configure CallAutomation Client API requests.\n */\nexport interface CallAutomationClientOptions extends CommonClientOptions {\n /**\n * The identifier of the source of the call for call creating/answering/inviting operation.\n */\n sourceIdentity?: CommunicationUserIdentifier;\n}\n\n/**\n * Checks whether the type of a value is CallAutomationClientOptions or not.\n *\n * @param options - The value being checked.\n */\nconst isCallAutomationClientOptions = (options: any): options is CallAutomationClientOptions =>\n !!options && !isTokenCredential(options) && !isKeyCredential(options);\n\n/**\n * A CallAutomationClient represents a Client to the Azure Communication CallAutomation service.\n */\nexport class CallAutomationClient {\n private readonly callAutomationApiClient: CallAutomationApiClient;\n private readonly sourceIdentity?: CommunicationUserIdentifierModel;\n private readonly credential: TokenCredential | KeyCredential;\n private readonly internalPipelineOptions: InternalPipelineOptions;\n /**\n * Initializes a new instance of the CallAutomationClient class.\n * @param connectionString - Connection string to connect to an Azure Communication Service resource.\n * Example: \"endpoint=https://contoso.eastus.communications.azure.net/;accesskey=secret\";\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n constructor(connectionString: string, options?: CallAutomationClientOptions);\n\n /**\n * Initializes a new instance of the CallAutomationClient class using a TokenCredential or KeyCredential.\n * @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net).\n * @param credential - TokenCredential or KeyCredential that is used to authenticate requests to the service.\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n constructor(\n endpoint: string,\n credential: TokenCredential | KeyCredential,\n options?: CallAutomationClientOptions,\n );\n\n constructor(\n connectionStringOrUrl: string,\n credentialOrOptions?: KeyCredential | TokenCredential | CallAutomationClientOptions,\n maybeOptions: CallAutomationClientOptions = {},\n ) {\n const options = isCallAutomationClientOptions(credentialOrOptions)\n ? credentialOrOptions\n : maybeOptions;\n\n if (!options?.userAgentOptions) {\n options.userAgentOptions = {};\n }\n\n this.internalPipelineOptions = {\n ...options,\n ...{\n loggingOptions: {\n logger: logger.info,\n },\n },\n };\n\n const { url, credential } = parseClientArguments(connectionStringOrUrl, credentialOrOptions);\n\n const authPolicy = createCommunicationAuthPolicy(credential);\n\n this.credential = credential;\n this.callAutomationApiClient = new CallAutomationApiClient(url, this.internalPipelineOptions);\n this.callAutomationApiClient.pipeline.addPolicy(authPolicy);\n this.sourceIdentity = communicationUserIdentifierModelConverter(options.sourceIdentity);\n }\n\n /**\n * Initializes a new instance of CallConnection.\n * @param callConnectionId - The CallConnection id for the CallConnection instance. (ex: 421CONTOSO-cRD6-4RDc-a078-99dRANDOMf).\n */\n public getCallConnection(callConnectionId: string): CallConnection {\n return new CallConnection(\n callConnectionId,\n this.callAutomationApiClient.endpoint,\n this.credential,\n this.internalPipelineOptions,\n );\n }\n\n /**\n * Initializes a new instance of CallRecording.\n */\n public getCallRecording(): CallRecording {\n return new CallRecording(\n this.callAutomationApiClient.endpoint,\n this.credential,\n this.internalPipelineOptions,\n );\n }\n\n /**\n * Get Source Identity that is used for create and answer call\n */\n public getSourceIdentity(): CommunicationUserIdentifier | undefined {\n return communicationUserIdentifierConverter(this.sourceIdentity);\n }\n\n private async createCallInternal(\n request: CreateCallRequest,\n options?: CreateCallOptions,\n ): Promise<CreateCallResult> {\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const {\n callConnectionId,\n answeredBy,\n targets,\n sourceCallerIdNumber,\n source,\n answeredFor,\n ...result\n } = await this.callAutomationApiClient.createCall(request, optionsInternal);\n\n if (callConnectionId) {\n const callConnectionPropertiesDto: CallConnectionProperties = {\n ...result,\n callConnectionId: callConnectionId,\n source: source ? communicationIdentifierConverter(source) : undefined,\n answeredby: communicationUserIdentifierConverter(answeredBy),\n answeredFor: answeredFor ? phoneNumberIdentifierConverter(answeredFor) : undefined,\n targetParticipants: targets?.map((returnedTarget) =>\n communicationIdentifierConverter(returnedTarget),\n ),\n sourceCallerIdNumber: sourceCallerIdNumber\n ? phoneNumberIdentifierConverter(sourceCallerIdNumber)\n : undefined,\n };\n const callConnection = new CallConnection(\n callConnectionId,\n this.callAutomationApiClient.endpoint,\n this.credential,\n this.internalPipelineOptions,\n );\n const createCallResult: CreateCallResult = {\n callConnectionProperties: callConnectionPropertiesDto,\n callConnection: callConnection,\n };\n return createCallResult;\n }\n throw \"callConnectionProperties / callConnectionId is missing in createCall result\";\n }\n\n /**\n * Create an outgoing call from source to a target identity.\n * @param targetParticipant - A single target.\n * @param callbackUrl - The callback url.\n * @param options - Additional request options contains createCallConnection api options.\n */\n public async createCall(\n targetParticipant: CallInvite,\n callbackUrl: string,\n options: CreateCallOptions = {},\n ): Promise<CreateCallResult> {\n const request: CreateCallRequest = {\n source: this.sourceIdentity,\n targets: [communicationIdentifierModelConverter(targetParticipant.targetParticipant)],\n callbackUri: callbackUrl,\n operationContext: options.operationContext,\n callIntelligenceOptions: options.callIntelligenceOptions,\n sourceCallerIdNumber: PhoneNumberIdentifierModelConverter(\n targetParticipant.sourceCallIdNumber,\n ),\n sourceDisplayName: targetParticipant.sourceDisplayName,\n };\n\n return this.createCallInternal(request, options);\n }\n\n /**\n * Create an outgoing call from source to a group of targets identities.\n * @param targetParticipants - A group of targets identities.\n * @param callbackUrl - The callback url.\n * @param options - Additional request options contains createCallConnection api options.\n */\n public async createGroupCall(\n targetParticipants: CommunicationIdentifier[],\n callbackUrl: string,\n // eslint-disable-next-line @azure/azure-sdk/ts-naming-options\n options: CreateCallOptions = {},\n ): Promise<CreateCallResult> {\n const request: CreateCallRequest = {\n source: this.sourceIdentity,\n targets: targetParticipants.map((target) => communicationIdentifierModelConverter(target)),\n callbackUri: callbackUrl,\n operationContext: options.operationContext,\n callIntelligenceOptions: options.callIntelligenceOptions,\n sourceCallerIdNumber: PhoneNumberIdentifierModelConverter(options.sourceCallIdNumber),\n sourceDisplayName: options.sourceDisplayName,\n };\n\n return this.createCallInternal(request, options);\n }\n\n /**\n * Answer the call.\n * @param incomingCallContext - The context associated with the call.\n * @param callbackUrl - The callback url.\n * @param options - Additional request options contains answerCall api options.\n */\n public async answerCall(\n incomingCallContext: string,\n callbackUrl: string,\n options: AnswerCallOptions = {},\n ): Promise<AnswerCallResult> {\n const { callIntelligenceOptions, operationContext, ...operationOptions } = options;\n const request: AnswerCallRequest = {\n incomingCallContext: incomingCallContext,\n callIntelligenceOptions: callIntelligenceOptions,\n operationContext: operationContext,\n callbackUri: callbackUrl,\n answeredBy: this.sourceIdentity,\n };\n const optionsInternal = {\n ...operationOptions,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n const {\n callConnectionId,\n targets,\n sourceCallerIdNumber,\n answeredBy,\n source,\n answeredFor,\n ...result\n } = await this.callAutomationApiClient.answerCall(request, optionsInternal);\n\n if (callConnectionId) {\n const callConnectionProperties: CallConnectionProperties = {\n ...result,\n callConnectionId: callConnectionId,\n source: source ? communicationIdentifierConverter(source) : undefined,\n answeredby: communicationUserIdentifierConverter(answeredBy),\n answeredFor: answeredFor ? phoneNumberIdentifierConverter(answeredFor) : undefined,\n targetParticipants: targets?.map((target) => communicationIdentifierConverter(target)),\n sourceCallerIdNumber: sourceCallerIdNumber\n ? phoneNumberIdentifierConverter(sourceCallerIdNumber)\n : undefined,\n };\n const callConnection = new CallConnection(\n callConnectionId,\n this.callAutomationApiClient.endpoint,\n this.credential,\n this.internalPipelineOptions,\n );\n const answerCallResult: AnswerCallResult = {\n callConnectionProperties: callConnectionProperties,\n callConnection: callConnection,\n };\n return answerCallResult;\n }\n throw \"callConnectionProperties / callConnectionId is missing in createCall result\";\n }\n\n /**\n * Redirect the call.\n *\n * @param incomingCallContext - The context associated with the call.\n * @param targetParticipant - The target identity to redirect the call to.\n * @param options - Additional request options contains redirectCall api options.\n */\n public async redirectCall(\n incomingCallContext: string,\n targetParticipant: CallInvite,\n options: RedirectCallOptions = {},\n ): Promise<void> {\n const request: RedirectCallRequest = {\n incomingCallContext: incomingCallContext,\n target: communicationIdentifierModelConverter(targetParticipant.targetParticipant),\n };\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n\n return this.callAutomationApiClient.redirectCall(request, optionsInternal);\n }\n\n /**\n * Reject the call.\n *\n * @param incomingCallContext - The context associated with the call.\n * @param options - Additional request options contains rejectCall api options.\n */\n public async rejectCall(\n incomingCallContext: string,\n options: RejectCallOptions = {},\n ): Promise<void> {\n const request: RejectCallRequest = {\n incomingCallContext: incomingCallContext,\n callRejectReason: options.callRejectReason,\n };\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n\n return this.callAutomationApiClient.rejectCall(request, optionsInternal);\n }\n\n /**\n * Create connection to room call.\n * @param callLocator - Call locator to create connection.\n * @param callbackUrl - The callback url\n * @param options - Additional request options contains connect api options.\n */\n public async connectCall(\n callLocator: CallLocator,\n callbackUrl: string,\n options: ConnectCallOptions = {},\n ): Promise<ConnectCallResult> {\n const connectRequest: ConnectRequest = {\n callLocator: callLocator,\n callbackUri: callbackUrl,\n operationContext: options.operationContext,\n callIntelligenceOptions: options.callIntelligenceOptions,\n };\n\n if (callLocator.kind === \"groupCallLocator\") {\n connectRequest.callLocator.kind = \"groupCallLocator\";\n connectRequest.callLocator.groupCallId = callLocator.id;\n } else if (callLocator.kind === \"roomCallLocator\") {\n connectRequest.callLocator.kind = \"roomCallLocator\";\n connectRequest.callLocator.roomId = callLocator.id;\n } else {\n connectRequest.callLocator.kind = \"serverCallLocator\";\n connectRequest.callLocator.serverCallId = callLocator.id;\n }\n\n const optionsInternal = {\n ...options,\n repeatabilityFirstSent: new Date(),\n repeatabilityRequestID: randomUUID(),\n };\n\n const {\n callConnectionId,\n targets,\n sourceCallerIdNumber,\n answeredBy,\n source,\n answeredFor,\n ...result\n } = await this.callAutomationApiClient.connect(connectRequest, optionsInternal);\n\n if (callConnectionId) {\n const callConnectionProperties: CallConnectionProperties = {\n ...result,\n callConnectionId: callConnectionId,\n source: source ? communicationIdentifierConverter(source) : undefined,\n answeredby: answeredBy ? communicationUserIdentifierConverter(answeredBy) : undefined,\n targetParticipants: targets?.map((target) => communicationIdentifierConverter(target)),\n answeredFor: answeredFor ? phoneNumberIdentifierConverter(answeredFor) : undefined,\n sourceCallerIdNumber: sourceCallerIdNumber\n ? phoneNumberIdentifierConverter(sourceCallerIdNumber)\n : undefined,\n };\n const callConnection = new CallConnection(\n callConnectionId,\n this.callAutomationApiClient.endpoint,\n this.credential,\n this.internalPipelineOptions,\n );\n const connectResult: ConnectCallResult = {\n callConnectionProperties: callConnectionProperties,\n callConnection: callConnection,\n };\n return connectResult;\n }\n throw \"callConnectionProperties / callConnectionId is missing in connect result\";\n }\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CompositeMapper } from \"@azure/core-client\";\n\nexport const CloudEventMapper: CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudEvent\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"any\",\n },\n },\n dataBase64: {\n serializedName: \"data_base64\",\n type: {\n name: \"ByteArray\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\",\n },\n },\n specversion: {\n serializedName: \"specversion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataschema: {\n serializedName: \"dataschema\",\n type: {\n name: \"String\",\n },\n },\n datacontenttype: {\n serializedName: \"datacontenttype\",\n type: {\n name: \"String\",\n },\n },\n subject: {\n serializedName: \"subject\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createSerializer } from \"@azure/core-client\";\n\nimport { communicationIdentifierConverter, callParticipantConverter } from \"./utli/converters\";\n\nimport type {\n CallAutomationEvent,\n AddParticipantSucceeded,\n AddParticipantFailed,\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 RemoveParticipantSucceeded,\n RemoveParticipantFailed,\n ContinuousDtmfRecognitionToneReceived,\n ContinuousDtmfRecognitionToneFailed,\n ContinuousDtmfRecognitionStopped,\n SendDtmfTonesCompleted,\n SendDtmfTonesFailed,\n CancelAddParticipantSucceeded,\n CancelAddParticipantFailed,\n ConnectFailed,\n HoldFailed,\n CreateCallFailed,\n AnswerFailed,\n} from \"./models/events\";\n\nimport { CloudEventMapper } from \"./models/mapper\";\nimport type { CallParticipantInternal } from \"./generated/src\";\n\nconst serializer = createSerializer();\n\n/**\n * Helper function for parsing Acs callback events.\n */\nexport function parseCallAutomationEvent(\n encodedEvents: string | Record<string, unknown>,\n): CallAutomationEvent {\n const decodedInput = parseAndWrap(encodedEvents);\n\n // parse cloudevent\n const deserialized = serializer.deserialize(CloudEventMapper, decodedInput, \"\");\n const data = deserialized.data;\n const eventType = deserialized.type;\n\n // get proper callbackevent and its parser\n let callbackEvent: CallAutomationEvent;\n let parsed: any = data;\n switch (eventType) {\n case \"Microsoft.Communication.AddParticipantSucceeded\":\n callbackEvent = { kind: \"AddParticipantSucceeded\" } as AddParticipantSucceeded;\n parsed.participant = communicationIdentifierConverter(data.participant);\n break;\n case \"Microsoft.Communication.AddParticipantFailed\":\n callbackEvent = { kind: \"AddParticipantFailed\" } as AddParticipantFailed;\n parsed.participant = communicationIdentifierConverter(data.participant);\n break;\n case \"Microsoft.Communication.RemoveParticipantSucceeded\":\n callbackEvent = { kind: \"RemoveParticipantSucceeded\" } as RemoveParticipantSucceeded;\n parsed.participant = communicationIdentifierConverter(data.participant);\n break;\n case \"Microsoft.Communication.RemoveParticipantFailed\":\n callbackEvent = { kind: \"RemoveParticipantFailed\" } as RemoveParticipantFailed;\n parsed.participant = communicationIdentifierConverter(data.participant);\n break;\n case \"Microsoft.Communication.CallConnected\":\n callbackEvent = { kind: \"CallConnected\" } as CallConnected;\n break;\n case \"Microsoft.Communication.CallDisconnected\":\n callbackEvent = { kind: \"CallDisconnected\" } as CallDisconnected;\n break;\n case \"Microsoft.Communication.CallTransferAccepted\":\n callbackEvent = { kind: \"CallTransferAccepted\" } as CallTransferAccepted;\n break;\n case \"Microsoft.Communication.CallTransferFailed\":\n callbackEvent = { kind: \"CallTransferFailed\" } as CallTransferFailed;\n break;\n case \"Microsoft.Communication.ParticipantsUpdated\":\n callbackEvent = { kind: \"ParticipantsUpdated\" } as ParticipantsUpdated;\n parsed = participantsParserForEvent(data);\n break;\n case \"Microsoft.Communication.RecordingStateChanged\":\n callbackEvent = { kind: \"RecordingStateChanged\" } as RecordingStateChanged;\n break;\n case \"Microsoft.Communication.PlayStarted\":\n callbackEvent = { kind: \"PlayStarted\" } as PlayStarted;\n break;\n case \"Microsoft.Communication.PlayCompleted\":\n callbackEvent = { kind: \"PlayCompleted\" } as PlayCompleted;\n break;\n case \"Microsoft.Communication.PlayFailed\":\n callbackEvent = { kind: \"PlayFailed\" } as PlayFailed;\n break;\n case \"Microsoft.Communication.PlayCanceled\":\n callbackEvent = { kind: \"PlayCanceled\" } as PlayCanceled;\n break;\n case \"Microsoft.Communication.RecognizeCompleted\":\n callbackEvent = { kind: \"RecognizeCompleted\" } as RecognizeCompleted;\n break;\n case \"Microsoft.Communication.RecognizeCanceled\":\n callbackEvent = { kind: \"RecognizeCanceled\" } as RecognizeCanceled;\n break;\n case \"Microsoft.Communication.RecognizeFailed\":\n callbackEvent = { kind: \"RecognizeFailed\" } as RecognizeFailed;\n break;\n case \"Microsoft.Communication.ContinuousDtmfRecognitionToneReceived\":\n callbackEvent = {\n kind: \"ContinuousDtmfRecognitionToneReceived\",\n } as ContinuousDtmfRecognitionToneReceived;\n break;\n case \"Microsoft.Communication.ContinuousDtmfRecognitionToneFailed\":\n callbackEvent = {\n kind: \"ContinuousDtmfRecognitionToneFailed\",\n } as ContinuousDtmfRecognitionToneFailed;\n break;\n case \"Microsoft.Communication.ContinuousDtmfRecognitionStopped\":\n callbackEvent = {\n kind: \"ContinuousDtmfRecognitionStopped\",\n } as ContinuousDtmfRecognitionStopped;\n break;\n case \"Microsoft.Communication.SendDtmfTonesCompleted\":\n callbackEvent = { kind: \"SendDtmfTonesCompleted\" } as SendDtmfTonesCompleted;\n break;\n case \"Microsoft.Communication.SendDtmfTonesFailed\":\n callbackEvent = { kind: \"SendDtmfTonesFailed\" } as SendDtmfTonesFailed;\n break;\n case \"Microsoft.Communication.CancelAddParticipantSucceeded\":\n callbackEvent = { kind: \"CancelAddParticipantSucceeded\" } as CancelAddParticipantSucceeded;\n break;\n case \"Microsoft.Communication.CancelAddParticipantFailed\":\n callbackEvent = { kind: \"CancelAddParticipantFailed\" } as CancelAddParticipantFailed;\n break;\n case \"Microsoft.Communication.ConnectFailed\":\n callbackEvent = { kind: \"ConnectFailed\" } as ConnectFailed;\n break;\n case \"Microsoft.Communication.HoldFailed\":\n callbackEvent = { kind: \"HoldFailed\" } as HoldFailed;\n break;\n case \"Microsoft.Communication.AnswerFailed\":\n callbackEvent = { kind: \"AnswerFailed\" } as AnswerFailed;\n break;\n case \"Microsoft.Communication.CreateCallFailed\":\n callbackEvent = { kind: \"CreateCallFailed\" } as CreateCallFailed;\n break;\n default:\n throw new TypeError(`Unknown Call Automation Event type: ${eventType}`);\n }\n\n return { ...parsed, ...callbackEvent } as CallAutomationEvent;\n}\n\nfunction parseAndWrap(jsonStringOrObject: string | Record<string, unknown>): any {\n if (typeof jsonStringOrObject === \"string\") {\n const o = JSON.parse(jsonStringOrObject);\n if (Array.isArray(o)) {\n if (o.length === 0) {\n throw Error(\"Empty event array.\");\n }\n return o[0];\n } else {\n return o;\n }\n }\n\n if (Array.isArray(jsonStringOrObject)) {\n if (jsonStringOrObject.length === 0) {\n throw Error(\"Empty event array.\");\n }\n return jsonStringOrObject[0];\n } else {\n return jsonStringOrObject;\n }\n}\n\nfunction participantsParserForEvent(data: any): any {\n const { participants, ...rest } = data;\n return {\n ...rest,\n participants: participants?.map((participant: CallParticipantInternal) =>\n callParticipantConverter(participant),\n ),\n };\n}\n","// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n CommunicationIdentifier,\n CommunicationUserIdentifier,\n MicrosoftTeamsUserIdentifier,\n MicrosoftTeamsAppIdentifier,\n PhoneNumberIdentifier,\n} from \"@azure/communication-common\";\nimport { CallConnectionStateModel } from \"../generated/src\";\n\nexport {\n CallConnectionStateModel,\n CallRejectReason,\n KnownCallRejectReason,\n RecognitionType,\n ChoiceResult,\n DtmfResult,\n SpeechResult,\n RecordingState,\n Tone,\n} from \"../generated/src/models/index\";\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}\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}\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 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 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}\n\n/** Custom Calling Context */\nexport type CustomCallingContext = (VoipHeader | SipUserToUserHeader | SipCustomHeader)[];\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"],"names":["createClientLogger","KnownCallRejectReason","CreateCallRequestMapper","AnswerCallRequestMapper","RedirectCallRequestMapper","RejectCallRequestMapper","ConnectRequestMapper","TransferToParticipantRequestMapper","AddParticipantRequestMapper","RemoveParticipantRequestMapper","MuteParticipantsRequestMapper","CancelAddParticipantRequestMapper","PlayRequestMapper","RecognizeRequestMapper","ContinuousDtmfRecognitionRequestMapper","SendDtmfTonesRequestMapper","HoldRequestMapper","UnholdRequestMapper","StartCallRecordingRequestMapper","__await","__asyncValues","__asyncDelegator","serializer","coreClient","Mappers.CallConnectionPropertiesInternal","Mappers.CommunicationErrorResponse","Parameters.apiVersion","Parameters.endpoint","Parameters.callConnectionId","Parameters.accept","Parameters.repeatabilityRequestID","Parameters.repeatabilityFirstSent","Mappers.TransferCallResponse","Parameters.transferToParticipantRequest","Parameters.contentType","Mappers.GetParticipantsResponse","Mappers.AddParticipantResponse","Parameters.addParticipantRequest","Mappers.RemoveParticipantResponse","Parameters.removeParticipantRequest","Mappers.MuteParticipantsResult","Parameters.muteParticipantsRequest","Mappers.CancelAddParticipantResponse","Parameters.cancelAddParticipantRequest","Mappers.CallParticipantInternal","Parameters.participantRawId","Parameters.nextLink","Parameters.playRequest","Parameters.recognizeRequest","Parameters.continuousDtmfRecognitionRequest","Mappers.SendDtmfTonesResult","Parameters.sendDtmfTonesRequest","Parameters.holdRequest","Parameters.unholdRequest","Mappers.RecordingStateResponse","Parameters.startCallRecording","Parameters.recordingId","Parameters.createCallRequest","Parameters.answerCallRequest","Parameters.redirectCallRequest","Parameters.rejectCallRequest","Parameters.connectRequest","createCommunicationAuthPolicy","serializeCommunicationIdentifier","randomUUID","isCommunicationUserIdentifier","isPhoneNumberIdentifier","isMicrosoftTeamsUserIdentifier","isMicrosoftTeamsAppIdentifier","isUnknownIdentifier","__rest","createHttpHeaders","createPipelineRequest","fs","isTokenCredential","isKeyCredential","parseClientArguments","createSerializer","VoiceKind","DtmfTone","RecognizeInputType"],"mappings":"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"}