@azure/communication-react 1.20.0-beta.1 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (634) hide show
  1. package/README.md +2 -2
  2. package/dist/communication-react.d.ts +245 -1703
  3. package/dist/dist-cjs/communication-react/index.js +36159 -165
  4. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
  6. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
  8. package/dist/dist-esm/acs-ui-common/src/constants.js +0 -5
  9. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
  11. package/dist/dist-esm/acs-ui-common/src/index.js +0 -3
  12. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +16 -7
  16. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +10 -10
  17. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.d.ts +17 -7
  19. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +12 -10
  20. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
  21. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.d.ts +13 -7
  22. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +10 -9
  23. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
  24. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.d.ts +16 -7
  25. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +10 -9
  26. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -12
  28. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -12
  29. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -1
  31. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +0 -2
  33. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  34. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +2 -1
  35. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +12 -2
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +26 -6
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +6 -0
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -5
  41. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +2 -0
  43. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +2 -19
  44. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  45. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -2
  46. package/dist/dist-esm/calling-component-bindings/src/index.js +1 -2
  47. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +1 -35
  49. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  51. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +1 -3
  52. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +1 -2
  54. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +3 -3
  55. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  56. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -4
  57. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  58. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -79
  59. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  60. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -15
  61. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +32 -107
  62. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  63. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  64. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -5
  65. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +4 -27
  66. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  67. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  68. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -3
  69. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  70. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -52
  71. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  72. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
  73. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +1 -7
  74. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +5 -3
  76. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
  78. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  79. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
  80. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  81. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
  82. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +2 -35
  83. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  84. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
  85. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -3
  86. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  87. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +2 -25
  88. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  89. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -3
  90. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  91. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
  92. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  93. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -2
  94. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  95. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
  96. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  97. package/dist/dist-esm/communication-react/src/index.d.ts +1 -27
  98. package/dist/dist-esm/communication-react/src/index.js +0 -6
  99. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  100. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +3 -2
  101. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  102. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
  103. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +0 -2
  104. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  105. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
  106. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +3 -9
  107. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  108. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
  109. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +7 -34
  110. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  111. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
  112. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +5 -9
  113. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  114. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
  115. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +4 -4
  116. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  117. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
  118. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +6 -31
  119. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  120. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +1 -15
  121. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -9
  122. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  123. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
  124. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -17
  125. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  126. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
  127. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +6 -10
  128. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  129. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +5 -5
  130. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  131. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +6 -4
  132. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  133. package/dist/dist-esm/react-components/src/components/GridLayout.js +3 -0
  134. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  135. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +4 -5
  136. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  137. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +0 -2
  138. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  139. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  140. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -15
  141. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  142. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -0
  143. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  144. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +1 -0
  145. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +4 -4
  146. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  147. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +2 -1
  148. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  149. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
  150. package/dist/dist-esm/react-components/src/components/MessageThread.js +6 -16
  151. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  152. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +24 -0
  153. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +25 -0
  154. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  155. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +2 -1
  156. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  157. package/dist/dist-esm/react-components/src/components/Notification.js +3 -1
  158. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  159. package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +0 -20
  160. package/dist/dist-esm/react-components/src/components/NotificationStack.js +0 -5
  161. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  162. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +1 -1
  163. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  164. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  165. package/dist/dist-esm/react-components/src/components/ParticipantList.js +3 -12
  166. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  167. package/dist/dist-esm/react-components/src/components/ReactionButton.js +31 -41
  168. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  169. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
  170. package/dist/dist-esm/react-components/src/components/SendBox.js +6 -57
  171. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  172. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +7 -3
  173. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  174. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -1
  175. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  176. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +0 -1
  177. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  178. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -19
  179. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  180. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +0 -1
  181. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  182. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +2 -1
  183. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  184. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +3 -3
  185. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  186. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +6 -2
  187. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +5 -4
  189. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  190. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +1 -1
  191. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +23 -17
  193. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/VideoGallery.js +3 -3
  195. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/VideoTile.js +3 -0
  197. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -20
  199. package/dist/dist-esm/react-components/src/components/index.js +0 -7
  200. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  201. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  202. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
  203. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  204. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +0 -8
  205. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.d.ts +13 -6
  207. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +49 -19
  208. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.d.ts +0 -6
  210. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +6 -35
  211. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +5 -2
  213. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +2 -1
  215. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
  217. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -30
  218. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
  220. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +2 -9
  221. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -38
  223. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +4 -131
  224. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  225. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -2
  226. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  228. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/utils/responsive.js +6 -0
  230. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/utils.js +1 -6
  232. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  235. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -3
  236. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  238. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
  240. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +1 -1
  242. package/dist/dist-esm/react-components/src/theming/generateTheme.js +10 -2
  243. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -30
  245. package/dist/dist-esm/react-components/src/theming/icons.js +0 -91
  246. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
  248. package/dist/dist-esm/react-components/src/theming/themes.js +0 -9
  249. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  250. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
  251. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
  253. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  254. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -72
  255. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +13 -23
  256. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  257. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -34
  258. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  259. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +17 -47
  260. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +68 -137
  261. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  262. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +26 -24
  263. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -1
  264. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  265. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.d.ts +2 -2
  266. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +6 -7
  267. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  268. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +9 -4
  269. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  270. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -0
  271. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  272. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
  273. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  274. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +21 -24
  275. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  276. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -3
  277. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +50 -13
  278. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  279. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  280. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -19
  281. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  282. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -10
  283. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  284. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  285. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -19
  286. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  287. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  288. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +41 -25
  289. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  290. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +12 -10
  291. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  292. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
  293. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  294. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.d.ts +1 -0
  295. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +1 -1
  296. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  297. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +1 -0
  298. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +1 -1
  299. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  300. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -4
  301. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  302. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +5 -2
  303. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  304. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +7 -6
  305. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  306. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +4 -4
  307. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  308. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +0 -1
  309. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +7 -23
  310. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  311. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +3 -0
  312. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -7
  313. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  314. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +5 -5
  315. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  316. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +1 -2
  317. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  318. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +9 -5
  319. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  320. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -3
  321. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  322. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -2
  323. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  324. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
  325. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +16 -53
  326. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  327. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +7 -9
  328. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  329. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +2 -2
  330. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
  331. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +2 -2
  332. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  333. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +5 -2
  334. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  335. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +21 -25
  336. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +16 -16
  337. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  338. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +1 -1
  339. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  340. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +2 -1
  341. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  342. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +10 -11
  343. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  344. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +2 -14
  345. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +12 -68
  346. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  347. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -65
  348. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +5 -24
  349. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  350. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -8
  351. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  352. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -22
  353. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +14 -139
  354. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  355. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +11 -28
  356. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  357. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -2
  358. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +13 -9
  359. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  360. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
  361. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -14
  362. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  363. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +11 -11
  364. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -2
  365. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  366. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +0 -5
  367. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -13
  368. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  369. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
  370. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -2
  371. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  372. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
  373. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +49 -234
  374. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  375. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
  376. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  377. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
  378. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +0 -36
  379. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  380. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
  381. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  382. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +2 -13
  383. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  384. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
  385. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
  386. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
  387. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
  388. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  389. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +12 -0
  390. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +9 -0
  391. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
  392. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +28 -15
  393. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  394. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +4 -1
  395. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  396. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +1 -1
  397. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  398. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +5 -6
  399. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  400. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -2
  401. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  402. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +3 -0
  403. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +4 -7
  404. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  405. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -41
  406. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -21
  407. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  408. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +2 -0
  409. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +3 -4
  410. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  411. package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +0 -23
  412. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  413. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -5
  414. package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -5
  415. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  416. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +6 -32
  417. package/dist/dist-esm/react-composites/src/composites/common/icons.js +0 -2
  418. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  419. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.d.ts +8 -0
  420. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +24 -0
  421. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -0
  422. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.d.ts +8 -0
  423. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +24 -0
  424. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -0
  425. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  426. package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +0 -4
  427. package/dist/dist-esm/react-composites/src/composites/common/utils.js +0 -22
  428. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  429. package/dist/dist-esm/react-composites/src/composites/index.d.ts +2 -1
  430. package/dist/dist-esm/react-composites/src/composites/index.js +2 -0
  431. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  432. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +2 -1
  433. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +2 -1
  434. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +2 -1
  435. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -1
  436. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -1
  437. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +2 -1
  438. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -1
  439. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +2 -1
  440. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -1
  441. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +2 -1
  442. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -1
  443. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -1
  444. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +1 -0
  445. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +2 -1
  446. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -1
  447. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +2 -1
  448. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -1
  449. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -1
  450. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +2 -1
  451. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -1
  452. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -1
  453. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -1
  454. package/package.json +8 -9
  455. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CK3wKmiQ.js +0 -202
  456. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CK3wKmiQ.js.map +0 -1
  457. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Duh89Mej.js +0 -50
  458. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Duh89Mej.js.map +0 -1
  459. package/dist/dist-cjs/communication-react/index-XC7Z08jO.js +0 -42425
  460. package/dist/dist-cjs/communication-react/index-XC7Z08jO.js.map +0 -1
  461. package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
  462. package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -16
  463. package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
  464. package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
  465. package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
  466. package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
  467. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +0 -20
  468. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +0 -118
  469. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +0 -1
  470. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
  471. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -33
  472. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
  473. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
  474. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -20
  475. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
  476. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  477. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  478. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  479. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
  480. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -192
  481. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
  482. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  483. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -36
  484. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  485. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  486. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -67
  487. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  488. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  489. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -51
  490. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  491. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  492. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -39
  493. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  494. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  495. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -119
  496. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  497. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
  498. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
  499. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
  500. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
  501. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -98
  502. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
  503. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -12
  504. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -23
  505. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
  506. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
  507. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
  508. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
  509. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
  510. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -64
  511. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
  512. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
  513. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
  514. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
  515. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
  516. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -42
  517. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
  518. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -29
  519. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -87
  520. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
  521. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -58
  522. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -314
  523. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
  524. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
  525. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -78
  526. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
  527. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -211
  528. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -168
  529. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
  530. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
  531. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -75
  532. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
  533. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
  534. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -221
  535. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
  536. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
  537. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -51
  538. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
  539. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
  540. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -64
  541. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
  542. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
  543. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
  544. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
  545. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
  546. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -75
  547. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
  548. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
  549. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -18
  550. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
  551. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
  552. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -550
  553. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  554. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  555. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -816
  556. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  557. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  558. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  559. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  560. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  561. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
  562. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  563. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
  564. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -320
  565. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
  566. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
  567. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -38
  568. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
  569. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  570. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
  571. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  572. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
  573. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
  574. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
  575. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  576. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -69
  577. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  578. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -72
  579. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -174
  580. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
  581. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
  582. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -116
  583. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
  584. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  585. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  586. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  587. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  588. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  589. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.d.ts +0 -47
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +0 -48
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +0 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.d.ts +0 -11
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +0 -36
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +0 -1
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -49
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -196
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.d.ts +0 -7
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +0 -14
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +0 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -41
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  605. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.d.ts +0 -8
  606. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +0 -25
  607. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +0 -1
  608. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
  609. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -23
  610. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
  611. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  612. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  613. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  614. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
  615. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -44
  616. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
  617. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
  618. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -253
  619. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
  620. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
  621. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -36
  622. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
  623. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
  624. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -67
  625. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
  626. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
  627. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
  628. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
  629. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.d.ts +0 -12
  630. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +0 -52
  631. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +0 -1
  632. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
  633. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -16
  634. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -1,31 +1,12 @@
1
- /**
2
- * `@azure/communication-react` is an npm package that exports the functionality of the Azure Communication Services - UI Library.
3
- *
4
- * This package makes it easy for you to build modern communications user experiences using Azure Communication Services. It gives you a library of production-ready UI components that you can drop into your applications:
5
- * - Composites: These components are turn-key solutions that implement common communication scenarios. You can quickly add video calling or chat experiences to your applications. Composites are open-source higher order components built using UI components.
6
- * - UI Components - These components are open-source building blocks that let you build custom communications experience. Components are offered for both calling and chat capabilities that can be combined to build experiences.
7
- *
8
- * These UI client libraries all use Microsoft's Fluent design language and assets. Fluent UI provides a foundational layer for the UI Library and is actively used across Microsoft products.
9
- *
10
- * In conjunction with the UI components, the UI Library exposes a stateful client library for calling and chat. This client is agnostic to any specific state management framework and can be integrated with common state managers like Redux or React Context.
11
- * This stateful client library can be used with the UI Components to pass props and methods for the UI Components to render data. For more information, see Stateful Client Overview.
12
- *
13
- * For more information visit: https://aka.ms/acsstorybook
14
- *
15
- * @packageDocumentation
16
- */
17
-
18
1
  /// <reference types="react" />
19
2
 
20
3
  import { AddPhoneNumberOptions } from '@azure/communication-calling';
21
4
  import { AudioDeviceInfo } from '@azure/communication-calling';
5
+ import { AudioEffectsStartConfig } from '@azure/communication-calling';
22
6
  import { BackgroundBlurConfig } from '@azure/communication-calling';
23
7
  import { BackgroundBlurEffect } from '@azure/communication-calling';
24
8
  import { BackgroundReplacementConfig } from '@azure/communication-calling';
25
9
  import { BackgroundReplacementEffect } from '@azure/communication-calling';
26
- import { BreakoutRoom } from '@azure/communication-calling';
27
- import { BreakoutRoomsSettings } from '@azure/communication-calling';
28
- import { BreakoutRoomsUpdatedListener } from '@azure/communication-calling';
29
10
  import { Call } from '@azure/communication-calling';
30
11
  import { CallAgent } from '@azure/communication-calling';
31
12
  import { CallClient } from '@azure/communication-calling';
@@ -33,7 +14,6 @@ import { CallClientOptions } from '@azure/communication-calling';
33
14
  import { CallDirection } from '@azure/communication-calling';
34
15
  import { CallEndReason } from '@azure/communication-calling';
35
16
  import { CallerInfo } from '@azure/communication-calling';
36
- import { CallInfo } from '@azure/communication-calling';
37
17
  import { CallKind } from '@azure/communication-calling';
38
18
  import { CallState as CallState_2 } from '@azure/communication-calling';
39
19
  import { CallSurvey } from '@azure/communication-calling';
@@ -66,7 +46,6 @@ import { IContextualMenuItemStyles } from '@fluentui/react';
66
46
  import { IContextualMenuProps } from '@fluentui/react';
67
47
  import { IContextualMenuStyles } from '@fluentui/react';
68
48
  import { IIconProps } from '@fluentui/react';
69
- import { ILinkStyles } from '@fluentui/react';
70
49
  import { IMessageBarProps } from '@fluentui/react';
71
50
  import { IncomingCall } from '@azure/communication-calling';
72
51
  import { IncomingCallKind } from '@azure/communication-calling';
@@ -80,7 +59,6 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
80
59
  import { ITextFieldStyles } from '@fluentui/react';
81
60
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
82
61
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
83
- import { LocalRecordingInfo } from '@azure/communication-calling';
84
62
  import { LocalVideoStream } from '@azure/communication-calling';
85
63
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
86
64
  import { MediaStreamType } from '@azure/communication-calling';
@@ -99,7 +77,6 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
99
77
  import { default as React_2 } from 'react';
100
78
  import { Reaction as Reaction_2 } from '@azure/communication-calling';
101
79
  import { ReactionMessage } from '@azure/communication-calling';
102
- import { RecordingInfo } from '@azure/communication-calling';
103
80
  import type { RemoteParticipant } from '@azure/communication-calling';
104
81
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
105
82
  import { RoomCallLocator } from '@azure/communication-calling';
@@ -224,31 +201,6 @@ export declare type AdapterErrors = {
224
201
  [target: string]: AdapterError;
225
202
  };
226
203
 
227
- /**
228
- * Notification from call client state stored in adapter state.
229
- *
230
- * @public
231
- */
232
- export declare interface AdapterNotification {
233
- /**
234
- * Target of notification. There should only one notification per target.
235
- */
236
- target: string;
237
- /**
238
- * Timestamp added to the notification in the adapter implementation.
239
- */
240
- timestamp: Date;
241
- }
242
-
243
- /**
244
- * Adapters stores the latest notification for each target.
245
- *
246
- * @public
247
- */
248
- export declare type AdapterNotifications = {
249
- [target: string]: AdapterNotification;
250
- };
251
-
252
204
  /**
253
205
  * Functionality for interfacing with Composite adapter state.
254
206
  *
@@ -284,40 +236,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
284
236
  */
285
237
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
286
238
 
287
- /**
288
- * @beta
289
- * A callback function that defines what actions user can perform on an attachment.
290
- * By default, the UI library would have default actions that opens attachment URL in a new tab.
291
- * You can override the default actions or add new actions by providing this callback function.
292
- * Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
293
- *
294
- * @param attachment - The file attachment that user is trying to perform actions on.
295
- * @param message - The chat message that contains this attachment.
296
- * @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
297
- */
298
- export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
299
-
300
- /**
301
- * @beta
302
- *
303
- * Attachment download options defines the list of actions that can be performed on an attachment.
304
- */
305
- export declare interface AttachmentDownloadOptions {
306
- actionsForAttachment: AttachmentActionHandler;
307
- }
308
-
309
- /**
310
- * @beta
311
- *
312
- * Attachment menu action defines buttons that can be shown on the attachment card.
313
- * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
314
- */
315
- export declare interface AttachmentMenuAction {
316
- name: string;
317
- icon: JSX.Element;
318
- onClick: (attachment: AttachmentMetadata) => Promise<void>;
319
- }
320
-
321
239
  /**
322
240
  * Data model that represents a chat message attachment
323
241
  * where it contains an ID to uniquely identify the attachment,
@@ -341,150 +259,6 @@ export declare interface AttachmentMetadata {
341
259
  url: string;
342
260
  }
343
261
 
344
- /**
345
- * Data model that represents a chat message attachment being uploaded
346
- * where it contains an ID to uniquely identify the attachment,
347
- * a name that represents the name of file,
348
- * an optional URL to download the attachment,
349
- * an optional progress value between 0 and 1 indicating the progress of the upload, and
350
- * an optional error object that contains error message would be shown to the user.
351
- *
352
- *
353
- * @beta
354
- */
355
- export declare interface AttachmentMetadataInProgress {
356
- /**
357
- * Unique ID of the attachment.
358
- */
359
- id: string;
360
- /**
361
- * Attachment name to be displayed.
362
- */
363
- name: string;
364
- /**
365
- * Download URL for the attachment.
366
- */
367
- url?: string;
368
- /**
369
- * A number between 0 and 1 indicating the progress of the upload.
370
- */
371
- progress?: number;
372
- /**
373
- * A object contains error message would be shown to the user.
374
- */
375
- error?: AttachmentProgressError;
376
- }
377
-
378
- /**
379
- * @beta
380
- *
381
- * Attachment Options that defines behaviour for uploading and downloading attachments.
382
- */
383
- export declare interface AttachmentOptions {
384
- uploadOptions?: AttachmentUploadOptions;
385
- downloadOptions?: AttachmentDownloadOptions;
386
- }
387
-
388
- /**
389
- * @beta
390
- * A attachment progress error object that contains message to be shown to
391
- * the user when upload fails.
392
- */
393
- export declare interface AttachmentProgressError {
394
- message: string;
395
- }
396
-
397
- /**
398
- * @beta
399
- * A callback function for handling attachment removed by the user in send box.
400
- *
401
- * @param attachmentId - The ID of uploaded attachments.
402
- */
403
- export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
404
-
405
- /**
406
- * @beta
407
- * A callback function for handling list of upload tasks that contains files selected by user to upload.
408
- *
409
- * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
410
- */
411
- export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
412
-
413
- /**
414
- * @beta
415
- */
416
- export declare interface AttachmentUploadOptions {
417
- /**
418
- * A list of strings containing the comma separated list of supported media (aka. mime) types.
419
- * i.e. ['image/*', 'video/*', 'audio/*']
420
- * Default value is `['*']`, meaning all media types are supported.
421
- * Similar to the `accept` attribute of the `<input type="attachment" />` element.
422
- * @beta
423
- */
424
- supportedMediaTypes?: string[];
425
- /**
426
- * Disable multiple attachments to be selected if set to `true`.
427
- * Default value is `false`, meaning multiple attachments can be selected.
428
- * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
429
- * @beta
430
- */
431
- disableMultipleUploads?: boolean;
432
- /**
433
- * A callback function of type {@link AttachmentSelectionHandler} that will be called
434
- * when user finishes selecting files in browser's file picker. This function is required since
435
- * this would be where upload logic is implemented to your own storage.
436
- * @beta
437
- */
438
- handleAttachmentSelection: AttachmentSelectionHandler;
439
- /**
440
- * A optional callback function that will be called
441
- * when user removing files before clicking send message button. This function will be
442
- * where you can remove the file from your storage.
443
- * @beta
444
- */
445
- handleAttachmentRemoval?: AttachmentRemovalHandler;
446
- }
447
-
448
- /**
449
- * A upload task represents and manages an attachment that is being uploaded.
450
- * When using the Composite, an attachment upload task is created for each file user is selected to upload.
451
- * A upload task is complete when notifyUploadCompleted is called.
452
- * A upload task is failed when notifyUploadFailed is called.
453
- * @beta
454
- */
455
- export declare interface AttachmentUploadTask {
456
- /**
457
- * Unique identifier for the attachment upload task.
458
- */
459
- taskId: string;
460
- /**
461
- * HTML {@link File} object for the uploaded attachment.
462
- */
463
- file?: File;
464
- /**
465
- * {@link Blob} object for the uploaded inline image.
466
- */
467
- image?: Blob;
468
- /**
469
- * Update the progress of the upload changed.
470
- * A upload is considered complete when the progress reaches 1.
471
- * @param value - number between 0 and 1
472
- */
473
- notifyUploadProgressChanged: (value: number) => void;
474
- /**
475
- * Mark the upload task as complete.
476
- * An attachment is considered completed uploading when ID and URL are provided.
477
- * @param id - the unique identifier of the attachment.
478
- * @param url - the download URL of the attachment.
479
- */
480
- notifyUploadCompleted: (id: string, url: string) => void;
481
- /**
482
- * Mark the upload task as failed.
483
- * @param message - An error message that can be displayed to the user.
484
- */
485
- notifyUploadFailed: (message: string) => void;
486
- }
487
-
488
262
  /**
489
263
  * Custom data attributes for displaying avatar for a user.
490
264
  *
@@ -675,168 +449,6 @@ export declare interface BaseCustomStyles {
675
449
  root?: IStyle;
676
450
  }
677
451
 
678
- /**
679
- * Content blocked message type.
680
- *
681
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
682
- *
683
- * @beta
684
- */
685
- export declare interface BlockedMessage extends MessageCommon {
686
- messageType: 'blocked';
687
- warningText?: string;
688
- linkText?: string;
689
- link?: string;
690
- deletedOn?: Date;
691
- senderId?: string;
692
- senderDisplayName?: string;
693
- status?: MessageStatus;
694
- attached?: MessageAttachedStatus;
695
- mine?: boolean;
696
- }
697
-
698
- /**
699
- * Breakout rooms state
700
- *
701
- * @public
702
- */
703
- export declare interface BreakoutRoomsState {
704
- assignedBreakoutRoom?: BreakoutRoom;
705
- breakoutRoomSettings?: BreakoutRoomsSettings;
706
- breakoutRoomOriginCallId?: string;
707
- breakoutRoomDisplayName?: string;
708
- }
709
-
710
- /**
711
- * @beta
712
- * Props for BrowserPermissionDeniedIOS component.
713
- */
714
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
715
- /**
716
- * Localization strings for BrowserPermissionDeniedIOS component.
717
- */
718
- strings?: BrowserPermissionDeniedIOSStrings;
719
- /**
720
- * Link to image source.
721
- *
722
- * Image is inserted into the top of the component.
723
- */
724
- imageSource?: string;
725
- }
726
-
727
- /**
728
- * @beta
729
- * Strings for BrowserPermissionDeniedIOS component
730
- */
731
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
732
- /**
733
- * Image alt text
734
- */
735
- imageAltText: string;
736
- /**
737
- * Main text string.
738
- */
739
- primaryText: string;
740
- /**
741
- * Subtext string.
742
- */
743
- secondaryText: string;
744
- /**
745
- * Step 1 string
746
- */
747
- step1Text: string;
748
- /**
749
- * Step 1 digit string
750
- */
751
- step1DigitText: string;
752
- /**
753
- * Step 2 string
754
- */
755
- step2Text: string;
756
- /**
757
- * Step 2 digit string
758
- */
759
- step2DigitText: string;
760
- /**
761
- * Step 3 string
762
- */
763
- step3Text: string;
764
- /**
765
- * Step 3 digit string
766
- */
767
- step3DigitText: string;
768
- /**
769
- * Step 4 string
770
- */
771
- step4Text: string;
772
- /**
773
- * Step 4 digit string
774
- */
775
- step4DigitText: string;
776
- }
777
-
778
- /**
779
- * @beta
780
- * Props for BrowserPermissionDenied component.
781
- */
782
- export declare interface BrowserPermissionDeniedProps {
783
- /**
784
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
785
- */
786
- onTroubleshootingClick?: () => void;
787
- /**
788
- * Action to be taken by the try again primary button.
789
- */
790
- onTryAgainClick?: () => void;
791
- /**
792
- * Localization strings for BrowserPermissionDenied component.
793
- */
794
- strings?: BrowserPermissionDeniedStrings;
795
- /**
796
- * Allows users to pass in an object contains custom CSS styles.
797
- * @Example
798
- * ```
799
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
800
- * ```
801
- */
802
- styles?: BrowserPermissionDeniedStyles;
803
- }
804
-
805
- /**
806
- * @beta
807
- * Strings for BrowserPermissionDenied component
808
- */
809
- export declare interface BrowserPermissionDeniedStrings {
810
- /**
811
- * Main button text string.
812
- */
813
- primaryButtonText: string;
814
- /**
815
- * Main text string.
816
- */
817
- primaryText: string;
818
- /**
819
- * Subtext string.
820
- */
821
- secondaryText: string;
822
- /**
823
- * More help link string.
824
- */
825
- linkText: string;
826
- }
827
-
828
- /**
829
- * Fluent styles for {@link BrowserPermissionDenied}.
830
- *
831
- * @beta
832
- */
833
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
834
- /** Styles for the primary button. */
835
- primaryButton?: IButtonStyles;
836
- /** Styles for the help troubleshooting link text. */
837
- troubleshootingLink?: ILinkStyles;
838
- }
839
-
840
452
  /**
841
453
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
842
454
  *
@@ -1090,10 +702,6 @@ export declare interface CallAdapterCallOperations {
1090
702
  * @public
1091
703
  */
1092
704
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1093
- /**
1094
- * Continues into a call when the browser version is not supported.
1095
- */
1096
- allowUnsupportedBrowserVersion(): void;
1097
705
  /**
1098
706
  * Function to Start captions
1099
707
  * @param options - options for start captions
@@ -1139,6 +747,16 @@ export declare interface CallAdapterCallOperations {
1139
747
  * @public
1140
748
  */
1141
749
  updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
750
+ /**
751
+ * Start the noise suppression effect.
752
+ *
753
+ */
754
+ startNoiseSuppressionEffect(): Promise<void>;
755
+ /**
756
+ * Stop the noise suppression effect.
757
+ *
758
+ */
759
+ stopNoiseSuppressionEffect(): Promise<void>;
1142
760
  /**
1143
761
  * Send the end of call survey result
1144
762
  *
@@ -1169,10 +787,6 @@ export declare interface CallAdapterCallOperations {
1169
787
  * Mute All participants
1170
788
  */
1171
789
  muteAllRemoteParticipants(): Promise<void>;
1172
- /**
1173
- * Return to origin call of breakout room
1174
- */
1175
- returnFromBreakoutRoom(): Promise<void>;
1176
790
  }
1177
791
 
1178
792
  /**
@@ -1207,10 +821,6 @@ export declare type CallAdapterClientState = {
1207
821
  * Latest error encountered for each operation performed via the adapter.
1208
822
  */
1209
823
  latestErrors: AdapterErrors;
1210
- /**
1211
- * Latest notifications from call client state.
1212
- */
1213
- latestNotifications: AdapterNotifications;
1214
824
  /**
1215
825
  * Azure communications Phone number to make PSTN calls with.
1216
826
  */
@@ -1232,6 +842,20 @@ export declare type CallAdapterClientState = {
1232
842
  * Dependency to be injected for video background effect.
1233
843
  */
1234
844
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
845
+ /**
846
+ * Dependency to be injected for deep noise suppression effect.
847
+ */
848
+ onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
849
+ /**
850
+ * State to track whether the noise suppression should be on by default.
851
+ * @default true
852
+ */
853
+ deepNoiseSuppressionOnByDefault?: boolean;
854
+ /**
855
+ * State to track whether to hide the noise suppression button.
856
+ * @default false
857
+ */
858
+ hideDeepNoiseSuppressionButton?: boolean;
1235
859
  /**
1236
860
  * State to track the selected video background effect.
1237
861
  */
@@ -1337,7 +961,7 @@ export declare interface CallAdapterDeviceManagement {
1337
961
  *
1338
962
  * @public
1339
963
  */
1340
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | CallParticipantsLocator | TeamsMeetingIdLocator;
964
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
1341
965
 
1342
966
  /**
1343
967
  * {@link CommonCallAdapter} state.
@@ -1450,10 +1074,6 @@ export declare interface CallAdapterSubscribers {
1450
1074
  * Subscribe function for 'mutedByOthers' event.
1451
1075
  */
1452
1076
  on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
1453
- /**
1454
- * Subscribe function for 'breakoutRoomsUpdated' event.
1455
- */
1456
- on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
1457
1077
  /**
1458
1078
  * Unsubscribe function for 'participantsJoined' event.
1459
1079
  */
@@ -1538,10 +1158,6 @@ export declare interface CallAdapterSubscribers {
1538
1158
  * Unsubscribe function for 'mutedByOthers' event.
1539
1159
  */
1540
1160
  off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
1541
- /**
1542
- * Unsubscribe function for 'breakoutRoomsUpdated' event.
1543
- */
1544
- off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
1545
1161
  }
1546
1162
 
1547
1163
  /**
@@ -1552,7 +1168,6 @@ export declare interface CallAdapterSubscribers {
1552
1168
  export declare type CallAdapterUiState = {
1553
1169
  isLocalPreviewMicrophoneEnabled: boolean;
1554
1170
  page: CallCompositePage;
1555
- unsupportedBrowserVersionsAllowed?: boolean;
1556
1171
  };
1557
1172
 
1558
1173
  /**
@@ -1596,7 +1211,7 @@ export declare interface CallAgentState {
1596
1211
  */
1597
1212
  export declare interface CallAndChatLocator {
1598
1213
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1599
- callLocator: GroupCallLocator | CallParticipantsLocator;
1214
+ callLocator: GroupCallLocator;
1600
1215
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1601
1216
  chatThreadId: string;
1602
1217
  }
@@ -1683,12 +1298,6 @@ export declare interface CallClientState {
1683
1298
  * See documentation of {@Link CallErrors} for details.
1684
1299
  */
1685
1300
  latestErrors: CallErrors;
1686
- /**
1687
- * Stores the latest notifications.
1688
- *
1689
- * See documentation of {@Link CallNotifications} for details.
1690
- */
1691
- latestNotifications: CallNotifications;
1692
1301
  /**
1693
1302
  * A phone number in E.164 format that will be used to represent callers identity.
1694
1303
  * For example, using the alternateCallerId to add a participant using PSTN, this number will
@@ -1800,6 +1409,24 @@ export declare type CallCompositeIcons = {
1800
1409
  StopAllSpotlightMenuButton?: JSX.Element;
1801
1410
  };
1802
1411
 
1412
+ /**
1413
+ * Props for the OutboundCallComposite that you can use in your application.
1414
+ *
1415
+ * Contains two options bags:
1416
+ * - adapterOptions: Options for the {@link AzureCommunicationCallAdapter}
1417
+ * - callCompositeOptions: Options for the {@link CallComposite} {@link CallCompositeOptions}
1418
+ *
1419
+ * @public
1420
+ */
1421
+ export declare type CallCompositeLoaderProps = {
1422
+ userId: CommunicationUserIdentifier;
1423
+ credential: CommunicationTokenCredential;
1424
+ displayName: string;
1425
+ locator: CallAdapterLocator;
1426
+ callAdapterOptions?: AzureCommunicationCallAdapterOptions;
1427
+ callCompositeOptions?: CallCompositeOptions;
1428
+ };
1429
+
1803
1430
  /**
1804
1431
  * Optional features of the {@link CallComposite}.
1805
1432
  *
@@ -1821,56 +1448,6 @@ export declare type CallCompositeOptions = {
1821
1448
  * @defaultValue true
1822
1449
  */
1823
1450
  callControls?: boolean | CallControlOptions;
1824
- /**
1825
- * Device permissions check options for your call.
1826
- * Here you can choose what device permissions you prompt the user for,
1827
- * as well as what device permissions must be accepted before starting a call.
1828
- */
1829
- deviceChecks?: DeviceCheckOptions;
1830
- /**
1831
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1832
- * unable to grant your site the required permissions for the call.
1833
- *
1834
- * @example
1835
- * ```ts
1836
- * onPermissionsTroubleshootingClick: () =>
1837
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1838
- * ```
1839
- *
1840
- * @remarks
1841
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1842
- */
1843
- onPermissionsTroubleshootingClick?: (permissionsState: {
1844
- camera: PermissionState;
1845
- microphone: PermissionState;
1846
- }) => void;
1847
- /**
1848
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1849
- * having network issues when connecting to the call.
1850
- *
1851
- * @example
1852
- * ```ts
1853
- * onNetworkingTroubleShootingClick?: () =>
1854
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1855
- * ```
1856
- *
1857
- * @remarks
1858
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1859
- */
1860
- onNetworkingTroubleShootingClick?: () => void;
1861
- /**
1862
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1863
- *
1864
- * @example
1865
- * ```ts
1866
- * onBrowserTroubleShootingClick?: () =>
1867
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1868
- * ```
1869
- *
1870
- * @remarks
1871
- * if this is not supplied, the composite will not show a unsupported browser page.
1872
- */
1873
- onEnvironmentInfoTroubleshootingClick?: () => void;
1874
1451
  /**
1875
1452
  * Remote participant video tile menu options
1876
1453
  */
@@ -1991,7 +1568,7 @@ export declare type CallCompositeOptions = {
1991
1568
  *
1992
1569
  * @public
1993
1570
  */
1994
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'unsupportedEnvironment' | 'transferring' | 'badRequest';
1571
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
1995
1572
 
1996
1573
  /**
1997
1574
  * Props for {@link CallComposite}.
@@ -2373,6 +1950,10 @@ export declare interface CallCompositeStrings {
2373
1950
  * Video Effects pane sub section title for choosing background.
2374
1951
  */
2375
1952
  videoEffectsPaneBackgroundSelectionTitle: string;
1953
+ /**
1954
+ * Aria label for video effects pane
1955
+ */
1956
+ videoEffectsPaneAriaLabel: string;
2376
1957
  /**
2377
1958
  * Label for the button to open effects
2378
1959
  */
@@ -2832,40 +2413,6 @@ export declare interface CallCompositeStrings {
2832
2413
  * Label for mute all cancel button
2833
2414
  */
2834
2415
  muteAllCancelButtonLabel: string;
2835
- /**
2836
- * Label for join breakout room button
2837
- */
2838
- joinBreakoutRoomButtonLabel: string;
2839
- /**
2840
- * Label for button to return from breakout room
2841
- */
2842
- returnFromBreakoutRoomButtonLabel: string;
2843
- /**
2844
- * Label for button to leave breakout room and meeting
2845
- */
2846
- leaveBreakoutRoomAndMeetingButtonLabel: string;
2847
- /**
2848
- * Notification title for when a user joins a breakout room
2849
- */
2850
- breakoutRoomJoinedNotificationTitle: string;
2851
- /**
2852
- * Title for banner to join the assigned breakout room. The banner is shown in mobile view instead of the
2853
- * notification.
2854
- */
2855
- joinBreakoutRoomBannerTitle: string;
2856
- /**
2857
- * Label for button in banner to join breakout room. The banner is shown in mobile view instead of the notification.
2858
- */
2859
- joinBreakoutRoomBannerButtonLabel: string;
2860
- /**
2861
- * Title for banner to return from breakout room. The banner is shown in mobile view instead of the notification.
2862
- */
2863
- returnFromBreakoutRoomBannerTitle: string;
2864
- /**
2865
- * Label for button in banner to return from breakout room. The banner is shown in mobile view instead of the
2866
- * notification.
2867
- */
2868
- returnFromBreakoutRoomBannerButtonLabel: string;
2869
2416
  }
2870
2417
 
2871
2418
  /**
@@ -2950,7 +2497,7 @@ export declare type CallErrors = {
2950
2497
  *
2951
2498
  * @public
2952
2499
  */
2953
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'CallAgent.handlePushNotification' | 'Call.admit' | 'Call.rejectParticipant' | 'Call.admitAll' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
2500
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
2954
2501
 
2955
2502
  /**
2956
2503
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -3011,6 +2558,11 @@ export declare interface CallingHandlers extends CommonCallingHandlers {
3011
2558
  */
3012
2559
  export declare type CallingHandlersOptions = {
3013
2560
  onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
2561
+ /**
2562
+ * Dependency resolver for deep noise suppression effect.
2563
+ * @beta
2564
+ */
2565
+ onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
3014
2566
  };
3015
2567
 
3016
2568
  /**
@@ -3055,21 +2607,6 @@ export declare interface CallingTheme {
3055
2607
  };
3056
2608
  }
3057
2609
 
3058
- /**
3059
- * @public
3060
- */
3061
- export declare interface CallNotification {
3062
- target: NotificationTarget;
3063
- timestamp: Date;
3064
- }
3065
-
3066
- /**
3067
- * @public
3068
- */
3069
- export declare type CallNotifications = {
3070
- [target in NotificationTarget]: CallNotification;
3071
- };
3072
-
3073
2610
  /**
3074
2611
  * Calling participant's state, as reflected in the UI components.
3075
2612
  *
@@ -3096,23 +2633,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
3096
2633
  spotlight?: Spotlight;
3097
2634
  };
3098
2635
 
3099
- /**
3100
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
3101
- *
3102
- * @remarks
3103
- * This is currently in beta and only supports calling one Teams User.
3104
- *
3105
- * @example
3106
- * ```
3107
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
3108
- * ```
3109
- *
3110
- * @beta
3111
- */
3112
- export declare type CallParticipantsLocator = {
3113
- participantIds: string[];
3114
- };
3115
-
3116
2636
  /**
3117
2637
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
3118
2638
  *
@@ -3213,10 +2733,6 @@ export declare interface CallState {
3213
2733
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
3214
2734
  */
3215
2735
  recording: RecordingCallFeature;
3216
- /**
3217
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
3218
- */
3219
- localRecording: LocalRecordingCallFeatureState;
3220
2736
  /**
3221
2737
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
3222
2738
  *
@@ -3273,10 +2789,6 @@ export declare interface CallState {
3273
2789
  * Proxy of {@link @azure/communication-calling#Call.role}.
3274
2790
  */
3275
2791
  role?: ParticipantRole;
3276
- /**
3277
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3278
- */
3279
- totalParticipantCount?: number;
3280
2792
  /**
3281
2793
  * Transfer state of call
3282
2794
  */
@@ -3296,17 +2808,13 @@ export declare interface CallState {
3296
2808
  /**
3297
2809
  * Proxy of {@link @azure/communication-calling#Call.info}.
3298
2810
  */
3299
- info?: TeamsCallInfo | CallInfo;
2811
+ info?: TeamsCallInfo;
3300
2812
  /**
3301
2813
  * Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
3302
2814
  */
3303
2815
  meetingConference?: {
3304
2816
  conferencePhones: ConferencePhoneInfo[];
3305
2817
  };
3306
- /**
3307
- * Proxy of {@link @azure/communication-calling#BreakoutRoomsFeature}.
3308
- */
3309
- breakoutRooms?: BreakoutRoomsState;
3310
2818
  }
3311
2819
 
3312
2820
  /**
@@ -3592,19 +3100,7 @@ export declare interface CallWithChatAdapterManagement {
3592
3100
  *
3593
3101
  * @public
3594
3102
  */
3595
- sendMessage(content: string, options?: SendMessageOptions | MessageOptions): Promise<void>;
3596
- /**
3597
- * Upload an inline image for a message.
3598
- *
3599
- * @beta
3600
- */
3601
- uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
3602
- /**
3603
- * Delete an inline image for a message.
3604
- *
3605
- * @beta
3606
- */
3607
- deleteImage(imageId: string): Promise<void>;
3103
+ sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3608
3104
  /**
3609
3105
  * Send a read receipt for a message.
3610
3106
  *
@@ -3622,7 +3118,7 @@ export declare interface CallWithChatAdapterManagement {
3622
3118
  *
3623
3119
  * @public
3624
3120
  */
3625
- updateMessage(messageId: string, content: string, options?: Record<string, string> | MessageOptions): Promise<void>;
3121
+ updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
3626
3122
  /**
3627
3123
  * Delete a message in the thread.
3628
3124
  *
@@ -3667,10 +3163,6 @@ export declare interface CallWithChatAdapterManagement {
3667
3163
  * @public
3668
3164
  */
3669
3165
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3670
- /**
3671
- * Continues into a call when the browser version is not supported.
3672
- */
3673
- allowUnsupportedBrowserVersion(): void;
3674
3166
  /**
3675
3167
  * Function to Start captions
3676
3168
  * @param options - options for start captions
@@ -3716,6 +3208,14 @@ export declare interface CallWithChatAdapterManagement {
3716
3208
  * @public
3717
3209
  */
3718
3210
  updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
3211
+ /**
3212
+ * Start the noise suppression effect.
3213
+ */
3214
+ startNoiseSuppressionEffect(): Promise<void>;
3215
+ /**
3216
+ * Start the noise suppression effect.
3217
+ */
3218
+ stopNoiseSuppressionEffect(): Promise<void>;
3719
3219
  /**
3720
3220
  * Send the end of call survey result
3721
3221
  *
@@ -3742,10 +3242,6 @@ export declare interface CallWithChatAdapterManagement {
3742
3242
  * Mute a participant
3743
3243
  */
3744
3244
  muteAllRemoteParticipants(): Promise<void>;
3745
- /**
3746
- * Return to origin call of breakout room
3747
- */
3748
- returnFromBreakoutRoom(): Promise<void>;
3749
3245
  }
3750
3246
 
3751
3247
  /**
@@ -3779,7 +3275,6 @@ export declare interface CallWithChatAdapterSubscriptions {
3779
3275
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
3780
3276
  on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
3781
3277
  on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
3782
- on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
3783
3278
  off(event: 'callEnded', listener: CallEndedListener): void;
3784
3279
  off(event: 'isMutedChanged', listener: IsMutedChangedListener): void;
3785
3280
  off(event: 'callIdChanged', listener: CallIdChangedListener): void;
@@ -3797,7 +3292,6 @@ export declare interface CallWithChatAdapterSubscriptions {
3797
3292
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
3798
3293
  off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
3799
3294
  off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
3800
- off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
3801
3295
  on(event: 'messageReceived', listener: MessageReceivedListener): void;
3802
3296
  on(event: 'messageEdited', listener: MessageEditedListener): void;
3803
3297
  on(event: 'messageDeleted', listener: MessageDeletedListener): void;
@@ -3836,14 +3330,6 @@ export declare interface CallWithChatAdapterUiState {
3836
3330
  * @public
3837
3331
  */
3838
3332
  page: CallCompositePage;
3839
- /**
3840
- * State to track whether the end user has opted in to using a
3841
- * out of date version of a supported browser. Allows the user
3842
- * to start a call in this state.
3843
- *
3844
- * @beta
3845
- */
3846
- unsupportedBrowserVersionsAllowed?: boolean;
3847
3333
  }
3848
3334
 
3849
3335
  /**
@@ -3862,8 +3348,6 @@ export declare interface CallWithChatClientState {
3862
3348
  chat?: ChatThreadClientState;
3863
3349
  /** Latest call error encountered for each operation performed via the adapter. */
3864
3350
  latestCallErrors: AdapterErrors;
3865
- /** Latest call notifications encountered in the call client state via the adapter. */
3866
- latestCallNotifications: AdapterNotifications;
3867
3351
  /** Latest chat error encountered for each operation performed via the adapter. */
3868
3352
  latestChatErrors: AdapterErrors;
3869
3353
  /** State of available and currently selected devices */
@@ -3880,6 +3364,16 @@ export declare interface CallWithChatClientState {
3880
3364
  videoBackgroundImages?: VideoBackgroundImage[];
3881
3365
  /** Dependency to be injected for video background effects */
3882
3366
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3367
+ /**
3368
+ * Dependency to be injected for deep noise suppression effect.
3369
+ */
3370
+ onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
3371
+ /** State to track whether the noise suppression should be on by default.
3372
+ */
3373
+ deepNoiseSuppressionOnByDefault?: boolean;
3374
+ /** State to track whether to hide the noise suppression button.
3375
+ */
3376
+ hideDeepNoiseSuppressionButton?: boolean;
3883
3377
  /** State to track the selected video background effect */
3884
3378
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3885
3379
  /** Hide attendee names in teams meeting */
@@ -3978,6 +3472,24 @@ export declare type CallWithChatCompositeIcons = {
3978
3472
  StopAllSpotlightMenuButton?: JSX.Element;
3979
3473
  };
3980
3474
 
3475
+ /**
3476
+ * Props for the CallWithChatComposite that you can use in your application.
3477
+ *
3478
+ * Contains two options bags:
3479
+ * - adapterOptions: Options for the {@link AzureCommunicationCallAdapterOptions}
3480
+ * - callCompositeOptions: Options for the {@link CallWithChatComposite} {@link CallWithChatCompositeOptions}
3481
+ * @public
3482
+ */
3483
+ export declare type CallWithChatCompositeLoaderProps = {
3484
+ userId: CommunicationUserIdentifier;
3485
+ credential: CommunicationTokenCredential;
3486
+ displayName: string;
3487
+ endpoint: string;
3488
+ locator: CallAndChatLocator;
3489
+ callAdapterOptions?: AzureCommunicationCallAdapterOptions;
3490
+ callWithChatCompositeOptions?: CallWithChatCompositeOptions;
3491
+ };
3492
+
3981
3493
  /**
3982
3494
  * Optional features of the {@link CallWithChatComposite}.
3983
3495
  *
@@ -3989,62 +3501,6 @@ export declare type CallWithChatCompositeOptions = {
3989
3501
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3990
3502
  */
3991
3503
  callControls?: boolean | CallWithChatControlOptions;
3992
- /**
3993
- * Properties for configuring the File Sharing feature.
3994
- * If undefined, file sharing feature will be disabled.
3995
- * @beta
3996
- */
3997
- attachmentOptions?: AttachmentOptions;
3998
- /**
3999
- * Device permissions check options for your call.
4000
- * Here you can choose what device permissions you prompt the user for,
4001
- * as well as what device permissions must be accepted before starting a call.
4002
- */
4003
- deviceChecks?: DeviceCheckOptions;
4004
- /**
4005
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
4006
- * unable to grant your site the required permissions for the call.
4007
- *
4008
- * @example
4009
- * ```ts
4010
- * onPermissionsTroubleshootingClick: () =>
4011
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
4012
- * ```
4013
- *
4014
- * @remarks
4015
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
4016
- */
4017
- onPermissionsTroubleshootingClick?: (permissionsState: {
4018
- camera: PermissionState;
4019
- microphone: PermissionState;
4020
- }) => void;
4021
- /**
4022
- * Optional callback to supply users with further troubleshooting steps for network issues
4023
- * experienced when connecting to a call.
4024
- *
4025
- * @example
4026
- * ```ts
4027
- * onNetworkingTroubleShootingClick?: () =>
4028
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
4029
- * ```
4030
- *
4031
- * @remarks
4032
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
4033
- */
4034
- onNetworkingTroubleShootingClick?: () => void;
4035
- /**
4036
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
4037
- *
4038
- * @example
4039
- * ```ts
4040
- * onBrowserTroubleShootingClick?: () =>
4041
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
4042
- * ```
4043
- *
4044
- * @remarks
4045
- * if this is not supplied, the composite will not show a unsupported browser page.
4046
- */
4047
- onEnvironmentInfoTroubleshootingClick?: () => void;
4048
3504
  /**
4049
3505
  * Remote participant video tile menu options
4050
3506
  */
@@ -4147,13 +3603,6 @@ export declare type CallWithChatCompositeOptions = {
4147
3603
  */
4148
3604
  hideSpotlightButtons?: boolean;
4149
3605
  };
4150
- /**
4151
- * Enables rich text editor for the send and edit boxes
4152
- * @defaultValue `false`
4153
- *
4154
- * @beta
4155
- */
4156
- richTextEditor?: boolean;
4157
3606
  };
4158
3607
 
4159
3608
  /**
@@ -4293,14 +3742,6 @@ export declare interface CallWithChatCompositeStrings {
4293
3742
  * Side pane Chat screen title.
4294
3743
  */
4295
3744
  chatPaneTitle: string;
4296
- /**
4297
- * Side pane Chat screen title in a breakout room.
4298
- */
4299
- breakoutRoomChatPaneTitle: string;
4300
- /**
4301
- * Label for spinner when chat content is loading.
4302
- */
4303
- chatContentSpinnerLabel: string;
4304
3745
  /**
4305
3746
  * New Message label for chat button with notification icon component.
4306
3747
  */
@@ -4395,36 +3836,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4395
3836
  *
4396
3837
  * @public
4397
3838
  */
4398
- export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4399
-
4400
- /**
4401
- * @beta
4402
- *
4403
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4404
- * by their browsers settings.
4405
- */
4406
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4407
-
4408
- /**
4409
- * @beta
4410
- * Props for CameraAndMicrophoneSitePermissions component.
4411
- */
4412
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4413
- /** Icon name for the camera icon */
4414
- cameraIconName?: string;
4415
- /** Icon name for the microphone icon */
4416
- microphoneIconName?: string;
4417
- /** Icon name for the central icon between the camera and microphone icons */
4418
- connectorIconName?: string;
4419
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4420
- strings?: CameraAndMicrophoneSitePermissionsStrings;
4421
- }
4422
-
4423
- /**
4424
- * @beta
4425
- * Strings for CameraAndMicrophoneSitePermissions component.
4426
- */
4427
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3839
+ export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4428
3840
 
4429
3841
  /**
4430
3842
  * A button to turn camera on / off.
@@ -4586,31 +3998,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
4586
3998
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
4587
3999
  }
4588
4000
 
4589
- /**
4590
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4591
- * by their browsers settings.
4592
- *
4593
- * @beta
4594
- */
4595
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
4596
-
4597
- /**
4598
- * @beta
4599
- * Props for CameraSitePermissions component.
4600
- */
4601
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
4602
- /** Icon name for the camera icon */
4603
- cameraIconName?: string;
4604
- /** Strings for use with the {@link CameraSitePermissions} */
4605
- strings?: CameraSitePermissionsStrings;
4606
- }
4607
-
4608
- /**
4609
- * @beta
4610
- * Strings for CameraSitePermissions component.
4611
- */
4612
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
4613
-
4614
4001
  /**
4615
4002
  * @public
4616
4003
  * Callback function run when a message edit is cancelled.
@@ -4938,15 +4325,7 @@ export declare interface ChatAdapterThreadManagement {
4938
4325
  * Send a message in the thread.
4939
4326
  * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
4940
4327
  */
4941
- sendMessage(content: string, options?: SendMessageOptions | MessageOptions): Promise<void>;
4942
- /**
4943
- * Upload an inline image for a message.
4944
- */
4945
- uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
4946
- /**
4947
- * Delete an inline image for a message.
4948
- */
4949
- deleteImage(imageId: string): Promise<void>;
4328
+ sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
4950
4329
  /**
4951
4330
  * Send a read receipt for a message.
4952
4331
  */
@@ -4967,7 +4346,7 @@ export declare interface ChatAdapterThreadManagement {
4967
4346
  * Update a message content.
4968
4347
  * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
4969
4348
  */
4970
- updateMessage(messageId: string, content: string, options?: Record<string, string> | MessageOptions): Promise<void>;
4349
+ updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
4971
4350
  /**
4972
4351
  * Delete a message in the thread.
4973
4352
  */
@@ -5105,7 +4484,20 @@ export declare type ChatCompositeIcons = {
5105
4484
  ParticipantItemOptionsHovered?: JSX.Element;
5106
4485
  SendBoxSend?: JSX.Element;
5107
4486
  SendBoxSendHovered?: JSX.Element;
5108
- SendBoxAttachFile?: JSX.Element;
4487
+ };
4488
+
4489
+ /**
4490
+ * Props for the ChatComposite that you can use in your application. Contains the
4491
+ * options for the {@link ChatComposite} {@link ChatCompositeOptions}.
4492
+ * @public
4493
+ */
4494
+ export declare type ChatCompositeLoaderProps = {
4495
+ userId: CommunicationUserIdentifier;
4496
+ credential: CommunicationTokenCredential;
4497
+ displayName?: string;
4498
+ endpoint: string;
4499
+ threadId: string;
4500
+ chatCompositeOptions?: ChatCompositeOptions;
5109
4501
  };
5110
4502
 
5111
4503
  /**
@@ -5120,13 +4512,6 @@ export declare type ChatCompositeOptions = {
5120
4512
  * @defaultValue true
5121
4513
  */
5122
4514
  errorBar?: boolean;
5123
- /**
5124
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
5125
- * @defaultValue false
5126
- *
5127
- * @beta
5128
- */
5129
- participantPane?: boolean;
5130
4515
  /**
5131
4516
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
5132
4517
  * @defaultValue true
@@ -5137,19 +4522,6 @@ export declare type ChatCompositeOptions = {
5137
4522
  * When undefined nothing has focus on render
5138
4523
  */
5139
4524
  autoFocus?: 'sendBoxTextField';
5140
- /**
5141
- * Properties for configuring the File Sharing feature.
5142
- * If undefined, file sharing feature will be disabled.
5143
- * @beta
5144
- */
5145
- attachmentOptions?: AttachmentOptions;
5146
- /**
5147
- * Enables rich text editor for the send and edit boxes
5148
- * @defaultValue `false`
5149
- *
5150
- * @beta
5151
- */
5152
- richTextEditor?: boolean;
5153
4525
  };
5154
4526
 
5155
4527
  /**
@@ -5177,12 +4549,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
5177
4549
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
5178
4550
  */
5179
4551
  options?: ChatCompositeOptions;
5180
- /**
5181
- * Optimizes the composite form factor for either desktop or mobile.
5182
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
5183
- * @defaultValue 'desktop'
5184
- */
5185
- formFactor?: 'desktop' | 'mobile';
5186
4552
  }
5187
4553
 
5188
4554
  /**
@@ -5197,26 +4563,6 @@ export declare interface ChatCompositeStrings {
5197
4563
  * Chat list header text
5198
4564
  */
5199
4565
  chatListHeader: string;
5200
- /**
5201
- * Upload Attachment Button text
5202
- */
5203
- uploadAttachment: string;
5204
- /**
5205
- * Error Message for image data is not provided for image upload
5206
- */
5207
- uploadImageDataNotProvided: string;
5208
- /**
5209
- * Error Message for upload image is too large
5210
- */
5211
- uploadImageIsTooLarge: string;
5212
- /**
5213
- * Error Message for unsupported image extension for image upload
5214
- */
5215
- uploadImageExtensionIsNotAllowed: string;
5216
- /**
5217
- * Error Message for unable to upload image
5218
- */
5219
- uploadImageFailed: string;
5220
4566
  }
5221
4567
 
5222
4568
  /**
@@ -5265,7 +4611,7 @@ export declare type ChatErrors = {
5265
4611
  *
5266
4612
  * @public
5267
4613
  */
5268
- export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic' | 'ChatThreadClient.uploadImage' | 'ChatThreadClient.deleteImage';
4614
+ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateTopic';
5269
4615
 
5270
4616
  /**
5271
4617
  * Object containing all the handlers required for chat components.
@@ -5276,15 +4622,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
5276
4622
  * @public
5277
4623
  */
5278
4624
  export declare type ChatHandlers = {
5279
- onSendMessage: (content: string, options?: SendMessageOptions | MessageOptions) => Promise<void>;
5280
- onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
5281
- onDeleteImage: (imageId: string) => Promise<void>;
4625
+ onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
5282
4626
  onMessageSeen: (chatMessageId: string) => Promise<void>;
5283
4627
  onTyping: () => Promise<void>;
5284
4628
  onRemoveParticipant: (userId: string) => Promise<void>;
5285
4629
  updateThreadTopicName: (topicName: string) => Promise<void>;
5286
4630
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
5287
- onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
4631
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
5288
4632
  onDeleteMessage: (messageId: string) => Promise<void>;
5289
4633
  };
5290
4634
 
@@ -5327,12 +4671,6 @@ export declare interface ChatMessage extends MessageCommon {
5327
4671
  attachments?: AttachmentMetadata[];
5328
4672
  }
5329
4673
 
5330
- /**
5331
- * @beta
5332
- * Type of the message content, either 'text' or 'html'.
5333
- */
5334
- export declare type ChatMessageType = 'text' | 'html';
5335
-
5336
4674
  /**
5337
4675
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
5338
4676
  * client-side only metadata for chat messages.
@@ -5439,8 +4777,6 @@ export declare type ChatThreadClientState = {
5439
4777
  */
5440
4778
  export declare type ChatThreadProperties = {
5441
4779
  topic?: string;
5442
- createdBy?: CommunicationIdentifierKind;
5443
- messagingPolicy?: MessagingPolicy;
5444
4780
  };
5445
4781
 
5446
4782
  /**
@@ -5512,6 +4848,14 @@ export declare type CommonCallAdapterOptions = {
5512
4848
  videoBackgroundImages?: VideoBackgroundImage[];
5513
4849
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
5514
4850
  };
4851
+ /**
4852
+ * `DeepNoiseSuppressionEffect` options to be used for noise suppression.
4853
+ */
4854
+ deepNoiseSuppressionOptions?: {
4855
+ onResolveDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
4856
+ deepNoiseSuppressionOnByDefault?: boolean;
4857
+ hideDeepNoiseSuppressionButton?: boolean;
4858
+ };
5515
4859
  /**
5516
4860
  * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
5517
4861
  * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
@@ -5699,13 +5043,14 @@ export declare interface CommonCallingHandlers {
5699
5043
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
5700
5044
  onRemoveParticipant(userId: string): Promise<void>;
5701
5045
  onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
5702
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
5703
5046
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
5704
5047
  onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
5705
5048
  onRejectCall: (incomingCallId: string) => Promise<void>;
5706
5049
  onRemoveVideoBackgroundEffects: () => Promise<void>;
5707
5050
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
5708
5051
  onReplaceVideoBackground: (backgroundReplacementConfig: BackgroundReplacementConfig) => Promise<void>;
5052
+ onStartNoiseSuppressionEffect: () => Promise<void>;
5053
+ onStopNoiseSuppressionEffect: () => Promise<void>;
5709
5054
  onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
5710
5055
  onStopCaptions: () => Promise<void>;
5711
5056
  onSetSpokenLanguage: (language: string) => Promise<void>;
@@ -5727,39 +5072,6 @@ export declare type CommonProperties<A, B> = {
5727
5072
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
5728
5073
  }[keyof A & keyof B];
5729
5074
 
5730
- /**
5731
- * @beta
5732
- * Props for SitePermissions components.
5733
- */
5734
- export declare interface CommonSitePermissionsProps {
5735
- /**
5736
- * Name of application calling experience is in.
5737
- */
5738
- appName: string;
5739
- /**
5740
- * Kind of the Site Permissions component.
5741
- */
5742
- kind: 'request' | 'denied' | 'check';
5743
- /**
5744
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
5745
- */
5746
- browserHint?: 'safari' | 'unset';
5747
- /**
5748
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
5749
- * If this is not provided the button will not be shown.
5750
- */
5751
- onTroubleshootingClick?: () => void;
5752
- /**
5753
- * Action that is taken when the user clicks the continue anyway button.
5754
- * If this is not provided the button will not be shown.
5755
- */
5756
- onContinueAnywayClick?: () => void;
5757
- /**
5758
- * Styles for SitePermissions component.
5759
- */
5760
- styles?: SitePermissionsStyles;
5761
- }
5762
-
5763
5075
  /**
5764
5076
  * A Chat or Calling participant's state, as reflected in the UI.
5765
5077
  *
@@ -5943,11 +5255,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5943
5255
  export declare interface ComponentLocale {
5944
5256
  /** Strings for components */
5945
5257
  strings: ComponentStrings;
5946
- /**
5947
- * Optional function to provide customized date format.
5948
- * @beta
5949
- */
5950
- onDisplayDateTimeString?: (messageDate: Date) => string;
5951
5258
  }
5952
5259
 
5953
5260
  /**
@@ -5997,10 +5304,6 @@ export declare interface ComponentStrings {
5997
5304
  typingIndicator: TypingIndicatorStrings;
5998
5305
  /** Strings for SendBox */
5999
5306
  sendBox: SendBoxStrings;
6000
- /** Strings for RichTextSendBox */
6001
- richTextSendBox: RichTextSendBoxStrings;
6002
- /** Strings for MentionPopover */
6003
- mentionPopover: MentionPopoverStrings;
6004
5307
  /** Strings for ImageOverlay */
6005
5308
  imageOverlay: ImageOverlayStrings;
6006
5309
  /** Strings for MessageStatusIndicator */
@@ -6017,46 +5320,10 @@ export declare interface ComponentStrings {
6017
5320
  videoTile: VideoTileStrings;
6018
5321
  /** Strings for HoldButton */
6019
5322
  holdButton: HoldButtonStrings;
6020
- /** Strings for a site's permission request prompt */
6021
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
6022
- /** Strings for a site's permission request prompt */
6023
- CameraSitePermissionsRequest: SitePermissionsStrings;
6024
- /** Strings for a site's permission request prompt */
6025
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
6026
- /** Strings for a site's permission generic checking prompt */
6027
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
6028
- /** Strings for a site's permission generic checking prompt */
6029
- CameraSitePermissionsCheck: SitePermissionsStrings;
6030
- /** Strings for a site's permission generic checking prompt */
6031
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
6032
- /** Strings for a site's permission denied prompt */
6033
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
6034
- /** Strings for a site's permission denied prompt for safari browsers*/
6035
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6036
- /** Strings for a site's permission denied prompt */
6037
- CameraSitePermissionsDenied: SitePermissionsStrings;
6038
- /** Strings for a site's permission denied prompt */
6039
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
6040
- /** Strings for a site's permission denied prompt for safari browsers*/
6041
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
6042
- /** Strings for a site's permission denied prompt for safari browsers*/
6043
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6044
- /** Strings for unsupported browser UI */
6045
- UnsupportedBrowser: UnsupportedBrowserStrings;
6046
- /** Strings for unsupported browser version UI */
6047
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
6048
- /** Strings for unsupported browser version UI */
6049
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
6050
- /** Strings for BrowserPemissionDenied */
6051
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
6052
- /** Strings for BrowserPemissionDeniedIOS */
6053
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
6054
5323
  /**
6055
5324
  * Strings for the VerticalGallery.
6056
5325
  */
6057
5326
  verticalGallery: VerticalGalleryStrings;
6058
- /** Strings for the participant list component */
6059
- ParticipantList: ParticipantListStrings;
6060
5327
  /** Strings for the MeetingConferencePhoneInfoModal */
6061
5328
  meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
6062
5329
  IncomingCallNotification: IncomingCallNotificationStrings;
@@ -6566,6 +5833,7 @@ export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient,
6566
5833
  */
6567
5834
  export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent?: TeamsCallAgent, deviceManager?: StatefulDeviceManager, call?: TeamsCall, options?: {
6568
5835
  onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
5836
+ onResolveDeepNoiseSuppressionDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>;
6569
5837
  }) => TeamsCallingHandlers;
6570
5838
 
6571
5839
  /**
@@ -6596,7 +5864,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
6596
5864
  /**
6597
5865
  * @public
6598
5866
  */
6599
- export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
5867
+ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
6600
5868
 
6601
5869
  /**
6602
5870
  * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
@@ -6606,7 +5874,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | Teams
6606
5874
  *
6607
5875
  * @public
6608
5876
  */
6609
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
5877
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6610
5878
 
6611
5879
  /**
6612
5880
  * Object returned after creating a local or remote VideoStream.
@@ -6804,6 +6072,15 @@ export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
6804
6072
  */
6805
6073
  export declare type DeclarativeTeamsCallAgent = TeamsCallAgent & TeamsIncomingCallManagement;
6806
6074
 
6075
+ /**
6076
+ * Dependency type to be injected for deep noise suppression
6077
+ *
6078
+ * @public
6079
+ */
6080
+ export declare type DeepNoiseSuppressionEffectDependency = {
6081
+ deepNoiseSuppressionEffect: AudioEffectsStartConfig;
6082
+ };
6083
+
6807
6084
  /**
6808
6085
  * The default set of icons that are available to use in the UI components.
6809
6086
  *
@@ -6828,11 +6105,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6828
6105
  RaiseHandContextualMenuItem: React_2.JSX.Element;
6829
6106
  LowerHandContextualMenuItem: React_2.JSX.Element;
6830
6107
  ReactionButtonIcon: React_2.JSX.Element;
6831
- CancelAttachmentUpload: React_2.JSX.Element;
6832
- DownloadAttachment: React_2.JSX.Element;
6833
6108
  OpenAttachment: React_2.JSX.Element;
6834
- AttachmentMoreMenu: React_2.JSX.Element;
6835
- DataLossPreventionProhibited: React_2.JSX.Element;
6836
6109
  EditBoxCancel: React_2.JSX.Element;
6837
6110
  EditBoxSubmit: React_2.JSX.Element;
6838
6111
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -6851,11 +6124,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6851
6124
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6852
6125
  ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
6853
6126
  NotificationBarRecording: React_2.JSX.Element;
6854
- NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
6855
- NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
6856
- NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
6857
- NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
6858
- NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
6859
6127
  HorizontalGalleryLeftButton: React_2.JSX.Element;
6860
6128
  HorizontalGalleryRightButton: React_2.JSX.Element;
6861
6129
  MessageDelivered: React_2.JSX.Element;
@@ -6880,13 +6148,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6880
6148
  SendBoxSendHovered: React_2.JSX.Element;
6881
6149
  VideoTileMicOff: React_2.JSX.Element;
6882
6150
  DialpadBackspace: React_2.JSX.Element;
6883
- SitePermissionsSparkle: React_2.JSX.Element;
6884
- SitePermissionCamera: React_2.JSX.Element;
6885
- SitePermissionMic: React_2.JSX.Element;
6886
- SitePermissionCameraDenied: React_2.JSX.Element;
6887
- SitePermissionMicDenied: React_2.JSX.Element;
6888
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6889
- BrowserPermissionDeniedError: React_2.JSX.Element;
6890
6151
  VideoTilePinned: React_2.JSX.Element;
6891
6152
  ParticipantItemPinned: React_2.JSX.Element;
6892
6153
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -6916,20 +6177,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6916
6177
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6917
6178
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6918
6179
  VideoTileSpotlighted: React_2.JSX.Element;
6919
- RichTextBoldButtonIcon: React_2.JSX.Element;
6920
- RichTextItalicButtonIcon: React_2.JSX.Element;
6921
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
6922
- RichTextBulletListButtonIcon: React_2.JSX.Element;
6923
- RichTextNumberListButtonIcon: React_2.JSX.Element;
6924
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6925
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6926
- RichTextDividerIcon: React_2.JSX.Element;
6927
- RichTextEditorButtonIcon: React_2.JSX.Element;
6928
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
6929
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
6930
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
6931
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
6932
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6933
6180
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
6934
6181
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
6935
6182
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
@@ -6954,7 +6201,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6954
6201
  ParticipantItemOptionsHovered: JSX.Element;
6955
6202
  SendBoxSend: JSX.Element;
6956
6203
  SendBoxSendHovered: JSX.Element;
6957
- SendBoxAttachFile?: JSX.Element | undefined;
6958
6204
  ControlBarPeopleButton?: JSX.Element | undefined;
6959
6205
  ControlButtonCameraOff: JSX.Element;
6960
6206
  ControlButtonCameraOn: JSX.Element;
@@ -7042,35 +6288,25 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7042
6288
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
7043
6289
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
7044
6290
  MoreDrawerSpeakers?: JSX.Element | undefined;
6291
+ SendBoxAttachFile?: JSX.Element | undefined;
7045
6292
  ChatMessageOptions: React_2.JSX.Element;
7046
6293
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
7047
- CancelAttachmentUpload: React_2.JSX.Element;
7048
- DownloadAttachment: React_2.JSX.Element;
7049
6294
  OpenAttachment: React_2.JSX.Element;
7050
- AttachmentMoreMenu: React_2.JSX.Element;
7051
- DataLossPreventionProhibited: React_2.JSX.Element;
7052
6295
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6296
+ /**
6297
+ * Icons that can be overridden for {@link CallComposite}.
6298
+ *
6299
+ * @public
6300
+ */
7053
6301
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
7054
6302
  ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
7055
6303
  NotificationBarRecording: React_2.JSX.Element;
7056
- NotificationBarBreakoutRoomOpened: React_2.JSX.Element;
7057
- NotificationBarBreakoutRoomPromptJoin: React_2.JSX.Element;
7058
- NotificationBarBreakoutRoomChanged: React_2.JSX.Element;
7059
- NotificationBarBreakoutRoomJoined: React_2.JSX.Element;
7060
- NotificationBarBreakoutRoomClosingSoon: React_2.JSX.Element;
7061
6304
  MessageResend: React_2.JSX.Element;
7062
6305
  ParticipantItemSpotlighted: React_2.JSX.Element;
7063
6306
  HoldCallContextualMenuItem: React_2.JSX.Element;
7064
6307
  HoldCallButton: React_2.JSX.Element;
7065
6308
  ResumeCall: React_2.JSX.Element;
7066
6309
  DialpadBackspace: React_2.JSX.Element;
7067
- SitePermissionsSparkle: React_2.JSX.Element;
7068
- SitePermissionCamera: React_2.JSX.Element;
7069
- SitePermissionMic: React_2.JSX.Element;
7070
- SitePermissionCameraDenied: React_2.JSX.Element;
7071
- SitePermissionMicDenied: React_2.JSX.Element;
7072
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
7073
- BrowserPermissionDeniedError: React_2.JSX.Element;
7074
6310
  VideoTilePinned: React_2.JSX.Element;
7075
6311
  ParticipantItemPinned: React_2.JSX.Element;
7076
6312
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -7100,56 +6336,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7100
6336
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
7101
6337
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
7102
6338
  VideoTileSpotlighted: React_2.JSX.Element;
7103
- RichTextBoldButtonIcon: React_2.JSX.Element;
7104
- RichTextItalicButtonIcon: React_2.JSX.Element;
7105
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
7106
- RichTextBulletListButtonIcon: React_2.JSX.Element;
7107
- RichTextNumberListButtonIcon: React_2.JSX.Element;
7108
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
7109
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
7110
- RichTextDividerIcon: React_2.JSX.Element;
7111
- RichTextEditorButtonIcon: React_2.JSX.Element;
7112
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
7113
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
7114
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
7115
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
7116
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
7117
6339
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
7118
6340
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
7119
6341
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
7120
6342
  IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
7121
6343
  };
7122
6344
 
7123
- /**
7124
- * @beta
7125
- *
7126
- * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
7127
- */
7128
- export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
7129
-
7130
- /**
7131
- * Device Checks.
7132
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
7133
- *
7134
- * @beta
7135
- */
7136
- export declare interface DeviceCheckOptions {
7137
- /**
7138
- * Camera Permission prompts for your call.
7139
- * 'required' - requires the permission to be allowed before permitting the user join the call.
7140
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
7141
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
7142
- */
7143
- camera: 'required' | 'optional' | 'doNotPrompt';
7144
- /**
7145
- * Microphone permission prompts for your call.
7146
- * 'required' - requires the permission to be allowed before permitting the user join the call.
7147
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
7148
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
7149
- */
7150
- microphone: 'required' | 'optional' | 'doNotPrompt';
7151
- }
7152
-
7153
6345
  /**
7154
6346
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
7155
6347
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -7819,7 +7011,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
7819
7011
  *
7820
7012
  * @public
7821
7013
  */
7822
- export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
7014
+ export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
7823
7015
 
7824
7016
  /**
7825
7017
  * Get the selector for a specified component.
@@ -8005,10 +7197,6 @@ export declare interface _Identifiers {
8005
7197
  verticalGalleryVideoTile: string;
8006
7198
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
8007
7199
  verticalGalleryPageCounter: string;
8008
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
8009
- mentionSuggestionList: string;
8010
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
8011
- mentionSuggestionItem: string;
8012
7200
  }
8013
7201
 
8014
7202
  /**
@@ -8070,13 +7258,6 @@ export declare interface ImageOverlayStrings {
8070
7258
  dismissButtonAriaLabel: string;
8071
7259
  }
8072
7260
 
8073
- /**
8074
- * Preset dark theme for the ImageOverlay component.
8075
- *
8076
- * @public
8077
- */
8078
- export declare const imageOverlayTheme: PartialTheme;
8079
-
8080
7261
  /**
8081
7262
  * @public
8082
7263
  * This contains a readonly array that returns all the active `incomingCalls`.
@@ -8466,12 +7647,48 @@ export declare interface JumpToNewMessageButtonProps {
8466
7647
  */
8467
7648
  export declare const lightTheme: PartialTheme & CallingTheme;
8468
7649
 
7650
+ /**
7651
+ * Loader function for the CallComposite that you can use in your application. This
7652
+ * function will load the CallComposite into the provided HTML element. The best use case for this
7653
+ * is in a Node ui framework that is not React based.
7654
+ *
7655
+ * @public
7656
+ */
7657
+ export declare const loadCallComposite: (loaderArgs: CallCompositeLoaderProps, htmlElement: HTMLElement) => Promise<CallAdapter | undefined>;
7658
+
7659
+ /**
7660
+ * Props for the CallWithChatComposite that you can use in your application. This
7661
+ * function will load the CallWithChatComposite into the provided HTML element.
7662
+ * The best use case for this is in a Node UI framework that is not React based.
7663
+ *
7664
+ * @public
7665
+ */
7666
+ export declare const loadCallWithChatComposite: (loaderArgs: CallWithChatCompositeLoaderProps, htmlElement: HTMLElement) => Promise<CallWithChatAdapter | undefined>;
7667
+
7668
+ /**
7669
+ * Loader function for the ChatComposite that you can use in your application. This
7670
+ * function will load the ChatComposite into the provided HTML element.
7671
+ * The best use case for this is in a Node UI framework that is not React based.
7672
+ *
7673
+ * @public
7674
+ */
7675
+ export declare const loadChatComposite: (loaderArgs: ChatCompositeLoaderProps, htmlElement: HTMLElement) => Promise<ChatAdapter | undefined>;
7676
+
8469
7677
  /**
8470
7678
  * Whether the stream is loading or not.
8471
7679
  * @public
8472
7680
  */
8473
7681
  export declare type LoadingState = 'loading' | 'none' | 'reconnecting';
8474
7682
 
7683
+ /**
7684
+ * Loader function for the OutboundCallComposite that you can use in your application. This
7685
+ * function will load the CallComposite into the provided HTML element to make outbound calls.
7686
+ * The best use case for this is in a Node UI framework that is not React based.
7687
+ *
7688
+ * @public
7689
+ */
7690
+ export declare const loadOutboundCallComposite: (loaderArgs: OutboundCallCompositeLoaderProps, htmlElement: HTMLElement) => Promise<CallAdapter | undefined>;
7691
+
8475
7692
  /**
8476
7693
  * Provider to provide localized strings for this library's react components.
8477
7694
  *
@@ -8494,28 +7711,6 @@ export declare type LocalizationProviderProps = {
8494
7711
  children: React_2.ReactNode;
8495
7712
  };
8496
7713
 
8497
- /**
8498
- * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
8499
- * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
8500
- *
8501
- * @beta
8502
- */
8503
- export declare interface LocalRecordingCallFeatureState {
8504
- /**
8505
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
8506
- */
8507
- isLocalRecordingActive: boolean;
8508
- /**
8509
- * Contains list of information of started recordings
8510
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
8511
- */
8512
- activeLocalRecordings?: LocalRecordingInfo[];
8513
- /**
8514
- * Contains list of information of stopped recordings
8515
- */
8516
- lastStoppedLocalRecording?: LocalRecordingInfo[];
8517
- }
8518
-
8519
7714
  /**
8520
7715
  * @public
8521
7716
  */
@@ -8660,76 +7855,6 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8660
7855
  meetingConferencePhoneInfoModalNoPhoneAvailable: string;
8661
7856
  }
8662
7857
 
8663
- /**
8664
- * Mention's state, as reflected in the UI.
8665
- *
8666
- * @beta
8667
- */
8668
- export declare interface Mention {
8669
- /** ID of a mention */
8670
- id: string;
8671
- /** Display text of a mention */
8672
- displayText: string;
8673
- /** Optional React element to render an item icon of a mention suggestion */
8674
- icon?: JSX.Element;
8675
- }
8676
-
8677
- /**
8678
- * Options to display suggestions in the mention scenario.
8679
- *
8680
- * @beta
8681
- */
8682
- export declare interface MentionDisplayOptions {
8683
- /**
8684
- * Optional callback for customizing the mention renderer in a message thread.
8685
- */
8686
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
8687
- }
8688
-
8689
- /**
8690
- * Options to lookup suggestions in the mention scenario.
8691
- *
8692
- * @beta
8693
- */
8694
- export declare interface MentionLookupOptions {
8695
- /**
8696
- * Optional string to set trigger keyword for mention a specific participant.
8697
- *
8698
- * @defaultValue `@`
8699
- */
8700
- trigger?: string;
8701
- /**
8702
- * Optional callback to fetch a list of mention suggestions base on the query.
8703
- */
8704
- onQueryUpdated: (query: string) => Promise<Mention[]>;
8705
- /**
8706
- * Optional callback to render an item of the mention suggestions list.
8707
- */
8708
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
8709
- }
8710
-
8711
- /**
8712
- * Options to lookup suggestions and display mentions in the mention scenario.
8713
- *
8714
- * @beta
8715
- */
8716
- export declare type MentionOptions = {
8717
- lookupOptions?: MentionLookupOptions;
8718
- displayOptions?: MentionDisplayOptions;
8719
- };
8720
-
8721
- /**
8722
- * Strings of {@link _MentionPopover} that can be overridden.
8723
- *
8724
- * @beta
8725
- */
8726
- export declare interface MentionPopoverStrings {
8727
- /**
8728
- * Header text for MentionPopover
8729
- */
8730
- mentionPopoverHeader: string;
8731
- }
8732
-
8733
7858
  /**
8734
7859
  * Discriminated union of all messages.
8735
7860
  *
@@ -8737,7 +7862,7 @@ export declare interface MentionPopoverStrings {
8737
7862
  *
8738
7863
  * @public
8739
7864
  */
8740
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | BlockedMessage;
7865
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
8741
7866
 
8742
7867
  /**
8743
7868
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -8779,20 +7904,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
8779
7904
  */
8780
7905
  export declare type MessageEditedListener = MessageReceivedListener;
8781
7906
 
8782
- /**
8783
- * @beta
8784
- * Message option that defines properties that can be set when
8785
- * sending or updating a chat message.
8786
- * @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
8787
- * @property attachments - Attachments that contains file attachments attached to the message.
8788
- * @property type - Type of the message content, either 'text' or 'html'.
8789
- */
8790
- export declare type MessageOptions = {
8791
- metadata?: Record<string, string>;
8792
- attachments?: AttachmentMetadata[];
8793
- type?: ChatMessageType;
8794
- };
8795
-
8796
7907
  /**
8797
7908
  * Props to render a single message.
8798
7909
  *
@@ -8808,7 +7919,7 @@ export declare type MessageProps = {
8808
7919
  /**
8809
7920
  * Strings from parent MessageThread component
8810
7921
  */
8811
- strings: MessageThreadStrings & Partial<RichTextStrings>;
7922
+ strings: MessageThreadStrings;
8812
7923
  /**
8813
7924
  * Custom CSS styles for chat message container.
8814
7925
  */
@@ -8854,7 +7965,7 @@ export declare type MessageProps = {
8854
7965
  * @param options - message options to be included in the message
8855
7966
  *
8856
7967
  */
8857
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
7968
+ onSendMessage?: (content: string) => Promise<void>;
8858
7969
  };
8859
7970
 
8860
7971
  /**
@@ -8986,7 +8097,7 @@ export declare type MessageThreadProps = {
8986
8097
  /**
8987
8098
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
8988
8099
  */
8989
- messages: (ChatMessage | SystemMessage | CustomMessage | BlockedMessage)[];
8100
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
8990
8101
  /**
8991
8102
  * number of participants in the thread
8992
8103
  */
@@ -9067,11 +8178,6 @@ export declare type MessageThreadProps = {
9067
8178
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
9068
8179
  */
9069
8180
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
9070
- /**
9071
- * Optional callback to render attachments in the message component.
9072
- * @beta
9073
- */
9074
- onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
9075
8181
  /**
9076
8182
  * Optional callback to edit a message.
9077
8183
  *
@@ -9100,7 +8206,7 @@ export declare type MessageThreadProps = {
9100
8206
  * @param options - message options to be included in the message
9101
8207
  *
9102
8208
  */
9103
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
8209
+ onSendMessage?: (content: string) => Promise<void>;
9104
8210
  /**
9105
8211
  /**
9106
8212
  * Disable editing messages.
@@ -9114,32 +8220,11 @@ export declare type MessageThreadProps = {
9114
8220
  * Optional strings to override in component
9115
8221
  */
9116
8222
  strings?: Partial<MessageThreadStrings>;
9117
- /**
9118
- * @beta
9119
- * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
9120
- * As this moment, the uploadOptions would be ignored and this option is intended for download only.
9121
- */
9122
- attachmentOptions?: AttachmentOptions;
9123
- /**
9124
- * Optional function to provide customized date format.
9125
- * @beta
9126
- */
9127
- onDisplayDateTimeString?: (messageDate: Date) => string;
9128
- /**
9129
- * Optional props needed to lookup a mention query and display mentions
9130
- * @beta
9131
- */
9132
- mentionOptions?: MentionOptions;
9133
8223
  /**
9134
8224
  * Optional callback called when an inline image is clicked.
9135
8225
  * @beta
9136
8226
  */
9137
8227
  inlineImageOptions?: InlineImageOptions;
9138
- /**
9139
- * Options to enable rich text editor for the edit box.
9140
- * @beta
9141
- */
9142
- richTextEditorOptions?: RichTextEditBoxOptions;
9143
8228
  };
9144
8229
 
9145
8230
  /**
@@ -9213,20 +8298,10 @@ export declare interface MessageThreadStrings {
9213
8298
  actionMenuMoreOptions?: string;
9214
8299
  /** Aria label to announce when a message is deleted */
9215
8300
  messageDeletedAnnouncementAriaLabel: string;
9216
- /** String for download attachment button in attachment card */
9217
- downloadAttachment: string;
9218
8301
  /** String for open attachment button in attachment card */
9219
8302
  openAttachment: string;
9220
- /** String for policy violation message removal */
9221
- blockedWarningText: string;
9222
- /** String for policy violation message removal details link */
9223
- blockedWarningLinkText: string;
9224
8303
  /** String for aria text in attachment card group*/
9225
8304
  attachmentCardGroupMessage: string;
9226
- /**
9227
- * Error message indicating that one or more image uploads are not complete.
9228
- */
9229
- imageUploadsPendingError: string;
9230
8305
  }
9231
8306
 
9232
8307
  /**
@@ -9254,24 +8329,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
9254
8329
  /** Styles for system message container. */
9255
8330
  systemMessageContainer?: ComponentSlotStyle;
9256
8331
  /** Styles for blocked message container. */
9257
- blockedMessageContainer?: ComponentSlotStyle;
9258
8332
  /** Styles for message status indicator container. */
9259
8333
  messageStatusContainer?: (mine: boolean) => IStyle;
9260
8334
  }
9261
8335
 
9262
- /**
9263
- *
9264
- * Messaging policy of a chat thread.
9265
- *
9266
- * @beta
9267
- */
9268
- export declare interface MessagingPolicy {
9269
- /**
9270
- * Boolean to track whether or not messages are restricted to only text.
9271
- * */
9272
- textOnlyChat?: boolean;
9273
- }
9274
-
9275
8336
  /**
9276
8337
  * A button to turn microphone on / off.
9277
8338
  *
@@ -9342,6 +8403,18 @@ export declare interface MicrophoneButtonProps extends ControlBarButtonProps {
9342
8403
  * Styles for {@link MicrophoneButton} and the device selection flyout.
9343
8404
  */
9344
8405
  styles?: Partial<MicrophoneButtonStyles>;
8406
+ /**
8407
+ * Whether the deep noise suppression is on or off
8408
+ */
8409
+ isDeepNoiseSuppressionOn?: boolean;
8410
+ /**
8411
+ * Callback when noise suppression is clicked
8412
+ */
8413
+ onClickNoiseSuppression?: () => void;
8414
+ /**
8415
+ * Show/Hide the deep noise suppression button
8416
+ */
8417
+ showNoiseSuppressionButton?: boolean;
9345
8418
  }
9346
8419
 
9347
8420
  /**
@@ -9426,6 +8499,18 @@ export declare interface MicrophoneButtonStrings {
9426
8499
  * Aria description for the microphone button
9427
8500
  */
9428
8501
  microphoneAriaDescription?: string;
8502
+ /**
8503
+ * Title for deep noise suppression button
8504
+ */
8505
+ deepNoiseSuppressionTitle?: string;
8506
+ /**
8507
+ * Noise Suppression turned on string for announcer
8508
+ */
8509
+ deepNoiseSuppressionOnAnnouncement?: string;
8510
+ /**
8511
+ * Noise Suppression turned off string for announcer
8512
+ */
8513
+ deepNoiseSuppressionOffAnnouncement?: string;
9429
8514
  }
9430
8515
 
9431
8516
  /**
@@ -9440,31 +8525,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
9440
8525
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
9441
8526
  }
9442
8527
 
9443
- /**
9444
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
9445
- * by their browsers settings.
9446
- *
9447
- * @beta
9448
- */
9449
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
9450
-
9451
- /**
9452
- * @beta
9453
- * Props for MicrophoneSitePermissions component.
9454
- */
9455
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
9456
- /** Icon name for the microphone icon */
9457
- microphoneIconName?: string;
9458
- /** Strings for use with the {@link MicrophoneSitePermissions} */
9459
- strings?: MicrophoneSitePermissionsStrings;
9460
- }
9461
-
9462
- /**
9463
- * @beta
9464
- * Strings for MicrophoneSitePermissions component.
9465
- */
9466
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
9467
-
9468
8528
  /**
9469
8529
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
9470
8530
  *
@@ -9756,26 +8816,6 @@ export declare interface NotificationStackStrings {
9756
8816
  * Transcription stopped but recording still going on message
9757
8817
  */
9758
8818
  transcriptionStoppedStillRecording?: NotificationStrings;
9759
- /**
9760
- * Message shown in notification when the user will be automatically to their assigned breakout room that is opened
9761
- */
9762
- assignedBreakoutRoomOpened?: NotificationStrings;
9763
- /**
9764
- * Message shown in notification when the user is prompted to join their assigned breakout room that is opened
9765
- */
9766
- assignedBreakoutRoomOpenedPromptJoin?: NotificationStrings;
9767
- /**
9768
- * Message shown in notification when the user is assigned breakout room is changed
9769
- */
9770
- assignedBreakoutRoomChanged?: NotificationStrings;
9771
- /**
9772
- * Message shown in notification when breakout room is joined
9773
- */
9774
- breakoutRoomJoined?: NotificationStrings;
9775
- /**
9776
- * Message shown in notification when breakout room is closing soon
9777
- */
9778
- breakoutRoomClosingSoon?: NotificationStrings;
9779
8819
  }
9780
8820
 
9781
8821
  /**
@@ -9806,9 +8846,6 @@ export declare interface NotificationStrings {
9806
8846
  secondaryButtonLabel?: string;
9807
8847
  }
9808
8848
 
9809
- /** @public */
9810
- export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon';
9811
-
9812
8849
  /**
9813
8850
  * All notifications that can be shown in the {@link NotificationStack}.
9814
8851
  *
@@ -9839,6 +8876,20 @@ userId?: string, options?: CustomAvatarOptions,
9839
8876
  */
9840
8877
  defaultOnRender?: (props: CustomAvatarOptions) => JSX.Element) => JSX.Element | undefined;
9841
8878
 
8879
+ /**
8880
+ *
8881
+ * Dependency resolution for video background effects using lazy loading.
8882
+ * @public
8883
+ */
8884
+ export declare const onResolveDeepNoiseSuppressionDependency: () => Promise<DeepNoiseSuppressionEffectDependency>;
8885
+
8886
+ /**
8887
+ *
8888
+ * Dependency resolution for video background effects using lazy loading.
8889
+ * @public
8890
+ */
8891
+ export declare const onResolveDeepNoiseSuppressionDependencyLazy: () => Promise<DeepNoiseSuppressionEffectDependency>;
8892
+
9842
8893
  /**
9843
8894
  * Dependency resolution for video background effects.
9844
8895
  *
@@ -9881,6 +8932,24 @@ export declare interface OptionsDevice {
9881
8932
  name: string;
9882
8933
  }
9883
8934
 
8935
+ /**
8936
+ * Props for the OutboundCallComposite that you can use in your application.
8937
+ *
8938
+ * Contains two options bags:
8939
+ * - adapterOptions: Options for the {@link AzureCommunicationCallAdapter}
8940
+ * - callCompositeOptions: Options for the {@link CallComposite} {@link CallCompositeOptions}
8941
+ *
8942
+ * @public
8943
+ */
8944
+ export declare type OutboundCallCompositeLoaderProps = {
8945
+ userId: CommunicationUserIdentifier;
8946
+ credential: CommunicationTokenCredential;
8947
+ displayName: string;
8948
+ targetCallees: string[] | StartCallIdentifier[];
8949
+ callAdapterOptions?: AzureCommunicationCallAdapterOptions;
8950
+ callCompositeOptions?: CallCompositeOptions;
8951
+ };
8952
+
9884
8953
  /**
9885
8954
  * Different modes and positions of the overflow gallery in the VideoGallery
9886
8955
  *
@@ -10064,10 +9133,6 @@ export declare type ParticipantListProps = {
10064
9133
  styles?: ParticipantListStyles;
10065
9134
  /** Optional value to determine if the tooltip should be shown for participants or not */
10066
9135
  showParticipantOverflowTooltip?: boolean;
10067
- /** Total number of people in the call. This number can be larger than the remote participant count. */
10068
- totalParticipantCount?: number;
10069
- /** Strings for the participant list */
10070
- strings?: ParticipantListStrings;
10071
9136
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
10072
9137
  participantAriaLabelledBy?: string;
10073
9138
  /** List of pinned participants */
@@ -10082,21 +9147,8 @@ export declare type ParticipantListProps = {
10082
9147
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
10083
9148
  participants: CallParticipantListParticipant[];
10084
9149
  myUserId: string;
10085
- totalParticipantCount?: number;
10086
9150
  };
10087
9151
 
10088
- /**
10089
- * Strings for the {@link ParticipantList}.
10090
- *
10091
- * @beta
10092
- */
10093
- export declare interface ParticipantListStrings {
10094
- /**
10095
- * String for rendering the count of participants not contained in the displayed participant list
10096
- */
10097
- overflowParticipantCount?: string;
10098
- }
10099
-
10100
9152
  /**
10101
9153
  * Styles for the {@link ParticipantList}.
10102
9154
  *
@@ -10571,15 +9623,6 @@ export declare interface RecordingCallFeature {
10571
9623
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
10572
9624
  */
10573
9625
  isRecordingActive: boolean;
10574
- /**
10575
- * Contains list of information of started recordings
10576
- * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
10577
- */
10578
- activeRecordings?: RecordingInfo[];
10579
- /**
10580
- * Contains list of information of stopped recordings
10581
- */
10582
- lastStoppedRecording?: RecordingInfo[];
10583
9626
  }
10584
9627
 
10585
9628
  /**
@@ -10718,252 +9761,6 @@ export declare type ResourceFetchResult = {
10718
9761
  error?: Error;
10719
9762
  };
10720
9763
 
10721
- /**
10722
- * Options for the rich text editor edit box configuration.
10723
- *
10724
- * @beta
10725
- */
10726
- export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
10727
- /**
10728
- * Optional callback to handle an inline image that's inserted in the rich text editor.
10729
- * When not provided, pasting images into rich text editor will be disabled.
10730
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
10731
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
10732
- * @param messageId - the id of the message that the inlineImage belongs to.
10733
- */
10734
- onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
10735
- /**
10736
- * Optional callback invoked after inline image is removed from the UI.
10737
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
10738
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
10739
- * Note that if the src attribute is a local blob url, it has been revoked at this point.
10740
- * @param messageId - the id of the message that the inlineImage belongs to.
10741
- */
10742
- onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
10743
- /**
10744
- * Optional Record of type {@link AttachmentMetadataInProgress}
10745
- * to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
10746
- * - there is an error provided in the messagesInlineImagesWithProgress
10747
- * - progress is less than 1 when the send button is clicked
10748
- * - content html string is longer than the max allowed length.
10749
- * (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
10750
- * when calculating the content length, only for the purpose of displaying the content length overflow error.)
10751
- */
10752
- messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
10753
- }
10754
-
10755
- /**
10756
- * Options for the rich text editor configuration.
10757
- *
10758
- * @beta
10759
- */
10760
- export declare interface RichTextEditorOptions {
10761
- /**
10762
- * Optional callback to handle paste event.
10763
- */
10764
- onPaste?: (event: {
10765
- content: DocumentFragment;
10766
- }) => void;
10767
- }
10768
-
10769
- /**
10770
- * A component to render SendBox with Rich Text Editor support.
10771
- *
10772
- * @beta
10773
- */
10774
- export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
10775
-
10776
- /**
10777
- * Props for {@link RichTextSendBox}.
10778
- *
10779
- * @beta
10780
- */
10781
- export declare interface RichTextSendBoxProps {
10782
- /**
10783
- * Optional boolean to disable text box
10784
- * @defaultValue false
10785
- */
10786
- disabled?: boolean;
10787
- /**
10788
- * Optional callback to handle paste event.
10789
- */
10790
- onPaste?: (event: {
10791
- content: DocumentFragment;
10792
- }) => void;
10793
- /**
10794
- * Optional strings to override in component
10795
- */
10796
- strings?: Partial<RichTextSendBoxStrings>;
10797
- /**
10798
- * Optional text for system message above the text box
10799
- */
10800
- systemMessage?: string;
10801
- /**
10802
- * Optional array of type {@link AttachmentMetadataInProgress}
10803
- * to render attachments being uploaded in the SendBox.
10804
- * @beta
10805
- */
10806
- attachments?: AttachmentMetadataInProgress[];
10807
- /**
10808
- * enumerable to determine if the input box has focus on render or not.
10809
- * When undefined nothing has focus on render
10810
- */
10811
- autoFocus?: 'sendBoxTextField';
10812
- /**
10813
- * Optional callback to remove the attachment upload before sending by clicking on
10814
- * cancel icon.
10815
- */
10816
- onCancelAttachmentUpload?: (attachmentId: string) => void;
10817
- /**
10818
- * Optional callback invoked after inline image is removed from the UI.
10819
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
10820
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
10821
- * Note that if the src attribute is a local blob url, it has been revoked at this point.
10822
- */
10823
- onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
10824
- /**
10825
- * Callback function used when the send button is clicked.
10826
- */
10827
- onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
10828
- /**
10829
- * Optional callback called when user is typing
10830
- */
10831
- onTyping?: () => Promise<void>;
10832
- /**
10833
- * Optional callback to handle an inline image that's inserted in the rich text editor.
10834
- * When not provided, pasting images into rich text editor will be disabled.
10835
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
10836
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
10837
- */
10838
- onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
10839
- /**
10840
- * Optional Array of type {@link AttachmentMetadataInProgress}
10841
- * to render the errorBar for inline images inserted in the RichTextSendBox when:
10842
- * - there is an error provided in the inlineImagesWithProgress
10843
- * - progress is less than 1 when the send button is clicked
10844
- * - content html string is longer than the max allowed length.
10845
- * (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
10846
- * when calculating the content length, only for the purpose of displaying the content length overflow error.)
10847
- */
10848
- inlineImagesWithProgress?: AttachmentMetadataInProgress[];
10849
- }
10850
-
10851
- /**
10852
- * Strings of {@link RichTextSendBox} that can be overridden.
10853
- *
10854
- * @beta
10855
- */
10856
- export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
10857
- }
10858
-
10859
- /**
10860
- * Strings of RichText that can be overridden.
10861
- *
10862
- * @beta
10863
- */
10864
- export declare interface RichTextStrings {
10865
- /**
10866
- * Tooltip text for the bold button.
10867
- */
10868
- richTextBoldTooltip: string;
10869
- /**
10870
- * Tooltip text for the italic button.
10871
- */
10872
- richTextItalicTooltip: string;
10873
- /**
10874
- * Tooltip text for the underline button.
10875
- */
10876
- richTextUnderlineTooltip: string;
10877
- /**
10878
- * Tooltip text for the bullet list button.
10879
- */
10880
- richTextBulletListTooltip: string;
10881
- /**
10882
- * Tooltip text for the number list button.
10883
- */
10884
- richTextNumberListTooltip: string;
10885
- /**
10886
- * Tooltip text for the increase indent button.
10887
- */
10888
- richTextIncreaseIndentTooltip: string;
10889
- /**
10890
- * Tooltip text for the decrease indent button.
10891
- */
10892
- richTextDecreaseIndentTooltip: string;
10893
- /**
10894
- * Tooltip text insert table button.
10895
- */
10896
- richTextInsertTableTooltip: string;
10897
- /**
10898
- * Tooltip text for the rich text format button button.
10899
- */
10900
- richTextFormatButtonTooltip: string;
10901
- /**
10902
- * Text for the insert menu item.
10903
- */
10904
- richTextInsertRowOrColumnMenu: string;
10905
- /**
10906
- * Title for the insert table menu.
10907
- */
10908
- richTextInsertTableMenuTitle: string;
10909
- /**
10910
- * Text for the insert menu item to insert row above the current selection.
10911
- */
10912
- richTextInsertRowAboveMenu: string;
10913
- /**
10914
- * Text for the insert menu item to insert row below the current selection.
10915
- */
10916
- richTextInsertRowBelowMenu: string;
10917
- /**
10918
- * Text for the insert menu item to insert column to the left from the current selection.
10919
- */
10920
- richTextInsertColumnLeftMenu: string;
10921
- /**
10922
- * Text for the insert menu item to insert column to the right from the current selection.
10923
- */
10924
- richTextInsertColumnRightMenu: string;
10925
- /**
10926
- * Text for the delete row or column menu.
10927
- */
10928
- richTextDeleteRowOrColumnMenu: string;
10929
- /**
10930
- * Text for the delete column menu.
10931
- */
10932
- richTextDeleteColumnMenu: string;
10933
- /**
10934
- * Text for the delete row menu.
10935
- */
10936
- richTextDeleteRowMenu: string;
10937
- /**
10938
- * Text for the delete table menu.
10939
- */
10940
- richTextDeleteTableMenu: string;
10941
- /**
10942
- * Text for the rich text toolbar more button.
10943
- */
10944
- richTextToolbarMoreButtonAriaLabel: string;
10945
- /**
10946
- * Text for announcement when a new bulleted list item is added.
10947
- */
10948
- richTextNewBulletedListItemAnnouncement: string;
10949
- /**
10950
- * Text for announcement when a new numbered list item is added.
10951
- */
10952
- richTextNewNumberedListItemAnnouncement: string;
10953
- /**
10954
- * Text for announcement when the bulleted list style is applied.
10955
- */
10956
- richTextBulletedListAppliedAnnouncement: string;
10957
- /**
10958
- * Text for announcement when the numbered list style is applied.
10959
- */
10960
- richTextNumberedListAppliedAnnouncement: string;
10961
- /**
10962
- * Error message indicating image upload is not complete.
10963
- */
10964
- imageUploadsPendingError: string;
10965
- }
10966
-
10967
9764
  /**
10968
9765
  * A button to start / stop screen sharing.
10969
9766
  *
@@ -11035,42 +9832,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
11035
9832
  */
11036
9833
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
11037
9834
 
11038
- /**
11039
- * @beta
11040
- * Error to be displayed to the user in an error bar above sendbox.
11041
- */
11042
- export declare interface SendBoxErrorBarError {
11043
- /** Error Message to be displayed */
11044
- message: string;
11045
- /**
11046
- * Unix Timestamp. Preferred generation using `Date.now()`
11047
- */
11048
- timestamp: number;
11049
- /**
11050
- * ErrorBar type. Defaults to `warning`.
11051
- */
11052
- errorBarType?: SendBoxErrorBarType;
11053
- }
11054
-
11055
- /**
11056
- * @beta
11057
- * Error bar type for {@link SendBoxErrorBarError}
11058
- */
11059
- export declare enum SendBoxErrorBarType {
11060
- /** Info styled MessageBar */
11061
- info = 0,
11062
- /** Error styled MessageBar */
11063
- error = 1,
11064
- /** Blocked styled MessageBar */
11065
- blocked = 2,
11066
- /** SevereWarning styled MessageBar */
11067
- severeWarning = 3,
11068
- /** Success styled MessageBar */
11069
- success = 4,
11070
- /** Warning styled MessageBar */
11071
- warning = 5
11072
- }
11073
-
11074
9835
  /**
11075
9836
  * Props for {@link SendBox}.
11076
9837
  *
@@ -11089,12 +9850,7 @@ export declare interface SendBoxProps {
11089
9850
  /**
11090
9851
  * Optional override behavior on send button click
11091
9852
  */
11092
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
11093
- /**
11094
- * Optional props needed to lookup suggestions in the mention scenario.
11095
- * @beta
11096
- */
11097
- mentionLookupOptions?: MentionLookupOptions;
9853
+ onSendMessage?: (content: string) => Promise<void>;
11098
9854
  /**
11099
9855
  * Optional callback called when user is typing
11100
9856
  */
@@ -11131,25 +9887,6 @@ export declare interface SendBoxProps {
11131
9887
  * When undefined nothing has focus on render
11132
9888
  */
11133
9889
  autoFocus?: 'sendBoxTextField';
11134
- /**
11135
- * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
11136
- * vertically to accommodate the uploaded attachments. Attachment uploads will
11137
- * be rendered below the text area in sendBox.
11138
- * @beta
11139
- */
11140
- onRenderAttachmentUploads?: () => JSX.Element;
11141
- /**
11142
- * Optional array of type {@link AttachmentMetadataInProgress}
11143
- * to render attachments being uploaded in the SendBox.
11144
- * @beta
11145
- */
11146
- attachments?: AttachmentMetadataInProgress[];
11147
- /**
11148
- * Optional callback to remove the attachment upload before sending by clicking on
11149
- * cancel icon.
11150
- * @beta
11151
- */
11152
- onCancelAttachmentUpload?: (attachmentId: string) => void;
11153
9890
  }
11154
9891
 
11155
9892
  /**
@@ -11180,26 +9917,6 @@ export declare interface SendBoxStrings {
11180
9917
  * Aria label for send message button
11181
9918
  */
11182
9919
  sendButtonAriaLabel: string;
11183
- /**
11184
- * Error message indicating that all attachment uploads are not complete.
11185
- */
11186
- attachmentUploadsPendingError: string;
11187
- /**
11188
- * Aria label to notify user when focus is on cancel attachment upload button.
11189
- */
11190
- removeAttachment: string;
11191
- /**
11192
- * Aria label to notify user attachment uploading starts.
11193
- */
11194
- uploading: string;
11195
- /**
11196
- * Aria label to notify user attachment is uploaded.
11197
- */
11198
- uploadCompleted: string;
11199
- /**
11200
- * Aria label to notify user more attachment action menu.
11201
- */
11202
- attachmentMoreMenu: string;
11203
9920
  }
11204
9921
 
11205
9922
  /**
@@ -11220,45 +9937,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
11220
9937
  systemMessage?: IStyle;
11221
9938
  }
11222
9939
 
11223
- /**
11224
- * @beta
11225
- * Strings for SitePermissions component
11226
- */
11227
- export declare type SitePermissionsStrings = {
11228
- /**
11229
- * Main text string.
11230
- */
11231
- primaryText?: string;
11232
- /**
11233
- * Subtext string.
11234
- */
11235
- secondaryText?: string;
11236
- /**
11237
- * More help link string.
11238
- */
11239
- linkText?: string;
11240
- /**
11241
- * Primary button text string.
11242
- */
11243
- primaryButtonText?: string;
11244
- /**
11245
- * Aria label describing the content of the container
11246
- */
11247
- ariaLabel?: string;
11248
- };
11249
-
11250
- /**
11251
- * Fluent styles for {@link SitePermissionsContainer}.
11252
- *
11253
- * @beta
11254
- */
11255
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
11256
- /** Styles for the primary button. */
11257
- primaryButton?: IButtonStyles;
11258
- /** Styles for the help troubleshooting link text. */
11259
- troubleshootingLink?: ILinkStyles;
11260
- }
11261
-
11262
9940
  /**
11263
9941
  * @public
11264
9942
  * Type for representing a custom sound to use for a calling event
@@ -11455,13 +10133,6 @@ export declare interface StartCaptionsAdapterOptions extends StartCaptionsOption
11455
10133
  startInBackground?: boolean;
11456
10134
  }
11457
10135
 
11458
- /**
11459
- * Parameter to start a call using a Teams user identity.
11460
- *
11461
- * @beta
11462
- */
11463
- export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
11464
-
11465
10136
  /**
11466
10137
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
11467
10138
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -11902,7 +10573,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
11902
10573
  * @public
11903
10574
  */
11904
10575
  export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
11905
- locator: TeamsMeetingLinkLocator | CallParticipantsLocator | TeamsMeetingIdLocator;
10576
+ locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
11906
10577
  };
11907
10578
 
11908
10579
  /**
@@ -11975,17 +10646,6 @@ export declare interface TeamsIncomingCallState {
11975
10646
  endTime?: Date;
11976
10647
  }
11977
10648
 
11978
- /**
11979
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
11980
- *
11981
- * This is used to create an outbound call scenarios.
11982
- *
11983
- * @beta
11984
- */
11985
- export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
11986
- targetCallees: StartTeamsCallIdentifier[];
11987
- };
11988
-
11989
10649
  /**
11990
10650
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
11991
10651
  *
@@ -12186,129 +10846,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
12186
10846
  typingString?: IStyle;
12187
10847
  }
12188
10848
 
12189
- /**
12190
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
12191
- *
12192
- * @beta
12193
- */
12194
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
12195
-
12196
- /**
12197
- * props for {@link UnsupportedBrowser} UI
12198
- *
12199
- * @beta
12200
- */
12201
- export declare interface UnsupportedBrowserProps {
12202
- /** Handler to perform an action when the help link is actioned */
12203
- onTroubleshootingClick?: () => void;
12204
- /** String overrides for the component */
12205
- strings?: UnsupportedBrowserStrings;
12206
- }
12207
-
12208
- /**
12209
- * Strings for UnsupportedBrowser component
12210
- *
12211
- * @beta
12212
- */
12213
- export declare interface UnsupportedBrowserStrings {
12214
- /** String for the primary text */
12215
- primaryText: string;
12216
- /** String for the secondary text */
12217
- secondaryText: string;
12218
- /** String to display in the text for the help link */
12219
- moreHelpLinkText: string;
12220
- }
12221
-
12222
- /**
12223
- * UI to display to the user that the browser version they are using is out of date
12224
- * and not supported by Azure Communications Calling service.
12225
- *
12226
- * @beta
12227
- */
12228
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
12229
-
12230
- /**
12231
- * props for {@link UnsupportedBrowserVersion} UI
12232
- *
12233
- * @beta
12234
- */
12235
- export declare interface UnsupportedBrowserVersionProps {
12236
- /** Handler to perform an action when the help link is actioned */
12237
- onTroubleshootingClick?: () => void;
12238
- /** String overrides for the component */
12239
- strings?: UnsupportedBrowserVersionStrings;
12240
- /** Handler to allow user to continue into the call */
12241
- onContinueAnywayClick?: () => void;
12242
- }
12243
-
12244
- /**
12245
- * Strings for UnsupportedBrowser component
12246
- *
12247
- * @beta
12248
- */
12249
- export declare interface UnsupportedBrowserVersionStrings {
12250
- /** String for the primary text */
12251
- primaryText: string;
12252
- /** String for the secondary text */
12253
- secondaryText: string;
12254
- /** String to display in the text for the help link */
12255
- moreHelpLinkText: string;
12256
- /** String for continue without updating button */
12257
- continueAnywayButtonText?: string;
12258
- }
12259
-
12260
- /**
12261
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
12262
- *
12263
- * @beta
12264
- */
12265
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
12266
-
12267
- /**
12268
- * Props for {@link UnsupportedOperatingSystem} UI
12269
- *
12270
- * @beta
12271
- */
12272
- export declare interface UnsupportedOperatingSystemProps {
12273
- /** Handler to perform a action when the help link is actioned */
12274
- onTroubleshootingClick?: () => void;
12275
- /** String overrides for the component */
12276
- strings?: UnsupportedOperatingSystemStrings;
12277
- }
12278
-
12279
- /**
12280
- * Strings for UnsupportedBrowser component
12281
- *
12282
- * @beta
12283
- */
12284
- export declare interface UnsupportedOperatingSystemStrings {
12285
- /** String for the primary text */
12286
- primaryText: string;
12287
- /** String for the secondary text */
12288
- secondaryText: string;
12289
- /** String to display in the text for the help link */
12290
- moreHelpLinkText: string;
12291
- }
12292
-
12293
10849
  /**
12294
10850
  * @public
12295
10851
  * Callback function run when a message is updated.
12296
10852
  */
12297
- export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
12298
-
12299
- /**
12300
- * Result payload for uploading an image.
12301
- *
12302
- * @beta
12303
- */
12304
- export declare type UploadChatImageResult = {
12305
- /** Id of the image. */
12306
- id: string;
12307
- /** The type of attachment. */
12308
- attachmentType?: 'image' | 'file' | 'unknown';
12309
- /** The name including file extension type of the attachment. */
12310
- name?: string;
12311
- };
10853
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
12312
10854
 
12313
10855
  /**
12314
10856
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -12482,7 +11024,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
12482
11024
  *
12483
11025
  * @public
12484
11026
  */
12485
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs | TeamsOutboundCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
11027
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
12486
11028
 
12487
11029
  /**
12488
11030
  * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.