@azure/communication-react 1.27.1 → 1.28.0-alpha-202505220018

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 (1230) hide show
  1. package/dist/communication-react.d.ts +1579 -34
  2. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CKyEpDwD.js +291 -0
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CKyEpDwD.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-C4D-aaM-.js +51 -0
  5. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-C4D-aaM-.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index-CA0z1EwD.js +47633 -0
  7. package/dist/dist-cjs/communication-react/index-CA0z1EwD.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +177 -40050
  9. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/common.d.ts +13 -0
  13. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/constants.d.ts +5 -0
  16. package/dist/dist-esm/acs-ui-common/src/constants.js +6 -0
  17. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/dataConversion.d.ts +6 -0
  20. package/dist/dist-esm/acs-ui-common/src/dataConversion.js +21 -0
  21. package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +1 -0
  22. package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
  23. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  24. package/dist/dist-esm/acs-ui-common/src/index.d.ts +4 -0
  25. package/dist/dist-esm/acs-ui-common/src/index.js +6 -0
  26. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  27. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  28. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  29. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  30. package/dist/dist-esm/acs-ui-common/src/removeImageTags.d.ts +7 -0
  31. package/dist/dist-esm/acs-ui-common/src/removeImageTags.js +18 -0
  32. package/dist/dist-esm/acs-ui-common/src/removeImageTags.js.map +1 -0
  33. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  34. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  35. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  36. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  37. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +1 -1
  38. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
  39. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
  40. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
  41. package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
  42. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +7 -15
  43. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
  44. package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
  45. package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -0
  47. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +18 -8
  49. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +37 -14
  51. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  52. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +21 -53
  53. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +2 -0
  57. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +85 -81
  58. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +2 -2
  60. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -5
  62. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +31 -6
  64. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  65. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  67. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -1
  68. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  69. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  70. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +8 -2
  71. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
  72. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  73. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +35 -59
  74. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  75. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
  76. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +33 -10
  77. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  78. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  79. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  80. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
  81. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  82. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  83. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  84. package/dist/dist-esm/calling-component-bindings/src/remoteParticipantsSelector.js.map +1 -1
  85. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  86. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +18 -7
  87. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  88. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -9
  89. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  90. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  91. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +23 -13
  92. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  93. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +27 -6
  94. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +12 -8
  97. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
  100. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +63 -2
  102. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +6 -0
  104. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +82 -38
  105. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
  107. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +102 -111
  109. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +7 -15
  111. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  114. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +4 -0
  115. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +39 -12
  116. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +6 -2
  118. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  119. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  120. package/dist/dist-esm/calling-stateful-client/src/Converter.js +14 -24
  121. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  122. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
  123. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
  125. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  126. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  127. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +8 -22
  128. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  129. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
  130. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
  131. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
  132. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  133. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  134. package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
  135. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
  136. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  137. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  138. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  139. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  140. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  141. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js.map +1 -1
  142. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
  143. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
  144. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  145. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  146. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  147. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +71 -64
  148. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  149. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -24
  150. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  151. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
  152. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  153. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  154. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +17 -0
  155. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  156. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +14 -16
  157. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
  158. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +12 -4
  159. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -1
  160. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +2 -0
  161. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -1
  162. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  163. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  164. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +1 -0
  165. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +34 -3
  166. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  167. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
  168. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  169. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +2 -0
  170. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  171. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  172. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  173. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  174. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
  175. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  176. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
  177. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  178. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +6 -2
  179. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +59 -8
  180. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  181. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  182. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +3 -2
  183. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +6 -0
  184. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  185. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  186. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  187. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +68 -18
  188. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  189. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  190. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  191. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  192. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  193. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
  194. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  195. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
  196. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  197. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  198. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +6 -0
  199. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +23 -0
  200. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +1 -0
  201. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
  202. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  203. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +15 -1
  204. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  205. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
  206. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  207. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -12
  208. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  209. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  210. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
  211. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  212. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
  213. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  214. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
  215. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  216. package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
  217. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  218. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
  219. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  220. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  221. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  222. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  223. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  224. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  225. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  226. package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
  227. package/dist/dist-esm/communication-react/src/index.d.ts +27 -0
  228. package/dist/dist-esm/communication-react/src/index.js +12 -0
  229. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  230. package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
  231. package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +2 -2
  232. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
  234. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
  238. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  240. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  242. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
  244. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
  246. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
  248. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +2 -0
  250. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +15 -6
  251. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +21 -18
  253. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/CameraButton.js +13 -20
  255. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  257. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +25 -22
  259. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +38 -20
  261. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  262. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
  263. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +38 -22
  265. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  266. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +13 -1
  267. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
  268. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
  270. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +63 -27
  271. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
  273. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  275. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  276. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  277. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
  278. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +39 -9
  279. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
  281. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +47 -12
  282. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
  284. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +57 -27
  285. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  286. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +22 -1
  287. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
  288. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  289. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
  290. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +290 -0
  291. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
  292. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +23 -2
  293. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +50 -6
  294. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
  296. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +61 -16
  297. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +80 -15
  299. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  300. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  301. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  303. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  305. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  310. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  311. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  312. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +5 -16
  314. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  316. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  317. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  318. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  319. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  320. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  321. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +15 -14
  322. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  324. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  325. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  326. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  327. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +32 -0
  328. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  329. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  330. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
  332. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
  334. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  336. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  338. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
  340. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
  342. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
  343. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  345. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  346. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
  347. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  349. package/dist/dist-esm/react-components/src/components/EndCallButton.js +12 -13
  350. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  352. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
  354. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  356. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  358. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
  360. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  362. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
  364. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +26 -39
  366. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +5 -7
  368. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
  370. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
  372. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
  373. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  375. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +40 -22
  377. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
  379. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +6 -14
  381. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  383. package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
  384. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  385. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
  386. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
  389. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +81 -5
  391. package/dist/dist-esm/react-components/src/components/MessageThread.js +116 -49
  392. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +16 -17
  394. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +95 -102
  396. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  397. package/dist/dist-esm/react-components/src/components/Notification.js +6 -14
  398. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/NotificationStack.js +12 -9
  400. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -22
  402. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  404. package/dist/dist-esm/react-components/src/components/ParticipantList.js +63 -47
  405. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  407. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  409. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  411. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +2 -4
  413. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  415. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/components/ReactionButton.js +24 -23
  417. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/RealTimeText.js +2 -2
  419. package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +3 -7
  421. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +25 -16
  423. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  425. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  427. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  428. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
  429. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
  430. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
  431. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +30 -0
  432. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +112 -0
  433. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
  434. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +19 -0
  435. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +41 -0
  436. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
  437. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
  438. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
  439. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
  440. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
  441. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
  442. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
  443. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
  444. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
  445. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
  446. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +14 -0
  447. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +56 -0
  448. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +1 -0
  449. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +30 -0
  450. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +96 -0
  451. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
  452. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +59 -0
  453. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +380 -0
  454. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
  455. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +37 -0
  456. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +100 -0
  457. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
  458. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +215 -0
  459. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +292 -0
  460. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
  461. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
  462. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +77 -0
  463. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
  464. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.d.ts +9 -0
  465. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +18 -0
  466. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js.map +1 -0
  467. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
  468. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +240 -0
  469. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
  470. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
  471. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
  472. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
  473. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
  474. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
  475. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
  476. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
  477. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
  478. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
  479. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  480. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  481. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
  482. package/dist/dist-esm/react-components/src/components/SendBox.js +103 -12
  483. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  484. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +56 -0
  485. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +91 -0
  486. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
  487. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
  488. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
  489. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
  490. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  491. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  492. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +1 -1
  493. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -1
  494. package/dist/dist-esm/react-components/src/components/StreamMedia.js +14 -3
  495. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  496. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
  497. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  498. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  499. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  500. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
  501. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  502. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  504. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
  506. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
  507. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  508. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  509. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +821 -0
  510. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  511. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +31 -26
  512. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  514. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  515. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  516. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  518. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  519. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  520. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  521. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  522. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  524. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -39
  526. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  527. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  528. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +9 -13
  530. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +8 -22
  532. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
  534. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +19 -8
  536. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +15 -13
  538. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +41 -17
  540. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  542. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  544. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +99 -0
  545. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  546. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  547. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +8 -8
  548. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  549. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
  550. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
  552. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  553. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
  554. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  555. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
  556. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  557. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
  558. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  559. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +34 -10
  560. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  561. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +7 -3
  563. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  565. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  566. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
  567. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  568. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  569. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  570. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  571. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  572. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js +1 -5
  573. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  574. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  575. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  576. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  577. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  578. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  579. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  580. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  581. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +12 -5
  582. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  583. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +57 -73
  584. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  585. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  586. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
  587. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +39 -31
  588. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  589. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
  590. package/dist/dist-esm/react-components/src/components/VideoGallery.js +145 -29
  591. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  592. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
  593. package/dist/dist-esm/react-components/src/components/VideoTile.js +60 -77
  594. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  595. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  596. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  597. package/dist/dist-esm/react-components/src/components/index.d.ts +21 -0
  598. package/dist/dist-esm/react-components/src/components/index.js +15 -0
  599. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  600. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  601. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  602. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
  603. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
  604. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  605. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  606. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  607. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +5 -9
  608. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  609. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  610. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +3 -10
  611. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  612. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  613. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  614. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  615. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  616. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  617. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  618. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
  619. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  620. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  621. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
  622. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  623. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  624. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
  625. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  626. package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
  627. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  628. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  629. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +13 -10
  630. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  631. package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
  632. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
  633. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  634. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  635. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -1
  636. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +1 -3
  637. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  638. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
  639. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  640. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
  641. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +303 -0
  642. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
  643. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
  644. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
  645. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
  646. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
  647. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  648. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  649. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +99 -0
  650. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  651. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
  652. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
  653. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
  654. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
  655. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  656. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  657. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
  658. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +11 -7
  659. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -1
  660. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
  661. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  662. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  663. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  664. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +69 -0
  665. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  666. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
  667. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  668. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
  669. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  670. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
  671. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  672. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  673. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +38 -1
  674. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
  675. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  676. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -2
  677. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +29 -6
  678. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  679. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  680. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  681. package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
  682. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +73 -0
  683. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +186 -0
  684. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
  685. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
  686. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +127 -0
  687. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
  688. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +47 -1
  689. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +169 -5
  690. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  691. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  692. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  693. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  694. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  695. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  696. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +2 -5
  697. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  698. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  699. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  700. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  701. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  702. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  703. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  704. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  705. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +10 -3
  706. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +1 -1
  707. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  708. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  709. package/dist/dist-esm/react-components/src/components/utils.js +33 -27
  710. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  711. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  712. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  713. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  714. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  715. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  716. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  717. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  718. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  719. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  720. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +54 -0
  721. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  722. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  723. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  724. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  725. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
  726. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  727. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  728. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  729. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
  730. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  731. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
  732. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  733. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  734. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  735. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  736. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  737. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  738. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  739. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  740. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  741. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  742. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  743. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  744. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  745. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  746. package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
  747. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  748. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  749. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  750. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  751. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  752. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
  753. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  754. package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
  755. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  756. package/dist/dist-esm/react-components/src/theming/icons.d.ts +25 -0
  757. package/dist/dist-esm/react-components/src/theming/icons.js +128 -14
  758. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  759. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  760. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  761. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  762. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  763. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  764. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  765. package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
  766. package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
  767. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  768. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  769. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  770. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +13 -0
  771. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  772. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  773. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  774. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -1
  775. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  776. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  777. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  778. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  779. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  780. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  781. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  782. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  783. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  784. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  785. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +2 -0
  786. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -1
  787. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  788. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  789. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  790. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +83 -52
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +39 -6
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +147 -61
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +6 -1
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +4 -2
  803. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  804. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  805. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
  806. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  808. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
  809. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  810. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +2 -0
  811. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  812. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +3 -3
  813. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
  814. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +11 -11
  815. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
  816. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +82 -41
  817. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +36 -60
  819. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  820. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +49 -0
  821. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +220 -0
  822. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  823. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
  824. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  826. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  827. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +22 -4
  829. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  831. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  832. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  834. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +4 -4
  836. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  838. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
  840. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  842. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +42 -24
  843. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
  845. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  846. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +69 -41
  847. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  848. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  849. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  850. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
  851. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  852. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
  853. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  854. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  855. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  856. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  857. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
  858. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +226 -191
  860. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  861. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
  862. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  863. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  865. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
  866. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  867. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
  868. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
  870. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +26 -14
  872. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  873. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
  874. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  876. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
  879. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +4 -12
  886. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +3 -1
  888. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +69 -37
  890. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  891. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  893. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  894. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +3 -0
  895. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +18 -30
  897. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  898. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
  899. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +115 -16
  900. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  901. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
  902. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  903. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +15 -7
  904. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
  905. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +18 -8
  906. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  908. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  909. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
  910. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  911. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
  912. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  913. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +21 -22
  914. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  915. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  916. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  917. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  918. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  919. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  923. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  924. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  925. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  926. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  927. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  928. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  929. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
  930. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
  931. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  932. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  933. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  934. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  935. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  936. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  937. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  939. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
  940. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
  941. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  942. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
  943. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
  944. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  945. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  946. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  947. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
  949. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +10 -2
  950. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  951. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  952. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  953. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  954. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  955. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  956. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  957. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  958. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  959. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  960. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  961. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  962. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  963. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  964. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  966. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  968. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +43 -31
  970. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  971. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  972. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +1 -2
  973. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  974. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +2 -5
  976. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  977. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
  978. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
  979. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  980. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +13 -11
  982. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  983. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  984. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  985. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
  986. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  987. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
  988. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  989. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  990. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  991. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  992. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +10 -12
  993. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  994. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +19 -7
  995. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +4 -2
  997. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  998. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +12 -1
  999. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +94 -22
  1000. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  1001. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  1002. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
  1003. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  1004. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
  1005. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  1006. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  1007. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +65 -0
  1008. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +91 -22
  1009. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  1010. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  1011. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  1012. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  1013. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  1014. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
  1015. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  1016. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  1017. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  1018. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  1019. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +15 -3
  1020. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +116 -41
  1021. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  1022. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +22 -3
  1023. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  1024. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -0
  1025. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +4 -0
  1026. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  1027. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +10 -4
  1028. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
  1029. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  1030. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  1031. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  1032. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  1033. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  1034. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +8 -0
  1035. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  1036. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  1037. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
  1038. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
  1039. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
  1040. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +27 -0
  1041. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
  1042. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  1043. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  1044. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  1045. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +2 -0
  1046. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +298 -27
  1047. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  1048. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  1049. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  1050. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  1051. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
  1052. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
  1053. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
  1054. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +39 -0
  1055. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +273 -0
  1056. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -0
  1057. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +20 -0
  1058. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  1059. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +6 -2
  1060. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +119 -46
  1061. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  1062. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +12 -2
  1063. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  1064. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  1065. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js +33 -11
  1066. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  1067. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
  1068. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
  1069. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
  1070. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
  1071. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +82 -0
  1072. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
  1073. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
  1074. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
  1075. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
  1076. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
  1077. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  1078. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +27 -3
  1079. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  1080. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  1081. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
  1082. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
  1083. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
  1084. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  1085. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +4 -0
  1086. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +6 -0
  1087. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
  1088. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
  1089. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  1090. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +9 -17
  1091. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  1092. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +24 -25
  1093. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
  1094. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
  1095. package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
  1096. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +7 -3
  1097. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  1098. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  1099. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  1100. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +12 -14
  1101. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
  1102. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
  1103. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
  1104. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +9 -23
  1105. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
  1106. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
  1107. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js +1 -1
  1108. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js.map +1 -1
  1109. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
  1110. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
  1111. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
  1112. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  1113. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  1114. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  1115. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +75 -48
  1116. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  1117. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +6 -0
  1118. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
  1119. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  1120. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +115 -92
  1121. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  1122. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
  1123. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  1124. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  1125. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  1126. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +2 -4
  1127. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -1
  1128. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  1129. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
  1130. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  1131. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +119 -147
  1132. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  1133. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  1134. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  1135. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
  1136. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  1137. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  1138. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
  1139. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  1140. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +11 -9
  1141. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  1142. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +23 -12
  1143. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  1144. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  1145. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  1146. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
  1147. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  1148. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +14 -10
  1149. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  1150. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
  1151. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
  1152. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
  1153. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +48 -2
  1154. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
  1155. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  1156. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +8 -16
  1157. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  1158. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
  1159. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
  1160. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  1161. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
  1162. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  1163. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
  1164. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  1165. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
  1166. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
  1167. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +18 -13
  1168. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  1169. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  1170. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +5 -0
  1171. package/dist/dist-esm/react-composites/src/composites/common/constants.js +6 -0
  1172. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  1173. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +34 -2
  1174. package/dist/dist-esm/react-composites/src/composites/common/icons.js +7 -3
  1175. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  1176. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +1 -3
  1177. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
  1178. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +1 -3
  1179. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
  1180. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  1181. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  1182. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  1183. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  1184. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
  1185. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  1186. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
  1187. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  1188. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  1189. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  1190. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  1191. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  1192. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
  1193. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  1194. package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
  1195. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  1196. package/dist/dist-esm/react-composites/src/composites/common/utils.js +19 -14
  1197. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  1198. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  1199. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  1200. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  1201. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  1202. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  1203. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  1204. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
  1205. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  1206. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  1207. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  1208. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
  1209. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  1210. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
  1211. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  1212. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  1213. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  1214. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  1215. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  1216. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  1217. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  1218. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  1219. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  1220. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  1221. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  1222. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  1223. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  1224. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
  1225. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  1226. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  1227. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  1228. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  1229. package/dist/tsdoc-metadata.json +1 -1
  1230. package/package.json +8 -8
@@ -17,6 +17,7 @@ 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';
20
21
  import { CallKind } from '@azure/communication-calling';
21
22
  import { CallState as CallState_2 } from '@azure/communication-calling';
22
23
  import { CallSurvey } from '@azure/communication-calling';
@@ -38,6 +39,9 @@ import type { CommunicationUserKind } from '@azure/communication-common';
38
39
  import { CreateViewOptions } from '@azure/communication-calling';
39
40
  import { DeviceAccess } from '@azure/communication-calling';
40
41
  import { DeviceManager } from '@azure/communication-calling';
42
+ import type { DiagnosticFlag } from '@azure/communication-calling';
43
+ import type { DiagnosticQuality } from '@azure/communication-calling';
44
+ import type { DiagnosticValueType } from '@azure/communication-calling';
41
45
  import { DominantSpeakersInfo } from '@azure/communication-calling';
42
46
  import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
43
47
  import { EnvironmentInfo } from '@azure/communication-calling';
@@ -50,6 +54,7 @@ import { IContextualMenuProps } from '@fluentui/react';
50
54
  import { IContextualMenuStyles } from '@fluentui/react';
51
55
  import { IIconProps } from '@fluentui/react';
52
56
  import { IIconStyles } from '@fluentui/react';
57
+ import { ILinkStyles } from '@fluentui/react';
53
58
  import { IMessageBarProps } from '@fluentui/react';
54
59
  import { IncomingCall } from '@azure/communication-calling';
55
60
  import { IncomingCallKind } from '@azure/communication-calling';
@@ -63,12 +68,15 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
63
68
  import { ITextFieldStyles } from '@fluentui/react';
64
69
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
65
70
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
71
+ import { LocalRecordingInfo } from '@azure/communication-calling';
66
72
  import { LocalVideoStream } from '@azure/communication-calling';
67
73
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
74
+ import type { MediaDiagnosticType } from '@azure/communication-calling';
68
75
  import { MediaStreamType } from '@azure/communication-calling';
69
76
  import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
70
77
  import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
71
78
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
79
+ import type { NetworkDiagnosticType } from '@azure/communication-calling';
72
80
  import { PartialTheme } from '@fluentui/react';
73
81
  import { ParticipantCapabilities } from '@azure/communication-calling';
74
82
  import { ParticipantInfo } from '@azure/communication-calling';
@@ -84,17 +92,20 @@ import { Reaction as Reaction_2 } from '@azure/communication-calling';
84
92
  import { ReactionMessage } from '@azure/communication-calling';
85
93
  import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
86
94
  import { RealTimeTextResultType } from '@azure/communication-calling';
95
+ import { RecordingInfo } from '@azure/communication-calling';
87
96
  import type { RemoteParticipant } from '@azure/communication-calling';
88
97
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
89
98
  import { RoomCallLocator } from '@azure/communication-calling';
90
99
  import { ScalingMode } from '@azure/communication-calling';
91
100
  import { SendMessageOptions } from '@azure/communication-chat';
101
+ import type { ServerDiagnosticType } from '@azure/communication-calling';
92
102
  import { SpotlightedParticipant } from '@azure/communication-calling';
93
103
  import { StartCallOptions } from '@azure/communication-calling';
94
104
  import { StartCaptionsOptions } from '@azure/communication-calling';
95
105
  import { TeamsCall } from '@azure/communication-calling';
96
106
  import { TeamsCallAgent } from '@azure/communication-calling';
97
107
  import { TeamsCallInfo } from '@azure/communication-calling';
108
+ import { TeamsExtensionUserIdentifier } from '@azure/communication-common';
98
109
  import { TeamsIncomingCall } from '@azure/communication-calling';
99
110
  import { TeamsMeetingIdLocator } from '@azure/communication-calling';
100
111
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
@@ -273,6 +284,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
273
284
  */
274
285
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
275
286
 
287
+ /**
288
+ * @beta
289
+ * A callback function that defines what actions user can perform on an attachment.
290
+ * By default, the UI library would have default actions that opens attachment URL in a new tab.
291
+ * You can override the default actions or add new actions by providing this callback function.
292
+ * Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
293
+ *
294
+ * @param attachment - The file attachment that user is trying to perform actions on.
295
+ * @param message - The chat message that contains this attachment.
296
+ * @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
297
+ */
298
+ export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
299
+
300
+ /**
301
+ * @beta
302
+ *
303
+ * Attachment download options defines the list of actions that can be performed on an attachment.
304
+ */
305
+ export declare interface AttachmentDownloadOptions {
306
+ actionsForAttachment: AttachmentActionHandler;
307
+ }
308
+
309
+ /**
310
+ * @beta
311
+ *
312
+ * Attachment menu action defines buttons that can be shown on the attachment card.
313
+ * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
314
+ */
315
+ export declare interface AttachmentMenuAction {
316
+ name: string;
317
+ icon: JSX.Element;
318
+ onClick: (attachment: AttachmentMetadata) => Promise<void>;
319
+ }
320
+
276
321
  /**
277
322
  * Data model that represents a chat message attachment
278
323
  * where it contains an ID to uniquely identify the attachment,
@@ -296,6 +341,150 @@ export declare interface AttachmentMetadata {
296
341
  url: string;
297
342
  }
298
343
 
344
+ /**
345
+ * Data model that represents a chat message attachment being uploaded
346
+ * where it contains an ID to uniquely identify the attachment,
347
+ * a name that represents the name of file,
348
+ * an optional URL to download the attachment,
349
+ * an optional progress value between 0 and 1 indicating the progress of the upload, and
350
+ * an optional error object that contains error message would be shown to the user.
351
+ *
352
+ *
353
+ * @beta
354
+ */
355
+ export declare interface AttachmentMetadataInProgress {
356
+ /**
357
+ * Unique ID of the attachment.
358
+ */
359
+ id: string;
360
+ /**
361
+ * Attachment name to be displayed.
362
+ */
363
+ name: string;
364
+ /**
365
+ * Download URL for the attachment.
366
+ */
367
+ url?: string;
368
+ /**
369
+ * A number between 0 and 1 indicating the progress of the upload.
370
+ */
371
+ progress?: number;
372
+ /**
373
+ * A object contains error message would be shown to the user.
374
+ */
375
+ error?: AttachmentProgressError;
376
+ }
377
+
378
+ /**
379
+ * @beta
380
+ *
381
+ * Attachment Options that defines behaviour for uploading and downloading attachments.
382
+ */
383
+ export declare interface AttachmentOptions {
384
+ uploadOptions?: AttachmentUploadOptions;
385
+ downloadOptions?: AttachmentDownloadOptions;
386
+ }
387
+
388
+ /**
389
+ * @beta
390
+ * A attachment progress error object that contains message to be shown to
391
+ * the user when upload fails.
392
+ */
393
+ export declare interface AttachmentProgressError {
394
+ message: string;
395
+ }
396
+
397
+ /**
398
+ * @beta
399
+ * A callback function for handling attachment removed by the user in send box.
400
+ *
401
+ * @param attachmentId - The ID of uploaded attachments.
402
+ */
403
+ export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
404
+
405
+ /**
406
+ * @beta
407
+ * A callback function for handling list of upload tasks that contains files selected by user to upload.
408
+ *
409
+ * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
410
+ */
411
+ export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
412
+
413
+ /**
414
+ * @beta
415
+ */
416
+ export declare interface AttachmentUploadOptions {
417
+ /**
418
+ * A list of strings containing the comma separated list of supported media (aka. mime) types.
419
+ * i.e. ['image/*', 'video/*', 'audio/*']
420
+ * Default value is `['*']`, meaning all media types are supported.
421
+ * Similar to the `accept` attribute of the `<input type="attachment" />` element.
422
+ * @beta
423
+ */
424
+ supportedMediaTypes?: string[];
425
+ /**
426
+ * Disable multiple attachments to be selected if set to `true`.
427
+ * Default value is `false`, meaning multiple attachments can be selected.
428
+ * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
429
+ * @beta
430
+ */
431
+ disableMultipleUploads?: boolean;
432
+ /**
433
+ * A callback function of type {@link AttachmentSelectionHandler} that will be called
434
+ * when user finishes selecting files in browser's file picker. This function is required since
435
+ * this would be where upload logic is implemented to your own storage.
436
+ * @beta
437
+ */
438
+ handleAttachmentSelection: AttachmentSelectionHandler;
439
+ /**
440
+ * A optional callback function that will be called
441
+ * when user removing files before clicking send message button. This function will be
442
+ * where you can remove the file from your storage.
443
+ * @beta
444
+ */
445
+ handleAttachmentRemoval?: AttachmentRemovalHandler;
446
+ }
447
+
448
+ /**
449
+ * A upload task represents and manages an attachment that is being uploaded.
450
+ * When using the Composite, an attachment upload task is created for each file user is selected to upload.
451
+ * A upload task is complete when notifyUploadCompleted is called.
452
+ * A upload task is failed when notifyUploadFailed is called.
453
+ * @beta
454
+ */
455
+ export declare interface AttachmentUploadTask {
456
+ /**
457
+ * Unique identifier for the attachment upload task.
458
+ */
459
+ taskId: string;
460
+ /**
461
+ * HTML {@link File} object for the uploaded attachment.
462
+ */
463
+ file?: File;
464
+ /**
465
+ * {@link Blob} object for the uploaded inline image.
466
+ */
467
+ image?: Blob;
468
+ /**
469
+ * Update the progress of the upload changed.
470
+ * A upload is considered complete when the progress reaches 1.
471
+ * @param value - number between 0 and 1
472
+ */
473
+ notifyUploadProgressChanged: (value: number) => void;
474
+ /**
475
+ * Mark the upload task as complete.
476
+ * An attachment is considered completed uploading when ID and URL are provided.
477
+ * @param id - the unique identifier of the attachment.
478
+ * @param url - the download URL of the attachment.
479
+ */
480
+ notifyUploadCompleted: (id: string, url: string) => void;
481
+ /**
482
+ * Mark the upload task as failed.
483
+ * @param message - An error message that can be displayed to the user.
484
+ */
485
+ notifyUploadFailed: (message: string) => void;
486
+ }
487
+
299
488
  /**
300
489
  * Custom data attributes for displaying avatar for a user.
301
490
  *
@@ -487,6 +676,26 @@ export declare interface BaseCustomStyles {
487
676
  root?: IStyle;
488
677
  }
489
678
 
679
+ /**
680
+ * Content blocked message type.
681
+ *
682
+ * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
683
+ *
684
+ * @beta
685
+ */
686
+ export declare interface BlockedMessage extends MessageCommon {
687
+ messageType: 'blocked';
688
+ warningText?: string;
689
+ linkText?: string;
690
+ link?: string;
691
+ deletedOn?: Date;
692
+ senderId?: string;
693
+ senderDisplayName?: string;
694
+ status?: MessageStatus;
695
+ attached?: MessageAttachedStatus;
696
+ mine?: boolean;
697
+ }
698
+
490
699
  /**
491
700
  * Breakout rooms state
492
701
  *
@@ -501,6 +710,136 @@ export declare interface BreakoutRoomsState {
501
710
  breakoutRoomDisplayName?: string;
502
711
  }
503
712
 
713
+ /**
714
+ * @beta
715
+ * Props for BrowserPermissionDeniedIOS component.
716
+ */
717
+ export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
718
+ /**
719
+ * Localization strings for BrowserPermissionDeniedIOS component.
720
+ */
721
+ strings?: BrowserPermissionDeniedIOSStrings;
722
+ /**
723
+ * Link to image source.
724
+ *
725
+ * Image is inserted into the top of the component.
726
+ */
727
+ imageSource?: string;
728
+ }
729
+
730
+ /**
731
+ * @beta
732
+ * Strings for BrowserPermissionDeniedIOS component
733
+ */
734
+ export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
735
+ /**
736
+ * Image alt text
737
+ */
738
+ imageAltText: string;
739
+ /**
740
+ * Main text string.
741
+ */
742
+ primaryText: string;
743
+ /**
744
+ * Subtext string.
745
+ */
746
+ secondaryText: string;
747
+ /**
748
+ * Step 1 string
749
+ */
750
+ step1Text: string;
751
+ /**
752
+ * Step 1 digit string
753
+ */
754
+ step1DigitText: string;
755
+ /**
756
+ * Step 2 string
757
+ */
758
+ step2Text: string;
759
+ /**
760
+ * Step 2 digit string
761
+ */
762
+ step2DigitText: string;
763
+ /**
764
+ * Step 3 string
765
+ */
766
+ step3Text: string;
767
+ /**
768
+ * Step 3 digit string
769
+ */
770
+ step3DigitText: string;
771
+ /**
772
+ * Step 4 string
773
+ */
774
+ step4Text: string;
775
+ /**
776
+ * Step 4 digit string
777
+ */
778
+ step4DigitText: string;
779
+ }
780
+
781
+ /**
782
+ * @beta
783
+ * Props for BrowserPermissionDenied component.
784
+ */
785
+ export declare interface BrowserPermissionDeniedProps {
786
+ /**
787
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
788
+ */
789
+ onTroubleshootingClick?: () => void;
790
+ /**
791
+ * Action to be taken by the try again primary button.
792
+ */
793
+ onTryAgainClick?: () => void;
794
+ /**
795
+ * Localization strings for BrowserPermissionDenied component.
796
+ */
797
+ strings?: BrowserPermissionDeniedStrings;
798
+ /**
799
+ * Allows users to pass in an object contains custom CSS styles.
800
+ * @Example
801
+ * ```
802
+ * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
803
+ * ```
804
+ */
805
+ styles?: BrowserPermissionDeniedStyles;
806
+ }
807
+
808
+ /**
809
+ * @beta
810
+ * Strings for BrowserPermissionDenied component
811
+ */
812
+ export declare interface BrowserPermissionDeniedStrings {
813
+ /**
814
+ * Main button text string.
815
+ */
816
+ primaryButtonText: string;
817
+ /**
818
+ * Main text string.
819
+ */
820
+ primaryText: string;
821
+ /**
822
+ * Subtext string.
823
+ */
824
+ secondaryText: string;
825
+ /**
826
+ * More help link string.
827
+ */
828
+ linkText: string;
829
+ }
830
+
831
+ /**
832
+ * Fluent styles for {@link BrowserPermissionDenied}.
833
+ *
834
+ * @beta
835
+ */
836
+ export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
837
+ /** Styles for the primary button. */
838
+ primaryButton?: IButtonStyles;
839
+ /** Styles for the help troubleshooting link text. */
840
+ troubleshootingLink?: ILinkStyles;
841
+ }
842
+
504
843
  /**
505
844
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
506
845
  *
@@ -795,6 +1134,10 @@ export declare interface CallAdapterCallOperations {
795
1134
  * @public
796
1135
  */
797
1136
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1137
+ /**
1138
+ * Continues into a call when the browser version is not supported.
1139
+ */
1140
+ allowUnsupportedBrowserVersion(): void;
798
1141
  /**
799
1142
  * Function to Start captions
800
1143
  * @param options - options for start captions
@@ -1100,7 +1443,7 @@ export declare interface CallAdapterDeviceManagement {
1100
1443
  *
1101
1444
  * @public
1102
1445
  */
1103
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
1446
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
1104
1447
 
1105
1448
  /**
1106
1449
  * {@link CommonCallAdapter} state.
@@ -1323,6 +1666,7 @@ export declare interface CallAdapterSubscribers {
1323
1666
  export declare type CallAdapterUiState = {
1324
1667
  isLocalPreviewMicrophoneEnabled: boolean;
1325
1668
  page: CallCompositePage;
1669
+ unsupportedBrowserVersionsAllowed?: boolean;
1326
1670
  };
1327
1671
 
1328
1672
  /**
@@ -1366,7 +1710,7 @@ export declare interface CallAgentState {
1366
1710
  */
1367
1711
  export declare interface CallAndChatLocator {
1368
1712
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1369
- callLocator: GroupCallLocator;
1713
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
1370
1714
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1371
1715
  chatThreadId: string;
1372
1716
  }
@@ -1636,6 +1980,56 @@ export declare type CallCompositeOptions = {
1636
1980
  * @defaultValue true
1637
1981
  */
1638
1982
  callControls?: boolean | CallControlOptions;
1983
+ /**
1984
+ * Device permissions check options for your call.
1985
+ * Here you can choose what device permissions you prompt the user for,
1986
+ * as well as what device permissions must be accepted before starting a call.
1987
+ */
1988
+ deviceChecks?: DeviceCheckOptions;
1989
+ /**
1990
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1991
+ * unable to grant your site the required permissions for the call.
1992
+ *
1993
+ * @example
1994
+ * ```ts
1995
+ * onPermissionsTroubleshootingClick: () =>
1996
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1997
+ * ```
1998
+ *
1999
+ * @remarks
2000
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
2001
+ */
2002
+ onPermissionsTroubleshootingClick?: (permissionsState: {
2003
+ camera: PermissionState;
2004
+ microphone: PermissionState;
2005
+ }) => void;
2006
+ /**
2007
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
2008
+ * having network issues when connecting to the call.
2009
+ *
2010
+ * @example
2011
+ * ```ts
2012
+ * onNetworkingTroubleShootingClick?: () =>
2013
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
2014
+ * ```
2015
+ *
2016
+ * @remarks
2017
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
2018
+ */
2019
+ onNetworkingTroubleShootingClick?: () => void;
2020
+ /**
2021
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
2022
+ *
2023
+ * @example
2024
+ * ```ts
2025
+ * onBrowserTroubleShootingClick?: () =>
2026
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
2027
+ * ```
2028
+ *
2029
+ * @remarks
2030
+ * if this is not supplied, the composite will not show a unsupported browser page.
2031
+ */
2032
+ onEnvironmentInfoTroubleshootingClick?: () => void;
1639
2033
  /**
1640
2034
  * Remote participant video tile menu options
1641
2035
  */
@@ -1776,7 +2170,7 @@ export declare type CallCompositeOptions = {
1776
2170
  *
1777
2171
  * @public
1778
2172
  */
1779
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
2173
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
1780
2174
 
1781
2175
  /**
1782
2176
  * Props for {@link CallComposite}.
@@ -2890,7 +3284,7 @@ export declare type CallErrors = {
2890
3284
  *
2891
3285
  * @public
2892
3286
  */
2893
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'DeviceManager.startPreheatDevices' | 'DeviceManager.stopPreheatDevices' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'CallAgent.handlePushNotification' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
3287
+ 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' | /* @conditional-compile-remove(calling-beta-sdk) */ '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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
2894
3288
 
2895
3289
  /**
2896
3290
  * Represents the name of the call feature stream
@@ -2981,7 +3375,7 @@ export declare type CallingHandlersOptions = {
2981
3375
  *
2982
3376
  * @public
2983
3377
  */
2984
- export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends ((state: CallClientState, props: any) => any) ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
3378
+ export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
2985
3379
 
2986
3380
  /**
2987
3381
  * @public
@@ -3061,6 +3455,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
3061
3455
  mediaAccess?: MediaAccess;
3062
3456
  };
3063
3457
 
3458
+ /**
3459
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
3460
+ *
3461
+ * @remarks
3462
+ * This is currently in beta and only supports calling one Teams User.
3463
+ *
3464
+ * @example
3465
+ * ```
3466
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
3467
+ * ```
3468
+ *
3469
+ * @beta
3470
+ */
3471
+ export declare type CallParticipantsLocator = {
3472
+ participantIds: string[];
3473
+ };
3474
+
3064
3475
  /**
3065
3476
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
3066
3477
  *
@@ -3165,6 +3576,10 @@ export declare interface CallState {
3165
3576
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
3166
3577
  */
3167
3578
  recording: RecordingCallFeature;
3579
+ /**
3580
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
3581
+ */
3582
+ localRecording: LocalRecordingCallFeatureState;
3168
3583
  /**
3169
3584
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
3170
3585
  *
@@ -3225,6 +3640,10 @@ export declare interface CallState {
3225
3640
  * Proxy of {@link @azure/communication-calling#Call.role}.
3226
3641
  */
3227
3642
  role?: ParticipantRole;
3643
+ /**
3644
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3645
+ */
3646
+ totalParticipantCount?: number;
3228
3647
  /**
3229
3648
  * Transfer state of call
3230
3649
  */
@@ -3244,7 +3663,7 @@ export declare interface CallState {
3244
3663
  /**
3245
3664
  * Proxy of {@link @azure/communication-calling#Call.info}.
3246
3665
  */
3247
- info?: TeamsCallInfo;
3666
+ info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
3248
3667
  /**
3249
3668
  * Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
3250
3669
  */
@@ -3381,7 +3800,7 @@ export declare interface CallWithChatAdapterManagement {
3381
3800
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
3382
3801
  * @public
3383
3802
  */
3384
- startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
3803
+ startCall(participants: (MicrosoftTeamsAppIdentifier | PhoneNumberIdentifier | CommunicationUserIdentifier | MicrosoftTeamsUserIdentifier | /* @conditional-compile-remove(calling-beta-sdk) */ TeamsExtensionUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
3385
3804
  /**
3386
3805
  * Start sharing the screen during a call.
3387
3806
  *
@@ -3586,7 +4005,19 @@ export declare interface CallWithChatAdapterManagement {
3586
4005
  *
3587
4006
  * @public
3588
4007
  */
3589
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
4008
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
4009
+ /**
4010
+ * Upload an inline image for a message.
4011
+ *
4012
+ * @beta
4013
+ */
4014
+ uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
4015
+ /**
4016
+ * Delete an inline image for a message.
4017
+ *
4018
+ * @beta
4019
+ */
4020
+ deleteImage(imageId: string): Promise<void>;
3590
4021
  /**
3591
4022
  * Send a read receipt for a message.
3592
4023
  *
@@ -3604,7 +4035,7 @@ export declare interface CallWithChatAdapterManagement {
3604
4035
  *
3605
4036
  * @public
3606
4037
  */
3607
- updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
4038
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3608
4039
  /**
3609
4040
  * Delete a message in the thread.
3610
4041
  *
@@ -3649,6 +4080,10 @@ export declare interface CallWithChatAdapterManagement {
3649
4080
  * @public
3650
4081
  */
3651
4082
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4083
+ /**
4084
+ * Continues into a call when the browser version is not supported.
4085
+ */
4086
+ allowUnsupportedBrowserVersion(): void;
3652
4087
  /**
3653
4088
  * Function to Start captions
3654
4089
  * @param options - options for start captions
@@ -3848,6 +4283,14 @@ export declare interface CallWithChatAdapterUiState {
3848
4283
  * @public
3849
4284
  */
3850
4285
  page: CallCompositePage;
4286
+ /**
4287
+ * State to track whether the end user has opted in to using a
4288
+ * out of date version of a supported browser. Allows the user
4289
+ * to start a call in this state.
4290
+ *
4291
+ * @beta
4292
+ */
4293
+ unsupportedBrowserVersionsAllowed?: boolean;
3851
4294
  }
3852
4295
 
3853
4296
  /**
@@ -4051,6 +4494,62 @@ export declare type CallWithChatCompositeOptions = {
4051
4494
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
4052
4495
  */
4053
4496
  callControls?: boolean | CallWithChatControlOptions;
4497
+ /**
4498
+ * Properties for configuring the File Sharing feature.
4499
+ * If undefined, file sharing feature will be disabled.
4500
+ * @beta
4501
+ */
4502
+ attachmentOptions?: AttachmentOptions;
4503
+ /**
4504
+ * Device permissions check options for your call.
4505
+ * Here you can choose what device permissions you prompt the user for,
4506
+ * as well as what device permissions must be accepted before starting a call.
4507
+ */
4508
+ deviceChecks?: DeviceCheckOptions;
4509
+ /**
4510
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
4511
+ * unable to grant your site the required permissions for the call.
4512
+ *
4513
+ * @example
4514
+ * ```ts
4515
+ * onPermissionsTroubleshootingClick: () =>
4516
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
4517
+ * ```
4518
+ *
4519
+ * @remarks
4520
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
4521
+ */
4522
+ onPermissionsTroubleshootingClick?: (permissionsState: {
4523
+ camera: PermissionState;
4524
+ microphone: PermissionState;
4525
+ }) => void;
4526
+ /**
4527
+ * Optional callback to supply users with further troubleshooting steps for network issues
4528
+ * experienced when connecting to a call.
4529
+ *
4530
+ * @example
4531
+ * ```ts
4532
+ * onNetworkingTroubleShootingClick?: () =>
4533
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
4534
+ * ```
4535
+ *
4536
+ * @remarks
4537
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
4538
+ */
4539
+ onNetworkingTroubleShootingClick?: () => void;
4540
+ /**
4541
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
4542
+ *
4543
+ * @example
4544
+ * ```ts
4545
+ * onBrowserTroubleShootingClick?: () =>
4546
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
4547
+ * ```
4548
+ *
4549
+ * @remarks
4550
+ * if this is not supplied, the composite will not show a unsupported browser page.
4551
+ */
4552
+ onEnvironmentInfoTroubleshootingClick?: () => void;
4054
4553
  /**
4055
4554
  * Remote participant video tile menu options
4056
4555
  */
@@ -4157,6 +4656,13 @@ export declare type CallWithChatCompositeOptions = {
4157
4656
  */
4158
4657
  hideSpotlightButtons?: boolean;
4159
4658
  };
4659
+ /**
4660
+ * Enables rich text editor for the send and edit boxes
4661
+ * @defaultValue `false`
4662
+ *
4663
+ * @beta
4664
+ */
4665
+ richTextEditor?: boolean;
4160
4666
  /**
4161
4667
  * Options for settings related to joining a call.
4162
4668
  */
@@ -4413,11 +4919,40 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4413
4919
  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';
4414
4920
 
4415
4921
  /**
4416
- * A button to turn camera on / off.
4417
- *
4418
- * Can be used with {@link ControlBar}.
4922
+ * @beta
4419
4923
  *
4420
- * @public
4924
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4925
+ * by their browsers settings.
4926
+ */
4927
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4928
+
4929
+ /**
4930
+ * @beta
4931
+ * Props for CameraAndMicrophoneSitePermissions component.
4932
+ */
4933
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4934
+ /** Icon name for the camera icon */
4935
+ cameraIconName?: string;
4936
+ /** Icon name for the microphone icon */
4937
+ microphoneIconName?: string;
4938
+ /** Icon name for the central icon between the camera and microphone icons */
4939
+ connectorIconName?: string;
4940
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4941
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
4942
+ }
4943
+
4944
+ /**
4945
+ * @beta
4946
+ * Strings for CameraAndMicrophoneSitePermissions component.
4947
+ */
4948
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4949
+
4950
+ /**
4951
+ * A button to turn camera on / off.
4952
+ *
4953
+ * Can be used with {@link ControlBar}.
4954
+ *
4955
+ * @public
4421
4956
  */
4422
4957
  export declare const CameraButton: (props: CameraButtonProps) => JSX.Element;
4423
4958
 
@@ -4572,6 +5107,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
4572
5107
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
4573
5108
  }
4574
5109
 
5110
+ /**
5111
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
5112
+ * by their browsers settings.
5113
+ *
5114
+ * @beta
5115
+ */
5116
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
5117
+
5118
+ /**
5119
+ * @beta
5120
+ * Props for CameraSitePermissions component.
5121
+ */
5122
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
5123
+ /** Icon name for the camera icon */
5124
+ cameraIconName?: string;
5125
+ /** Strings for use with the {@link CameraSitePermissions} */
5126
+ strings?: CameraSitePermissionsStrings;
5127
+ }
5128
+
5129
+ /**
5130
+ * @beta
5131
+ * Strings for CameraSitePermissions component.
5132
+ */
5133
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
5134
+
4575
5135
  /**
4576
5136
  * @public
4577
5137
  * Callback function run when a message edit is cancelled.
@@ -5203,7 +5763,15 @@ export declare interface ChatAdapterThreadManagement {
5203
5763
  * Send a message in the thread.
5204
5764
  * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
5205
5765
  */
5206
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
5766
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
5767
+ /**
5768
+ * Upload an inline image for a message.
5769
+ */
5770
+ uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
5771
+ /**
5772
+ * Delete an inline image for a message.
5773
+ */
5774
+ deleteImage(imageId: string): Promise<void>;
5207
5775
  /**
5208
5776
  * Send a read receipt for a message.
5209
5777
  */
@@ -5224,7 +5792,7 @@ export declare interface ChatAdapterThreadManagement {
5224
5792
  * Update a message content.
5225
5793
  * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
5226
5794
  */
5227
- updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
5795
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
5228
5796
  /**
5229
5797
  * Delete a message in the thread.
5230
5798
  */
@@ -5362,6 +5930,7 @@ export declare type ChatCompositeIcons = {
5362
5930
  ParticipantItemOptionsHovered?: JSX.Element;
5363
5931
  SendBoxSend?: JSX.Element;
5364
5932
  SendBoxSendHovered?: JSX.Element;
5933
+ SendBoxAttachFile?: JSX.Element;
5365
5934
  };
5366
5935
 
5367
5936
  /**
@@ -5409,6 +5978,13 @@ export declare type ChatCompositeOptions = {
5409
5978
  * @defaultValue true
5410
5979
  */
5411
5980
  errorBar?: boolean;
5981
+ /**
5982
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
5983
+ * @defaultValue false
5984
+ *
5985
+ * @beta
5986
+ */
5987
+ participantPane?: boolean;
5412
5988
  /**
5413
5989
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
5414
5990
  * @defaultValue true
@@ -5419,6 +5995,19 @@ export declare type ChatCompositeOptions = {
5419
5995
  * When undefined nothing has focus on render
5420
5996
  */
5421
5997
  autoFocus?: 'sendBoxTextField';
5998
+ /**
5999
+ * Properties for configuring the File Sharing feature.
6000
+ * If undefined, file sharing feature will be disabled.
6001
+ * @beta
6002
+ */
6003
+ attachmentOptions?: AttachmentOptions;
6004
+ /**
6005
+ * Enables rich text editor for the send and edit boxes
6006
+ * @defaultValue `false`
6007
+ *
6008
+ * @beta
6009
+ */
6010
+ richTextEditor?: boolean;
5422
6011
  };
5423
6012
 
5424
6013
  /**
@@ -5446,6 +6035,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
5446
6035
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
5447
6036
  */
5448
6037
  options?: ChatCompositeOptions;
6038
+ /**
6039
+ * Optimizes the composite form factor for either desktop or mobile.
6040
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
6041
+ * @defaultValue 'desktop'
6042
+ */
6043
+ formFactor?: 'desktop' | 'mobile';
5449
6044
  }
5450
6045
 
5451
6046
  /**
@@ -5460,6 +6055,26 @@ export declare interface ChatCompositeStrings {
5460
6055
  * Chat list header text
5461
6056
  */
5462
6057
  chatListHeader: string;
6058
+ /**
6059
+ * Upload Attachment Button text
6060
+ */
6061
+ uploadAttachment: string;
6062
+ /**
6063
+ * Error Message for image data is not provided for image upload
6064
+ */
6065
+ uploadImageDataNotProvided: string;
6066
+ /**
6067
+ * Error Message for upload image is too large
6068
+ */
6069
+ uploadImageIsTooLarge: string;
6070
+ /**
6071
+ * Error Message for unsupported image extension for image upload
6072
+ */
6073
+ uploadImageExtensionIsNotAllowed: string;
6074
+ /**
6075
+ * Error Message for unable to upload image
6076
+ */
6077
+ uploadImageFailed: string;
5463
6078
  }
5464
6079
 
5465
6080
  /**
@@ -5508,7 +6123,7 @@ export declare type ChatErrors = {
5508
6123
  *
5509
6124
  * @public
5510
6125
  */
5511
- export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateTopic';
6126
+ 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' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
5512
6127
 
5513
6128
  /**
5514
6129
  * Object containing all the handlers required for chat components.
@@ -5519,13 +6134,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
5519
6134
  * @public
5520
6135
  */
5521
6136
  export declare type ChatHandlers = {
5522
- onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
6137
+ onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
6138
+ onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
6139
+ onDeleteImage: (imageId: string) => Promise<void>;
5523
6140
  onMessageSeen: (chatMessageId: string) => Promise<void>;
5524
6141
  onTyping: () => Promise<void>;
5525
6142
  onRemoveParticipant: (userId: string) => Promise<void>;
5526
6143
  updateThreadTopicName: (topicName: string) => Promise<void>;
5527
6144
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
5528
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
6145
+ onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
5529
6146
  onDeleteMessage: (messageId: string) => Promise<void>;
5530
6147
  };
5531
6148
 
@@ -5568,6 +6185,12 @@ export declare interface ChatMessage extends MessageCommon {
5568
6185
  attachments?: AttachmentMetadata[];
5569
6186
  }
5570
6187
 
6188
+ /**
6189
+ * @beta
6190
+ * Type of the message content, either 'text' or 'html'.
6191
+ */
6192
+ export declare type ChatMessageType = 'text' | 'html';
6193
+
5571
6194
  /**
5572
6195
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
5573
6196
  * client-side only metadata for chat messages.
@@ -5609,7 +6232,7 @@ export declare type ChatProfile = {
5609
6232
  *
5610
6233
  * @public
5611
6234
  */
5612
- export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends ((state: ChatClientState, props: any) => any) ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
6235
+ export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
5613
6236
 
5614
6237
  /**
5615
6238
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
@@ -5686,6 +6309,8 @@ export declare type ChatThreadClientState = {
5686
6309
  */
5687
6310
  export declare type ChatThreadProperties = {
5688
6311
  topic?: string;
6312
+ createdBy?: CommunicationIdentifierKind;
6313
+ messagingPolicy?: MessagingPolicy;
5689
6314
  };
5690
6315
 
5691
6316
  /**
@@ -5957,6 +6582,7 @@ export declare interface CommonCallingHandlers {
5957
6582
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
5958
6583
  onRemoveParticipant(userId: string): Promise<void>;
5959
6584
  onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
6585
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
5960
6586
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
5961
6587
  onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
5962
6588
  onRejectCall: (incomingCallId: string) => Promise<void>;
@@ -6043,6 +6669,39 @@ export declare type CommonProperties<A, B> = {
6043
6669
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
6044
6670
  }[keyof A & keyof B];
6045
6671
 
6672
+ /**
6673
+ * @beta
6674
+ * Props for SitePermissions components.
6675
+ */
6676
+ export declare interface CommonSitePermissionsProps {
6677
+ /**
6678
+ * Name of application calling experience is in.
6679
+ */
6680
+ appName: string;
6681
+ /**
6682
+ * Kind of the Site Permissions component.
6683
+ */
6684
+ kind: 'request' | 'denied' | 'check';
6685
+ /**
6686
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
6687
+ */
6688
+ browserHint?: 'safari' | 'unset';
6689
+ /**
6690
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
6691
+ * If this is not provided the button will not be shown.
6692
+ */
6693
+ onTroubleshootingClick?: () => void;
6694
+ /**
6695
+ * Action that is taken when the user clicks the continue anyway button.
6696
+ * If this is not provided the button will not be shown.
6697
+ */
6698
+ onContinueAnywayClick?: () => void;
6699
+ /**
6700
+ * Styles for SitePermissions component.
6701
+ */
6702
+ styles?: SitePermissionsStyles;
6703
+ }
6704
+
6046
6705
  /**
6047
6706
  * A Chat or Calling participant's state, as reflected in the UI.
6048
6707
  *
@@ -6240,6 +6899,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
6240
6899
  export declare interface ComponentLocale {
6241
6900
  /** Strings for components */
6242
6901
  strings: ComponentStrings;
6902
+ /**
6903
+ * Optional function to provide customized date format.
6904
+ * @beta
6905
+ */
6906
+ onDisplayDateTimeString?: (messageDate: Date) => string;
6243
6907
  }
6244
6908
 
6245
6909
  /**
@@ -6289,6 +6953,10 @@ export declare interface ComponentStrings {
6289
6953
  typingIndicator: TypingIndicatorStrings;
6290
6954
  /** Strings for SendBox */
6291
6955
  sendBox: SendBoxStrings;
6956
+ /** Strings for RichTextSendBox */
6957
+ richTextSendBox: RichTextSendBoxStrings;
6958
+ /** Strings for MentionPopover */
6959
+ mentionPopover: MentionPopoverStrings;
6292
6960
  /** Strings for ImageOverlay */
6293
6961
  imageOverlay: ImageOverlayStrings;
6294
6962
  /** Strings for MessageStatusIndicator */
@@ -6305,10 +6973,46 @@ export declare interface ComponentStrings {
6305
6973
  videoTile: VideoTileStrings;
6306
6974
  /** Strings for HoldButton */
6307
6975
  holdButton: HoldButtonStrings;
6976
+ /** Strings for a site's permission request prompt */
6977
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
6978
+ /** Strings for a site's permission request prompt */
6979
+ CameraSitePermissionsRequest: SitePermissionsStrings;
6980
+ /** Strings for a site's permission request prompt */
6981
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
6982
+ /** Strings for a site's permission generic checking prompt */
6983
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
6984
+ /** Strings for a site's permission generic checking prompt */
6985
+ CameraSitePermissionsCheck: SitePermissionsStrings;
6986
+ /** Strings for a site's permission generic checking prompt */
6987
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
6988
+ /** Strings for a site's permission denied prompt */
6989
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
6990
+ /** Strings for a site's permission denied prompt for safari browsers*/
6991
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6992
+ /** Strings for a site's permission denied prompt */
6993
+ CameraSitePermissionsDenied: SitePermissionsStrings;
6994
+ /** Strings for a site's permission denied prompt */
6995
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
6996
+ /** Strings for a site's permission denied prompt for safari browsers*/
6997
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
6998
+ /** Strings for a site's permission denied prompt for safari browsers*/
6999
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
7000
+ /** Strings for unsupported browser UI */
7001
+ UnsupportedBrowser: UnsupportedBrowserStrings;
7002
+ /** Strings for unsupported browser version UI */
7003
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
7004
+ /** Strings for unsupported browser version UI */
7005
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
7006
+ /** Strings for BrowserPemissionDenied */
7007
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
7008
+ /** Strings for BrowserPemissionDeniedIOS */
7009
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
6308
7010
  /**
6309
7011
  * Strings for the VerticalGallery.
6310
7012
  */
6311
7013
  verticalGallery: VerticalGalleryStrings;
7014
+ /** Strings for the participant list component */
7015
+ ParticipantList: ParticipantListStrings;
6312
7016
  /** Strings for the MeetingConferencePhoneInfoModal */
6313
7017
  meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
6314
7018
  IncomingCallNotification: IncomingCallNotificationStrings;
@@ -6883,7 +7587,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
6883
7587
  /**
6884
7588
  * @public
6885
7589
  */
6886
- export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
7590
+ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
6887
7591
 
6888
7592
  /**
6889
7593
  * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
@@ -6893,7 +7597,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
6893
7597
  *
6894
7598
  * @public
6895
7599
  */
6896
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
7600
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6897
7601
 
6898
7602
  /**
6899
7603
  * Object returned after creating a local or remote VideoStream.
@@ -7034,6 +7738,12 @@ export declare interface CustomCallControlButtonProps {
7034
7738
  * Optional strings to override in component
7035
7739
  */
7036
7740
  strings?: CustomCallControlButtonStrings;
7741
+ /**
7742
+ * Dismiss the drawer menu when the button is clicked
7743
+ *
7744
+ * @defaultValue true
7745
+ */
7746
+ dismissDrawer?: boolean;
7037
7747
  }
7038
7748
 
7039
7749
  /**
@@ -7128,7 +7838,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
7128
7838
  RaiseHandContextualMenuItem: React_2.JSX.Element;
7129
7839
  LowerHandContextualMenuItem: React_2.JSX.Element;
7130
7840
  ReactionButtonIcon: React_2.JSX.Element;
7841
+ CancelAttachmentUpload: React_2.JSX.Element;
7842
+ DownloadAttachment: React_2.JSX.Element;
7131
7843
  OpenAttachment: React_2.JSX.Element;
7844
+ AttachmentMoreMenu: React_2.JSX.Element;
7845
+ DataLossPreventionProhibited: React_2.JSX.Element;
7132
7846
  EditBoxCancel: React_2.JSX.Element;
7133
7847
  EditBoxSubmit: React_2.JSX.Element;
7134
7848
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -7180,6 +7894,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
7180
7894
  VideoTileMicOff: React_2.JSX.Element;
7181
7895
  VideoTileCameraOff: React_2.JSX.Element;
7182
7896
  DialpadBackspace: React_2.JSX.Element;
7897
+ SitePermissionsSparkle: React_2.JSX.Element;
7898
+ SitePermissionCamera: React_2.JSX.Element;
7899
+ SitePermissionMic: React_2.JSX.Element;
7900
+ SitePermissionCameraDenied: React_2.JSX.Element;
7901
+ SitePermissionMicDenied: React_2.JSX.Element;
7902
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
7903
+ BrowserPermissionDeniedError: React_2.JSX.Element;
7183
7904
  VideoTilePinned: React_2.JSX.Element;
7184
7905
  ParticipantItemPinned: React_2.JSX.Element;
7185
7906
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -7209,6 +7930,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
7209
7930
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
7210
7931
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
7211
7932
  VideoTileSpotlighted: React_2.JSX.Element;
7933
+ RichTextBoldButtonIcon: React_2.JSX.Element;
7934
+ RichTextItalicButtonIcon: React_2.JSX.Element;
7935
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
7936
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
7937
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
7938
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
7939
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
7940
+ RichTextDividerIcon: React_2.JSX.Element;
7941
+ RichTextEditorButtonIcon: React_2.JSX.Element;
7942
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
7943
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
7944
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
7945
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
7946
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
7212
7947
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
7213
7948
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
7214
7949
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
@@ -7237,6 +7972,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7237
7972
  ParticipantItemOptionsHovered: JSX.Element;
7238
7973
  SendBoxSend: JSX.Element;
7239
7974
  SendBoxSendHovered: JSX.Element;
7975
+ SendBoxAttachFile?: JSX.Element | undefined;
7240
7976
  ControlBarPeopleButton?: JSX.Element | undefined;
7241
7977
  ControlButtonCameraOff: JSX.Element;
7242
7978
  ControlButtonCameraOn: JSX.Element;
@@ -7327,10 +8063,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7327
8063
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
7328
8064
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
7329
8065
  MoreDrawerSpeakers?: JSX.Element | undefined;
7330
- SendBoxAttachFile?: JSX.Element | undefined;
7331
8066
  ChatMessageOptions: React_2.JSX.Element;
7332
8067
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
8068
+ CancelAttachmentUpload: React_2.JSX.Element;
8069
+ DownloadAttachment: React_2.JSX.Element;
7333
8070
  OpenAttachment: React_2.JSX.Element;
8071
+ AttachmentMoreMenu: React_2.JSX.Element;
8072
+ DataLossPreventionProhibited: React_2.JSX.Element;
7334
8073
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
7335
8074
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
7336
8075
  ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
@@ -7350,6 +8089,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7350
8089
  ResumeCall: React_2.JSX.Element;
7351
8090
  VideoTileCameraOff: React_2.JSX.Element;
7352
8091
  DialpadBackspace: React_2.JSX.Element;
8092
+ SitePermissionsSparkle: React_2.JSX.Element;
8093
+ SitePermissionCamera: React_2.JSX.Element;
8094
+ SitePermissionMic: React_2.JSX.Element;
8095
+ SitePermissionCameraDenied: React_2.JSX.Element;
8096
+ SitePermissionMicDenied: React_2.JSX.Element;
8097
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
8098
+ BrowserPermissionDeniedError: React_2.JSX.Element;
7353
8099
  VideoTilePinned: React_2.JSX.Element;
7354
8100
  ParticipantItemPinned: React_2.JSX.Element;
7355
8101
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -7366,7 +8112,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7366
8112
  ControlButtonVideoEffectsOption: React_2.JSX.Element;
7367
8113
  ConfigurationScreenVideoEffectsButton: React_2.JSX.Element;
7368
8114
  CaptionsIcon: React_2.JSX.Element;
7369
- CaptionsOffIcon: React_2.JSX.Element;
8115
+ CaptionsOffIcon: React_2.JSX.Element; /**
8116
+ * Icons that can be overridden in one of the composites exported by this library.
8117
+ *
8118
+ * See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.
8119
+ *
8120
+ * @public
8121
+ */
7370
8122
  CaptionsSettingsIcon: React_2.JSX.Element;
7371
8123
  ChangeSpokenLanguageIcon: React_2.JSX.Element;
7372
8124
  ChangeCaptionLanguageIcon: React_2.JSX.Element;
@@ -7379,6 +8131,20 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7379
8131
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
7380
8132
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
7381
8133
  VideoTileSpotlighted: React_2.JSX.Element;
8134
+ RichTextBoldButtonIcon: React_2.JSX.Element;
8135
+ RichTextItalicButtonIcon: React_2.JSX.Element;
8136
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
8137
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
8138
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
8139
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
8140
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
8141
+ RichTextDividerIcon: React_2.JSX.Element;
8142
+ RichTextEditorButtonIcon: React_2.JSX.Element;
8143
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
8144
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
8145
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
8146
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
8147
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
7382
8148
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
7383
8149
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
7384
8150
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
@@ -7389,6 +8155,36 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
7389
8155
  MinimizeIcon: React_2.JSX.Element;
7390
8156
  };
7391
8157
 
8158
+ /**
8159
+ * @beta
8160
+ *
8161
+ * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
8162
+ */
8163
+ export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
8164
+
8165
+ /**
8166
+ * Device Checks.
8167
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
8168
+ *
8169
+ * @beta
8170
+ */
8171
+ export declare interface DeviceCheckOptions {
8172
+ /**
8173
+ * Camera Permission prompts for your call.
8174
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
8175
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8176
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8177
+ */
8178
+ camera: 'required' | 'optional' | 'doNotPrompt';
8179
+ /**
8180
+ * Microphone permission prompts for your call.
8181
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
8182
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8183
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8184
+ */
8185
+ microphone: 'required' | 'optional' | 'doNotPrompt';
8186
+ }
8187
+
7392
8188
  /**
7393
8189
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
7394
8190
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -8066,7 +8862,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
8066
8862
  *
8067
8863
  * @public
8068
8864
  */
8069
- 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;
8865
+ 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;
8070
8866
 
8071
8867
  /**
8072
8868
  * Get the selector for a specified component.
@@ -8252,6 +9048,10 @@ export declare interface _Identifiers {
8252
9048
  verticalGalleryVideoTile: string;
8253
9049
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
8254
9050
  verticalGalleryPageCounter: string;
9051
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
9052
+ mentionSuggestionList: string;
9053
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
9054
+ mentionSuggestionItem: string;
8255
9055
  }
8256
9056
 
8257
9057
  /**
@@ -8317,6 +9117,13 @@ export declare interface ImageOverlayStrings {
8317
9117
  overlayVisibleMessage: string;
8318
9118
  }
8319
9119
 
9120
+ /**
9121
+ * Preset dark theme for the ImageOverlay component.
9122
+ *
9123
+ * @public
9124
+ */
9125
+ export declare const imageOverlayTheme: PartialTheme;
9126
+
8320
9127
  /**
8321
9128
  * @public
8322
9129
  * This contains a readonly array that returns all the active `incomingCalls`.
@@ -8770,6 +9577,28 @@ export declare type LocalizationProviderProps = {
8770
9577
  children: React_2.ReactNode;
8771
9578
  };
8772
9579
 
9580
+ /**
9581
+ * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
9582
+ * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
9583
+ *
9584
+ * @beta
9585
+ */
9586
+ export declare interface LocalRecordingCallFeatureState {
9587
+ /**
9588
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
9589
+ */
9590
+ isLocalRecordingActive: boolean;
9591
+ /**
9592
+ * Contains list of information of started recordings
9593
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
9594
+ */
9595
+ activeLocalRecordings?: LocalRecordingInfo[];
9596
+ /**
9597
+ * Contains list of information of stopped recordings
9598
+ */
9599
+ lastStoppedLocalRecording?: LocalRecordingInfo[];
9600
+ }
9601
+
8773
9602
  /**
8774
9603
  * @public
8775
9604
  */
@@ -8944,6 +9773,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8944
9773
  meetingConferencePhoneInfoModalNoPhoneAvailable: string;
8945
9774
  }
8946
9775
 
9776
+ /**
9777
+ * Mention's state, as reflected in the UI.
9778
+ *
9779
+ * @beta
9780
+ */
9781
+ export declare interface Mention {
9782
+ /** ID of a mention */
9783
+ id: string;
9784
+ /** Display text of a mention */
9785
+ displayText: string;
9786
+ /** Optional React element to render an item icon of a mention suggestion */
9787
+ icon?: JSX.Element;
9788
+ }
9789
+
9790
+ /**
9791
+ * Options to display suggestions in the mention scenario.
9792
+ *
9793
+ * @beta
9794
+ */
9795
+ export declare interface MentionDisplayOptions {
9796
+ /**
9797
+ * Optional callback for customizing the mention renderer in a message thread.
9798
+ */
9799
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
9800
+ }
9801
+
9802
+ /**
9803
+ * Options to lookup suggestions in the mention scenario.
9804
+ *
9805
+ * @beta
9806
+ */
9807
+ export declare interface MentionLookupOptions {
9808
+ /**
9809
+ * Optional string to set trigger keyword for mention a specific participant.
9810
+ *
9811
+ * @defaultValue `@`
9812
+ */
9813
+ trigger?: string;
9814
+ /**
9815
+ * Optional callback to fetch a list of mention suggestions base on the query.
9816
+ */
9817
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
9818
+ /**
9819
+ * Optional callback to render an item of the mention suggestions list.
9820
+ */
9821
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
9822
+ }
9823
+
9824
+ /**
9825
+ * Options to lookup suggestions and display mentions in the mention scenario.
9826
+ *
9827
+ * @beta
9828
+ */
9829
+ export declare type MentionOptions = {
9830
+ lookupOptions?: MentionLookupOptions;
9831
+ displayOptions?: MentionDisplayOptions;
9832
+ };
9833
+
9834
+ /**
9835
+ * Strings of {@link _MentionPopover} that can be overridden.
9836
+ *
9837
+ * @beta
9838
+ */
9839
+ export declare interface MentionPopoverStrings {
9840
+ /**
9841
+ * Header text for MentionPopover
9842
+ */
9843
+ mentionPopoverHeader: string;
9844
+ }
9845
+
8947
9846
  /**
8948
9847
  * Discriminated union of all messages.
8949
9848
  *
@@ -8951,7 +9850,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8951
9850
  *
8952
9851
  * @public
8953
9852
  */
8954
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
9853
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
8955
9854
 
8956
9855
  /**
8957
9856
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -8993,6 +9892,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
8993
9892
  */
8994
9893
  export declare type MessageEditedListener = MessageReceivedListener;
8995
9894
 
9895
+ /**
9896
+ * @beta
9897
+ * Message option that defines properties that can be set when
9898
+ * sending or updating a chat message.
9899
+ * @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
9900
+ * @property attachments - Attachments that contains file attachments attached to the message.
9901
+ * @property type - Type of the message content, either 'text' or 'html'.
9902
+ */
9903
+ export declare type MessageOptions = {
9904
+ metadata?: Record<string, string>;
9905
+ attachments?: AttachmentMetadata[];
9906
+ type?: ChatMessageType;
9907
+ };
9908
+
8996
9909
  /**
8997
9910
  * Props to render a single message.
8998
9911
  *
@@ -9008,7 +9921,7 @@ export declare type MessageProps = {
9008
9921
  /**
9009
9922
  * Strings from parent MessageThread component
9010
9923
  */
9011
- strings: MessageThreadStrings;
9924
+ strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
9012
9925
  /**
9013
9926
  * Custom CSS styles for chat message container.
9014
9927
  */
@@ -9054,7 +9967,7 @@ export declare type MessageProps = {
9054
9967
  * @param options - message options to be included in the message
9055
9968
  *
9056
9969
  */
9057
- onSendMessage?: (content: string) => Promise<void>;
9970
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
9058
9971
  };
9059
9972
 
9060
9973
  /**
@@ -9186,7 +10099,7 @@ export declare type MessageThreadProps = {
9186
10099
  /**
9187
10100
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
9188
10101
  */
9189
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
10102
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
9190
10103
  /**
9191
10104
  * number of participants in the thread
9192
10105
  */
@@ -9267,6 +10180,11 @@ export declare type MessageThreadProps = {
9267
10180
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
9268
10181
  */
9269
10182
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
10183
+ /**
10184
+ * Optional callback to render attachments in the message component.
10185
+ * @beta
10186
+ */
10187
+ onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
9270
10188
  /**
9271
10189
  * Optional callback to edit a message.
9272
10190
  *
@@ -9295,7 +10213,7 @@ export declare type MessageThreadProps = {
9295
10213
  * @param options - message options to be included in the message
9296
10214
  *
9297
10215
  */
9298
- onSendMessage?: (content: string) => Promise<void>;
10216
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
9299
10217
  /**
9300
10218
  /**
9301
10219
  * Disable editing messages.
@@ -9309,11 +10227,32 @@ export declare type MessageThreadProps = {
9309
10227
  * Optional strings to override in component
9310
10228
  */
9311
10229
  strings?: Partial<MessageThreadStrings>;
10230
+ /**
10231
+ * @beta
10232
+ * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
10233
+ * As this moment, the uploadOptions would be ignored and this option is intended for download only.
10234
+ */
10235
+ attachmentOptions?: AttachmentOptions;
10236
+ /**
10237
+ * Optional function to provide customized date format.
10238
+ * @beta
10239
+ */
10240
+ onDisplayDateTimeString?: (messageDate: Date) => string;
10241
+ /**
10242
+ * Optional props needed to lookup a mention query and display mentions
10243
+ * @beta
10244
+ */
10245
+ mentionOptions?: MentionOptions;
9312
10246
  /**
9313
10247
  * Optional callback called when an inline image is clicked.
9314
10248
  * @beta
9315
10249
  */
9316
10250
  inlineImageOptions?: InlineImageOptions;
10251
+ /**
10252
+ * Options to enable rich text editor for the edit box.
10253
+ * @beta
10254
+ */
10255
+ richTextEditorOptions?: RichTextEditBoxOptions;
9317
10256
  };
9318
10257
 
9319
10258
  /**
@@ -9391,10 +10330,20 @@ export declare interface MessageThreadStrings {
9391
10330
  actionMenuMoreOptions?: string;
9392
10331
  /** Aria label to announce when a message is deleted */
9393
10332
  messageDeletedAnnouncementAriaLabel: string;
10333
+ /** String for download attachment button in attachment card */
10334
+ downloadAttachment: string;
9394
10335
  /** String for open attachment button in attachment card */
9395
10336
  openAttachment: string;
10337
+ /** String for policy violation message removal */
10338
+ blockedWarningText: string;
10339
+ /** String for policy violation message removal details link */
10340
+ blockedWarningLinkText: string;
9396
10341
  /** String for aria text in attachment card group*/
9397
10342
  attachmentCardGroupMessage: string;
10343
+ /**
10344
+ * Error message indicating that one or more image uploads are not complete.
10345
+ */
10346
+ imageUploadsPendingError: string;
9398
10347
  }
9399
10348
 
9400
10349
  /**
@@ -9422,10 +10371,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
9422
10371
  /** Styles for system message container. */
9423
10372
  systemMessageContainer?: ComponentSlotStyle;
9424
10373
  /** Styles for blocked message container. */
10374
+ blockedMessageContainer?: ComponentSlotStyle;
9425
10375
  /** Styles for message status indicator container. */
9426
10376
  messageStatusContainer?: (mine: boolean) => IStyle;
9427
10377
  }
9428
10378
 
10379
+ /**
10380
+ *
10381
+ * Messaging policy of a chat thread.
10382
+ *
10383
+ * @beta
10384
+ */
10385
+ export declare interface MessagingPolicy {
10386
+ /**
10387
+ * Boolean to track whether or not messages are restricted to only text.
10388
+ * */
10389
+ textOnlyChat?: boolean;
10390
+ }
10391
+
9429
10392
  /**
9430
10393
  * A button to turn microphone on / off.
9431
10394
  *
@@ -9618,6 +10581,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
9618
10581
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
9619
10582
  }
9620
10583
 
10584
+ /**
10585
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
10586
+ * by their browsers settings.
10587
+ *
10588
+ * @beta
10589
+ */
10590
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
10591
+
10592
+ /**
10593
+ * @beta
10594
+ * Props for MicrophoneSitePermissions component.
10595
+ */
10596
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
10597
+ /** Icon name for the microphone icon */
10598
+ microphoneIconName?: string;
10599
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
10600
+ strings?: MicrophoneSitePermissionsStrings;
10601
+ }
10602
+
10603
+ /**
10604
+ * @beta
10605
+ * Strings for MicrophoneSitePermissions component.
10606
+ */
10607
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
10608
+
9621
10609
  /**
9622
10610
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
9623
10611
  *
@@ -10399,6 +11387,10 @@ export declare type ParticipantListProps = {
10399
11387
  styles?: ParticipantListStyles;
10400
11388
  /** Optional value to determine if the tooltip should be shown for participants or not */
10401
11389
  showParticipantOverflowTooltip?: boolean;
11390
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
11391
+ totalParticipantCount?: number;
11392
+ /** Strings for the participant list */
11393
+ strings?: ParticipantListStrings;
10402
11394
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
10403
11395
  participantAriaLabelledBy?: string;
10404
11396
  /** List of pinned participants */
@@ -10413,8 +11405,21 @@ export declare type ParticipantListProps = {
10413
11405
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
10414
11406
  participants: CallParticipantListParticipant[];
10415
11407
  myUserId: string;
11408
+ totalParticipantCount?: number;
10416
11409
  };
10417
11410
 
11411
+ /**
11412
+ * Strings for the {@link ParticipantList}.
11413
+ *
11414
+ * @beta
11415
+ */
11416
+ export declare interface ParticipantListStrings {
11417
+ /**
11418
+ * String for rendering the count of participants not contained in the displayed participant list
11419
+ */
11420
+ overflowParticipantCount?: string;
11421
+ }
11422
+
10418
11423
  /**
10419
11424
  * Styles for the {@link ParticipantList}.
10420
11425
  *
@@ -11106,8 +12111,35 @@ export declare interface RecordingCallFeature {
11106
12111
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
11107
12112
  */
11108
12113
  isRecordingActive: boolean;
12114
+ /**
12115
+ * Contains list of information of started recordings
12116
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
12117
+ */
12118
+ activeRecordings?: RecordingInfo[];
12119
+ /**
12120
+ * Contains list of information of stopped recordings
12121
+ */
12122
+ lastStoppedRecording?: RecordingInfo[];
11109
12123
  }
11110
12124
 
12125
+ /**
12126
+ * State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
12127
+ *
12128
+ * @beta
12129
+ */
12130
+ export declare type RemoteDiagnosticState = {
12131
+ readonly diagnostic: RemoteDiagnosticType;
12132
+ readonly value: DiagnosticQuality | DiagnosticFlag;
12133
+ readonly valueType: DiagnosticValueType;
12134
+ };
12135
+
12136
+ /**
12137
+ * All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
12138
+ *
12139
+ * @beta
12140
+ */
12141
+ export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
12142
+
11111
12143
  /**
11112
12144
  * State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
11113
12145
  * automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
@@ -11175,6 +12207,10 @@ export declare interface RemoteParticipantState {
11175
12207
  * Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
11176
12208
  */
11177
12209
  mediaAccess?: MediaAccessState;
12210
+ /**
12211
+ * The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
12212
+ */
12213
+ diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
11178
12214
  }
11179
12215
 
11180
12216
  /**
@@ -11248,6 +12284,256 @@ export declare type ResourceFetchResult = {
11248
12284
  error?: Error;
11249
12285
  };
11250
12286
 
12287
+ /**
12288
+ * Options for the rich text editor edit box configuration.
12289
+ *
12290
+ * @beta
12291
+ */
12292
+ export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
12293
+ /**
12294
+ * Optional callback to handle an inline image that's inserted in the rich text editor.
12295
+ * When not provided, pasting images into rich text editor will be disabled.
12296
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12297
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12298
+ * @param messageId - the id of the message that the inlineImage belongs to.
12299
+ */
12300
+ onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12301
+ /**
12302
+ * Optional callback invoked after inline image is removed from the UI.
12303
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12304
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12305
+ * Note that if the src attribute is a local blob url, it has been revoked at this point.
12306
+ * @param messageId - the id of the message that the inlineImage belongs to.
12307
+ */
12308
+ onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12309
+ /**
12310
+ * Optional Record of type {@link AttachmentMetadataInProgress}
12311
+ * to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
12312
+ * - there is an error provided in the messagesInlineImagesWithProgress
12313
+ * - progress is less than 1 when the send button is clicked
12314
+ * - content html string is longer than the max allowed length.
12315
+ * (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
12316
+ * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12317
+ */
12318
+ messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
12319
+ }
12320
+
12321
+ /**
12322
+ * Options for the rich text editor configuration.
12323
+ *
12324
+ * @beta
12325
+ */
12326
+ export declare interface RichTextEditorOptions {
12327
+ /**
12328
+ * Optional callback to handle paste event.
12329
+ */
12330
+ onPaste?: (event: {
12331
+ content: DocumentFragment;
12332
+ }) => void;
12333
+ }
12334
+
12335
+ /**
12336
+ * A component to render SendBox with Rich Text Editor support.
12337
+ *
12338
+ * @beta
12339
+ */
12340
+ export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
12341
+
12342
+ /**
12343
+ * Props for {@link RichTextSendBox}.
12344
+ *
12345
+ * @beta
12346
+ */
12347
+ export declare interface RichTextSendBoxProps {
12348
+ /**
12349
+ * Optional boolean to disable text box
12350
+ * @defaultValue false
12351
+ */
12352
+ disabled?: boolean;
12353
+ /**
12354
+ * Optional callback to handle paste event.
12355
+ */
12356
+ onPaste?: (event: {
12357
+ content: DocumentFragment;
12358
+ }) => void;
12359
+ /**
12360
+ * Optional strings to override in component
12361
+ */
12362
+ strings?: Partial<RichTextSendBoxStrings>;
12363
+ /**
12364
+ * Optional text for system message above the text box
12365
+ */
12366
+ systemMessage?: string;
12367
+ /**
12368
+ * Optional array of type {@link AttachmentMetadataInProgress}
12369
+ * to render attachments being uploaded in the SendBox.
12370
+ * @beta
12371
+ */
12372
+ attachments?: AttachmentMetadataInProgress[];
12373
+ /**
12374
+ * enumerable to determine if the input box has focus on render or not.
12375
+ * When undefined nothing has focus on render
12376
+ */
12377
+ autoFocus?: 'sendBoxTextField';
12378
+ /**
12379
+ * Optional callback to remove the attachment upload before sending by clicking on
12380
+ * cancel icon.
12381
+ */
12382
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
12383
+ /**
12384
+ * Optional callback invoked after inline image is removed from the UI.
12385
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12386
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12387
+ * Note that if the src attribute is a local blob url, it has been revoked at this point.
12388
+ */
12389
+ onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
12390
+ /**
12391
+ * Callback function used when the send button is clicked.
12392
+ */
12393
+ onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
12394
+ /**
12395
+ * Optional callback called when user is typing
12396
+ */
12397
+ onTyping?: () => Promise<void>;
12398
+ /**
12399
+ * Optional callback to handle an inline image that's inserted in the rich text editor.
12400
+ * When not provided, pasting images into rich text editor will be disabled.
12401
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12402
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12403
+ */
12404
+ onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
12405
+ /**
12406
+ * Optional Array of type {@link AttachmentMetadataInProgress}
12407
+ * to render the errorBar for inline images inserted in the RichTextSendBox when:
12408
+ * - there is an error provided in the inlineImagesWithProgress
12409
+ * - progress is less than 1 when the send button is clicked
12410
+ * - content html string is longer than the max allowed length.
12411
+ * (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
12412
+ * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12413
+ */
12414
+ inlineImagesWithProgress?: AttachmentMetadataInProgress[];
12415
+ }
12416
+
12417
+ /**
12418
+ * Strings of {@link RichTextSendBox} that can be overridden.
12419
+ *
12420
+ * @beta
12421
+ */
12422
+ export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
12423
+ }
12424
+
12425
+ /**
12426
+ * Strings of RichText that can be overridden.
12427
+ *
12428
+ * @beta
12429
+ */
12430
+ export declare interface RichTextStrings {
12431
+ /**
12432
+ * Tooltip text for the bold button.
12433
+ */
12434
+ richTextBoldTooltip: string;
12435
+ /**
12436
+ * Tooltip text for the italic button.
12437
+ */
12438
+ richTextItalicTooltip: string;
12439
+ /**
12440
+ * Tooltip text for the underline button.
12441
+ */
12442
+ richTextUnderlineTooltip: string;
12443
+ /**
12444
+ * Tooltip text for the bullet list button.
12445
+ */
12446
+ richTextBulletListTooltip: string;
12447
+ /**
12448
+ * Tooltip text for the number list button.
12449
+ */
12450
+ richTextNumberListTooltip: string;
12451
+ /**
12452
+ * Tooltip text for the increase indent button.
12453
+ */
12454
+ richTextIncreaseIndentTooltip: string;
12455
+ /**
12456
+ * Tooltip text for the decrease indent button.
12457
+ */
12458
+ richTextDecreaseIndentTooltip: string;
12459
+ /**
12460
+ * Tooltip text insert table button.
12461
+ */
12462
+ richTextInsertTableTooltip: string;
12463
+ /**
12464
+ * Tooltip text for the rich text format button button.
12465
+ */
12466
+ richTextFormatButtonTooltip: string;
12467
+ /**
12468
+ * Text for the insert menu item.
12469
+ */
12470
+ richTextInsertRowOrColumnMenu: string;
12471
+ /**
12472
+ * Title for the insert table menu.
12473
+ */
12474
+ richTextInsertTableMenuTitle: string;
12475
+ /**
12476
+ * Text for the insert menu item to insert row above the current selection.
12477
+ */
12478
+ richTextInsertRowAboveMenu: string;
12479
+ /**
12480
+ * Text for the insert menu item to insert row below the current selection.
12481
+ */
12482
+ richTextInsertRowBelowMenu: string;
12483
+ /**
12484
+ * Text for the insert menu item to insert column to the left from the current selection.
12485
+ */
12486
+ richTextInsertColumnLeftMenu: string;
12487
+ /**
12488
+ * Text for the insert menu item to insert column to the right from the current selection.
12489
+ */
12490
+ richTextInsertColumnRightMenu: string;
12491
+ /**
12492
+ * Text for the delete row or column menu.
12493
+ */
12494
+ richTextDeleteRowOrColumnMenu: string;
12495
+ /**
12496
+ * Text for the delete column menu.
12497
+ */
12498
+ richTextDeleteColumnMenu: string;
12499
+ /**
12500
+ * Text for the delete row menu.
12501
+ */
12502
+ richTextDeleteRowMenu: string;
12503
+ /**
12504
+ * Text for the delete table menu.
12505
+ */
12506
+ richTextDeleteTableMenu: string;
12507
+ /**
12508
+ * Text for the rich text toolbar.
12509
+ */
12510
+ richTextToolbarAriaLabel: string;
12511
+ /**
12512
+ * Text for the rich text toolbar more button.
12513
+ */
12514
+ richTextToolbarMoreButtonAriaLabel: string;
12515
+ /**
12516
+ * Text for announcement when a new bulleted list item is added.
12517
+ */
12518
+ richTextNewBulletedListItemAnnouncement: string;
12519
+ /**
12520
+ * Text for announcement when a new numbered list item is added.
12521
+ */
12522
+ richTextNewNumberedListItemAnnouncement: string;
12523
+ /**
12524
+ * Text for announcement when the bulleted list style is applied.
12525
+ */
12526
+ richTextBulletedListAppliedAnnouncement: string;
12527
+ /**
12528
+ * Text for announcement when the numbered list style is applied.
12529
+ */
12530
+ richTextNumberedListAppliedAnnouncement: string;
12531
+ /**
12532
+ * Error message indicating image upload is not complete.
12533
+ */
12534
+ imageUploadsPendingError: string;
12535
+ }
12536
+
11251
12537
  /**
11252
12538
  * A button to start / stop screen sharing.
11253
12539
  *
@@ -11319,6 +12605,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
11319
12605
  */
11320
12606
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
11321
12607
 
12608
+ /**
12609
+ * @beta
12610
+ * Error to be displayed to the user in an error bar above sendbox.
12611
+ */
12612
+ export declare interface SendBoxErrorBarError {
12613
+ /** Error Message to be displayed */
12614
+ message: string;
12615
+ /**
12616
+ * Unix Timestamp. Preferred generation using `Date.now()`
12617
+ */
12618
+ timestamp: number;
12619
+ /**
12620
+ * ErrorBar type. Defaults to `warning`.
12621
+ */
12622
+ errorBarType?: SendBoxErrorBarType;
12623
+ }
12624
+
12625
+ /**
12626
+ * @beta
12627
+ * Error bar type for {@link SendBoxErrorBarError}
12628
+ */
12629
+ export declare enum SendBoxErrorBarType {
12630
+ /** Info styled MessageBar */
12631
+ info = 0,
12632
+ /** Error styled MessageBar */
12633
+ error = 1,
12634
+ /** Blocked styled MessageBar */
12635
+ blocked = 2,
12636
+ /** SevereWarning styled MessageBar */
12637
+ severeWarning = 3,
12638
+ /** Success styled MessageBar */
12639
+ success = 4,
12640
+ /** Warning styled MessageBar */
12641
+ warning = 5
12642
+ }
12643
+
11322
12644
  /**
11323
12645
  * Props for {@link SendBox}.
11324
12646
  *
@@ -11337,7 +12659,12 @@ export declare interface SendBoxProps {
11337
12659
  /**
11338
12660
  * Optional override behavior on send button click
11339
12661
  */
11340
- onSendMessage?: (content: string) => Promise<void>;
12662
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
12663
+ /**
12664
+ * Optional props needed to lookup suggestions in the mention scenario.
12665
+ * @beta
12666
+ */
12667
+ mentionLookupOptions?: MentionLookupOptions;
11341
12668
  /**
11342
12669
  * Optional callback called when user is typing
11343
12670
  */
@@ -11374,6 +12701,25 @@ export declare interface SendBoxProps {
11374
12701
  * When undefined nothing has focus on render
11375
12702
  */
11376
12703
  autoFocus?: 'sendBoxTextField';
12704
+ /**
12705
+ * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
12706
+ * vertically to accommodate the uploaded attachments. Attachment uploads will
12707
+ * be rendered below the text area in sendBox.
12708
+ * @beta
12709
+ */
12710
+ onRenderAttachmentUploads?: () => JSX.Element;
12711
+ /**
12712
+ * Optional array of type {@link AttachmentMetadataInProgress}
12713
+ * to render attachments being uploaded in the SendBox.
12714
+ * @beta
12715
+ */
12716
+ attachments?: AttachmentMetadataInProgress[];
12717
+ /**
12718
+ * Optional callback to remove the attachment upload before sending by clicking on
12719
+ * cancel icon.
12720
+ * @beta
12721
+ */
12722
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
11377
12723
  }
11378
12724
 
11379
12725
  /**
@@ -11404,6 +12750,26 @@ export declare interface SendBoxStrings {
11404
12750
  * Aria label for send message button
11405
12751
  */
11406
12752
  sendButtonAriaLabel: string;
12753
+ /**
12754
+ * Error message indicating that all attachment uploads are not complete.
12755
+ */
12756
+ attachmentUploadsPendingError: string;
12757
+ /**
12758
+ * Aria label to notify user when focus is on cancel attachment upload button.
12759
+ */
12760
+ removeAttachment: string;
12761
+ /**
12762
+ * Aria label to notify user attachment uploading starts.
12763
+ */
12764
+ uploading: string;
12765
+ /**
12766
+ * Aria label to notify user attachment is uploaded.
12767
+ */
12768
+ uploadCompleted: string;
12769
+ /**
12770
+ * Aria label to notify user more attachment action menu.
12771
+ */
12772
+ attachmentMoreMenu: string;
11407
12773
  }
11408
12774
 
11409
12775
  /**
@@ -11424,6 +12790,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
11424
12790
  systemMessage?: IStyle;
11425
12791
  }
11426
12792
 
12793
+ /**
12794
+ * @beta
12795
+ * Strings for SitePermissions component
12796
+ */
12797
+ export declare type SitePermissionsStrings = {
12798
+ /**
12799
+ * Main text string.
12800
+ */
12801
+ primaryText?: string;
12802
+ /**
12803
+ * Subtext string.
12804
+ */
12805
+ secondaryText?: string;
12806
+ /**
12807
+ * More help link string.
12808
+ */
12809
+ linkText?: string;
12810
+ /**
12811
+ * Primary button text string.
12812
+ */
12813
+ primaryButtonText?: string;
12814
+ /**
12815
+ * Aria label describing the content of the container
12816
+ */
12817
+ ariaLabel?: string;
12818
+ };
12819
+
12820
+ /**
12821
+ * Fluent styles for {@link SitePermissionsContainer}.
12822
+ *
12823
+ * @beta
12824
+ */
12825
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
12826
+ /** Styles for the primary button. */
12827
+ primaryButton?: IButtonStyles;
12828
+ /** Styles for the help troubleshooting link text. */
12829
+ troubleshootingLink?: ILinkStyles;
12830
+ }
12831
+
11427
12832
  /**
11428
12833
  * @public
11429
12834
  * Type for representing a custom sound to use for a calling event
@@ -11743,6 +13148,13 @@ export declare interface StartRealTimeTextButtonStrings {
11743
13148
  tooltipOffContent: string;
11744
13149
  }
11745
13150
 
13151
+ /**
13152
+ * Parameter to start a call using a Teams user identity.
13153
+ *
13154
+ * @beta
13155
+ */
13156
+ export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
13157
+
11746
13158
  /**
11747
13159
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
11748
13160
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -12193,7 +13605,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
12193
13605
  * @public
12194
13606
  */
12195
13607
  export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
12196
- locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
13608
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
12197
13609
  };
12198
13610
 
12199
13611
  /**
@@ -12266,6 +13678,17 @@ export declare interface TeamsIncomingCallState {
12266
13678
  endTime?: Date;
12267
13679
  }
12268
13680
 
13681
+ /**
13682
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
13683
+ *
13684
+ * This is used to create an outbound call scenarios.
13685
+ *
13686
+ * @beta
13687
+ */
13688
+ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
13689
+ targetCallees: StartTeamsCallIdentifier[];
13690
+ };
13691
+
12269
13692
  /**
12270
13693
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
12271
13694
  *
@@ -12552,11 +13975,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
12552
13975
  typingString?: IStyle;
12553
13976
  }
12554
13977
 
13978
+ /**
13979
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
13980
+ *
13981
+ * @beta
13982
+ */
13983
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
13984
+
13985
+ /**
13986
+ * props for {@link UnsupportedBrowser} UI
13987
+ *
13988
+ * @beta
13989
+ */
13990
+ export declare interface UnsupportedBrowserProps {
13991
+ /** Handler to perform an action when the help link is actioned */
13992
+ onTroubleshootingClick?: () => void;
13993
+ /** String overrides for the component */
13994
+ strings?: UnsupportedBrowserStrings;
13995
+ }
13996
+
13997
+ /**
13998
+ * Strings for UnsupportedBrowser component
13999
+ *
14000
+ * @beta
14001
+ */
14002
+ export declare interface UnsupportedBrowserStrings {
14003
+ /** String for the primary text */
14004
+ primaryText: string;
14005
+ /** String for the secondary text */
14006
+ secondaryText: string;
14007
+ /** String to display in the text for the help link */
14008
+ moreHelpLinkText: string;
14009
+ }
14010
+
14011
+ /**
14012
+ * UI to display to the user that the browser version they are using is out of date
14013
+ * and not supported by Azure Communications Calling service.
14014
+ *
14015
+ * @beta
14016
+ */
14017
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
14018
+
14019
+ /**
14020
+ * props for {@link UnsupportedBrowserVersion} UI
14021
+ *
14022
+ * @beta
14023
+ */
14024
+ export declare interface UnsupportedBrowserVersionProps {
14025
+ /** Handler to perform an action when the help link is actioned */
14026
+ onTroubleshootingClick?: () => void;
14027
+ /** String overrides for the component */
14028
+ strings?: UnsupportedBrowserVersionStrings;
14029
+ /** Handler to allow user to continue into the call */
14030
+ onContinueAnywayClick?: () => void;
14031
+ }
14032
+
14033
+ /**
14034
+ * Strings for UnsupportedBrowser component
14035
+ *
14036
+ * @beta
14037
+ */
14038
+ export declare interface UnsupportedBrowserVersionStrings {
14039
+ /** String for the primary text */
14040
+ primaryText: string;
14041
+ /** String for the secondary text */
14042
+ secondaryText: string;
14043
+ /** String to display in the text for the help link */
14044
+ moreHelpLinkText: string;
14045
+ /** String for continue without updating button */
14046
+ continueAnywayButtonText?: string;
14047
+ }
14048
+
14049
+ /**
14050
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
14051
+ *
14052
+ * @beta
14053
+ */
14054
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
14055
+
14056
+ /**
14057
+ * Props for {@link UnsupportedOperatingSystem} UI
14058
+ *
14059
+ * @beta
14060
+ */
14061
+ export declare interface UnsupportedOperatingSystemProps {
14062
+ /** Handler to perform a action when the help link is actioned */
14063
+ onTroubleshootingClick?: () => void;
14064
+ /** String overrides for the component */
14065
+ strings?: UnsupportedOperatingSystemStrings;
14066
+ }
14067
+
14068
+ /**
14069
+ * Strings for UnsupportedBrowser component
14070
+ *
14071
+ * @beta
14072
+ */
14073
+ export declare interface UnsupportedOperatingSystemStrings {
14074
+ /** String for the primary text */
14075
+ primaryText: string;
14076
+ /** String for the secondary text */
14077
+ secondaryText: string;
14078
+ /** String to display in the text for the help link */
14079
+ moreHelpLinkText: string;
14080
+ }
14081
+
12555
14082
  /**
12556
14083
  * @public
12557
14084
  * Callback function run when a message is updated.
12558
14085
  */
12559
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
14086
+ export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
14087
+
14088
+ /**
14089
+ * Result payload for uploading an image.
14090
+ *
14091
+ * @beta
14092
+ */
14093
+ export declare type UploadChatImageResult = {
14094
+ /** Id of the image. */
14095
+ id: string;
14096
+ /** The type of attachment. */
14097
+ attachmentType?: 'image' | 'file' | 'unknown';
14098
+ /** The name including file extension type of the attachment. */
14099
+ name?: string;
14100
+ };
12560
14101
 
12561
14102
  /**
12562
14103
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -12730,7 +14271,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
12730
14271
  *
12731
14272
  * @public
12732
14273
  */
12733
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
14274
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
12734
14275
 
12735
14276
  /**
12736
14277
  * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
@@ -12881,7 +14422,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
12881
14422
  /**
12882
14423
  * @public
12883
14424
  */
12884
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'togetherMode' | 'focusedContent';
14425
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'togetherMode' | 'focusedContent';
12885
14426
 
12886
14427
  /**
12887
14428
  * The state of the local participant in the {@link VideoGallery}.
@@ -12918,6 +14459,8 @@ export declare type VideoGalleryParticipant = {
12918
14459
  isScreenSharingOn?: boolean;
12919
14460
  /** Whether participant is spotlighted **/
12920
14461
  spotlight?: Spotlight;
14462
+ /** Signal strength of the participant, range from 1 to 3, lower means better connection **/
14463
+ signalStrength?: number;
12921
14464
  /** Media audio video access states **/
12922
14465
  mediaAccess?: MediaAccess;
12923
14466
  /** Attendee can have audio be forbidden **/
@@ -13510,6 +15053,8 @@ export declare interface VideoTileStrings {
13510
15053
  participantStateRinging: string;
13511
15054
  /** String for displaying the Hold state of the remote participant */
13512
15055
  participantStateHold: string;
15056
+ /** String for displaying the reconnecting state of the remote participant */
15057
+ participantReconnecting?: string;
13513
15058
  /** String for the announcement of the muted state of the participant when muted */
13514
15059
  moreOptionsParticipantMutedStateMutedAriaLabel: string;
13515
15060
  /** String for the announcement of the unmuted state of the participant when unmuted */