@azure/communication-react 1.32.0-beta.1 → 1.32.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 (946) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +32 -32
  3. package/dist/communication-react.d.ts +41 -1374
  4. package/dist/dist-cjs/communication-react/index.js +40467 -174
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/common.d.ts +0 -13
  9. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/constants.d.ts +0 -5
  12. package/dist/dist-esm/acs-ui-common/src/constants.js +0 -5
  13. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/index.d.ts +0 -4
  17. package/dist/dist-esm/acs-ui-common/src/index.js +0 -3
  18. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  21. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  23. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  24. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  25. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  26. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
  27. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
  28. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
  29. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
  30. package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
  31. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -2
  32. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  34. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -2
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +0 -6
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  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.js +1 -25
  43. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  45. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  47. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +7 -0
  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/participantsButtonSelector.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  57. package/dist/dist-esm/calling-component-bindings/src/remoteParticipantsSelector.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  63. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  64. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +5 -1
  65. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  66. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  67. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -4
  68. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  69. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -43
  70. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  71. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -6
  72. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -35
  73. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  76. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  79. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -4
  80. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +7 -33
  81. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -3
  85. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  97. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
  100. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +1 -7
  101. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
  109. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  114. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  116. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -1
  118. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  119. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  120. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  121. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  122. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -6
  123. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +2 -36
  124. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  125. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  126. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
  127. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -4
  128. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  129. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  130. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +2 -25
  131. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  132. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  134. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  135. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  136. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -3
  139. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  140. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -15
  141. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  142. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +3 -2
  143. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  144. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -2
  145. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  146. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  147. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  148. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  149. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  150. package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
  151. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  152. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +0 -1
  153. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  154. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  155. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  156. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  157. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  158. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  160. package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
  161. package/dist/dist-esm/communication-react/src/index.d.ts +0 -21
  162. package/dist/dist-esm/communication-react/src/index.js +0 -3
  163. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  164. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  165. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  166. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  167. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  168. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  169. package/dist/dist-esm/react-components/src/components/Announcer.js +4 -1
  170. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  171. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  172. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  173. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
  174. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +0 -1
  175. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  176. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  177. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  178. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  179. package/dist/dist-esm/react-components/src/components/CaptionsAndRTTAnnouncer.js.map +1 -1
  180. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +2 -2
  181. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  182. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  183. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  184. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -13
  186. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +3 -9
  187. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
  189. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +2 -32
  190. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  191. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
  193. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +5 -9
  194. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
  196. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +4 -4
  197. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
  199. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +6 -31
  200. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  201. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +1 -15
  202. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -9
  203. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -23
  205. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -17
  206. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
  208. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +6 -10
  209. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  210. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +5 -5
  211. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  213. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  215. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  218. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  221. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  223. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  225. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  228. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  232. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +0 -2
  238. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  242. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  243. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -15
  244. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -2
  247. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  248. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +4 -0
  249. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +1 -1
  250. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  253. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -81
  256. package/dist/dist-esm/react-components/src/components/MessageThread.js +3 -13
  257. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +4 -2
  259. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +6 -2
  261. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  262. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +4 -0
  264. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  266. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  267. package/dist/dist-esm/react-components/src/components/ParticipantList.js +3 -12
  268. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  270. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/ReactionButton.js +4 -4
  275. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -51
  283. package/dist/dist-esm/react-components/src/components/SendBox.js +6 -58
  284. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  286. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +2 -2
  289. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  291. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  294. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  300. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  303. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +1 -1
  306. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +1 -1
  310. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  311. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +1 -1
  312. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  314. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +1 -1
  321. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  327. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +1 -1
  335. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  338. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +4 -0
  339. package/dist/dist-esm/react-components/src/components/VideoGallery.js +34 -5
  340. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -21
  344. package/dist/dist-esm/react-components/src/components/index.js +0 -8
  345. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  346. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  347. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
  349. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +5 -1
  351. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +28 -3
  352. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  360. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  362. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  367. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +0 -8
  368. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +1 -1
  385. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +2 -3
  386. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -38
  389. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -30
  390. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  391. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +2 -4
  392. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +2 -9
  393. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -47
  397. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +4 -154
  398. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -2
  400. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  404. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  405. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +1 -1
  409. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/utils.js +1 -0
  411. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  413. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  414. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -3
  415. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  417. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -45
  419. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +10 -1
  422. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +10 -1
  424. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +10 -1
  426. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +10 -1
  428. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  429. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +10 -1
  430. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -1
  431. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +10 -1
  433. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
  434. package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +10 -1
  435. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +10 -1
  437. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +12 -3
  439. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +12 -3
  441. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  442. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +10 -1
  443. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +10 -1
  445. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  446. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +10 -1
  447. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +10 -1
  449. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  450. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +10 -1
  451. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +10 -1
  453. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  454. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +10 -1
  455. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  456. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +10 -1
  457. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +10 -1
  459. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  460. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +10 -1
  461. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +10 -1
  463. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  464. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +10 -1
  466. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  467. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +10 -1
  468. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  469. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  471. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -24
  472. package/dist/dist-esm/react-components/src/theming/icons.js +0 -67
  473. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  475. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
  477. package/dist/dist-esm/react-components/src/theming/themes.js +0 -9
  478. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  479. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -13
  481. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  482. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  484. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
  485. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  486. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  487. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  488. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  490. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  491. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  492. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  493. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -1
  494. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  495. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +1 -59
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +14 -18
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -0
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -38
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +7 -16
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  510. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  511. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
  512. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  513. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
  514. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
  515. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
  516. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +1 -1
  517. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  518. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  519. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  520. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  521. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -19
  522. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  523. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -10
  524. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  525. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  526. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -19
  527. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  528. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  529. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
  530. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  531. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  532. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  533. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +3 -5
  534. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  535. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +5 -3
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -6
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +0 -3
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -3
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +1 -0
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -2
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +10 -45
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +2 -2
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +1 -0
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +2 -2
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +7 -1
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +1 -1
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +2 -2
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -2
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -2
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +0 -8
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +0 -68
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  623. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -52
  624. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +5 -11
  625. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  628. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -10
  632. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +2 -20
  633. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +2 -16
  635. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  636. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -10
  638. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -14
  639. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  641. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  643. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -27
  645. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -2
  646. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  647. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
  649. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -189
  650. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -20
  652. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -6
  654. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +0 -36
  655. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -12
  657. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  660. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +2 -13
  662. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  663. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
  665. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
  666. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  667. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -4
  668. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -4
  669. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  671. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
  675. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  677. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +4 -1
  678. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
  680. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
  684. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
  685. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  686. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  688. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +13 -5
  690. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  695. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  697. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  699. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  701. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  702. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +5 -9
  703. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  705. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -41
  706. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +0 -21
  707. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +1 -1
  710. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  711. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  712. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  713. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  715. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -5
  716. package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -5
  717. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  718. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -26
  719. package/dist/dist-esm/react-composites/src/composites/common/icons.js +0 -2
  720. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  721. package/dist/dist-esm/react-composites/src/composites/common/logger.js.map +1 -1
  722. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
  723. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
  724. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  726. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  727. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  728. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  729. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  732. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +6 -10
  733. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
  735. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  737. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  738. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  739. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  740. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +1 -0
  741. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  742. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -0
  743. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
  744. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +1 -0
  745. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -0
  747. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  748. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -0
  749. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -0
  750. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  751. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -0
  752. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
  753. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +1 -0
  754. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +1 -0
  756. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +1 -0
  758. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +1 -0
  760. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  761. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +1 -0
  762. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  763. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +1 -0
  764. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  765. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -0
  766. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  767. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +1 -0
  768. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  769. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -0
  770. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -0
  772. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -0
  774. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  775. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +1 -0
  776. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  777. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -0
  778. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +1 -0
  780. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -0
  782. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  784. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +1 -0
  785. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  786. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +1 -0
  787. package/package.json +5 -5
  788. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-NuAV1Y6u.js +0 -213
  789. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-NuAV1Y6u.js.map +0 -1
  790. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Dpqf9W8c.js +0 -49
  791. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-Dpqf9W8c.js.map +0 -1
  792. package/dist/dist-cjs/communication-react/index-GSav-Odr.js +0 -46349
  793. package/dist/dist-cjs/communication-react/index-GSav-Odr.js.map +0 -1
  794. package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +0 -6
  795. package/dist/dist-esm/acs-ui-common/src/dataConversion.js +0 -20
  796. package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +0 -1
  797. package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +0 -7
  798. package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +0 -18
  799. package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +0 -1
  800. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
  801. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -33
  802. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
  803. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +0 -6
  804. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +0 -20
  805. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +0 -1
  806. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  807. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  808. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  809. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -24
  810. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -203
  811. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
  812. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  813. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -36
  814. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  815. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  816. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -67
  817. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  818. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  819. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -51
  820. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  821. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  822. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -40
  823. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  824. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  825. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -119
  826. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  827. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
  828. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
  829. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
  830. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -30
  831. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -98
  832. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
  833. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -19
  834. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -43
  835. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
  836. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
  837. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -42
  838. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
  839. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
  840. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -64
  841. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
  842. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
  843. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -45
  844. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
  845. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +0 -14
  846. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +0 -42
  847. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +0 -1
  848. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -30
  849. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -99
  850. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
  851. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -59
  852. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -334
  853. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
  854. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -37
  855. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -78
  856. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
  857. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -215
  858. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -184
  859. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
  860. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
  861. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -75
  862. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
  863. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.d.ts +0 -9
  864. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +0 -16
  865. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js.map +0 -1
  866. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
  867. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -229
  868. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
  869. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
  870. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -51
  871. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
  872. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
  873. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -64
  874. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
  875. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
  876. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
  877. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
  878. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -56
  879. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -75
  880. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
  881. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
  882. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -18
  883. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
  884. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
  885. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -550
  886. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  887. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  888. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -819
  889. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  890. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  891. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  892. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  893. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  894. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
  895. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  896. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
  897. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -328
  898. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
  899. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
  900. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -38
  901. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
  902. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  903. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -99
  904. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  905. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
  906. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
  907. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
  908. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -73
  909. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -178
  910. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
  911. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
  912. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -119
  913. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
  914. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  915. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  916. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  917. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  918. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  919. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -46
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -200
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  923. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
  924. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -23
  925. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
  926. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  927. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  928. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  929. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
  930. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -44
  931. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
  932. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +0 -39
  933. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +0 -267
  934. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +0 -1
  935. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
  936. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -36
  937. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
  938. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
  939. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -66
  940. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
  941. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
  942. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
  943. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
  944. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
  945. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -16
  946. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +0 -1
@@ -17,7 +17,6 @@ import { CallClientOptions } from '@azure/communication-calling';
17
17
  import { CallDirection } from '@azure/communication-calling';
18
18
  import { CallEndReason } from '@azure/communication-calling';
19
19
  import { CallerInfo } from '@azure/communication-calling';
20
- import { CallInfo } from '@azure/communication-calling';
21
20
  import { CallKind } from '@azure/communication-calling';
22
21
  import { CallState as CallState_2 } from '@azure/communication-calling';
23
22
  import { CallSurvey } from '@azure/communication-calling';
@@ -51,7 +50,6 @@ import { IContextualMenuProps } from '@fluentui/react';
51
50
  import { IContextualMenuStyles } from '@fluentui/react';
52
51
  import { IIconProps } from '@fluentui/react';
53
52
  import { IIconStyles } from '@fluentui/react';
54
- import { ILinkStyles } from '@fluentui/react';
55
53
  import { IMessageBarProps } from '@fluentui/react';
56
54
  import { IncomingCall } from '@azure/communication-calling';
57
55
  import { IncomingCallKind } from '@azure/communication-calling';
@@ -65,7 +63,6 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
65
63
  import { ITextFieldStyles } from '@fluentui/react';
66
64
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
67
65
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
68
- import { LocalRecordingInfo } from '@azure/communication-calling';
69
66
  import { LocalVideoStream } from '@azure/communication-calling';
70
67
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
71
68
  import { MediaStreamType } from '@azure/communication-calling';
@@ -87,7 +84,6 @@ import { Reaction as Reaction_2 } from '@azure/communication-calling';
87
84
  import { ReactionMessage } from '@azure/communication-calling';
88
85
  import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
89
86
  import { RealTimeTextResultType } from '@azure/communication-calling';
90
- import { RecordingInfo } from '@azure/communication-calling';
91
87
  import type { RemoteParticipant } from '@azure/communication-calling';
92
88
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
93
89
  import { RoomCallLocator } from '@azure/communication-calling';
@@ -278,40 +274,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
278
274
  */
279
275
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
280
276
 
281
- /**
282
- * @beta
283
- * A callback function that defines what actions user can perform on an attachment.
284
- * By default, the UI library would have default actions that opens attachment URL in a new tab.
285
- * You can override the default actions or add new actions by providing this callback function.
286
- * Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
287
- *
288
- * @param attachment - The file attachment that user is trying to perform actions on.
289
- * @param message - The chat message that contains this attachment.
290
- * @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
291
- */
292
- export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
293
-
294
- /**
295
- * @beta
296
- *
297
- * Attachment download options defines the list of actions that can be performed on an attachment.
298
- */
299
- export declare interface AttachmentDownloadOptions {
300
- actionsForAttachment: AttachmentActionHandler;
301
- }
302
-
303
- /**
304
- * @beta
305
- *
306
- * Attachment menu action defines buttons that can be shown on the attachment card.
307
- * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
308
- */
309
- export declare interface AttachmentMenuAction {
310
- name: string;
311
- icon: JSX.Element;
312
- onClick: (attachment: AttachmentMetadata) => Promise<void>;
313
- }
314
-
315
277
  /**
316
278
  * Data model that represents a chat message attachment
317
279
  * where it contains an ID to uniquely identify the attachment,
@@ -335,150 +297,6 @@ export declare interface AttachmentMetadata {
335
297
  url: string;
336
298
  }
337
299
 
338
- /**
339
- * Data model that represents a chat message attachment being uploaded
340
- * where it contains an ID to uniquely identify the attachment,
341
- * a name that represents the name of file,
342
- * an optional URL to download the attachment,
343
- * an optional progress value between 0 and 1 indicating the progress of the upload, and
344
- * an optional error object that contains error message would be shown to the user.
345
- *
346
- *
347
- * @beta
348
- */
349
- export declare interface AttachmentMetadataInProgress {
350
- /**
351
- * Unique ID of the attachment.
352
- */
353
- id: string;
354
- /**
355
- * Attachment name to be displayed.
356
- */
357
- name: string;
358
- /**
359
- * Download URL for the attachment.
360
- */
361
- url?: string;
362
- /**
363
- * A number between 0 and 1 indicating the progress of the upload.
364
- */
365
- progress?: number;
366
- /**
367
- * A object contains error message would be shown to the user.
368
- */
369
- error?: AttachmentProgressError;
370
- }
371
-
372
- /**
373
- * @beta
374
- *
375
- * Attachment Options that defines behaviour for uploading and downloading attachments.
376
- */
377
- export declare interface AttachmentOptions {
378
- uploadOptions?: AttachmentUploadOptions;
379
- downloadOptions?: AttachmentDownloadOptions;
380
- }
381
-
382
- /**
383
- * @beta
384
- * A attachment progress error object that contains message to be shown to
385
- * the user when upload fails.
386
- */
387
- export declare interface AttachmentProgressError {
388
- message: string;
389
- }
390
-
391
- /**
392
- * @beta
393
- * A callback function for handling attachment removed by the user in send box.
394
- *
395
- * @param attachmentId - The ID of uploaded attachments.
396
- */
397
- export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
398
-
399
- /**
400
- * @beta
401
- * A callback function for handling list of upload tasks that contains files selected by user to upload.
402
- *
403
- * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
404
- */
405
- export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
406
-
407
- /**
408
- * @beta
409
- */
410
- export declare interface AttachmentUploadOptions {
411
- /**
412
- * A list of strings containing the comma separated list of supported media (aka. mime) types.
413
- * i.e. ['image/*', 'video/*', 'audio/*']
414
- * Default value is `['*']`, meaning all media types are supported.
415
- * Similar to the `accept` attribute of the `<input type="attachment" />` element.
416
- * @beta
417
- */
418
- supportedMediaTypes?: string[];
419
- /**
420
- * Disable multiple attachments to be selected if set to `true`.
421
- * Default value is `false`, meaning multiple attachments can be selected.
422
- * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
423
- * @beta
424
- */
425
- disableMultipleUploads?: boolean;
426
- /**
427
- * A callback function of type {@link AttachmentSelectionHandler} that will be called
428
- * when user finishes selecting files in browser's file picker. This function is required since
429
- * this would be where upload logic is implemented to your own storage.
430
- * @beta
431
- */
432
- handleAttachmentSelection: AttachmentSelectionHandler;
433
- /**
434
- * A optional callback function that will be called
435
- * when user removing files before clicking send message button. This function will be
436
- * where you can remove the file from your storage.
437
- * @beta
438
- */
439
- handleAttachmentRemoval?: AttachmentRemovalHandler;
440
- }
441
-
442
- /**
443
- * A upload task represents and manages an attachment that is being uploaded.
444
- * When using the Composite, an attachment upload task is created for each file user is selected to upload.
445
- * A upload task is complete when notifyUploadCompleted is called.
446
- * A upload task is failed when notifyUploadFailed is called.
447
- * @beta
448
- */
449
- export declare interface AttachmentUploadTask {
450
- /**
451
- * Unique identifier for the attachment upload task.
452
- */
453
- taskId: string;
454
- /**
455
- * HTML {@link File} object for the uploaded attachment.
456
- */
457
- file?: File;
458
- /**
459
- * {@link Blob} object for the uploaded inline image.
460
- */
461
- image?: Blob;
462
- /**
463
- * Update the progress of the upload changed.
464
- * A upload is considered complete when the progress reaches 1.
465
- * @param value - number between 0 and 1
466
- */
467
- notifyUploadProgressChanged: (value: number) => void;
468
- /**
469
- * Mark the upload task as complete.
470
- * An attachment is considered completed uploading when ID and URL are provided.
471
- * @param id - the unique identifier of the attachment.
472
- * @param url - the download URL of the attachment.
473
- */
474
- notifyUploadCompleted: (id: string, url: string) => void;
475
- /**
476
- * Mark the upload task as failed.
477
- * @param message - An error message that can be displayed to the user.
478
- */
479
- notifyUploadFailed: (message: string) => void;
480
- }
481
-
482
300
  /**
483
301
  * Custom data attributes for displaying avatar for a user.
484
302
  *
@@ -670,26 +488,6 @@ export declare interface BaseCustomStyles {
670
488
  root?: IStyle;
671
489
  }
672
490
 
673
- /**
674
- * Content blocked message type.
675
- *
676
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
677
- *
678
- * @beta
679
- */
680
- export declare interface BlockedMessage extends MessageCommon {
681
- messageType: 'blocked';
682
- warningText?: string;
683
- linkText?: string;
684
- link?: string;
685
- deletedOn?: Date;
686
- senderId?: string;
687
- senderDisplayName?: string;
688
- status?: MessageStatus;
689
- attached?: MessageAttachedStatus;
690
- mine?: boolean;
691
- }
692
-
693
491
  /**
694
492
  * Breakout rooms state
695
493
  *
@@ -704,136 +502,6 @@ export declare interface BreakoutRoomsState {
704
502
  breakoutRoomDisplayName?: string;
705
503
  }
706
504
 
707
- /**
708
- * @beta
709
- * Props for BrowserPermissionDeniedIOS component.
710
- */
711
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
712
- /**
713
- * Localization strings for BrowserPermissionDeniedIOS component.
714
- */
715
- strings?: BrowserPermissionDeniedIOSStrings;
716
- /**
717
- * Link to image source.
718
- *
719
- * Image is inserted into the top of the component.
720
- */
721
- imageSource?: string;
722
- }
723
-
724
- /**
725
- * @beta
726
- * Strings for BrowserPermissionDeniedIOS component
727
- */
728
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
729
- /**
730
- * Image alt text
731
- */
732
- imageAltText: string;
733
- /**
734
- * Main text string.
735
- */
736
- primaryText: string;
737
- /**
738
- * Subtext string.
739
- */
740
- secondaryText: string;
741
- /**
742
- * Step 1 string
743
- */
744
- step1Text: string;
745
- /**
746
- * Step 1 digit string
747
- */
748
- step1DigitText: string;
749
- /**
750
- * Step 2 string
751
- */
752
- step2Text: string;
753
- /**
754
- * Step 2 digit string
755
- */
756
- step2DigitText: string;
757
- /**
758
- * Step 3 string
759
- */
760
- step3Text: string;
761
- /**
762
- * Step 3 digit string
763
- */
764
- step3DigitText: string;
765
- /**
766
- * Step 4 string
767
- */
768
- step4Text: string;
769
- /**
770
- * Step 4 digit string
771
- */
772
- step4DigitText: string;
773
- }
774
-
775
- /**
776
- * @beta
777
- * Props for BrowserPermissionDenied component.
778
- */
779
- export declare interface BrowserPermissionDeniedProps {
780
- /**
781
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
782
- */
783
- onTroubleshootingClick?: () => void;
784
- /**
785
- * Action to be taken by the try again primary button.
786
- */
787
- onTryAgainClick?: () => void;
788
- /**
789
- * Localization strings for BrowserPermissionDenied component.
790
- */
791
- strings?: BrowserPermissionDeniedStrings;
792
- /**
793
- * Allows users to pass in an object contains custom CSS styles.
794
- * @Example
795
- * ```
796
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
797
- * ```
798
- */
799
- styles?: BrowserPermissionDeniedStyles;
800
- }
801
-
802
- /**
803
- * @beta
804
- * Strings for BrowserPermissionDenied component
805
- */
806
- export declare interface BrowserPermissionDeniedStrings {
807
- /**
808
- * Main button text string.
809
- */
810
- primaryButtonText: string;
811
- /**
812
- * Main text string.
813
- */
814
- primaryText: string;
815
- /**
816
- * Subtext string.
817
- */
818
- secondaryText: string;
819
- /**
820
- * More help link string.
821
- */
822
- linkText: string;
823
- }
824
-
825
- /**
826
- * Fluent styles for {@link BrowserPermissionDenied}.
827
- *
828
- * @beta
829
- */
830
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
831
- /** Styles for the primary button. */
832
- primaryButton?: IButtonStyles;
833
- /** Styles for the help troubleshooting link text. */
834
- troubleshootingLink?: ILinkStyles;
835
- }
836
-
837
505
  /**
838
506
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
839
507
  *
@@ -1433,7 +1101,7 @@ export declare interface CallAdapterDeviceManagement {
1433
1101
  *
1434
1102
  * @public
1435
1103
  */
1436
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | CallParticipantsLocator | TeamsMeetingIdLocator;
1104
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
1437
1105
 
1438
1106
  /**
1439
1107
  * {@link CommonCallAdapter} state.
@@ -1699,7 +1367,7 @@ export declare interface CallAgentState {
1699
1367
  */
1700
1368
  export declare interface CallAndChatLocator {
1701
1369
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1702
- callLocator: GroupCallLocator | CallParticipantsLocator;
1370
+ callLocator: GroupCallLocator;
1703
1371
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1704
1372
  chatThreadId: string;
1705
1373
  }
@@ -1969,43 +1637,6 @@ export declare type CallCompositeOptions = {
1969
1637
  * @defaultValue true
1970
1638
  */
1971
1639
  callControls?: boolean | CallControlOptions;
1972
- /**
1973
- * Device permissions check options for your call.
1974
- * Here you can choose what device permissions you prompt the user for,
1975
- * as well as what device permissions must be accepted before starting a call.
1976
- */
1977
- deviceChecks?: DeviceCheckOptions;
1978
- /**
1979
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1980
- * unable to grant your site the required permissions for the call.
1981
- *
1982
- * @example
1983
- * ```ts
1984
- * onPermissionsTroubleshootingClick: () =>
1985
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1986
- * ```
1987
- *
1988
- * @remarks
1989
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1990
- */
1991
- onPermissionsTroubleshootingClick?: (permissionsState: {
1992
- camera: PermissionState;
1993
- microphone: PermissionState;
1994
- }) => void;
1995
- /**
1996
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1997
- * having network issues when connecting to the call.
1998
- *
1999
- * @example
2000
- * ```ts
2001
- * onNetworkingTroubleShootingClick?: () =>
2002
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
2003
- * ```
2004
- *
2005
- * @remarks
2006
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
2007
- */
2008
- onNetworkingTroubleShootingClick?: () => void;
2009
1640
  /**
2010
1641
  * Remote participant video tile menu options
2011
1642
  */
@@ -3051,6 +2682,10 @@ export declare interface CallCompositeStrings {
3051
2682
  * Label for mute all cancel button
3052
2683
  */
3053
2684
  muteAllCancelButtonLabel: string;
2685
+ /**
2686
+ * Aria label for close button in modal dialogs
2687
+ */
2688
+ closeButtonLabel?: string;
3054
2689
  /**
3055
2690
  * Label for join breakout room button
3056
2691
  */
@@ -3260,7 +2895,7 @@ export declare type CallErrors = {
3260
2895
  *
3261
2896
  * @public
3262
2897
  */
3263
- 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.dispose' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'DeviceManager.startPreheatDevices' | 'DeviceManager.stopPreheatDevices' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'CallAgent.handlePushNotification' | 'Call.admit' | 'Call.rejectParticipant' | 'Call.admitAll' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
2898
+ 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.dispose' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'DeviceManager.startPreheatDevices' | 'DeviceManager.stopPreheatDevices' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'CallAgent.handlePushNotification' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
3264
2899
 
3265
2900
  /**
3266
2901
  * Represents the name of the call feature stream
@@ -3431,23 +3066,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
3431
3066
  mediaAccess?: MediaAccess;
3432
3067
  };
3433
3068
 
3434
- /**
3435
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
3436
- *
3437
- * @remarks
3438
- * This is currently in beta and only supports calling one Teams User.
3439
- *
3440
- * @example
3441
- * ```
3442
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
3443
- * ```
3444
- *
3445
- * @beta
3446
- */
3447
- export declare type CallParticipantsLocator = {
3448
- participantIds: string[];
3449
- };
3450
-
3451
3069
  /**
3452
3070
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
3453
3071
  *
@@ -3552,10 +3170,6 @@ export declare interface CallState {
3552
3170
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
3553
3171
  */
3554
3172
  recording: RecordingCallFeature;
3555
- /**
3556
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
3557
- */
3558
- localRecording: LocalRecordingCallFeatureState;
3559
3173
  /**
3560
3174
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
3561
3175
  *
@@ -3616,10 +3230,6 @@ export declare interface CallState {
3616
3230
  * Proxy of {@link @azure/communication-calling#Call.role}.
3617
3231
  */
3618
3232
  role?: ParticipantRole;
3619
- /**
3620
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3621
- */
3622
- totalParticipantCount?: number;
3623
3233
  /**
3624
3234
  * Transfer state of call
3625
3235
  */
@@ -3639,7 +3249,7 @@ export declare interface CallState {
3639
3249
  /**
3640
3250
  * Proxy of {@link @azure/communication-calling#Call.info}.
3641
3251
  */
3642
- info?: TeamsCallInfo | CallInfo;
3252
+ info?: TeamsCallInfo;
3643
3253
  /**
3644
3254
  * Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
3645
3255
  */
@@ -3981,19 +3591,7 @@ export declare interface CallWithChatAdapterManagement {
3981
3591
  *
3982
3592
  * @public
3983
3593
  */
3984
- sendMessage(content: string, options?: SendMessageOptions | MessageOptions): Promise<void>;
3985
- /**
3986
- * Upload an inline image for a message.
3987
- *
3988
- * @beta
3989
- */
3990
- uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
3991
- /**
3992
- * Delete an inline image for a message.
3993
- *
3994
- * @beta
3995
- */
3996
- deleteImage(imageId: string): Promise<void>;
3594
+ sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3997
3595
  /**
3998
3596
  * Send a read receipt for a message.
3999
3597
  *
@@ -4011,7 +3609,7 @@ export declare interface CallWithChatAdapterManagement {
4011
3609
  *
4012
3610
  * @public
4013
3611
  */
4014
- updateMessage(messageId: string, content: string, options?: Record<string, string> | MessageOptions): Promise<void>;
3612
+ updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
4015
3613
  /**
4016
3614
  * Delete a message in the thread.
4017
3615
  *
@@ -4458,49 +4056,6 @@ export declare type CallWithChatCompositeOptions = {
4458
4056
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
4459
4057
  */
4460
4058
  callControls?: boolean | CallWithChatControlOptions;
4461
- /**
4462
- * Properties for configuring the File Sharing feature.
4463
- * If undefined, file sharing feature will be disabled.
4464
- * @beta
4465
- */
4466
- attachmentOptions?: AttachmentOptions;
4467
- /**
4468
- * Device permissions check options for your call.
4469
- * Here you can choose what device permissions you prompt the user for,
4470
- * as well as what device permissions must be accepted before starting a call.
4471
- */
4472
- deviceChecks?: DeviceCheckOptions;
4473
- /**
4474
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
4475
- * unable to grant your site the required permissions for the call.
4476
- *
4477
- * @example
4478
- * ```ts
4479
- * onPermissionsTroubleshootingClick: () =>
4480
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
4481
- * ```
4482
- *
4483
- * @remarks
4484
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
4485
- */
4486
- onPermissionsTroubleshootingClick?: (permissionsState: {
4487
- camera: PermissionState;
4488
- microphone: PermissionState;
4489
- }) => void;
4490
- /**
4491
- * Optional callback to supply users with further troubleshooting steps for network issues
4492
- * experienced when connecting to a call.
4493
- *
4494
- * @example
4495
- * ```ts
4496
- * onNetworkingTroubleShootingClick?: () =>
4497
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
4498
- * ```
4499
- *
4500
- * @remarks
4501
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
4502
- */
4503
- onNetworkingTroubleShootingClick?: () => void;
4504
4059
  /**
4505
4060
  * Remote participant video tile menu options
4506
4061
  */
@@ -4607,13 +4162,6 @@ export declare type CallWithChatCompositeOptions = {
4607
4162
  */
4608
4163
  hideSpotlightButtons?: boolean;
4609
4164
  };
4610
- /**
4611
- * Enables rich text editor for the send and edit boxes
4612
- * @defaultValue `false`
4613
- *
4614
- * @beta
4615
- */
4616
- richTextEditor?: boolean;
4617
4165
  /**
4618
4166
  * Options for settings related to joining a call.
4619
4167
  */
@@ -4869,35 +4417,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4869
4417
  */
4870
4418
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'realTimeTextReceived' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4871
4419
 
4872
- /**
4873
- * @beta
4874
- *
4875
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4876
- * by their browsers settings.
4877
- */
4878
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4879
-
4880
- /**
4881
- * @beta
4882
- * Props for CameraAndMicrophoneSitePermissions component.
4883
- */
4884
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4885
- /** Icon name for the camera icon */
4886
- cameraIconName?: string;
4887
- /** Icon name for the microphone icon */
4888
- microphoneIconName?: string;
4889
- /** Icon name for the central icon between the camera and microphone icons */
4890
- connectorIconName?: string;
4891
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4892
- strings?: CameraAndMicrophoneSitePermissionsStrings;
4893
- }
4894
-
4895
- /**
4896
- * @beta
4897
- * Strings for CameraAndMicrophoneSitePermissions component.
4898
- */
4899
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4900
-
4901
4420
  /**
4902
4421
  * A button to turn camera on / off.
4903
4422
  *
@@ -5058,31 +4577,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
5058
4577
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
5059
4578
  }
5060
4579
 
5061
- /**
5062
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
5063
- * by their browsers settings.
5064
- *
5065
- * @beta
5066
- */
5067
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
5068
-
5069
- /**
5070
- * @beta
5071
- * Props for CameraSitePermissions component.
5072
- */
5073
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
5074
- /** Icon name for the camera icon */
5075
- cameraIconName?: string;
5076
- /** Strings for use with the {@link CameraSitePermissions} */
5077
- strings?: CameraSitePermissionsStrings;
5078
- }
5079
-
5080
- /**
5081
- * @beta
5082
- * Strings for CameraSitePermissions component.
5083
- */
5084
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
5085
-
5086
4580
  /**
5087
4581
  * @public
5088
4582
  * Callback function run when a message edit is cancelled.
@@ -5718,19 +5212,11 @@ export declare interface ChatAdapterThreadManagement {
5718
5212
  * Send a message in the thread.
5719
5213
  * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
5720
5214
  */
5721
- sendMessage(content: string, options?: SendMessageOptions | MessageOptions): Promise<void>;
5215
+ sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
5722
5216
  /**
5723
- * Upload an inline image for a message.
5217
+ * Send a read receipt for a message.
5724
5218
  */
5725
- uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
5726
- /**
5727
- * Delete an inline image for a message.
5728
- */
5729
- deleteImage(imageId: string): Promise<void>;
5730
- /**
5731
- * Send a read receipt for a message.
5732
- */
5733
- sendReadReceipt(chatMessageId: string): Promise<void>;
5219
+ sendReadReceipt(chatMessageId: string): Promise<void>;
5734
5220
  /**
5735
5221
  * Send typing indicator in the thread.
5736
5222
  */
@@ -5747,7 +5233,7 @@ export declare interface ChatAdapterThreadManagement {
5747
5233
  * Update a message content.
5748
5234
  * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
5749
5235
  */
5750
- updateMessage(messageId: string, content: string, options?: Record<string, string> | MessageOptions): Promise<void>;
5236
+ updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
5751
5237
  /**
5752
5238
  * Delete a message in the thread.
5753
5239
  */
@@ -5885,7 +5371,6 @@ export declare type ChatCompositeIcons = {
5885
5371
  ParticipantItemOptionsHovered?: JSX.Element;
5886
5372
  SendBoxSend?: JSX.Element;
5887
5373
  SendBoxSendHovered?: JSX.Element;
5888
- SendBoxAttachFile?: JSX.Element;
5889
5374
  };
5890
5375
 
5891
5376
  /**
@@ -5933,13 +5418,6 @@ export declare type ChatCompositeOptions = {
5933
5418
  * @defaultValue true
5934
5419
  */
5935
5420
  errorBar?: boolean;
5936
- /**
5937
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
5938
- * @defaultValue false
5939
- *
5940
- * @beta
5941
- */
5942
- participantPane?: boolean;
5943
5421
  /**
5944
5422
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
5945
5423
  * @defaultValue true
@@ -5950,19 +5428,6 @@ export declare type ChatCompositeOptions = {
5950
5428
  * When undefined nothing has focus on render
5951
5429
  */
5952
5430
  autoFocus?: 'sendBoxTextField';
5953
- /**
5954
- * Properties for configuring the File Sharing feature.
5955
- * If undefined, file sharing feature will be disabled.
5956
- * @beta
5957
- */
5958
- attachmentOptions?: AttachmentOptions;
5959
- /**
5960
- * Enables rich text editor for the send and edit boxes
5961
- * @defaultValue `false`
5962
- *
5963
- * @beta
5964
- */
5965
- richTextEditor?: boolean;
5966
5431
  };
5967
5432
 
5968
5433
  /**
@@ -5990,12 +5455,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
5990
5455
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
5991
5456
  */
5992
5457
  options?: ChatCompositeOptions;
5993
- /**
5994
- * Optimizes the composite form factor for either desktop or mobile.
5995
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
5996
- * @defaultValue 'desktop'
5997
- */
5998
- formFactor?: 'desktop' | 'mobile';
5999
5458
  }
6000
5459
 
6001
5460
  /**
@@ -6010,26 +5469,6 @@ export declare interface ChatCompositeStrings {
6010
5469
  * Chat list header text
6011
5470
  */
6012
5471
  chatListHeader: string;
6013
- /**
6014
- * Upload Attachment Button text
6015
- */
6016
- uploadAttachment: string;
6017
- /**
6018
- * Error Message for image data is not provided for image upload
6019
- */
6020
- uploadImageDataNotProvided: string;
6021
- /**
6022
- * Error Message for upload image is too large
6023
- */
6024
- uploadImageIsTooLarge: string;
6025
- /**
6026
- * Error Message for unsupported image extension for image upload
6027
- */
6028
- uploadImageExtensionIsNotAllowed: string;
6029
- /**
6030
- * Error Message for unable to upload image
6031
- */
6032
- uploadImageFailed: string;
6033
5472
  }
6034
5473
 
6035
5474
  /**
@@ -6078,7 +5517,7 @@ export declare type ChatErrors = {
6078
5517
  *
6079
5518
  * @public
6080
5519
  */
6081
- 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';
5520
+ 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';
6082
5521
 
6083
5522
  /**
6084
5523
  * Object containing all the handlers required for chat components.
@@ -6089,15 +5528,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
6089
5528
  * @public
6090
5529
  */
6091
5530
  export declare type ChatHandlers = {
6092
- onSendMessage: (content: string, options?: SendMessageOptions | MessageOptions) => Promise<void>;
6093
- onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
6094
- onDeleteImage: (imageId: string) => Promise<void>;
5531
+ onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
6095
5532
  onMessageSeen: (chatMessageId: string) => Promise<void>;
6096
5533
  onTyping: () => Promise<void>;
6097
5534
  onRemoveParticipant: (userId: string) => Promise<void>;
6098
5535
  updateThreadTopicName: (topicName: string) => Promise<void>;
6099
5536
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
6100
- onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
5537
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
6101
5538
  onDeleteMessage: (messageId: string) => Promise<void>;
6102
5539
  };
6103
5540
 
@@ -6140,12 +5577,6 @@ export declare interface ChatMessage extends MessageCommon {
6140
5577
  attachments?: AttachmentMetadata[];
6141
5578
  }
6142
5579
 
6143
- /**
6144
- * @beta
6145
- * Type of the message content, either 'text' or 'html'.
6146
- */
6147
- export declare type ChatMessageType = 'text' | 'html';
6148
-
6149
5580
  /**
6150
5581
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
6151
5582
  * client-side only metadata for chat messages.
@@ -6264,8 +5695,6 @@ export declare type ChatThreadClientState = {
6264
5695
  */
6265
5696
  export declare type ChatThreadProperties = {
6266
5697
  topic?: string;
6267
- createdBy?: CommunicationIdentifierKind;
6268
- messagingPolicy?: MessagingPolicy;
6269
5698
  };
6270
5699
 
6271
5700
  /**
@@ -6537,7 +5966,6 @@ export declare interface CommonCallingHandlers {
6537
5966
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
6538
5967
  onRemoveParticipant(userId: string): Promise<void>;
6539
5968
  onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
6540
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
6541
5969
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
6542
5970
  onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
6543
5971
  onRejectCall: (incomingCallId: string) => Promise<void>;
@@ -6624,39 +6052,6 @@ export declare type CommonProperties<A, B> = {
6624
6052
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
6625
6053
  }[keyof A & keyof B];
6626
6054
 
6627
- /**
6628
- * @beta
6629
- * Props for SitePermissions components.
6630
- */
6631
- export declare interface CommonSitePermissionsProps {
6632
- /**
6633
- * Name of application calling experience is in.
6634
- */
6635
- appName: string;
6636
- /**
6637
- * Kind of the Site Permissions component.
6638
- */
6639
- kind: 'request' | 'denied' | 'check';
6640
- /**
6641
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
6642
- */
6643
- browserHint?: 'safari' | 'unset';
6644
- /**
6645
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
6646
- * If this is not provided the button will not be shown.
6647
- */
6648
- onTroubleshootingClick?: () => void;
6649
- /**
6650
- * Action that is taken when the user clicks the continue anyway button.
6651
- * If this is not provided the button will not be shown.
6652
- */
6653
- onContinueAnywayClick?: () => void;
6654
- /**
6655
- * Styles for SitePermissions component.
6656
- */
6657
- styles?: SitePermissionsStyles;
6658
- }
6659
-
6660
6055
  /**
6661
6056
  * A Chat or Calling participant's state, as reflected in the UI.
6662
6057
  *
@@ -6854,11 +6249,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
6854
6249
  export declare interface ComponentLocale {
6855
6250
  /** Strings for components */
6856
6251
  strings: ComponentStrings;
6857
- /**
6858
- * Optional function to provide customized date format.
6859
- * @beta
6860
- */
6861
- onDisplayDateTimeString?: (messageDate: Date) => string;
6862
6252
  }
6863
6253
 
6864
6254
  /**
@@ -6908,10 +6298,6 @@ export declare interface ComponentStrings {
6908
6298
  typingIndicator: TypingIndicatorStrings;
6909
6299
  /** Strings for SendBox */
6910
6300
  sendBox: SendBoxStrings;
6911
- /** Strings for RichTextSendBox */
6912
- richTextSendBox: RichTextSendBoxStrings;
6913
- /** Strings for MentionPopover */
6914
- mentionPopover: MentionPopoverStrings;
6915
6301
  /** Strings for ImageOverlay */
6916
6302
  imageOverlay: ImageOverlayStrings;
6917
6303
  /** Strings for MessageStatusIndicator */
@@ -6928,40 +6314,10 @@ export declare interface ComponentStrings {
6928
6314
  videoTile: VideoTileStrings;
6929
6315
  /** Strings for HoldButton */
6930
6316
  holdButton: HoldButtonStrings;
6931
- /** Strings for a site's permission request prompt */
6932
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
6933
- /** Strings for a site's permission request prompt */
6934
- CameraSitePermissionsRequest: SitePermissionsStrings;
6935
- /** Strings for a site's permission request prompt */
6936
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
6937
- /** Strings for a site's permission generic checking prompt */
6938
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
6939
- /** Strings for a site's permission generic checking prompt */
6940
- CameraSitePermissionsCheck: SitePermissionsStrings;
6941
- /** Strings for a site's permission generic checking prompt */
6942
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
6943
- /** Strings for a site's permission denied prompt */
6944
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
6945
- /** Strings for a site's permission denied prompt for safari browsers*/
6946
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6947
- /** Strings for a site's permission denied prompt */
6948
- CameraSitePermissionsDenied: SitePermissionsStrings;
6949
- /** Strings for a site's permission denied prompt */
6950
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
6951
- /** Strings for a site's permission denied prompt for safari browsers*/
6952
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
6953
- /** Strings for a site's permission denied prompt for safari browsers*/
6954
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6955
- /** Strings for BrowserPemissionDenied */
6956
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
6957
- /** Strings for BrowserPemissionDeniedIOS */
6958
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
6959
6317
  /**
6960
6318
  * Strings for the VerticalGallery.
6961
6319
  */
6962
6320
  verticalGallery: VerticalGalleryStrings;
6963
- /** Strings for the participant list component */
6964
- ParticipantList: ParticipantListStrings;
6965
6321
  /** Strings for the MeetingConferencePhoneInfoModal */
6966
6322
  meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
6967
6323
  IncomingCallNotification: IncomingCallNotificationStrings;
@@ -7536,7 +6892,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
7536
6892
  /**
7537
6893
  * @public
7538
6894
  */
7539
- export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
6895
+ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
7540
6896
 
7541
6897
  /**
7542
6898
  * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
@@ -7546,7 +6902,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | Teams
7546
6902
  *
7547
6903
  * @public
7548
6904
  */
7549
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6905
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
7550
6906
 
7551
6907
  /**
7552
6908
  * Object returned after creating a local or remote VideoStream.
@@ -7787,11 +7143,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
7787
7143
  RaiseHandContextualMenuItem: React_2.JSX.Element;
7788
7144
  LowerHandContextualMenuItem: React_2.JSX.Element;
7789
7145
  ReactionButtonIcon: React_2.JSX.Element;
7790
- CancelAttachmentUpload: React_2.JSX.Element;
7791
- DownloadAttachment: React_2.JSX.Element;
7792
7146
  OpenAttachment: React_2.JSX.Element;
7793
- AttachmentMoreMenu: React_2.JSX.Element;
7794
- DataLossPreventionProhibited: React_2.JSX.Element;
7795
7147
  EditBoxCancel: React_2.JSX.Element;
7796
7148
  EditBoxSubmit: React_2.JSX.Element;
7797
7149
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -7843,12 +7195,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
7843
7195
  VideoTileMicOff: React_2.JSX.Element;
7844
7196
  VideoTileCameraOff: React_2.JSX.Element;
7845
7197
  DialpadBackspace: React_2.JSX.Element;
7846
- SitePermissionsSparkle: React_2.JSX.Element;
7847
- SitePermissionCamera: React_2.JSX.Element;
7848
- SitePermissionMic: React_2.JSX.Element;
7849
- SitePermissionCameraDenied: React_2.JSX.Element;
7850
- SitePermissionMicDenied: React_2.JSX.Element;
7851
- BrowserPermissionDeniedError: React_2.JSX.Element;
7852
7198
  VideoTilePinned: React_2.JSX.Element;
7853
7199
  ParticipantItemPinned: React_2.JSX.Element;
7854
7200
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -7878,20 +7224,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
7878
7224
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
7879
7225
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
7880
7226
  VideoTileSpotlighted: React_2.JSX.Element;
7881
- RichTextBoldButtonIcon: React_2.JSX.Element;
7882
- RichTextItalicButtonIcon: React_2.JSX.Element;
7883
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
7884
- RichTextBulletListButtonIcon: React_2.JSX.Element;
7885
- RichTextNumberListButtonIcon: React_2.JSX.Element;
7886
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
7887
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
7888
- RichTextDividerIcon: React_2.JSX.Element;
7889
- RichTextEditorButtonIcon: React_2.JSX.Element;
7890
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
7891
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
7892
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
7893
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
7894
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
7895
7227
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
7896
7228
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
7897
7229
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
@@ -7920,7 +7252,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7920
7252
  ParticipantItemOptionsHovered: JSX.Element;
7921
7253
  SendBoxSend: JSX.Element;
7922
7254
  SendBoxSendHovered: JSX.Element;
7923
- SendBoxAttachFile?: JSX.Element | undefined;
7924
7255
  ControlBarPeopleButton?: JSX.Element | undefined;
7925
7256
  ControlButtonCameraOff: JSX.Element;
7926
7257
  ControlButtonCameraOn: JSX.Element;
@@ -8011,13 +7342,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
8011
7342
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
8012
7343
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
8013
7344
  MoreDrawerSpeakers?: JSX.Element | undefined;
7345
+ SendBoxAttachFile?: JSX.Element | undefined;
8014
7346
  ChatMessageOptions: React_2.JSX.Element;
8015
7347
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
8016
- CancelAttachmentUpload: React_2.JSX.Element;
8017
- DownloadAttachment: React_2.JSX.Element;
8018
7348
  OpenAttachment: React_2.JSX.Element;
8019
- AttachmentMoreMenu: React_2.JSX.Element;
8020
- DataLossPreventionProhibited: React_2.JSX.Element;
8021
7349
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
8022
7350
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
8023
7351
  ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
@@ -8037,12 +7365,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
8037
7365
  ResumeCall: React_2.JSX.Element;
8038
7366
  VideoTileCameraOff: React_2.JSX.Element;
8039
7367
  DialpadBackspace: React_2.JSX.Element;
8040
- SitePermissionsSparkle: React_2.JSX.Element;
8041
- SitePermissionCamera: React_2.JSX.Element;
8042
- SitePermissionMic: React_2.JSX.Element;
8043
- SitePermissionCameraDenied: React_2.JSX.Element;
8044
- SitePermissionMicDenied: React_2.JSX.Element;
8045
- BrowserPermissionDeniedError: React_2.JSX.Element;
8046
7368
  VideoTilePinned: React_2.JSX.Element;
8047
7369
  ParticipantItemPinned: React_2.JSX.Element;
8048
7370
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -8072,20 +7394,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
8072
7394
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
8073
7395
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
8074
7396
  VideoTileSpotlighted: React_2.JSX.Element;
8075
- RichTextBoldButtonIcon: React_2.JSX.Element;
8076
- RichTextItalicButtonIcon: React_2.JSX.Element;
8077
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
8078
- RichTextBulletListButtonIcon: React_2.JSX.Element;
8079
- RichTextNumberListButtonIcon: React_2.JSX.Element;
8080
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
8081
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
8082
- RichTextDividerIcon: React_2.JSX.Element;
8083
- RichTextEditorButtonIcon: React_2.JSX.Element;
8084
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
8085
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
8086
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
8087
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
8088
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
8089
7397
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
8090
7398
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
8091
7399
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
@@ -8096,36 +7404,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
8096
7404
  MinimizeIcon: React_2.JSX.Element;
8097
7405
  };
8098
7406
 
8099
- /**
8100
- * @beta
8101
- *
8102
- * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
8103
- */
8104
- export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
8105
-
8106
- /**
8107
- * Device Checks.
8108
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
8109
- *
8110
- * @beta
8111
- */
8112
- export declare interface DeviceCheckOptions {
8113
- /**
8114
- * Camera Permission prompts for your call.
8115
- * 'required' - requires the permission to be allowed before permitting the user join the call.
8116
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8117
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8118
- */
8119
- camera: 'required' | 'optional' | 'doNotPrompt';
8120
- /**
8121
- * Microphone permission prompts for your call.
8122
- * 'required' - requires the permission to be allowed before permitting the user join the call.
8123
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8124
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8125
- */
8126
- microphone: 'required' | 'optional' | 'doNotPrompt';
8127
- }
8128
-
8129
7407
  /**
8130
7408
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
8131
7409
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -8810,7 +8088,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
8810
8088
  *
8811
8089
  * @public
8812
8090
  */
8813
- 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;
8091
+ 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;
8814
8092
 
8815
8093
  /**
8816
8094
  * Get the selector for a specified component.
@@ -8996,10 +8274,6 @@ export declare interface _Identifiers {
8996
8274
  verticalGalleryVideoTile: string;
8997
8275
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
8998
8276
  verticalGalleryPageCounter: string;
8999
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
9000
- mentionSuggestionList: string;
9001
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
9002
- mentionSuggestionItem: string;
9003
8277
  }
9004
8278
 
9005
8279
  /**
@@ -9065,13 +8339,6 @@ export declare interface ImageOverlayStrings {
9065
8339
  overlayVisibleMessage: string;
9066
8340
  }
9067
8341
 
9068
- /**
9069
- * Preset dark theme for the ImageOverlay component.
9070
- *
9071
- * @public
9072
- */
9073
- export declare const imageOverlayTheme: PartialTheme;
9074
-
9075
8342
  /**
9076
8343
  * @public
9077
8344
  * This contains a readonly array that returns all the active `incomingCalls`.
@@ -9525,28 +8792,6 @@ export declare type LocalizationProviderProps = {
9525
8792
  children: React_2.ReactNode;
9526
8793
  };
9527
8794
 
9528
- /**
9529
- * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
9530
- * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
9531
- *
9532
- * @beta
9533
- */
9534
- export declare interface LocalRecordingCallFeatureState {
9535
- /**
9536
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
9537
- */
9538
- isLocalRecordingActive: boolean;
9539
- /**
9540
- * Contains list of information of started recordings
9541
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
9542
- */
9543
- activeLocalRecordings?: LocalRecordingInfo[];
9544
- /**
9545
- * Contains list of information of stopped recordings
9546
- */
9547
- lastStoppedLocalRecording?: LocalRecordingInfo[];
9548
- }
9549
-
9550
8795
  /**
9551
8796
  * @public
9552
8797
  */
@@ -9719,76 +8964,10 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
9719
8964
  * No phone number available message
9720
8965
  */
9721
8966
  meetingConferencePhoneInfoModalNoPhoneAvailable: string;
9722
- }
9723
-
9724
- /**
9725
- * Mention's state, as reflected in the UI.
9726
- *
9727
- * @beta
9728
- */
9729
- export declare interface Mention {
9730
- /** ID of a mention */
9731
- id: string;
9732
- /** Display text of a mention */
9733
- displayText: string;
9734
- /** Optional React element to render an item icon of a mention suggestion */
9735
- icon?: JSX.Element;
9736
- }
9737
-
9738
- /**
9739
- * Options to display suggestions in the mention scenario.
9740
- *
9741
- * @beta
9742
- */
9743
- export declare interface MentionDisplayOptions {
9744
- /**
9745
- * Optional callback for customizing the mention renderer in a message thread.
9746
- */
9747
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
9748
- }
9749
-
9750
- /**
9751
- * Options to lookup suggestions in the mention scenario.
9752
- *
9753
- * @beta
9754
- */
9755
- export declare interface MentionLookupOptions {
9756
8967
  /**
9757
- * Optional string to set trigger keyword for mention a specific participant.
9758
- *
9759
- * @defaultValue `@`
9760
- */
9761
- trigger?: string;
9762
- /**
9763
- * Optional callback to fetch a list of mention suggestions base on the query.
8968
+ * Dismiss button aria label
9764
8969
  */
9765
- onQueryUpdated: (query: string) => Promise<Mention[]>;
9766
- /**
9767
- * Optional callback to render an item of the mention suggestions list.
9768
- */
9769
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
9770
- }
9771
-
9772
- /**
9773
- * Options to lookup suggestions and display mentions in the mention scenario.
9774
- *
9775
- * @beta
9776
- */
9777
- export declare type MentionOptions = {
9778
- lookupOptions?: MentionLookupOptions;
9779
- displayOptions?: MentionDisplayOptions;
9780
- };
9781
-
9782
- /**
9783
- * Strings of {@link _MentionPopover} that can be overridden.
9784
- *
9785
- * @beta
9786
- */
9787
- export declare interface MentionPopoverStrings {
9788
- /**
9789
- * Header text for MentionPopover
9790
- */
9791
- mentionPopoverHeader: string;
8970
+ meetingConferencePhoneInfoModalDismissButtonAriaLabel: string;
9792
8971
  }
9793
8972
 
9794
8973
  /**
@@ -9798,7 +8977,7 @@ export declare interface MentionPopoverStrings {
9798
8977
  *
9799
8978
  * @public
9800
8979
  */
9801
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | BlockedMessage;
8980
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
9802
8981
 
9803
8982
  /**
9804
8983
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -9840,20 +9019,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
9840
9019
  */
9841
9020
  export declare type MessageEditedListener = MessageReceivedListener;
9842
9021
 
9843
- /**
9844
- * @beta
9845
- * Message option that defines properties that can be set when
9846
- * sending or updating a chat message.
9847
- * @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
9848
- * @property attachments - Attachments that contains file attachments attached to the message.
9849
- * @property type - Type of the message content, either 'text' or 'html'.
9850
- */
9851
- export declare type MessageOptions = {
9852
- metadata?: Record<string, string>;
9853
- attachments?: AttachmentMetadata[];
9854
- type?: ChatMessageType;
9855
- };
9856
-
9857
9022
  /**
9858
9023
  * Props to render a single message.
9859
9024
  *
@@ -9869,7 +9034,7 @@ export declare type MessageProps = {
9869
9034
  /**
9870
9035
  * Strings from parent MessageThread component
9871
9036
  */
9872
- strings: MessageThreadStrings & Partial<RichTextStrings>;
9037
+ strings: MessageThreadStrings;
9873
9038
  /**
9874
9039
  * Custom CSS styles for chat message container.
9875
9040
  */
@@ -9915,7 +9080,7 @@ export declare type MessageProps = {
9915
9080
  * @param options - message options to be included in the message
9916
9081
  *
9917
9082
  */
9918
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
9083
+ onSendMessage?: (content: string) => Promise<void>;
9919
9084
  };
9920
9085
 
9921
9086
  /**
@@ -10047,7 +9212,7 @@ export declare type MessageThreadProps = {
10047
9212
  /**
10048
9213
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
10049
9214
  */
10050
- messages: (ChatMessage | SystemMessage | CustomMessage | BlockedMessage)[];
9215
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
10051
9216
  /**
10052
9217
  * number of participants in the thread
10053
9218
  */
@@ -10128,11 +9293,6 @@ export declare type MessageThreadProps = {
10128
9293
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
10129
9294
  */
10130
9295
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
10131
- /**
10132
- * Optional callback to render attachments in the message component.
10133
- * @beta
10134
- */
10135
- onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
10136
9296
  /**
10137
9297
  * Optional callback to edit a message.
10138
9298
  *
@@ -10161,7 +9321,7 @@ export declare type MessageThreadProps = {
10161
9321
  * @param options - message options to be included in the message
10162
9322
  *
10163
9323
  */
10164
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
9324
+ onSendMessage?: (content: string) => Promise<void>;
10165
9325
  /**
10166
9326
  /**
10167
9327
  * Disable editing messages.
@@ -10175,32 +9335,11 @@ export declare type MessageThreadProps = {
10175
9335
  * Optional strings to override in component
10176
9336
  */
10177
9337
  strings?: Partial<MessageThreadStrings>;
10178
- /**
10179
- * @beta
10180
- * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
10181
- * As this moment, the uploadOptions would be ignored and this option is intended for download only.
10182
- */
10183
- attachmentOptions?: AttachmentOptions;
10184
- /**
10185
- * Optional function to provide customized date format.
10186
- * @beta
10187
- */
10188
- onDisplayDateTimeString?: (messageDate: Date) => string;
10189
- /**
10190
- * Optional props needed to lookup a mention query and display mentions
10191
- * @beta
10192
- */
10193
- mentionOptions?: MentionOptions;
10194
9338
  /**
10195
9339
  * Optional callback called when an inline image is clicked.
10196
9340
  * @beta
10197
9341
  */
10198
9342
  inlineImageOptions?: InlineImageOptions;
10199
- /**
10200
- * Options to enable rich text editor for the edit box.
10201
- * @beta
10202
- */
10203
- richTextEditorOptions?: RichTextEditBoxOptions;
10204
9343
  };
10205
9344
 
10206
9345
  /**
@@ -10280,20 +9419,10 @@ export declare interface MessageThreadStrings {
10280
9419
  actionMenuMoreOptions?: string;
10281
9420
  /** Aria label to announce when a message is deleted */
10282
9421
  messageDeletedAnnouncementAriaLabel: string;
10283
- /** String for download attachment button in attachment card */
10284
- downloadAttachment: string;
10285
9422
  /** String for open attachment button in attachment card */
10286
9423
  openAttachment: string;
10287
- /** String for policy violation message removal */
10288
- blockedWarningText: string;
10289
- /** String for policy violation message removal details link */
10290
- blockedWarningLinkText: string;
10291
9424
  /** String for aria text in attachment card group*/
10292
9425
  attachmentCardGroupMessage: string;
10293
- /**
10294
- * Error message indicating that one or more image uploads are not complete.
10295
- */
10296
- imageUploadsPendingError: string;
10297
9426
  }
10298
9427
 
10299
9428
  /**
@@ -10321,24 +9450,10 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
10321
9450
  /** Styles for system message container. */
10322
9451
  systemMessageContainer?: ComponentSlotStyle;
10323
9452
  /** Styles for blocked message container. */
10324
- blockedMessageContainer?: ComponentSlotStyle;
10325
9453
  /** Styles for message status indicator container. */
10326
9454
  messageStatusContainer?: (mine: boolean) => IStyle;
10327
9455
  }
10328
9456
 
10329
- /**
10330
- *
10331
- * Messaging policy of a chat thread.
10332
- *
10333
- * @beta
10334
- */
10335
- export declare interface MessagingPolicy {
10336
- /**
10337
- * Boolean to track whether or not messages are restricted to only text.
10338
- * */
10339
- textOnlyChat?: boolean;
10340
- }
10341
-
10342
9457
  /**
10343
9458
  * A button to turn microphone on / off.
10344
9459
  *
@@ -10531,31 +9646,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
10531
9646
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
10532
9647
  }
10533
9648
 
10534
- /**
10535
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
10536
- * by their browsers settings.
10537
- *
10538
- * @beta
10539
- */
10540
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
10541
-
10542
- /**
10543
- * @beta
10544
- * Props for MicrophoneSitePermissions component.
10545
- */
10546
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
10547
- /** Icon name for the microphone icon */
10548
- microphoneIconName?: string;
10549
- /** Strings for use with the {@link MicrophoneSitePermissions} */
10550
- strings?: MicrophoneSitePermissionsStrings;
10551
- }
10552
-
10553
- /**
10554
- * @beta
10555
- * Strings for MicrophoneSitePermissions component.
10556
- */
10557
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
10558
-
10559
9649
  /**
10560
9650
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
10561
9651
  *
@@ -10890,6 +9980,10 @@ export declare interface NotificationStackStrings {
10890
9980
  * Message shown in notification when the user's assigned breakout room is changed
10891
9981
  */
10892
9982
  assignedBreakoutRoomChanged?: NotificationStrings;
9983
+ /**
9984
+ * Message shown in notification when the user is prompted to join their new assigned breakout room
9985
+ */
9986
+ assignedBreakoutRoomChangedPromptJoin?: NotificationStrings;
10893
9987
  /**
10894
9988
  * Message shown in notification when the user's assigned breakout room is closed
10895
9989
  */
@@ -11005,7 +10099,7 @@ export declare interface NotificationStyles {
11005
10099
  }
11006
10100
 
11007
10101
  /** @public */
11008
- export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' | 'togetherModeStarted' | 'togetherModeEnded';
10102
+ export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomChangedPromptJoin' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' | 'togetherModeStarted' | 'togetherModeEnded';
11009
10103
 
11010
10104
  /**
11011
10105
  * All notifications that can be shown in the {@link NotificationStack}.
@@ -11337,10 +10431,6 @@ export declare type ParticipantListProps = {
11337
10431
  styles?: ParticipantListStyles;
11338
10432
  /** Optional value to determine if the tooltip should be shown for participants or not */
11339
10433
  showParticipantOverflowTooltip?: boolean;
11340
- /** Total number of people in the call. This number can be larger than the remote participant count. */
11341
- totalParticipantCount?: number;
11342
- /** Strings for the participant list */
11343
- strings?: ParticipantListStrings;
11344
10434
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
11345
10435
  participantAriaLabelledBy?: string;
11346
10436
  /** List of pinned participants */
@@ -11355,21 +10445,8 @@ export declare type ParticipantListProps = {
11355
10445
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
11356
10446
  participants: CallParticipantListParticipant[];
11357
10447
  myUserId: string;
11358
- totalParticipantCount?: number;
11359
10448
  };
11360
10449
 
11361
- /**
11362
- * Strings for the {@link ParticipantList}.
11363
- *
11364
- * @beta
11365
- */
11366
- export declare interface ParticipantListStrings {
11367
- /**
11368
- * String for rendering the count of participants not contained in the displayed participant list
11369
- */
11370
- overflowParticipantCount?: string;
11371
- }
11372
-
11373
10450
  /**
11374
10451
  * Styles for the {@link ParticipantList}.
11375
10452
  *
@@ -12061,15 +11138,6 @@ export declare interface RecordingCallFeature {
12061
11138
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
12062
11139
  */
12063
11140
  isRecordingActive: boolean;
12064
- /**
12065
- * Contains list of information of started recordings
12066
- * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
12067
- */
12068
- activeRecordings?: RecordingInfo[];
12069
- /**
12070
- * Contains list of information of stopped recordings
12071
- */
12072
- lastStoppedRecording?: RecordingInfo[];
12073
11141
  }
12074
11142
 
12075
11143
  /**
@@ -12212,256 +11280,6 @@ export declare type ResourceFetchResult = {
12212
11280
  error?: Error;
12213
11281
  };
12214
11282
 
12215
- /**
12216
- * Options for the rich text editor edit box configuration.
12217
- *
12218
- * @beta
12219
- */
12220
- export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
12221
- /**
12222
- * Optional callback to handle an inline image that's inserted in the rich text editor.
12223
- * When not provided, pasting images into rich text editor will be disabled.
12224
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
12225
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12226
- * @param messageId - the id of the message that the inlineImage belongs to.
12227
- */
12228
- onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12229
- /**
12230
- * Optional callback invoked after inline image is removed from the UI.
12231
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
12232
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12233
- * Note that if the src attribute is a local blob url, it has been revoked at this point.
12234
- * @param messageId - the id of the message that the inlineImage belongs to.
12235
- */
12236
- onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12237
- /**
12238
- * Optional Record of type {@link AttachmentMetadataInProgress}
12239
- * to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
12240
- * - there is an error provided in the messagesInlineImagesWithProgress
12241
- * - progress is less than 1 when the send button is clicked
12242
- * - content html string is longer than the max allowed length.
12243
- * (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
12244
- * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12245
- */
12246
- messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
12247
- }
12248
-
12249
- /**
12250
- * Options for the rich text editor configuration.
12251
- *
12252
- * @beta
12253
- */
12254
- export declare interface RichTextEditorOptions {
12255
- /**
12256
- * Optional callback to handle paste event.
12257
- */
12258
- onPaste?: (event: {
12259
- content: DocumentFragment;
12260
- }) => void;
12261
- }
12262
-
12263
- /**
12264
- * A component to render SendBox with Rich Text Editor support.
12265
- *
12266
- * @beta
12267
- */
12268
- export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
12269
-
12270
- /**
12271
- * Props for {@link RichTextSendBox}.
12272
- *
12273
- * @beta
12274
- */
12275
- export declare interface RichTextSendBoxProps {
12276
- /**
12277
- * Optional boolean to disable text box
12278
- * @defaultValue false
12279
- */
12280
- disabled?: boolean;
12281
- /**
12282
- * Optional callback to handle paste event.
12283
- */
12284
- onPaste?: (event: {
12285
- content: DocumentFragment;
12286
- }) => void;
12287
- /**
12288
- * Optional strings to override in component
12289
- */
12290
- strings?: Partial<RichTextSendBoxStrings>;
12291
- /**
12292
- * Optional text for system message above the text box
12293
- */
12294
- systemMessage?: string;
12295
- /**
12296
- * Optional array of type {@link AttachmentMetadataInProgress}
12297
- * to render attachments being uploaded in the SendBox.
12298
- * @beta
12299
- */
12300
- attachments?: AttachmentMetadataInProgress[];
12301
- /**
12302
- * enumerable to determine if the input box has focus on render or not.
12303
- * When undefined nothing has focus on render
12304
- */
12305
- autoFocus?: 'sendBoxTextField';
12306
- /**
12307
- * Optional callback to remove the attachment upload before sending by clicking on
12308
- * cancel icon.
12309
- */
12310
- onCancelAttachmentUpload?: (attachmentId: string) => void;
12311
- /**
12312
- * Optional callback invoked after inline image is removed from the UI.
12313
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
12314
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12315
- * Note that if the src attribute is a local blob url, it has been revoked at this point.
12316
- */
12317
- onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
12318
- /**
12319
- * Callback function used when the send button is clicked.
12320
- */
12321
- onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
12322
- /**
12323
- * Optional callback called when user is typing
12324
- */
12325
- onTyping?: () => Promise<void>;
12326
- /**
12327
- * Optional callback to handle an inline image that's inserted in the rich text editor.
12328
- * When not provided, pasting images into rich text editor will be disabled.
12329
- * @param imageAttributes - attributes of the image such as id, src, style, etc.
12330
- * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12331
- */
12332
- onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
12333
- /**
12334
- * Optional Array of type {@link AttachmentMetadataInProgress}
12335
- * to render the errorBar for inline images inserted in the RichTextSendBox when:
12336
- * - there is an error provided in the inlineImagesWithProgress
12337
- * - progress is less than 1 when the send button is clicked
12338
- * - content html string is longer than the max allowed length.
12339
- * (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
12340
- * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12341
- */
12342
- inlineImagesWithProgress?: AttachmentMetadataInProgress[];
12343
- }
12344
-
12345
- /**
12346
- * Strings of {@link RichTextSendBox} that can be overridden.
12347
- *
12348
- * @beta
12349
- */
12350
- export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
12351
- }
12352
-
12353
- /**
12354
- * Strings of RichText that can be overridden.
12355
- *
12356
- * @beta
12357
- */
12358
- export declare interface RichTextStrings {
12359
- /**
12360
- * Tooltip text for the bold button.
12361
- */
12362
- richTextBoldTooltip: string;
12363
- /**
12364
- * Tooltip text for the italic button.
12365
- */
12366
- richTextItalicTooltip: string;
12367
- /**
12368
- * Tooltip text for the underline button.
12369
- */
12370
- richTextUnderlineTooltip: string;
12371
- /**
12372
- * Tooltip text for the bullet list button.
12373
- */
12374
- richTextBulletListTooltip: string;
12375
- /**
12376
- * Tooltip text for the number list button.
12377
- */
12378
- richTextNumberListTooltip: string;
12379
- /**
12380
- * Tooltip text for the increase indent button.
12381
- */
12382
- richTextIncreaseIndentTooltip: string;
12383
- /**
12384
- * Tooltip text for the decrease indent button.
12385
- */
12386
- richTextDecreaseIndentTooltip: string;
12387
- /**
12388
- * Tooltip text insert table button.
12389
- */
12390
- richTextInsertTableTooltip: string;
12391
- /**
12392
- * Tooltip text for the rich text format button button.
12393
- */
12394
- richTextFormatButtonTooltip: string;
12395
- /**
12396
- * Text for the insert menu item.
12397
- */
12398
- richTextInsertRowOrColumnMenu: string;
12399
- /**
12400
- * Title for the insert table menu.
12401
- */
12402
- richTextInsertTableMenuTitle: string;
12403
- /**
12404
- * Text for the insert menu item to insert row above the current selection.
12405
- */
12406
- richTextInsertRowAboveMenu: string;
12407
- /**
12408
- * Text for the insert menu item to insert row below the current selection.
12409
- */
12410
- richTextInsertRowBelowMenu: string;
12411
- /**
12412
- * Text for the insert menu item to insert column to the left from the current selection.
12413
- */
12414
- richTextInsertColumnLeftMenu: string;
12415
- /**
12416
- * Text for the insert menu item to insert column to the right from the current selection.
12417
- */
12418
- richTextInsertColumnRightMenu: string;
12419
- /**
12420
- * Text for the delete row or column menu.
12421
- */
12422
- richTextDeleteRowOrColumnMenu: string;
12423
- /**
12424
- * Text for the delete column menu.
12425
- */
12426
- richTextDeleteColumnMenu: string;
12427
- /**
12428
- * Text for the delete row menu.
12429
- */
12430
- richTextDeleteRowMenu: string;
12431
- /**
12432
- * Text for the delete table menu.
12433
- */
12434
- richTextDeleteTableMenu: string;
12435
- /**
12436
- * Text for the rich text toolbar.
12437
- */
12438
- richTextToolbarAriaLabel: string;
12439
- /**
12440
- * Text for the rich text toolbar more button.
12441
- */
12442
- richTextToolbarMoreButtonAriaLabel: string;
12443
- /**
12444
- * Text for announcement when a new bulleted list item is added.
12445
- */
12446
- richTextNewBulletedListItemAnnouncement: string;
12447
- /**
12448
- * Text for announcement when a new numbered list item is added.
12449
- */
12450
- richTextNewNumberedListItemAnnouncement: string;
12451
- /**
12452
- * Text for announcement when the bulleted list style is applied.
12453
- */
12454
- richTextBulletedListAppliedAnnouncement: string;
12455
- /**
12456
- * Text for announcement when the numbered list style is applied.
12457
- */
12458
- richTextNumberedListAppliedAnnouncement: string;
12459
- /**
12460
- * Error message indicating image upload is not complete.
12461
- */
12462
- imageUploadsPendingError: string;
12463
- }
12464
-
12465
11283
  /**
12466
11284
  * A button to start / stop screen sharing.
12467
11285
  *
@@ -12533,42 +11351,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
12533
11351
  */
12534
11352
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
12535
11353
 
12536
- /**
12537
- * @beta
12538
- * Error to be displayed to the user in an error bar above sendbox.
12539
- */
12540
- export declare interface SendBoxErrorBarError {
12541
- /** Error Message to be displayed */
12542
- message: string;
12543
- /**
12544
- * Unix Timestamp. Preferred generation using `Date.now()`
12545
- */
12546
- timestamp: number;
12547
- /**
12548
- * ErrorBar type. Defaults to `warning`.
12549
- */
12550
- errorBarType?: SendBoxErrorBarType;
12551
- }
12552
-
12553
- /**
12554
- * @beta
12555
- * Error bar type for {@link SendBoxErrorBarError}
12556
- */
12557
- export declare enum SendBoxErrorBarType {
12558
- /** Info styled MessageBar */
12559
- info = 0,
12560
- /** Error styled MessageBar */
12561
- error = 1,
12562
- /** Blocked styled MessageBar */
12563
- blocked = 2,
12564
- /** SevereWarning styled MessageBar */
12565
- severeWarning = 3,
12566
- /** Success styled MessageBar */
12567
- success = 4,
12568
- /** Warning styled MessageBar */
12569
- warning = 5
12570
- }
12571
-
12572
11354
  /**
12573
11355
  * Props for {@link SendBox}.
12574
11356
  *
@@ -12587,12 +11369,7 @@ export declare interface SendBoxProps {
12587
11369
  /**
12588
11370
  * Optional override behavior on send button click
12589
11371
  */
12590
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
12591
- /**
12592
- * Optional props needed to lookup suggestions in the mention scenario.
12593
- * @beta
12594
- */
12595
- mentionLookupOptions?: MentionLookupOptions;
11372
+ onSendMessage?: (content: string) => Promise<void>;
12596
11373
  /**
12597
11374
  * Optional callback called when user is typing
12598
11375
  */
@@ -12629,25 +11406,6 @@ export declare interface SendBoxProps {
12629
11406
  * When undefined nothing has focus on render
12630
11407
  */
12631
11408
  autoFocus?: 'sendBoxTextField';
12632
- /**
12633
- * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
12634
- * vertically to accommodate the uploaded attachments. Attachment uploads will
12635
- * be rendered below the text area in sendBox.
12636
- * @beta
12637
- */
12638
- onRenderAttachmentUploads?: () => JSX.Element;
12639
- /**
12640
- * Optional array of type {@link AttachmentMetadataInProgress}
12641
- * to render attachments being uploaded in the SendBox.
12642
- * @beta
12643
- */
12644
- attachments?: AttachmentMetadataInProgress[];
12645
- /**
12646
- * Optional callback to remove the attachment upload before sending by clicking on
12647
- * cancel icon.
12648
- * @beta
12649
- */
12650
- onCancelAttachmentUpload?: (attachmentId: string) => void;
12651
11409
  }
12652
11410
 
12653
11411
  /**
@@ -12678,30 +11436,6 @@ export declare interface SendBoxStrings {
12678
11436
  * Aria label for send message button
12679
11437
  */
12680
11438
  sendButtonAriaLabel: string;
12681
- /**
12682
- * Error message indicating that all attachment uploads are not complete.
12683
- */
12684
- attachmentUploadsPendingError: string;
12685
- /**
12686
- * Aria label to notify user when focus is on cancel attachment upload button.
12687
- */
12688
- removeAttachment: string;
12689
- /**
12690
- * Aria label to notify user attachment uploading starts.
12691
- */
12692
- uploading: string;
12693
- /**
12694
- * Aria label to notify user attachment upload progress.
12695
- */
12696
- uploadProgress: string;
12697
- /**
12698
- * Aria label to notify user attachment is uploaded.
12699
- */
12700
- uploadCompleted: string;
12701
- /**
12702
- * Aria label to notify user more attachment action menu.
12703
- */
12704
- attachmentMoreMenu: string;
12705
11439
  }
12706
11440
 
12707
11441
  /**
@@ -12722,45 +11456,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
12722
11456
  systemMessage?: IStyle;
12723
11457
  }
12724
11458
 
12725
- /**
12726
- * @beta
12727
- * Strings for SitePermissions component
12728
- */
12729
- export declare type SitePermissionsStrings = {
12730
- /**
12731
- * Main text string.
12732
- */
12733
- primaryText?: string;
12734
- /**
12735
- * Subtext string.
12736
- */
12737
- secondaryText?: string;
12738
- /**
12739
- * More help link string.
12740
- */
12741
- linkText?: string;
12742
- /**
12743
- * Primary button text string.
12744
- */
12745
- primaryButtonText?: string;
12746
- /**
12747
- * Aria label describing the content of the container
12748
- */
12749
- ariaLabel?: string;
12750
- };
12751
-
12752
- /**
12753
- * Fluent styles for {@link SitePermissionsContainer}.
12754
- *
12755
- * @beta
12756
- */
12757
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
12758
- /** Styles for the primary button. */
12759
- primaryButton?: IButtonStyles;
12760
- /** Styles for the help troubleshooting link text. */
12761
- troubleshootingLink?: ILinkStyles;
12762
- }
12763
-
12764
11459
  /**
12765
11460
  * @public
12766
11461
  * Type for representing a custom sound to use for a calling event
@@ -13080,13 +11775,6 @@ export declare interface StartRealTimeTextButtonStrings {
13080
11775
  tooltipOffContent: string;
13081
11776
  }
13082
11777
 
13083
- /**
13084
- * Parameter to start a call using a Teams user identity.
13085
- *
13086
- * @beta
13087
- */
13088
- export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
13089
-
13090
11778
  /**
13091
11779
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
13092
11780
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -13544,7 +12232,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
13544
12232
  * @public
13545
12233
  */
13546
12234
  export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
13547
- locator: TeamsMeetingLinkLocator | CallParticipantsLocator | TeamsMeetingIdLocator;
12235
+ locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
13548
12236
  };
13549
12237
 
13550
12238
  /**
@@ -13617,17 +12305,6 @@ export declare interface TeamsIncomingCallState {
13617
12305
  endTime?: Date;
13618
12306
  }
13619
12307
 
13620
- /**
13621
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
13622
- *
13623
- * This is used to create an outbound call scenarios.
13624
- *
13625
- * @beta
13626
- */
13627
- export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
13628
- targetCallees: StartTeamsCallIdentifier[];
13629
- };
13630
-
13631
12308
  /**
13632
12309
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
13633
12310
  *
@@ -13918,21 +12595,7 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
13918
12595
  * @public
13919
12596
  * Callback function run when a message is updated.
13920
12597
  */
13921
- export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
13922
-
13923
- /**
13924
- * Result payload for uploading an image.
13925
- *
13926
- * @beta
13927
- */
13928
- export declare type UploadChatImageResult = {
13929
- /** Id of the image. */
13930
- id: string;
13931
- /** The type of attachment. */
13932
- attachmentType?: 'image' | 'file' | 'unknown';
13933
- /** The name including file extension type of the attachment. */
13934
- name?: string;
13935
- };
12598
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
13936
12599
 
13937
12600
  /**
13938
12601
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -14106,7 +12769,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
14106
12769
  *
14107
12770
  * @public
14108
12771
  */
14109
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs | TeamsOutboundCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
12772
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
14110
12773
 
14111
12774
  /**
14112
12775
  * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
@@ -14572,6 +13235,10 @@ export declare interface VideoGalleryStream {
14572
13235
  export declare interface VideoGalleryStrings {
14573
13236
  /** String to notify that local user is sharing their screen */
14574
13237
  screenIsBeingSharedMessage: string;
13238
+ /** Aria label to announce when a remote participant starts sharing their screen */
13239
+ screenShareStartedAnnouncementAriaLabel: string;
13240
+ /** Aria label to announce when a remote participant stops sharing their screen */
13241
+ screenShareStoppedAnnouncementAriaLabel: string;
14575
13242
  /** String to show when remote screen share stream is loading */
14576
13243
  screenShareLoadingMessage: string;
14577
13244
  /** String to show when local screen share stream is loading */