@azure/communication-react 1.24.0 → 1.25.0-alpha-202502170018

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 (1268) hide show
  1. package/dist/communication-react.d.ts +2339 -125
  2. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Dg3HJSdn.js +280 -0
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Dg3HJSdn.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BCEa5fUV.js +52 -0
  5. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-BCEa5fUV.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index-lFbqq0RW.js +47453 -0
  7. package/dist/dist-cjs/communication-react/index-lFbqq0RW.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +178 -38012
  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.js +1 -4
  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 +1 -4
  40. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
  41. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +1 -4
  42. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
  43. package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
  44. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +6 -7
  45. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
  46. package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +1 -1
  47. package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +14 -0
  49. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +21 -0
  50. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +18 -8
  52. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +8 -0
  54. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +106 -3
  55. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +20 -55
  57. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +28 -0
  61. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +156 -76
  62. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +2 -2
  64. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  65. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -5
  66. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  67. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +37 -6
  68. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  69. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  70. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  71. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  72. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  73. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +8 -2
  74. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
  75. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  76. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +57 -61
  77. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  78. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
  79. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +33 -10
  80. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  81. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  82. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  83. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
  84. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  85. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  86. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  87. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  88. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +18 -7
  89. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  90. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -9
  91. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  92. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  93. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +22 -12
  94. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  95. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +5 -0
  96. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +43 -8
  97. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +16 -8
  100. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
  103. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +180 -3
  105. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +23 -0
  107. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +297 -37
  108. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
  110. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +99 -108
  112. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +14 -0
  114. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +207 -0
  115. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -0
  116. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +6 -0
  119. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +57 -13
  120. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +6 -2
  122. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +12 -0
  125. package/dist/dist-esm/calling-stateful-client/src/Converter.js +42 -19
  126. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  127. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
  128. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  129. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
  130. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  131. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +9 -0
  133. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +53 -15
  134. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  135. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
  136. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
  137. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
  138. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  139. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  140. package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
  141. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
  142. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  143. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  144. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  145. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  146. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  147. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.d.ts +16 -0
  148. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js +25 -0
  149. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js.map +1 -0
  150. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
  151. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
  152. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  153. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  154. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  155. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +3 -2
  156. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +71 -64
  157. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  158. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +42 -24
  159. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  160. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
  161. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  162. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  163. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +17 -0
  164. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  165. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +14 -16
  166. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
  167. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +24 -0
  168. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +71 -0
  169. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
  170. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +18 -0
  171. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +34 -0
  172. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -0
  173. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  174. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  175. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +1 -0
  176. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +34 -3
  177. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  178. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
  179. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  180. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +4 -0
  181. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  182. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  183. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  184. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  185. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
  186. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  187. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
  188. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  189. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +6 -2
  190. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +59 -8
  191. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  192. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  193. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
  194. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +4 -0
  195. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  196. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  197. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  198. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +68 -18
  199. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  200. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  201. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  202. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  203. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  204. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
  205. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  206. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
  207. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  208. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  209. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +6 -0
  210. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +23 -0
  211. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +1 -0
  212. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
  213. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  214. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +15 -1
  215. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  216. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
  217. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  218. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -12
  219. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  220. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  221. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
  222. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  223. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
  224. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  225. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
  226. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  227. package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
  228. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  229. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
  230. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  231. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  232. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  233. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  234. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  235. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  236. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  237. package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
  238. package/dist/dist-esm/communication-react/src/index.d.ts +35 -0
  239. package/dist/dist-esm/communication-react/src/index.js +18 -0
  240. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  241. package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
  242. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
  244. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
  248. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  250. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  252. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  253. package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
  254. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
  256. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  257. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
  258. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  259. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +2 -0
  260. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +15 -6
  261. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  262. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +21 -18
  263. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/CameraButton.js +13 -20
  265. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  266. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  267. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  268. package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +101 -0
  269. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +119 -12
  270. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +38 -20
  272. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
  274. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +38 -22
  276. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +13 -1
  278. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
  279. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
  281. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +63 -27
  282. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
  284. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  286. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  287. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  288. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
  289. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +39 -9
  290. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  291. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
  292. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +47 -12
  293. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  294. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
  295. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +57 -27
  296. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +22 -1
  298. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
  299. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  300. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
  301. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +278 -0
  302. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
  303. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +23 -2
  304. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +50 -6
  305. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
  307. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +61 -16
  308. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +80 -15
  310. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  311. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  312. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  314. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  316. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  321. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  323. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +5 -16
  325. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  327. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  328. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  329. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  330. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  331. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  332. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +15 -14
  333. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  335. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  336. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  337. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  338. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +32 -0
  339. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  340. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  341. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
  343. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
  345. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  346. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  347. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  349. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
  351. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
  353. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  355. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
  357. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/EndCallButton.js +12 -13
  360. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  362. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
  364. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  366. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  368. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
  370. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  372. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
  374. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +26 -39
  376. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +5 -7
  378. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
  380. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
  382. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
  383. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  385. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +40 -22
  387. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
  389. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.d.ts +2 -0
  391. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +13 -13
  392. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  394. package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
  395. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  396. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
  397. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  398. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
  400. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +81 -5
  402. package/dist/dist-esm/react-components/src/components/MessageThread.js +116 -49
  403. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  404. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +16 -17
  405. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
  407. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/Notification.js +6 -14
  409. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +2 -0
  411. package/dist/dist-esm/react-components/src/components/NotificationStack.js +13 -9
  412. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  413. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -22
  414. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  416. package/dist/dist-esm/react-components/src/components/ParticipantList.js +63 -47
  417. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  419. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  421. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  423. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +28 -0
  425. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +29 -0
  426. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -0
  427. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  428. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  429. package/dist/dist-esm/react-components/src/components/ReactionButton.js +24 -23
  430. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +58 -0
  432. package/dist/dist-esm/react-components/src/components/RealTimeText.js +43 -0
  433. package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -0
  434. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.d.ts +42 -0
  435. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +55 -0
  436. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -0
  437. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +25 -16
  438. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  439. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  440. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  442. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  443. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
  444. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
  445. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
  446. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +30 -0
  447. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +112 -0
  448. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
  449. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +19 -0
  450. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +41 -0
  451. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
  452. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
  453. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
  454. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
  455. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
  456. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
  457. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
  458. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
  459. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
  460. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
  461. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +14 -0
  462. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +56 -0
  463. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +1 -0
  464. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +30 -0
  465. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +96 -0
  466. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
  467. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +59 -0
  468. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +379 -0
  469. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
  470. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +37 -0
  471. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +100 -0
  472. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
  473. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +215 -0
  474. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +277 -0
  475. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
  476. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
  477. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +77 -0
  478. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
  479. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
  480. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +240 -0
  481. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
  482. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
  483. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
  484. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
  485. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
  486. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
  487. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
  488. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
  489. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
  490. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
  491. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  492. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  493. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
  494. package/dist/dist-esm/react-components/src/components/SendBox.js +103 -12
  495. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  496. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +56 -0
  497. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +91 -0
  498. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
  499. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
  500. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
  501. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
  502. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  503. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  504. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.d.ts +48 -0
  505. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +30 -0
  506. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -0
  507. package/dist/dist-esm/react-components/src/components/StreamMedia.js +14 -3
  508. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  509. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
  510. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  512. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
  514. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  515. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  516. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  517. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
  519. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
  520. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  521. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  522. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +821 -0
  523. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  524. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.d.ts +15 -0
  525. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +107 -0
  526. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -0
  527. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  528. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  530. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  532. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  534. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  536. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  538. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -39
  540. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  542. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +9 -13
  544. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  545. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +8 -22
  546. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  547. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
  548. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  549. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +19 -8
  550. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +15 -11
  552. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  553. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +42 -18
  554. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  555. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  556. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  557. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  558. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +99 -0
  559. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  560. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +5 -0
  561. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +4 -2
  563. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
  565. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  566. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
  567. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  568. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
  569. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  570. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
  571. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  572. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
  573. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  574. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +36 -12
  575. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  576. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +10 -0
  577. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +17 -0
  578. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -0
  579. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +23 -0
  580. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +53 -0
  581. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -0
  582. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  583. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  584. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +14 -34
  585. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  586. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  587. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  588. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  589. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  590. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  591. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  592. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  593. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  594. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  595. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  596. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  597. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +12 -5
  598. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  599. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +57 -73
  600. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  601. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  602. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
  603. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +39 -31
  604. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  605. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +34 -1
  606. package/dist/dist-esm/react-components/src/components/VideoGallery.js +176 -28
  607. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  608. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
  609. package/dist/dist-esm/react-components/src/components/VideoTile.js +60 -77
  610. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  611. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  612. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  613. package/dist/dist-esm/react-components/src/components/index.d.ts +24 -0
  614. package/dist/dist-esm/react-components/src/components/index.js +21 -0
  615. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  616. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  617. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  618. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
  619. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
  620. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  621. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  622. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  623. package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +25 -0
  624. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +74 -3
  625. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  626. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  627. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +3 -10
  628. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  629. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  630. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  631. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  632. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  633. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  634. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  635. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
  636. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  637. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  638. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
  639. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  640. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  641. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
  642. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  643. package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
  644. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  645. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  646. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +13 -10
  647. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  648. package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
  649. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
  650. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  651. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  652. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +10 -0
  653. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +27 -0
  654. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -0
  655. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +1 -3
  656. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  657. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
  658. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  659. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
  660. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +295 -0
  661. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
  662. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
  663. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
  664. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
  665. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
  666. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  667. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  668. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +99 -0
  669. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  670. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
  671. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
  672. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
  673. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
  674. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  675. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  676. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
  677. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +98 -0
  678. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +202 -0
  679. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -0
  680. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
  681. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  682. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  683. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  684. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +69 -0
  685. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  686. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
  687. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  688. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
  689. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  690. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
  691. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  692. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  693. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +37 -1
  694. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
  695. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  696. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -2
  697. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +29 -6
  698. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  699. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  700. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  701. package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
  702. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +73 -0
  703. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +186 -0
  704. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
  705. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
  706. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +127 -0
  707. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
  708. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +38 -1
  709. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +148 -5
  710. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  711. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  712. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  713. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  714. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  715. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  716. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +2 -5
  717. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  718. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  719. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  720. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  721. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  722. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  723. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  724. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  725. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.d.ts +8 -0
  726. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +25 -0
  727. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +1 -0
  728. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  729. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  730. package/dist/dist-esm/react-components/src/components/utils.js +44 -28
  731. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  732. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  733. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  734. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  735. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  736. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  737. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  738. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  739. package/dist/dist-esm/react-components/src/index.d.ts +2 -0
  740. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  741. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +63 -0
  742. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  743. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  744. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  745. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  746. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
  747. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  748. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  749. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  750. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
  751. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  752. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
  753. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  754. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  755. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  756. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  757. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  758. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  759. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  760. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  761. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  762. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  763. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  764. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  765. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  766. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  767. package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
  768. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  769. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  770. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  771. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  772. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  773. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
  774. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  775. package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
  776. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  777. package/dist/dist-esm/react-components/src/theming/icons.d.ts +29 -0
  778. package/dist/dist-esm/react-components/src/theming/icons.js +148 -15
  779. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  780. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  781. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  782. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  783. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  784. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  785. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  786. package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
  787. package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
  788. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  789. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  790. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  791. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +13 -0
  792. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  793. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  794. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  795. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -1
  796. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  797. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  798. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  799. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  800. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  801. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  802. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  803. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  804. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  805. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  806. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +38 -0
  807. package/dist/dist-esm/{react-composites/src/composites/common/types/FocusableElement.js → react-components/src/types/TogetherModeTypes.js} +1 -1
  808. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
  809. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  810. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  811. package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
  812. package/dist/dist-esm/react-components/src/types/index.js +2 -0
  813. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  814. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  815. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
  816. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +84 -52
  817. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +64 -0
  819. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  820. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +48 -5
  821. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +211 -66
  822. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  823. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +72 -1
  824. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
  825. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
  828. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  829. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
  831. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  832. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
  834. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +3 -0
  836. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +3 -3
  838. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +18 -11
  840. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +112 -44
  842. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  843. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +36 -60
  844. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  845. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +49 -0
  846. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +220 -0
  847. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  848. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
  849. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  850. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  851. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  852. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  853. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +22 -4
  854. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  856. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  857. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  858. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  859. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  860. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +4 -4
  861. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
  862. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  863. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
  865. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  867. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +42 -24
  868. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
  870. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +68 -41
  872. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  873. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  874. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
  876. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
  878. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  879. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  880. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +226 -191
  885. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  886. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
  887. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  888. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  890. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
  891. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
  893. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  894. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
  895. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +31 -15
  897. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  898. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
  899. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  900. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  901. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  902. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
  903. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
  904. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  905. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  906. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
  908. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
  909. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +4 -7
  911. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  912. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +8 -1
  913. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
  914. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +89 -37
  915. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  916. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  917. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  918. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  919. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -0
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +25 -25
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  923. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
  924. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +113 -13
  925. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  926. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
  927. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  928. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +15 -7
  929. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
  930. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +18 -8
  931. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  932. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  933. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  934. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
  935. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  936. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
  937. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +21 -22
  939. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  940. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  941. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  942. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  943. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  944. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  945. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  946. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  947. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +24 -0
  949. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +32 -0
  950. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  951. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  952. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  953. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  954. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  955. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  956. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
  957. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
  958. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  960. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  961. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  962. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  963. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  964. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  966. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
  968. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
  970. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
  971. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  972. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  973. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  974. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
  976. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +10 -2
  977. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  978. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  979. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  980. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  982. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  983. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  984. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  985. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  986. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  987. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  988. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  989. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  990. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  991. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  992. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  993. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  994. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  995. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
  997. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  998. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  999. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -3
  1000. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  1001. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  1002. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +2 -5
  1003. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  1004. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
  1005. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
  1006. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  1007. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  1008. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
  1009. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  1010. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  1011. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  1012. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
  1013. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  1014. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
  1015. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  1016. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  1017. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  1018. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  1019. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +10 -12
  1020. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  1021. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +19 -7
  1022. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  1023. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +4 -2
  1024. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  1025. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +12 -1
  1026. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +95 -22
  1027. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  1028. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  1029. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
  1030. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  1031. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
  1032. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  1033. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  1034. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +65 -0
  1035. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +106 -24
  1036. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  1037. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  1038. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  1039. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  1040. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  1041. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
  1042. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  1043. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  1044. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  1045. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  1046. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +20 -3
  1047. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +153 -37
  1048. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  1049. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +73 -3
  1050. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  1051. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +7 -0
  1052. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +20 -0
  1053. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  1054. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +10 -4
  1055. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
  1056. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  1057. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  1058. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  1059. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  1060. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  1061. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +8 -0
  1062. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +4 -1
  1063. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  1064. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +1 -0
  1065. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  1066. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
  1067. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
  1068. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
  1069. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +27 -0
  1070. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
  1071. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  1072. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  1073. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  1074. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +2 -0
  1075. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +298 -27
  1076. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  1077. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  1078. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  1079. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  1080. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
  1081. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
  1082. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
  1083. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +39 -0
  1084. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +273 -0
  1085. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -0
  1086. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +20 -0
  1087. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  1088. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +6 -2
  1089. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +78 -32
  1090. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  1091. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +12 -2
  1092. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  1093. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  1094. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
  1095. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
  1096. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
  1097. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
  1098. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +82 -0
  1099. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
  1100. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
  1101. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
  1102. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
  1103. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
  1104. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  1105. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +27 -3
  1106. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  1107. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  1108. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
  1109. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
  1110. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
  1111. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  1112. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +4 -0
  1113. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +6 -0
  1114. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
  1115. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
  1116. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  1117. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +9 -17
  1118. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  1119. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +24 -25
  1120. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
  1121. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
  1122. package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
  1123. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +7 -3
  1124. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  1125. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  1126. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  1127. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.d.ts +2 -4
  1128. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +36 -16
  1129. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
  1130. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
  1131. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
  1132. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +9 -23
  1133. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
  1134. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
  1135. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.d.ts +12 -0
  1136. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js +23 -0
  1137. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js.map +1 -0
  1138. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
  1139. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
  1140. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.d.ts +1 -4
  1141. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +13 -19
  1142. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  1143. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  1144. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  1145. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +6 -3
  1146. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +110 -61
  1147. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  1148. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
  1149. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  1150. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +3 -0
  1151. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +188 -72
  1152. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  1153. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
  1154. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  1155. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  1156. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  1157. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +2 -4
  1158. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -1
  1159. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  1160. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
  1161. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  1162. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +3 -0
  1163. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +161 -125
  1164. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  1165. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  1166. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +3 -0
  1167. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  1168. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
  1169. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  1170. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  1171. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
  1172. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  1173. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +11 -9
  1174. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  1175. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +23 -12
  1176. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  1177. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  1178. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  1179. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
  1180. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  1181. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +14 -10
  1182. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  1183. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
  1184. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
  1185. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
  1186. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +48 -2
  1187. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
  1188. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  1189. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +8 -16
  1190. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  1191. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
  1192. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
  1193. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  1194. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
  1195. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  1196. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
  1197. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  1198. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
  1199. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
  1200. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +18 -13
  1201. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  1202. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  1203. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +5 -0
  1204. package/dist/dist-esm/react-composites/src/composites/common/constants.js +6 -0
  1205. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  1206. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +33 -1
  1207. package/dist/dist-esm/react-composites/src/composites/common/icons.js +12 -4
  1208. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  1209. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +1 -3
  1210. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
  1211. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +1 -3
  1212. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
  1213. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  1214. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  1215. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  1216. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  1217. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
  1218. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  1219. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
  1220. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  1221. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  1222. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  1223. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  1224. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  1225. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
  1226. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  1227. package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
  1228. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  1229. package/dist/dist-esm/react-composites/src/composites/common/utils.js +20 -14
  1230. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  1231. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  1232. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  1233. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  1234. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  1235. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  1236. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  1237. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
  1238. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  1239. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  1240. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -1
  1241. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  1242. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
  1243. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  1244. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
  1245. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  1246. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  1247. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  1248. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  1249. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  1250. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  1251. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  1252. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  1253. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  1254. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  1255. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  1256. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  1257. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  1258. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
  1259. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  1260. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  1261. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  1262. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  1263. package/package.json +3 -3
  1264. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.d.ts +0 -8
  1265. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +0 -43
  1266. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +0 -1
  1267. package/dist/dist-esm/react-composites/src/composites/common/types/FocusableElement.d.ts +0 -5
  1268. package/dist/dist-esm/react-composites/src/composites/common/types/FocusableElement.js.map +0 -1
@@ -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,14 +68,18 @@ 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';
82
+ import { ParticipantInfo } from '@azure/communication-calling';
74
83
  import { ParticipantRole } from '@azure/communication-calling';
75
84
  import { PermissionConstraints } from '@azure/communication-calling';
76
85
  import { PersonaInitialsColor } from '@fluentui/react';
@@ -81,11 +90,15 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
81
90
  import { default as React_2 } from 'react';
82
91
  import { Reaction as Reaction_2 } from '@azure/communication-calling';
83
92
  import { ReactionMessage } from '@azure/communication-calling';
93
+ import { RealTimeTextInfo as RealTimeTextInfo_2 } from '@azure/communication-calling';
94
+ import { RealTimeTextResultType } from '@azure/communication-calling';
95
+ import { RecordingInfo } from '@azure/communication-calling';
84
96
  import type { RemoteParticipant } from '@azure/communication-calling';
85
97
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
86
98
  import { RoomCallLocator } from '@azure/communication-calling';
87
99
  import { ScalingMode } from '@azure/communication-calling';
88
100
  import { SendMessageOptions } from '@azure/communication-chat';
101
+ import type { ServerDiagnosticType } from '@azure/communication-calling';
89
102
  import { SpotlightedParticipant } from '@azure/communication-calling';
90
103
  import { StartCallOptions } from '@azure/communication-calling';
91
104
  import { StartCaptionsOptions } from '@azure/communication-calling';
@@ -270,6 +283,40 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
270
283
  */
271
284
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
272
285
 
286
+ /**
287
+ * @beta
288
+ * A callback function that defines what actions user can perform on an attachment.
289
+ * By default, the UI library would have default actions that opens attachment URL in a new tab.
290
+ * You can override the default actions or add new actions by providing this callback function.
291
+ * Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
292
+ *
293
+ * @param attachment - The file attachment that user is trying to perform actions on.
294
+ * @param message - The chat message that contains this attachment.
295
+ * @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
296
+ */
297
+ export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
298
+
299
+ /**
300
+ * @beta
301
+ *
302
+ * Attachment download options defines the list of actions that can be performed on an attachment.
303
+ */
304
+ export declare interface AttachmentDownloadOptions {
305
+ actionsForAttachment: AttachmentActionHandler;
306
+ }
307
+
308
+ /**
309
+ * @beta
310
+ *
311
+ * Attachment menu action defines buttons that can be shown on the attachment card.
312
+ * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
313
+ */
314
+ export declare interface AttachmentMenuAction {
315
+ name: string;
316
+ icon: JSX.Element;
317
+ onClick: (attachment: AttachmentMetadata) => Promise<void>;
318
+ }
319
+
273
320
  /**
274
321
  * Data model that represents a chat message attachment
275
322
  * where it contains an ID to uniquely identify the attachment,
@@ -293,6 +340,150 @@ export declare interface AttachmentMetadata {
293
340
  url: string;
294
341
  }
295
342
 
343
+ /**
344
+ * Data model that represents a chat message attachment being uploaded
345
+ * where it contains an ID to uniquely identify the attachment,
346
+ * a name that represents the name of file,
347
+ * an optional URL to download the attachment,
348
+ * an optional progress value between 0 and 1 indicating the progress of the upload, and
349
+ * an optional error object that contains error message would be shown to the user.
350
+ *
351
+ *
352
+ * @beta
353
+ */
354
+ export declare interface AttachmentMetadataInProgress {
355
+ /**
356
+ * Unique ID of the attachment.
357
+ */
358
+ id: string;
359
+ /**
360
+ * Attachment name to be displayed.
361
+ */
362
+ name: string;
363
+ /**
364
+ * Download URL for the attachment.
365
+ */
366
+ url?: string;
367
+ /**
368
+ * A number between 0 and 1 indicating the progress of the upload.
369
+ */
370
+ progress?: number;
371
+ /**
372
+ * A object contains error message would be shown to the user.
373
+ */
374
+ error?: AttachmentProgressError;
375
+ }
376
+
377
+ /**
378
+ * @beta
379
+ *
380
+ * Attachment Options that defines behaviour for uploading and downloading attachments.
381
+ */
382
+ export declare interface AttachmentOptions {
383
+ uploadOptions?: AttachmentUploadOptions;
384
+ downloadOptions?: AttachmentDownloadOptions;
385
+ }
386
+
387
+ /**
388
+ * @beta
389
+ * A attachment progress error object that contains message to be shown to
390
+ * the user when upload fails.
391
+ */
392
+ export declare interface AttachmentProgressError {
393
+ message: string;
394
+ }
395
+
396
+ /**
397
+ * @beta
398
+ * A callback function for handling attachment removed by the user in send box.
399
+ *
400
+ * @param attachmentId - The ID of uploaded attachments.
401
+ */
402
+ export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
403
+
404
+ /**
405
+ * @beta
406
+ * A callback function for handling list of upload tasks that contains files selected by user to upload.
407
+ *
408
+ * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
409
+ */
410
+ export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
411
+
412
+ /**
413
+ * @beta
414
+ */
415
+ export declare interface AttachmentUploadOptions {
416
+ /**
417
+ * A list of strings containing the comma separated list of supported media (aka. mime) types.
418
+ * i.e. ['image/*', 'video/*', 'audio/*']
419
+ * Default value is `['*']`, meaning all media types are supported.
420
+ * Similar to the `accept` attribute of the `<input type="attachment" />` element.
421
+ * @beta
422
+ */
423
+ supportedMediaTypes?: string[];
424
+ /**
425
+ * Disable multiple attachments to be selected if set to `true`.
426
+ * Default value is `false`, meaning multiple attachments can be selected.
427
+ * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
428
+ * @beta
429
+ */
430
+ disableMultipleUploads?: boolean;
431
+ /**
432
+ * A callback function of type {@link AttachmentSelectionHandler} that will be called
433
+ * when user finishes selecting files in browser's file picker. This function is required since
434
+ * this would be where upload logic is implemented to your own storage.
435
+ * @beta
436
+ */
437
+ handleAttachmentSelection: AttachmentSelectionHandler;
438
+ /**
439
+ * A optional callback function that will be called
440
+ * when user removing files before clicking send message button. This function will be
441
+ * where you can remove the file from your storage.
442
+ * @beta
443
+ */
444
+ handleAttachmentRemoval?: AttachmentRemovalHandler;
445
+ }
446
+
447
+ /**
448
+ * A upload task represents and manages an attachment that is being uploaded.
449
+ * When using the Composite, an attachment upload task is created for each file user is selected to upload.
450
+ * A upload task is complete when notifyUploadCompleted is called.
451
+ * A upload task is failed when notifyUploadFailed is called.
452
+ * @beta
453
+ */
454
+ export declare interface AttachmentUploadTask {
455
+ /**
456
+ * Unique identifier for the attachment upload task.
457
+ */
458
+ taskId: string;
459
+ /**
460
+ * HTML {@link File} object for the uploaded attachment.
461
+ */
462
+ file?: File;
463
+ /**
464
+ * {@link Blob} object for the uploaded inline image.
465
+ */
466
+ image?: Blob;
467
+ /**
468
+ * Update the progress of the upload changed.
469
+ * A upload is considered complete when the progress reaches 1.
470
+ * @param value - number between 0 and 1
471
+ */
472
+ notifyUploadProgressChanged: (value: number) => void;
473
+ /**
474
+ * Mark the upload task as complete.
475
+ * An attachment is considered completed uploading when ID and URL are provided.
476
+ * @param id - the unique identifier of the attachment.
477
+ * @param url - the download URL of the attachment.
478
+ */
479
+ notifyUploadCompleted: (id: string, url: string) => void;
480
+ /**
481
+ * Mark the upload task as failed.
482
+ * @param message - An error message that can be displayed to the user.
483
+ */
484
+ notifyUploadFailed: (message: string) => void;
485
+ }
486
+
296
487
  /**
297
488
  * Custom data attributes for displaying avatar for a user.
298
489
  *
@@ -483,6 +674,26 @@ export declare interface BaseCustomStyles {
483
674
  root?: IStyle;
484
675
  }
485
676
 
677
+ /**
678
+ * Content blocked message type.
679
+ *
680
+ * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
681
+ *
682
+ * @beta
683
+ */
684
+ export declare interface BlockedMessage extends MessageCommon {
685
+ messageType: 'blocked';
686
+ warningText?: string;
687
+ linkText?: string;
688
+ link?: string;
689
+ deletedOn?: Date;
690
+ senderId?: string;
691
+ senderDisplayName?: string;
692
+ status?: MessageStatus;
693
+ attached?: MessageAttachedStatus;
694
+ mine?: boolean;
695
+ }
696
+
486
697
  /**
487
698
  * Breakout rooms state
488
699
  *
@@ -497,6 +708,136 @@ export declare interface BreakoutRoomsState {
497
708
  breakoutRoomDisplayName?: string;
498
709
  }
499
710
 
711
+ /**
712
+ * @beta
713
+ * Props for BrowserPermissionDeniedIOS component.
714
+ */
715
+ export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
716
+ /**
717
+ * Localization strings for BrowserPermissionDeniedIOS component.
718
+ */
719
+ strings?: BrowserPermissionDeniedIOSStrings;
720
+ /**
721
+ * Link to image source.
722
+ *
723
+ * Image is inserted into the top of the component.
724
+ */
725
+ imageSource?: string;
726
+ }
727
+
728
+ /**
729
+ * @beta
730
+ * Strings for BrowserPermissionDeniedIOS component
731
+ */
732
+ export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
733
+ /**
734
+ * Image alt text
735
+ */
736
+ imageAltText: string;
737
+ /**
738
+ * Main text string.
739
+ */
740
+ primaryText: string;
741
+ /**
742
+ * Subtext string.
743
+ */
744
+ secondaryText: string;
745
+ /**
746
+ * Step 1 string
747
+ */
748
+ step1Text: string;
749
+ /**
750
+ * Step 1 digit string
751
+ */
752
+ step1DigitText: string;
753
+ /**
754
+ * Step 2 string
755
+ */
756
+ step2Text: string;
757
+ /**
758
+ * Step 2 digit string
759
+ */
760
+ step2DigitText: string;
761
+ /**
762
+ * Step 3 string
763
+ */
764
+ step3Text: string;
765
+ /**
766
+ * Step 3 digit string
767
+ */
768
+ step3DigitText: string;
769
+ /**
770
+ * Step 4 string
771
+ */
772
+ step4Text: string;
773
+ /**
774
+ * Step 4 digit string
775
+ */
776
+ step4DigitText: string;
777
+ }
778
+
779
+ /**
780
+ * @beta
781
+ * Props for BrowserPermissionDenied component.
782
+ */
783
+ export declare interface BrowserPermissionDeniedProps {
784
+ /**
785
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
786
+ */
787
+ onTroubleshootingClick?: () => void;
788
+ /**
789
+ * Action to be taken by the try again primary button.
790
+ */
791
+ onTryAgainClick?: () => void;
792
+ /**
793
+ * Localization strings for BrowserPermissionDenied component.
794
+ */
795
+ strings?: BrowserPermissionDeniedStrings;
796
+ /**
797
+ * Allows users to pass in an object contains custom CSS styles.
798
+ * @Example
799
+ * ```
800
+ * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
801
+ * ```
802
+ */
803
+ styles?: BrowserPermissionDeniedStyles;
804
+ }
805
+
806
+ /**
807
+ * @beta
808
+ * Strings for BrowserPermissionDenied component
809
+ */
810
+ export declare interface BrowserPermissionDeniedStrings {
811
+ /**
812
+ * Main button text string.
813
+ */
814
+ primaryButtonText: string;
815
+ /**
816
+ * Main text string.
817
+ */
818
+ primaryText: string;
819
+ /**
820
+ * Subtext string.
821
+ */
822
+ secondaryText: string;
823
+ /**
824
+ * More help link string.
825
+ */
826
+ linkText: string;
827
+ }
828
+
829
+ /**
830
+ * Fluent styles for {@link BrowserPermissionDenied}.
831
+ *
832
+ * @beta
833
+ */
834
+ export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
835
+ /** Styles for the primary button. */
836
+ primaryButton?: IButtonStyles;
837
+ /** Styles for the help troubleshooting link text. */
838
+ troubleshootingLink?: ILinkStyles;
839
+ }
840
+
500
841
  /**
501
842
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
502
843
  *
@@ -700,6 +1041,49 @@ export declare interface CallAdapterCallOperations {
700
1041
  * @public
701
1042
  */
702
1043
  disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
1044
+ /**
1045
+ * Create the html view for a stream.
1046
+ *
1047
+ * @remarks
1048
+ * This method is implemented for composite
1049
+ *
1050
+ * @param featureName - Name of feature to render
1051
+ * @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
1052
+ *
1053
+ * @beta
1054
+ */
1055
+ createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
1056
+ /**
1057
+ * Start Together mode.
1058
+ *
1059
+ * @beta
1060
+ */
1061
+ startTogetherMode(): Promise<void>;
1062
+ /**
1063
+ * Recalculate the seating positions for together mode.
1064
+ *
1065
+ * @remarks
1066
+ * This method is implemented for composite
1067
+ *
1068
+ * @param width - Width of the container
1069
+ * @param height - Height of the container
1070
+ *
1071
+ * @beta
1072
+ */
1073
+ setTogetherModeSceneSize(width: number, height: number): void;
1074
+ /**
1075
+ * Dispose the html view for a stream.
1076
+ *
1077
+ * @remarks
1078
+ * This method is implemented for composite
1079
+ *
1080
+ *
1081
+ * @param featureName - Name of the feature to dispose
1082
+ * @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
1083
+ *
1084
+ * @beta
1085
+ */
1086
+ disposeTogetherModeStreamView(): Promise<void>;
703
1087
  /**
704
1088
  * Dispose the html view for a screen share stream
705
1089
  *
@@ -750,6 +1134,10 @@ export declare interface CallAdapterCallOperations {
750
1134
  * @public
751
1135
  */
752
1136
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1137
+ /**
1138
+ * Continues into a call when the browser version is not supported.
1139
+ */
1140
+ allowUnsupportedBrowserVersion(): void;
753
1141
  /**
754
1142
  * Function to Start captions
755
1143
  * @param options - options for start captions
@@ -871,6 +1259,12 @@ export declare interface CallAdapterCallOperations {
871
1259
  * Permit Teams meeting video.
872
1260
  */
873
1261
  permitOthersVideo(): Promise<void>;
1262
+ /**
1263
+ * Send real time text
1264
+ * @param text - real time text content
1265
+ * @param finalized - Boolean to indicate if the real time text is final
1266
+ */
1267
+ sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
874
1268
  }
875
1269
 
876
1270
  /**
@@ -1049,7 +1443,7 @@ export declare interface CallAdapterDeviceManagement {
1049
1443
  *
1050
1444
  * @public
1051
1445
  */
1052
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
1446
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
1053
1447
 
1054
1448
  /**
1055
1449
  * {@link CommonCallAdapter} state.
@@ -1142,6 +1536,10 @@ export declare interface CallAdapterSubscribers {
1142
1536
  * Subscribe function for 'isSpokenLanguageChanged' event.
1143
1537
  */
1144
1538
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1539
+ /**
1540
+ * Subscribe function for 'realTimeTextReceived' event.
1541
+ */
1542
+ on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
1145
1543
  /**
1146
1544
  * Subscribe function for 'transferRequested' event.
1147
1545
  */
@@ -1230,6 +1628,10 @@ export declare interface CallAdapterSubscribers {
1230
1628
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
1231
1629
  */
1232
1630
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1631
+ /**
1632
+ * Unsubscribe function for 'realTimeTextReceived' event.
1633
+ */
1634
+ off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
1233
1635
  /**
1234
1636
  * Unsubscribe function for 'transferRequested' event.
1235
1637
  */
@@ -1264,6 +1666,7 @@ export declare interface CallAdapterSubscribers {
1264
1666
  export declare type CallAdapterUiState = {
1265
1667
  isLocalPreviewMicrophoneEnabled: boolean;
1266
1668
  page: CallCompositePage;
1669
+ unsupportedBrowserVersionsAllowed?: boolean;
1267
1670
  };
1268
1671
 
1269
1672
  /**
@@ -1307,7 +1710,7 @@ export declare interface CallAgentState {
1307
1710
  */
1308
1711
  export declare interface CallAndChatLocator {
1309
1712
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1310
- callLocator: GroupCallLocator;
1713
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
1311
1714
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1312
1715
  chatThreadId: string;
1313
1716
  }
@@ -1511,6 +1914,7 @@ export declare type CallCompositeIcons = {
1511
1914
  JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
1512
1915
  PeoplePaneMoreButton?: JSX.Element;
1513
1916
  StopAllSpotlightMenuButton?: JSX.Element;
1917
+ TogetherModeLayout?: JSX.Element;
1514
1918
  };
1515
1919
 
1516
1920
  /**
@@ -1552,6 +1956,56 @@ export declare type CallCompositeOptions = {
1552
1956
  * @defaultValue true
1553
1957
  */
1554
1958
  callControls?: boolean | CallControlOptions;
1959
+ /**
1960
+ * Device permissions check options for your call.
1961
+ * Here you can choose what device permissions you prompt the user for,
1962
+ * as well as what device permissions must be accepted before starting a call.
1963
+ */
1964
+ deviceChecks?: DeviceCheckOptions;
1965
+ /**
1966
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1967
+ * unable to grant your site the required permissions for the call.
1968
+ *
1969
+ * @example
1970
+ * ```ts
1971
+ * onPermissionsTroubleshootingClick: () =>
1972
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1973
+ * ```
1974
+ *
1975
+ * @remarks
1976
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1977
+ */
1978
+ onPermissionsTroubleshootingClick?: (permissionsState: {
1979
+ camera: PermissionState;
1980
+ microphone: PermissionState;
1981
+ }) => void;
1982
+ /**
1983
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1984
+ * having network issues when connecting to the call.
1985
+ *
1986
+ * @example
1987
+ * ```ts
1988
+ * onNetworkingTroubleShootingClick?: () =>
1989
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
1990
+ * ```
1991
+ *
1992
+ * @remarks
1993
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1994
+ */
1995
+ onNetworkingTroubleShootingClick?: () => void;
1996
+ /**
1997
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1998
+ *
1999
+ * @example
2000
+ * ```ts
2001
+ * onBrowserTroubleShootingClick?: () =>
2002
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
2003
+ * ```
2004
+ *
2005
+ * @remarks
2006
+ * if this is not supplied, the composite will not show a unsupported browser page.
2007
+ */
2008
+ onEnvironmentInfoTroubleshootingClick?: () => void;
1555
2009
  /**
1556
2010
  * Remote participant video tile menu options
1557
2011
  */
@@ -1672,7 +2126,7 @@ export declare type CallCompositeOptions = {
1672
2126
  *
1673
2127
  * @public
1674
2128
  */
1675
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
2129
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest' | /* @conditional-compile-remove(breakout-rooms) */ 'returningFromBreakoutRoom';
1676
2130
 
1677
2131
  /**
1678
2132
  * Props for {@link CallComposite}.
@@ -2166,6 +2620,18 @@ export declare interface CallCompositeStrings {
2166
2620
  * string to be used to start captions
2167
2621
  */
2168
2622
  startCaptionsButtonOnLabel?: string;
2623
+ /**
2624
+ * string to be used to open real time text contextual menu
2625
+ */
2626
+ realTimeTextLabel?: string;
2627
+ /**
2628
+ * string to be used to start real time text
2629
+ */
2630
+ startRealTimeTextLabel?: string;
2631
+ /**
2632
+ * string to be used to when start real time text button is disabled
2633
+ */
2634
+ disabledStartRealTimeTextLabel?: string;
2169
2635
  /**
2170
2636
  * string to be used to stop captions
2171
2637
  */
@@ -2235,43 +2701,83 @@ export declare interface CallCompositeStrings {
2235
2701
  */
2236
2702
  captionsBannerSpinnerText?: string;
2237
2703
  /**
2238
- * transfer page text when showing the transferor who initiated the transfer
2704
+ * Default text for RTT input text box
2239
2705
  */
2240
- transferPageTransferorText: string;
2706
+ realTimeTextInputBoxDefaultText?: string;
2241
2707
  /**
2242
- * transfer page text when showing the transfer target
2708
+ * Error message for RTT input text box when the size exceeds the limit 2000
2243
2709
  */
2244
- transferPageTransferTargetText: string;
2710
+ realTimeTextInputErrorMessage?: string;
2245
2711
  /**
2246
- * transfer page display name for unknown participant
2712
+ * Text to show in the real time text disclosure banner
2247
2713
  */
2248
- transferPageUnknownTransferorDisplayName: string;
2714
+ realTimeTextBannerContent?: string;
2249
2715
  /**
2250
- * transfer page display name for unknown participant
2716
+ * Title text of the real time text disclosure banner
2251
2717
  */
2252
- transferPageUnknownTransferTargetDisplayName: string;
2718
+ realTimeTextBannerTitle?: string;
2253
2719
  /**
2254
- * notice to be announced by narrator the transfer page is showing
2720
+ * Label for the link in the real time text disclosure banner
2255
2721
  */
2256
- transferPageNoticeString: string;
2722
+ realTimeTextBannerLinkLabel?: string;
2257
2723
  /**
2258
- * Title text of the page shown to the user when target participant could not be reached
2724
+ * Title for the container when only captions is enabled
2259
2725
  */
2260
- participantCouldNotBeReachedTitle?: string;
2726
+ captionsOnlyContainerTitle?: string;
2261
2727
  /**
2262
- * More details text of the page shown to the user when target participant could not be reached
2728
+ * Title for the container when only real time text is enabled
2263
2729
  */
2264
- participantCouldNotBeReachedMoreDetails?: string;
2730
+ realTimeTextOnlyContainerTitle?: string;
2265
2731
  /**
2266
- * Title text of the page shown to the user when permission to reach participant is not allowed
2732
+ * Title for the container when both captions and real time text is enabled
2267
2733
  */
2268
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2734
+ captionsAndRealTimeTextContainerTitle?: string;
2269
2735
  /**
2270
- * More details text of the page shown to the user when permission to reach participant is not allowed
2736
+ * Expand button aria label
2271
2737
  */
2272
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2738
+ expandButtonAriaLabel?: string;
2273
2739
  /**
2274
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2740
+ * Minimize button aria label
2741
+ */
2742
+ minimizeButtonAriaLabel?: string;
2743
+ /**
2744
+ * transfer page text when showing the transferor who initiated the transfer
2745
+ */
2746
+ transferPageTransferorText: string;
2747
+ /**
2748
+ * transfer page text when showing the transfer target
2749
+ */
2750
+ transferPageTransferTargetText: string;
2751
+ /**
2752
+ * transfer page display name for unknown participant
2753
+ */
2754
+ transferPageUnknownTransferorDisplayName: string;
2755
+ /**
2756
+ * transfer page display name for unknown participant
2757
+ */
2758
+ transferPageUnknownTransferTargetDisplayName: string;
2759
+ /**
2760
+ * notice to be announced by narrator the transfer page is showing
2761
+ */
2762
+ transferPageNoticeString: string;
2763
+ /**
2764
+ * Title text of the page shown to the user when target participant could not be reached
2765
+ */
2766
+ participantCouldNotBeReachedTitle?: string;
2767
+ /**
2768
+ * More details text of the page shown to the user when target participant could not be reached
2769
+ */
2770
+ participantCouldNotBeReachedMoreDetails?: string;
2771
+ /**
2772
+ * Title text of the page shown to the user when permission to reach participant is not allowed
2773
+ */
2774
+ permissionToReachTargetParticipantNotAllowedTitle?: string;
2775
+ /**
2776
+ * More details text of the page shown to the user when permission to reach participant is not allowed
2777
+ */
2778
+ permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2779
+ /**
2780
+ * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2275
2781
  */
2276
2782
  unableToResolveTenantTitle?: string;
2277
2783
  /**
@@ -2629,6 +3135,18 @@ export declare interface CallCompositeStrings {
2629
3135
  forbidOthersVideoMenuLabel: string;
2630
3136
  /** Label for menu item to permit audio media access */
2631
3137
  permitOthersVideoMenuLabel: string;
3138
+ /** The title of the RealTimeText modal */
3139
+ realTimeTextModalTitle: string;
3140
+ /** The text of the RealTimeText modal */
3141
+ realTimeTextModalText: string;
3142
+ /** The label for the confirm button */
3143
+ realTimeTextConfirmButtonLabel: string;
3144
+ /** The label for the cancel button */
3145
+ realTimeTextCancelButtonLabel: string;
3146
+ /** The aria label for the modal */
3147
+ realTimeTextModalAriaLabel: string;
3148
+ /** The aria label for the close button */
3149
+ realTimeTextCloseModalButtonAriaLabel: string;
2632
3150
  }
2633
3151
 
2634
3152
  /**
@@ -2713,7 +3231,22 @@ export declare type CallErrors = {
2713
3231
  *
2714
3232
  * @public
2715
3233
  */
2716
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.mutedByOthers' | 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
3234
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ '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';
3235
+
3236
+ /**
3237
+ * Represents the name of the call feature stream
3238
+ * @beta
3239
+ */
3240
+ export declare type CallFeatureStreamName = 'togetherMode';
3241
+
3242
+ /**
3243
+ * State only version of {@link @azure/communication-calling#CallFeatureStream}.
3244
+ * Represents call feature stream state.
3245
+ * @beta
3246
+ */
3247
+ export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
3248
+ feature?: CallFeatureStreamName;
3249
+ }
2717
3250
 
2718
3251
  /**
2719
3252
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2866,6 +3399,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2866
3399
  mediaAccess?: MediaAccess;
2867
3400
  };
2868
3401
 
3402
+ /**
3403
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
3404
+ *
3405
+ * @remarks
3406
+ * This is currently in beta and only supports calling one Teams User.
3407
+ *
3408
+ * @example
3409
+ * ```
3410
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
3411
+ * ```
3412
+ *
3413
+ * @beta
3414
+ */
3415
+ export declare type CallParticipantsLocator = {
3416
+ participantIds: string[];
3417
+ };
3418
+
2869
3419
  /**
2870
3420
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2871
3421
  *
@@ -2958,6 +3508,10 @@ export declare interface CallState {
2958
3508
  * Proxy of {@link @azure/communication-calling#CaptionsCallFeature}.
2959
3509
  */
2960
3510
  captionsFeature: CaptionsCallFeatureState;
3511
+ /**
3512
+ * Proxy of {@link @azure/communication-calling#RealTimeTextCallFeature}.
3513
+ */
3514
+ realTimeTextFeature: RealTimeTextCallFeatureState;
2961
3515
  /**
2962
3516
  * Proxy of {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
2963
3517
  */
@@ -2966,6 +3520,10 @@ export declare interface CallState {
2966
3520
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
2967
3521
  */
2968
3522
  recording: RecordingCallFeature;
3523
+ /**
3524
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
3525
+ */
3526
+ localRecording: LocalRecordingCallFeatureState;
2969
3527
  /**
2970
3528
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2971
3529
  *
@@ -2976,6 +3534,11 @@ export declare interface CallState {
2976
3534
  * Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
2977
3535
  */
2978
3536
  raiseHand: RaiseHandCallFeature;
3537
+ /**
3538
+ * Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
3539
+ * @beta
3540
+ */
3541
+ togetherMode: TogetherModeCallFeatureState;
2979
3542
  /**
2980
3543
  * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
2981
3544
  * UI helper props receivedOn which indicates the timestamp when the message was received.
@@ -3022,6 +3585,10 @@ export declare interface CallState {
3022
3585
  * Proxy of {@link @azure/communication-calling#Call.role}.
3023
3586
  */
3024
3587
  role?: ParticipantRole;
3588
+ /**
3589
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3590
+ */
3591
+ totalParticipantCount?: number;
3025
3592
  /**
3026
3593
  * Transfer state of call
3027
3594
  */
@@ -3041,7 +3608,7 @@ export declare interface CallState {
3041
3608
  /**
3042
3609
  * Proxy of {@link @azure/communication-calling#Call.info}.
3043
3610
  */
3044
- info?: TeamsCallInfo;
3611
+ info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
3045
3612
  /**
3046
3613
  * Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
3047
3614
  */
@@ -3234,6 +3801,48 @@ export declare interface CallWithChatAdapterManagement {
3234
3801
  * @public
3235
3802
  */
3236
3803
  disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
3804
+ /**
3805
+ * Create the html view for a togethermode stream.
3806
+ *
3807
+ * @remarks
3808
+ * This method is implemented for composite
3809
+ *
3810
+ * @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
3811
+ *
3812
+ * @beta
3813
+ */
3814
+ createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
3815
+ /**
3816
+ * Start together mode.
3817
+ *
3818
+ * @remarks
3819
+ * This method is implemented for composite
3820
+ *
3821
+ *
3822
+ * @beta
3823
+ */
3824
+ startTogetherMode(): Promise<void>;
3825
+ /**
3826
+ * Recalculate the seating positions for together mode.
3827
+ *
3828
+ * @remarks
3829
+ * This method is implemented for composite
3830
+ *
3831
+ * @param width - Width of the container
3832
+ * @param height - Height of the container
3833
+ *
3834
+ * @beta
3835
+ */
3836
+ setTogetherModeSceneSize(width: number, height: number): void;
3837
+ /**
3838
+ * Dispose the html view for a togethermode stream.
3839
+ *
3840
+ * @remarks
3841
+ * This method is implemented for composite
3842
+ *
3843
+ * @beta
3844
+ */
3845
+ disposeTogetherModeStreamView(): Promise<void>;
3237
3846
  /**
3238
3847
  * Dispose the html view for a screen share stream
3239
3848
  *
@@ -3341,7 +3950,19 @@ export declare interface CallWithChatAdapterManagement {
3341
3950
  *
3342
3951
  * @public
3343
3952
  */
3344
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3953
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3954
+ /**
3955
+ * Upload an inline image for a message.
3956
+ *
3957
+ * @beta
3958
+ */
3959
+ uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
3960
+ /**
3961
+ * Delete an inline image for a message.
3962
+ *
3963
+ * @beta
3964
+ */
3965
+ deleteImage(imageId: string): Promise<void>;
3345
3966
  /**
3346
3967
  * Send a read receipt for a message.
3347
3968
  *
@@ -3359,7 +3980,7 @@ export declare interface CallWithChatAdapterManagement {
3359
3980
  *
3360
3981
  * @public
3361
3982
  */
3362
- updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
3983
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3363
3984
  /**
3364
3985
  * Delete a message in the thread.
3365
3986
  *
@@ -3404,6 +4025,10 @@ export declare interface CallWithChatAdapterManagement {
3404
4025
  * @public
3405
4026
  */
3406
4027
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4028
+ /**
4029
+ * Continues into a call when the browser version is not supported.
4030
+ */
4031
+ allowUnsupportedBrowserVersion(): void;
3407
4032
  /**
3408
4033
  * Function to Start captions
3409
4034
  * @param options - options for start captions
@@ -3505,6 +4130,12 @@ export declare interface CallWithChatAdapterManagement {
3505
4130
  forbidOthersVideo: () => Promise<void>;
3506
4131
  /** permits video for Teams meeting attendees except the local user. */
3507
4132
  permitOthersVideo: () => Promise<void>;
4133
+ /**
4134
+ * Send real time text
4135
+ * @param text - real time text content
4136
+ * @param finalized - Boolean to indicate if the real time text is final
4137
+ */
4138
+ sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
3508
4139
  }
3509
4140
 
3510
4141
  /**
@@ -3536,6 +4167,7 @@ export declare interface CallWithChatAdapterSubscriptions {
3536
4167
  on(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
3537
4168
  on(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
3538
4169
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
4170
+ on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
3539
4171
  on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
3540
4172
  on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
3541
4173
  on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
@@ -3554,6 +4186,7 @@ export declare interface CallWithChatAdapterSubscriptions {
3554
4186
  off(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
3555
4187
  off(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
3556
4188
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
4189
+ off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
3557
4190
  off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
3558
4191
  off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
3559
4192
  off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
@@ -3595,6 +4228,14 @@ export declare interface CallWithChatAdapterUiState {
3595
4228
  * @public
3596
4229
  */
3597
4230
  page: CallCompositePage;
4231
+ /**
4232
+ * State to track whether the end user has opted in to using a
4233
+ * out of date version of a supported browser. Allows the user
4234
+ * to start a call in this state.
4235
+ *
4236
+ * @beta
4237
+ */
4238
+ unsupportedBrowserVersionsAllowed?: boolean;
3598
4239
  }
3599
4240
 
3600
4241
  /**
@@ -3770,6 +4411,62 @@ export declare type CallWithChatCompositeOptions = {
3770
4411
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3771
4412
  */
3772
4413
  callControls?: boolean | CallWithChatControlOptions;
4414
+ /**
4415
+ * Properties for configuring the File Sharing feature.
4416
+ * If undefined, file sharing feature will be disabled.
4417
+ * @beta
4418
+ */
4419
+ attachmentOptions?: AttachmentOptions;
4420
+ /**
4421
+ * Device permissions check options for your call.
4422
+ * Here you can choose what device permissions you prompt the user for,
4423
+ * as well as what device permissions must be accepted before starting a call.
4424
+ */
4425
+ deviceChecks?: DeviceCheckOptions;
4426
+ /**
4427
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
4428
+ * unable to grant your site the required permissions for the call.
4429
+ *
4430
+ * @example
4431
+ * ```ts
4432
+ * onPermissionsTroubleshootingClick: () =>
4433
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
4434
+ * ```
4435
+ *
4436
+ * @remarks
4437
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
4438
+ */
4439
+ onPermissionsTroubleshootingClick?: (permissionsState: {
4440
+ camera: PermissionState;
4441
+ microphone: PermissionState;
4442
+ }) => void;
4443
+ /**
4444
+ * Optional callback to supply users with further troubleshooting steps for network issues
4445
+ * experienced when connecting to a call.
4446
+ *
4447
+ * @example
4448
+ * ```ts
4449
+ * onNetworkingTroubleShootingClick?: () =>
4450
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
4451
+ * ```
4452
+ *
4453
+ * @remarks
4454
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
4455
+ */
4456
+ onNetworkingTroubleShootingClick?: () => void;
4457
+ /**
4458
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
4459
+ *
4460
+ * @example
4461
+ * ```ts
4462
+ * onBrowserTroubleShootingClick?: () =>
4463
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
4464
+ * ```
4465
+ *
4466
+ * @remarks
4467
+ * if this is not supplied, the composite will not show a unsupported browser page.
4468
+ */
4469
+ onEnvironmentInfoTroubleshootingClick?: () => void;
3773
4470
  /**
3774
4471
  * Remote participant video tile menu options
3775
4472
  */
@@ -3872,6 +4569,13 @@ export declare type CallWithChatCompositeOptions = {
3872
4569
  */
3873
4570
  hideSpotlightButtons?: boolean;
3874
4571
  };
4572
+ /**
4573
+ * Enables rich text editor for the send and edit boxes
4574
+ * @defaultValue `false`
4575
+ *
4576
+ * @beta
4577
+ */
4578
+ richTextEditor?: boolean;
3875
4579
  };
3876
4580
 
3877
4581
  /**
@@ -4113,7 +4817,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4113
4817
  *
4114
4818
  * @public
4115
4819
  */
4116
- export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | 'spotlightChanged' | 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4820
+ export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | /* @conditional-compile-remove(rtt) */ 'realTimeTextReceived' | 'capabilitiesChanged' | 'spotlightChanged' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomsUpdated' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4821
+
4822
+ /**
4823
+ * @beta
4824
+ *
4825
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4826
+ * by their browsers settings.
4827
+ */
4828
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4829
+
4830
+ /**
4831
+ * @beta
4832
+ * Props for CameraAndMicrophoneSitePermissions component.
4833
+ */
4834
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4835
+ /** Icon name for the camera icon */
4836
+ cameraIconName?: string;
4837
+ /** Icon name for the microphone icon */
4838
+ microphoneIconName?: string;
4839
+ /** Icon name for the central icon between the camera and microphone icons */
4840
+ connectorIconName?: string;
4841
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4842
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
4843
+ }
4844
+
4845
+ /**
4846
+ * @beta
4847
+ * Strings for CameraAndMicrophoneSitePermissions component.
4848
+ */
4849
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4117
4850
 
4118
4851
  /**
4119
4852
  * A button to turn camera on / off.
@@ -4275,6 +5008,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
4275
5008
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
4276
5009
  }
4277
5010
 
5011
+ /**
5012
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
5013
+ * by their browsers settings.
5014
+ *
5015
+ * @beta
5016
+ */
5017
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
5018
+
5019
+ /**
5020
+ * @beta
5021
+ * Props for CameraSitePermissions component.
5022
+ */
5023
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
5024
+ /** Icon name for the camera icon */
5025
+ cameraIconName?: string;
5026
+ /** Strings for use with the {@link CameraSitePermissions} */
5027
+ strings?: CameraSitePermissionsStrings;
5028
+ }
5029
+
5030
+ /**
5031
+ * @beta
5032
+ * Strings for CameraSitePermissions component.
5033
+ */
5034
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
5035
+
4278
5036
  /**
4279
5037
  * @public
4280
5038
  * Callback function run when a message edit is cancelled.
@@ -4417,10 +5175,22 @@ export declare interface CaptionsBannerProps {
4417
5175
  * Array of captions to be displayed
4418
5176
  */
4419
5177
  captions: CaptionsInformation[];
5178
+ /**
5179
+ * Array of finalized and partial real time text messages
5180
+ */
5181
+ realTimeTexts?: {
5182
+ completedMessages?: RealTimeTextInformation[];
5183
+ currentInProgress?: RealTimeTextInformation[];
5184
+ myInProgress?: RealTimeTextInformation;
5185
+ };
4420
5186
  /**
4421
5187
  * Flag to indicate if captions are on
4422
5188
  */
4423
5189
  isCaptionsOn?: boolean;
5190
+ /**
5191
+ * Flag to indicate if real time text is on
5192
+ */
5193
+ isRealTimeTextOn?: boolean;
4424
5194
  /**
4425
5195
  * Flag to indicate if captions are being started
4426
5196
  * This is used to show spinner while captions are being started
@@ -4447,6 +5217,14 @@ export declare interface CaptionsBannerProps {
4447
5217
  captionsOptions?: {
4448
5218
  height: 'full' | 'default';
4449
5219
  };
5220
+ /**
5221
+ * Optional callback to send real time text.
5222
+ */
5223
+ onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
5224
+ /**
5225
+ * Latest local real time text
5226
+ */
5227
+ latestLocalRealTimeText?: RealTimeTextInformation;
4450
5228
  }
4451
5229
 
4452
5230
  /**
@@ -4455,8 +5233,15 @@ export declare interface CaptionsBannerProps {
4455
5233
  */
4456
5234
  export declare type CaptionsBannerSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
4457
5235
  captions: CaptionsInformation[];
5236
+ realTimeTexts: {
5237
+ completedMessages?: RealTimeTextInformation[];
5238
+ currentInProgress?: RealTimeTextInformation[];
5239
+ myInProgress?: RealTimeTextInformation;
5240
+ };
4458
5241
  isCaptionsOn: boolean;
4459
5242
  startCaptionsInProgress: boolean;
5243
+ isRealTimeTextOn: boolean;
5244
+ latestLocalRealTimeText: RealTimeTextInformation;
4460
5245
  };
4461
5246
 
4462
5247
  /**
@@ -4468,6 +5253,46 @@ export declare interface CaptionsBannerStrings {
4468
5253
  * Spinner text for captions banner
4469
5254
  */
4470
5255
  captionsBannerSpinnerText?: string;
5256
+ /**
5257
+ * Default text for RTT input text box
5258
+ */
5259
+ realTimeTextInputBoxDefaultText?: string;
5260
+ /**
5261
+ * Error message for RTT input text box when the size exceeds the limit 2000
5262
+ */
5263
+ realTimeTextInputErrorMessage?: string;
5264
+ /**
5265
+ * Real time text disclosure banner title
5266
+ */
5267
+ realTimeTextBannerTitle?: string;
5268
+ /**
5269
+ * Real time text disclosure banner content
5270
+ */
5271
+ realTimeTextBannerContent?: string;
5272
+ /**
5273
+ * Real time text disclosure banner link label
5274
+ */
5275
+ realTimeTextBannerLinkLabel?: string;
5276
+ /**
5277
+ * Title for the container when only captions is enabled
5278
+ */
5279
+ captionsOnlyContainerTitle?: string;
5280
+ /**
5281
+ * Title for the container when only real time text is enabled
5282
+ */
5283
+ realTimeTextOnlyContainerTitle?: string;
5284
+ /**
5285
+ * Title for the container when both captions and real time text is enabled
5286
+ */
5287
+ captionsAndRealTimeTextContainerTitle?: string;
5288
+ /**
5289
+ * Expand button aria label
5290
+ */
5291
+ expandButtonAriaLabel?: string;
5292
+ /**
5293
+ * Minimize button aria label
5294
+ */
5295
+ minimizeButtonAriaLabel?: string;
4471
5296
  }
4472
5297
 
4473
5298
  /**
@@ -4579,6 +5404,12 @@ export declare type CaptionsInformation = {
4579
5404
  * id of the speaker
4580
5405
  */
4581
5406
  userId?: string;
5407
+ /**
5408
+ * timestamp when the caption was created
5409
+ * Please note that this value is essential for determining the order of captions and real time text messages
5410
+ * If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
5411
+ */
5412
+ createdTimeStamp?: Date;
4582
5413
  };
4583
5414
 
4584
5415
  /**
@@ -4821,7 +5652,15 @@ export declare interface ChatAdapterThreadManagement {
4821
5652
  * Send a message in the thread.
4822
5653
  * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
4823
5654
  */
4824
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
5655
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
5656
+ /**
5657
+ * Upload an inline image for a message.
5658
+ */
5659
+ uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
5660
+ /**
5661
+ * Delete an inline image for a message.
5662
+ */
5663
+ deleteImage(imageId: string): Promise<void>;
4825
5664
  /**
4826
5665
  * Send a read receipt for a message.
4827
5666
  */
@@ -4842,7 +5681,7 @@ export declare interface ChatAdapterThreadManagement {
4842
5681
  * Update a message content.
4843
5682
  * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
4844
5683
  */
4845
- updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
5684
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
4846
5685
  /**
4847
5686
  * Delete a message in the thread.
4848
5687
  */
@@ -4980,6 +5819,7 @@ export declare type ChatCompositeIcons = {
4980
5819
  ParticipantItemOptionsHovered?: JSX.Element;
4981
5820
  SendBoxSend?: JSX.Element;
4982
5821
  SendBoxSendHovered?: JSX.Element;
5822
+ SendBoxAttachFile?: JSX.Element;
4983
5823
  };
4984
5824
 
4985
5825
  /**
@@ -5008,6 +5848,13 @@ export declare type ChatCompositeOptions = {
5008
5848
  * @defaultValue true
5009
5849
  */
5010
5850
  errorBar?: boolean;
5851
+ /**
5852
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
5853
+ * @defaultValue false
5854
+ *
5855
+ * @beta
5856
+ */
5857
+ participantPane?: boolean;
5011
5858
  /**
5012
5859
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
5013
5860
  * @defaultValue true
@@ -5018,6 +5865,19 @@ export declare type ChatCompositeOptions = {
5018
5865
  * When undefined nothing has focus on render
5019
5866
  */
5020
5867
  autoFocus?: 'sendBoxTextField';
5868
+ /**
5869
+ * Properties for configuring the File Sharing feature.
5870
+ * If undefined, file sharing feature will be disabled.
5871
+ * @beta
5872
+ */
5873
+ attachmentOptions?: AttachmentOptions;
5874
+ /**
5875
+ * Enables rich text editor for the send and edit boxes
5876
+ * @defaultValue `false`
5877
+ *
5878
+ * @beta
5879
+ */
5880
+ richTextEditor?: boolean;
5021
5881
  };
5022
5882
 
5023
5883
  /**
@@ -5045,6 +5905,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
5045
5905
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
5046
5906
  */
5047
5907
  options?: ChatCompositeOptions;
5908
+ /**
5909
+ * Optimizes the composite form factor for either desktop or mobile.
5910
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
5911
+ * @defaultValue 'desktop'
5912
+ */
5913
+ formFactor?: 'desktop' | 'mobile';
5048
5914
  }
5049
5915
 
5050
5916
  /**
@@ -5059,6 +5925,26 @@ export declare interface ChatCompositeStrings {
5059
5925
  * Chat list header text
5060
5926
  */
5061
5927
  chatListHeader: string;
5928
+ /**
5929
+ * Upload Attachment Button text
5930
+ */
5931
+ uploadAttachment: string;
5932
+ /**
5933
+ * Error Message for image data is not provided for image upload
5934
+ */
5935
+ uploadImageDataNotProvided: string;
5936
+ /**
5937
+ * Error Message for upload image is too large
5938
+ */
5939
+ uploadImageIsTooLarge: string;
5940
+ /**
5941
+ * Error Message for unsupported image extension for image upload
5942
+ */
5943
+ uploadImageExtensionIsNotAllowed: string;
5944
+ /**
5945
+ * Error Message for unable to upload image
5946
+ */
5947
+ uploadImageFailed: string;
5062
5948
  }
5063
5949
 
5064
5950
  /**
@@ -5107,7 +5993,7 @@ export declare type ChatErrors = {
5107
5993
  *
5108
5994
  * @public
5109
5995
  */
5110
- 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';
5996
+ 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';
5111
5997
 
5112
5998
  /**
5113
5999
  * Object containing all the handlers required for chat components.
@@ -5118,13 +6004,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
5118
6004
  * @public
5119
6005
  */
5120
6006
  export declare type ChatHandlers = {
5121
- onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
6007
+ onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
6008
+ onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
6009
+ onDeleteImage: (imageId: string) => Promise<void>;
5122
6010
  onMessageSeen: (chatMessageId: string) => Promise<void>;
5123
6011
  onTyping: () => Promise<void>;
5124
6012
  onRemoveParticipant: (userId: string) => Promise<void>;
5125
6013
  updateThreadTopicName: (topicName: string) => Promise<void>;
5126
6014
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
5127
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
6015
+ onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
5128
6016
  onDeleteMessage: (messageId: string) => Promise<void>;
5129
6017
  };
5130
6018
 
@@ -5167,6 +6055,12 @@ export declare interface ChatMessage extends MessageCommon {
5167
6055
  attachments?: AttachmentMetadata[];
5168
6056
  }
5169
6057
 
6058
+ /**
6059
+ * @beta
6060
+ * Type of the message content, either 'text' or 'html'.
6061
+ */
6062
+ export declare type ChatMessageType = 'text' | 'html';
6063
+
5170
6064
  /**
5171
6065
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
5172
6066
  * client-side only metadata for chat messages.
@@ -5273,6 +6167,8 @@ export declare type ChatThreadClientState = {
5273
6167
  */
5274
6168
  export declare type ChatThreadProperties = {
5275
6169
  topic?: string;
6170
+ createdBy?: CommunicationIdentifierKind;
6171
+ messagingPolicy?: MessagingPolicy;
5276
6172
  };
5277
6173
 
5278
6174
  /**
@@ -5539,6 +6435,7 @@ export declare interface CommonCallingHandlers {
5539
6435
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
5540
6436
  onRemoveParticipant(userId: string): Promise<void>;
5541
6437
  onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
6438
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
5542
6439
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
5543
6440
  onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
5544
6441
  onRejectCall: (incomingCallId: string) => Promise<void>;
@@ -5549,6 +6446,7 @@ export declare interface CommonCallingHandlers {
5549
6446
  onStopNoiseSuppressionEffect: () => Promise<void>;
5550
6447
  onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
5551
6448
  onStopCaptions: () => Promise<void>;
6449
+ onSendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
5552
6450
  onSetSpokenLanguage: (language: string) => Promise<void>;
5553
6451
  onSetCaptionLanguage: (language: string) => Promise<void>;
5554
6452
  onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
@@ -5557,6 +6455,30 @@ export declare interface CommonCallingHandlers {
5557
6455
  onStopAllSpotlight: () => Promise<void>;
5558
6456
  onMuteParticipant: (userId: string) => Promise<void>;
5559
6457
  onMuteAllRemoteParticipants: () => Promise<void>;
6458
+ /**
6459
+ * Call back to create a view for together mode
6460
+ *
6461
+ * @beta
6462
+ */
6463
+ onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
6464
+ /**
6465
+ * Call back to create a view for together mode
6466
+ *
6467
+ * @beta
6468
+ */
6469
+ onStartTogetherMode: () => Promise<void>;
6470
+ /**
6471
+ * Call set together mode scene size
6472
+ *
6473
+ * @beta
6474
+ */
6475
+ onSetTogetherModeSceneSize: (width: number, height: number) => void;
6476
+ /**
6477
+ * Call back to dispose together mode views
6478
+ *
6479
+ * @beta
6480
+ */
6481
+ onDisposeTogetherModeStreamView: () => Promise<void>;
5560
6482
  /**
5561
6483
  * Forbid remote participants from sending audio
5562
6484
  *
@@ -5609,12 +6531,45 @@ export declare type CommonProperties<A, B> = {
5609
6531
  }[keyof A & keyof B];
5610
6532
 
5611
6533
  /**
5612
- * A Chat or Calling participant's state, as reflected in the UI.
5613
- *
5614
- * @public
6534
+ * @beta
6535
+ * Props for SitePermissions components.
5615
6536
  */
5616
- export declare type CommunicationParticipant = {
5617
- /** User ID of participant */
6537
+ export declare interface CommonSitePermissionsProps {
6538
+ /**
6539
+ * Name of application calling experience is in.
6540
+ */
6541
+ appName: string;
6542
+ /**
6543
+ * Kind of the Site Permissions component.
6544
+ */
6545
+ kind: 'request' | 'denied' | 'check';
6546
+ /**
6547
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
6548
+ */
6549
+ browserHint?: 'safari' | 'unset';
6550
+ /**
6551
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
6552
+ * If this is not provided the button will not be shown.
6553
+ */
6554
+ onTroubleshootingClick?: () => void;
6555
+ /**
6556
+ * Action that is taken when the user clicks the continue anyway button.
6557
+ * If this is not provided the button will not be shown.
6558
+ */
6559
+ onContinueAnywayClick?: () => void;
6560
+ /**
6561
+ * Styles for SitePermissions component.
6562
+ */
6563
+ styles?: SitePermissionsStyles;
6564
+ }
6565
+
6566
+ /**
6567
+ * A Chat or Calling participant's state, as reflected in the UI.
6568
+ *
6569
+ * @public
6570
+ */
6571
+ export declare type CommunicationParticipant = {
6572
+ /** User ID of participant */
5618
6573
  userId: string;
5619
6574
  /** Display name of participant */
5620
6575
  displayName?: string;
@@ -5805,6 +6760,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5805
6760
  export declare interface ComponentLocale {
5806
6761
  /** Strings for components */
5807
6762
  strings: ComponentStrings;
6763
+ /**
6764
+ * Optional function to provide customized date format.
6765
+ * @beta
6766
+ */
6767
+ onDisplayDateTimeString?: (messageDate: Date) => string;
5808
6768
  }
5809
6769
 
5810
6770
  /**
@@ -5854,6 +6814,10 @@ export declare interface ComponentStrings {
5854
6814
  typingIndicator: TypingIndicatorStrings;
5855
6815
  /** Strings for SendBox */
5856
6816
  sendBox: SendBoxStrings;
6817
+ /** Strings for RichTextSendBox */
6818
+ richTextSendBox: RichTextSendBoxStrings;
6819
+ /** Strings for MentionPopover */
6820
+ mentionPopover: MentionPopoverStrings;
5857
6821
  /** Strings for ImageOverlay */
5858
6822
  imageOverlay: ImageOverlayStrings;
5859
6823
  /** Strings for MessageStatusIndicator */
@@ -5870,13 +6834,53 @@ export declare interface ComponentStrings {
5870
6834
  videoTile: VideoTileStrings;
5871
6835
  /** Strings for HoldButton */
5872
6836
  holdButton: HoldButtonStrings;
6837
+ /** Strings for a site's permission request prompt */
6838
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
6839
+ /** Strings for a site's permission request prompt */
6840
+ CameraSitePermissionsRequest: SitePermissionsStrings;
6841
+ /** Strings for a site's permission request prompt */
6842
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
6843
+ /** Strings for a site's permission generic checking prompt */
6844
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
6845
+ /** Strings for a site's permission generic checking prompt */
6846
+ CameraSitePermissionsCheck: SitePermissionsStrings;
6847
+ /** Strings for a site's permission generic checking prompt */
6848
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
6849
+ /** Strings for a site's permission denied prompt */
6850
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
6851
+ /** Strings for a site's permission denied prompt for safari browsers*/
6852
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6853
+ /** Strings for a site's permission denied prompt */
6854
+ CameraSitePermissionsDenied: SitePermissionsStrings;
6855
+ /** Strings for a site's permission denied prompt */
6856
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
6857
+ /** Strings for a site's permission denied prompt for safari browsers*/
6858
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
6859
+ /** Strings for a site's permission denied prompt for safari browsers*/
6860
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6861
+ /** Strings for unsupported browser UI */
6862
+ UnsupportedBrowser: UnsupportedBrowserStrings;
6863
+ /** Strings for unsupported browser version UI */
6864
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
6865
+ /** Strings for unsupported browser version UI */
6866
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
6867
+ /** Strings for BrowserPemissionDenied */
6868
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
6869
+ /** Strings for BrowserPemissionDeniedIOS */
6870
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
5873
6871
  /**
5874
6872
  * Strings for the VerticalGallery.
5875
6873
  */
5876
6874
  verticalGallery: VerticalGalleryStrings;
6875
+ /** Strings for the participant list component */
6876
+ ParticipantList: ParticipantListStrings;
5877
6877
  /** Strings for the MeetingConferencePhoneInfoModal */
5878
6878
  meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
5879
6879
  IncomingCallNotification: IncomingCallNotificationStrings;
6880
+ /** Strings for the RealTimeTextModal */
6881
+ realTimeTextModal: RealTimeTextModalStrings;
6882
+ /** Strings for RealTimeText */
6883
+ realTimeText: RealTimeTextStrings;
5880
6884
  /** Strings for Captions Setting Modal */
5881
6885
  captionsSettingsModal: CaptionsSettingsModalStrings;
5882
6886
  /**
@@ -5891,6 +6895,8 @@ export declare interface ComponentStrings {
5891
6895
  captionsBanner: CaptionsBannerStrings;
5892
6896
  /** Strings for Start Captions Button */
5893
6897
  startCaptionsButton: StartCaptionsButtonStrings;
6898
+ /** Strings for Start RealTimeText Button */
6899
+ startRealTimeTextButton: StartRealTimeTextButtonStrings;
5894
6900
  }
5895
6901
 
5896
6902
  /**
@@ -6442,7 +7448,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
6442
7448
  /**
6443
7449
  * @public
6444
7450
  */
6445
- export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
7451
+ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
6446
7452
 
6447
7453
  /**
6448
7454
  * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
@@ -6452,7 +7458,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
6452
7458
  *
6453
7459
  * @public
6454
7460
  */
6455
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
7461
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6456
7462
 
6457
7463
  /**
6458
7464
  * Object returned after creating a local or remote VideoStream.
@@ -6687,7 +7693,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6687
7693
  RaiseHandContextualMenuItem: React_2.JSX.Element;
6688
7694
  LowerHandContextualMenuItem: React_2.JSX.Element;
6689
7695
  ReactionButtonIcon: React_2.JSX.Element;
7696
+ CancelAttachmentUpload: React_2.JSX.Element;
7697
+ DownloadAttachment: React_2.JSX.Element;
6690
7698
  OpenAttachment: React_2.JSX.Element;
7699
+ AttachmentMoreMenu: React_2.JSX.Element;
7700
+ DataLossPreventionProhibited: React_2.JSX.Element;
6691
7701
  EditBoxCancel: React_2.JSX.Element;
6692
7702
  EditBoxSubmit: React_2.JSX.Element;
6693
7703
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -6737,6 +7747,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6737
7747
  VideoTileMicOff: React_2.JSX.Element;
6738
7748
  VideoTileCameraOff: React_2.JSX.Element;
6739
7749
  DialpadBackspace: React_2.JSX.Element;
7750
+ SitePermissionsSparkle: React_2.JSX.Element;
7751
+ SitePermissionCamera: React_2.JSX.Element;
7752
+ SitePermissionMic: React_2.JSX.Element;
7753
+ SitePermissionCameraDenied: React_2.JSX.Element;
7754
+ SitePermissionMicDenied: React_2.JSX.Element;
7755
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
7756
+ BrowserPermissionDeniedError: React_2.JSX.Element;
6740
7757
  VideoTilePinned: React_2.JSX.Element;
6741
7758
  ParticipantItemPinned: React_2.JSX.Element;
6742
7759
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -6766,10 +7783,28 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6766
7783
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6767
7784
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6768
7785
  VideoTileSpotlighted: React_2.JSX.Element;
7786
+ RichTextBoldButtonIcon: React_2.JSX.Element;
7787
+ RichTextItalicButtonIcon: React_2.JSX.Element;
7788
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
7789
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
7790
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
7791
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
7792
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
7793
+ RichTextDividerIcon: React_2.JSX.Element;
7794
+ RichTextEditorButtonIcon: React_2.JSX.Element;
7795
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
7796
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
7797
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
7798
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
7799
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6769
7800
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
6770
7801
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
6771
7802
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
6772
7803
  IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
7804
+ NotificationBarTogetherModeIcon: React_2.JSX.Element;
7805
+ RealTimeTextIcon: React_2.JSX.Element;
7806
+ ExpandIcon: React_2.JSX.Element;
7807
+ MinimizeIcon: React_2.JSX.Element;
6773
7808
  };
6774
7809
 
6775
7810
  /**
@@ -6790,6 +7825,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6790
7825
  ParticipantItemOptionsHovered: JSX.Element;
6791
7826
  SendBoxSend: JSX.Element;
6792
7827
  SendBoxSendHovered: JSX.Element;
7828
+ SendBoxAttachFile?: JSX.Element | undefined;
6793
7829
  ControlBarPeopleButton?: JSX.Element | undefined;
6794
7830
  ControlButtonCameraOff: JSX.Element;
6795
7831
  ControlButtonCameraOn: JSX.Element;
@@ -6870,6 +7906,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6870
7906
  JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
6871
7907
  PeoplePaneMoreButton?: JSX.Element | undefined;
6872
7908
  StopAllSpotlightMenuButton?: JSX.Element | undefined;
7909
+ TogetherModeLayout?: JSX.Element | undefined;
6873
7910
  ChevronLeft?: JSX.Element | undefined;
6874
7911
  ControlBarChatButtonActive?: JSX.Element | undefined;
6875
7912
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -6879,10 +7916,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6879
7916
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
6880
7917
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
6881
7918
  MoreDrawerSpeakers?: JSX.Element | undefined;
6882
- SendBoxAttachFile?: JSX.Element | undefined;
6883
7919
  ChatMessageOptions: React_2.JSX.Element;
6884
7920
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
7921
+ CancelAttachmentUpload: React_2.JSX.Element;
7922
+ DownloadAttachment: React_2.JSX.Element;
6885
7923
  OpenAttachment: React_2.JSX.Element;
7924
+ AttachmentMoreMenu: React_2.JSX.Element;
7925
+ DataLossPreventionProhibited: React_2.JSX.Element;
6886
7926
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6887
7927
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6888
7928
  ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
@@ -6900,6 +7940,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6900
7940
  ResumeCall: React_2.JSX.Element;
6901
7941
  VideoTileCameraOff: React_2.JSX.Element;
6902
7942
  DialpadBackspace: React_2.JSX.Element;
7943
+ SitePermissionsSparkle: React_2.JSX.Element;
7944
+ SitePermissionCamera: React_2.JSX.Element;
7945
+ SitePermissionMic: React_2.JSX.Element;
7946
+ SitePermissionCameraDenied: React_2.JSX.Element;
7947
+ SitePermissionMicDenied: React_2.JSX.Element;
7948
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
7949
+ BrowserPermissionDeniedError: React_2.JSX.Element;
6903
7950
  VideoTilePinned: React_2.JSX.Element;
6904
7951
  ParticipantItemPinned: React_2.JSX.Element;
6905
7952
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -6929,12 +7976,60 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6929
7976
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6930
7977
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6931
7978
  VideoTileSpotlighted: React_2.JSX.Element;
7979
+ RichTextBoldButtonIcon: React_2.JSX.Element;
7980
+ RichTextItalicButtonIcon: React_2.JSX.Element;
7981
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
7982
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
7983
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
7984
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
7985
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
7986
+ RichTextDividerIcon: React_2.JSX.Element;
7987
+ RichTextEditorButtonIcon: React_2.JSX.Element;
7988
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
7989
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
7990
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
7991
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
7992
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6932
7993
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
6933
7994
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
6934
7995
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
6935
7996
  IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
7997
+ NotificationBarTogetherModeIcon: React_2.JSX.Element;
7998
+ RealTimeTextIcon: React_2.JSX.Element;
7999
+ ExpandIcon: React_2.JSX.Element;
8000
+ MinimizeIcon: React_2.JSX.Element;
6936
8001
  };
6937
8002
 
8003
+ /**
8004
+ * @beta
8005
+ *
8006
+ * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
8007
+ */
8008
+ export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
8009
+
8010
+ /**
8011
+ * Device Checks.
8012
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
8013
+ *
8014
+ * @beta
8015
+ */
8016
+ export declare interface DeviceCheckOptions {
8017
+ /**
8018
+ * Camera Permission prompts for your call.
8019
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
8020
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8021
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8022
+ */
8023
+ camera: 'required' | 'optional' | 'doNotPrompt';
8024
+ /**
8025
+ * Microphone permission prompts for your call.
8026
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
8027
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8028
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8029
+ */
8030
+ microphone: 'required' | 'optional' | 'doNotPrompt';
8031
+ }
8032
+
6938
8033
  /**
6939
8034
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
6940
8035
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -7612,7 +8707,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
7612
8707
  *
7613
8708
  * @public
7614
8709
  */
7615
- 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;
8710
+ 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;
7616
8711
 
7617
8712
  /**
7618
8713
  * Get the selector for a specified component.
@@ -7798,6 +8893,10 @@ export declare interface _Identifiers {
7798
8893
  verticalGalleryVideoTile: string;
7799
8894
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
7800
8895
  verticalGalleryPageCounter: string;
8896
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
8897
+ mentionSuggestionList: string;
8898
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
8899
+ mentionSuggestionItem: string;
7801
8900
  }
7802
8901
 
7803
8902
  /**
@@ -7863,6 +8962,13 @@ export declare interface ImageOverlayStrings {
7863
8962
  overlayVisibleMessage: string;
7864
8963
  }
7865
8964
 
8965
+ /**
8966
+ * Preset dark theme for the ImageOverlay component.
8967
+ *
8968
+ * @public
8969
+ */
8970
+ export declare const imageOverlayTheme: PartialTheme;
8971
+
7866
8972
  /**
7867
8973
  * @public
7868
8974
  * This contains a readonly array that returns all the active `incomingCalls`.
@@ -8316,6 +9422,28 @@ export declare type LocalizationProviderProps = {
8316
9422
  children: React_2.ReactNode;
8317
9423
  };
8318
9424
 
9425
+ /**
9426
+ * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
9427
+ * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
9428
+ *
9429
+ * @beta
9430
+ */
9431
+ export declare interface LocalRecordingCallFeatureState {
9432
+ /**
9433
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
9434
+ */
9435
+ isLocalRecordingActive: boolean;
9436
+ /**
9437
+ * Contains list of information of started recordings
9438
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
9439
+ */
9440
+ activeLocalRecordings?: LocalRecordingInfo[];
9441
+ /**
9442
+ * Contains list of information of stopped recordings
9443
+ */
9444
+ lastStoppedLocalRecording?: LocalRecordingInfo[];
9445
+ }
9446
+
8319
9447
  /**
8320
9448
  * @public
8321
9449
  */
@@ -8485,6 +9613,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8485
9613
  meetingConferencePhoneInfoModalNoPhoneAvailable: string;
8486
9614
  }
8487
9615
 
9616
+ /**
9617
+ * Mention's state, as reflected in the UI.
9618
+ *
9619
+ * @beta
9620
+ */
9621
+ export declare interface Mention {
9622
+ /** ID of a mention */
9623
+ id: string;
9624
+ /** Display text of a mention */
9625
+ displayText: string;
9626
+ /** Optional React element to render an item icon of a mention suggestion */
9627
+ icon?: JSX.Element;
9628
+ }
9629
+
9630
+ /**
9631
+ * Options to display suggestions in the mention scenario.
9632
+ *
9633
+ * @beta
9634
+ */
9635
+ export declare interface MentionDisplayOptions {
9636
+ /**
9637
+ * Optional callback for customizing the mention renderer in a message thread.
9638
+ */
9639
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
9640
+ }
9641
+
9642
+ /**
9643
+ * Options to lookup suggestions in the mention scenario.
9644
+ *
9645
+ * @beta
9646
+ */
9647
+ export declare interface MentionLookupOptions {
9648
+ /**
9649
+ * Optional string to set trigger keyword for mention a specific participant.
9650
+ *
9651
+ * @defaultValue `@`
9652
+ */
9653
+ trigger?: string;
9654
+ /**
9655
+ * Optional callback to fetch a list of mention suggestions base on the query.
9656
+ */
9657
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
9658
+ /**
9659
+ * Optional callback to render an item of the mention suggestions list.
9660
+ */
9661
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
9662
+ }
9663
+
9664
+ /**
9665
+ * Options to lookup suggestions and display mentions in the mention scenario.
9666
+ *
9667
+ * @beta
9668
+ */
9669
+ export declare type MentionOptions = {
9670
+ lookupOptions?: MentionLookupOptions;
9671
+ displayOptions?: MentionDisplayOptions;
9672
+ };
9673
+
9674
+ /**
9675
+ * Strings of {@link _MentionPopover} that can be overridden.
9676
+ *
9677
+ * @beta
9678
+ */
9679
+ export declare interface MentionPopoverStrings {
9680
+ /**
9681
+ * Header text for MentionPopover
9682
+ */
9683
+ mentionPopoverHeader: string;
9684
+ }
9685
+
8488
9686
  /**
8489
9687
  * Discriminated union of all messages.
8490
9688
  *
@@ -8492,7 +9690,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8492
9690
  *
8493
9691
  * @public
8494
9692
  */
8495
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
9693
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
8496
9694
 
8497
9695
  /**
8498
9696
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -8534,6 +9732,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
8534
9732
  */
8535
9733
  export declare type MessageEditedListener = MessageReceivedListener;
8536
9734
 
9735
+ /**
9736
+ * @beta
9737
+ * Message option that defines properties that can be set when
9738
+ * sending or updating a chat message.
9739
+ * @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
9740
+ * @property attachments - Attachments that contains file attachments attached to the message.
9741
+ * @property type - Type of the message content, either 'text' or 'html'.
9742
+ */
9743
+ export declare type MessageOptions = {
9744
+ metadata?: Record<string, string>;
9745
+ attachments?: AttachmentMetadata[];
9746
+ type?: ChatMessageType;
9747
+ };
9748
+
8537
9749
  /**
8538
9750
  * Props to render a single message.
8539
9751
  *
@@ -8549,7 +9761,7 @@ export declare type MessageProps = {
8549
9761
  /**
8550
9762
  * Strings from parent MessageThread component
8551
9763
  */
8552
- strings: MessageThreadStrings;
9764
+ strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
8553
9765
  /**
8554
9766
  * Custom CSS styles for chat message container.
8555
9767
  */
@@ -8595,7 +9807,7 @@ export declare type MessageProps = {
8595
9807
  * @param options - message options to be included in the message
8596
9808
  *
8597
9809
  */
8598
- onSendMessage?: (content: string) => Promise<void>;
9810
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
8599
9811
  };
8600
9812
 
8601
9813
  /**
@@ -8727,7 +9939,7 @@ export declare type MessageThreadProps = {
8727
9939
  /**
8728
9940
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
8729
9941
  */
8730
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
9942
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
8731
9943
  /**
8732
9944
  * number of participants in the thread
8733
9945
  */
@@ -8808,6 +10020,11 @@ export declare type MessageThreadProps = {
8808
10020
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
8809
10021
  */
8810
10022
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
10023
+ /**
10024
+ * Optional callback to render attachments in the message component.
10025
+ * @beta
10026
+ */
10027
+ onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
8811
10028
  /**
8812
10029
  * Optional callback to edit a message.
8813
10030
  *
@@ -8836,7 +10053,7 @@ export declare type MessageThreadProps = {
8836
10053
  * @param options - message options to be included in the message
8837
10054
  *
8838
10055
  */
8839
- onSendMessage?: (content: string) => Promise<void>;
10056
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
8840
10057
  /**
8841
10058
  /**
8842
10059
  * Disable editing messages.
@@ -8850,11 +10067,32 @@ export declare type MessageThreadProps = {
8850
10067
  * Optional strings to override in component
8851
10068
  */
8852
10069
  strings?: Partial<MessageThreadStrings>;
10070
+ /**
10071
+ * @beta
10072
+ * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
10073
+ * As this moment, the uploadOptions would be ignored and this option is intended for download only.
10074
+ */
10075
+ attachmentOptions?: AttachmentOptions;
10076
+ /**
10077
+ * Optional function to provide customized date format.
10078
+ * @beta
10079
+ */
10080
+ onDisplayDateTimeString?: (messageDate: Date) => string;
10081
+ /**
10082
+ * Optional props needed to lookup a mention query and display mentions
10083
+ * @beta
10084
+ */
10085
+ mentionOptions?: MentionOptions;
8853
10086
  /**
8854
10087
  * Optional callback called when an inline image is clicked.
8855
10088
  * @beta
8856
10089
  */
8857
10090
  inlineImageOptions?: InlineImageOptions;
10091
+ /**
10092
+ * Options to enable rich text editor for the edit box.
10093
+ * @beta
10094
+ */
10095
+ richTextEditorOptions?: RichTextEditBoxOptions;
8858
10096
  };
8859
10097
 
8860
10098
  /**
@@ -8932,10 +10170,20 @@ export declare interface MessageThreadStrings {
8932
10170
  actionMenuMoreOptions?: string;
8933
10171
  /** Aria label to announce when a message is deleted */
8934
10172
  messageDeletedAnnouncementAriaLabel: string;
10173
+ /** String for download attachment button in attachment card */
10174
+ downloadAttachment: string;
8935
10175
  /** String for open attachment button in attachment card */
8936
10176
  openAttachment: string;
10177
+ /** String for policy violation message removal */
10178
+ blockedWarningText: string;
10179
+ /** String for policy violation message removal details link */
10180
+ blockedWarningLinkText: string;
8937
10181
  /** String for aria text in attachment card group*/
8938
10182
  attachmentCardGroupMessage: string;
10183
+ /**
10184
+ * Error message indicating that one or more image uploads are not complete.
10185
+ */
10186
+ imageUploadsPendingError: string;
8939
10187
  }
8940
10188
 
8941
10189
  /**
@@ -8963,10 +10211,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
8963
10211
  /** Styles for system message container. */
8964
10212
  systemMessageContainer?: ComponentSlotStyle;
8965
10213
  /** Styles for blocked message container. */
10214
+ blockedMessageContainer?: ComponentSlotStyle;
8966
10215
  /** Styles for message status indicator container. */
8967
10216
  messageStatusContainer?: (mine: boolean) => IStyle;
8968
10217
  }
8969
10218
 
10219
+ /**
10220
+ *
10221
+ * Messaging policy of a chat thread.
10222
+ *
10223
+ * @beta
10224
+ */
10225
+ export declare interface MessagingPolicy {
10226
+ /**
10227
+ * Boolean to track whether or not messages are restricted to only text.
10228
+ * */
10229
+ textOnlyChat?: boolean;
10230
+ }
10231
+
8970
10232
  /**
8971
10233
  * A button to turn microphone on / off.
8972
10234
  *
@@ -9159,6 +10421,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
9159
10421
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
9160
10422
  }
9161
10423
 
10424
+ /**
10425
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
10426
+ * by their browsers settings.
10427
+ *
10428
+ * @beta
10429
+ */
10430
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
10431
+
10432
+ /**
10433
+ * @beta
10434
+ * Props for MicrophoneSitePermissions component.
10435
+ */
10436
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
10437
+ /** Icon name for the microphone icon */
10438
+ microphoneIconName?: string;
10439
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
10440
+ strings?: MicrophoneSitePermissionsStrings;
10441
+ }
10442
+
10443
+ /**
10444
+ * @beta
10445
+ * Strings for MicrophoneSitePermissions component.
10446
+ */
10447
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
10448
+
9162
10449
  /**
9163
10450
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
9164
10451
  *
@@ -9508,6 +10795,8 @@ export declare interface NotificationStackStrings {
9508
10795
  * Message shown in notification when capability unMuteMic is absent
9509
10796
  */
9510
10797
  capabilityUnmuteMicAbsent?: NotificationStrings;
10798
+ togetherModeStarted?: NotificationStrings;
10799
+ togetherModeEnded?: NotificationStrings;
9511
10800
  }
9512
10801
 
9513
10802
  /**
@@ -9579,7 +10868,7 @@ export declare interface NotificationStyles {
9579
10868
  }
9580
10869
 
9581
10870
  /** @public */
9582
- export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
10871
+ export declare type NotificationTarget = /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomOpened' | /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomOpenedPromptJoin' | /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomChanged' | /* @conditional-compile-remove(breakout-rooms) */ 'assignedBreakoutRoomClosed' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomJoined' | /* @conditional-compile-remove(breakout-rooms) */ 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent' | /* @conditional-compile-remove(together-mode) */ 'togetherModeStarted' | /* @conditional-compile-remove(together-mode) */ 'togetherModeEnded';
9583
10872
 
9584
10873
  /**
9585
10874
  * All notifications that can be shown in the {@link NotificationStack}.
@@ -9878,6 +11167,10 @@ export declare type ParticipantListProps = {
9878
11167
  styles?: ParticipantListStyles;
9879
11168
  /** Optional value to determine if the tooltip should be shown for participants or not */
9880
11169
  showParticipantOverflowTooltip?: boolean;
11170
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
11171
+ totalParticipantCount?: number;
11172
+ /** Strings for the participant list */
11173
+ strings?: ParticipantListStrings;
9881
11174
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
9882
11175
  participantAriaLabelledBy?: string;
9883
11176
  /** List of pinned participants */
@@ -9892,8 +11185,21 @@ export declare type ParticipantListProps = {
9892
11185
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
9893
11186
  participants: CallParticipantListParticipant[];
9894
11187
  myUserId: string;
11188
+ totalParticipantCount?: number;
9895
11189
  };
9896
11190
 
11191
+ /**
11192
+ * Strings for the {@link ParticipantList}.
11193
+ *
11194
+ * @beta
11195
+ */
11196
+ export declare interface ParticipantListStrings {
11197
+ /**
11198
+ * String for rendering the count of participants not contained in the displayed participant list
11199
+ */
11200
+ overflowParticipantCount?: string;
11201
+ }
11202
+
9897
11203
  /**
9898
11204
  * Styles for the {@link ParticipantList}.
9899
11205
  *
@@ -10377,132 +11683,361 @@ export declare type ReadReceiptsBySenderId = {
10377
11683
  };
10378
11684
 
10379
11685
  /**
10380
- * State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
10381
- * automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
10382
- *
10383
- * @public
11686
+ * @beta
11687
+ * A component for displaying a single line of RealTimeText
10384
11688
  */
10385
- export declare interface RecordingCallFeature {
11689
+ export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
11690
+
11691
+ /**
11692
+ * @beta
11693
+ */
11694
+ export declare interface RealTimeTextCallFeatureState {
10386
11695
  /**
10387
- * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
11696
+ * array of received captions
10388
11697
  */
10389
- isRecordingActive: boolean;
11698
+ realTimeTexts: {
11699
+ completedMessages?: RealTimeTextInfo[];
11700
+ currentInProgress?: RealTimeTextInfo[];
11701
+ myInProgress?: RealTimeTextInfo;
11702
+ };
11703
+ /**
11704
+ * whether real time text is on/off
11705
+ */
11706
+ isRealTimeTextFeatureActive?: boolean;
10390
11707
  }
10391
11708
 
10392
11709
  /**
10393
- * State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
10394
- * automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
10395
- *
10396
- * @public
11710
+ * @beta
10397
11711
  */
10398
- export declare interface RemoteParticipantState {
11712
+ export declare interface RealTimeTextInfo {
10399
11713
  /**
10400
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
11714
+ * The sequence id of the real time text.
10401
11715
  */
10402
- identifier: CommunicationIdentifierKind;
11716
+ sequenceId: number;
10403
11717
  /**
10404
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
11718
+ * The sender of the real time text.
10405
11719
  */
10406
- displayName?: string;
11720
+ sender: ParticipantInfo;
10407
11721
  /**
10408
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.state}.
11722
+ * The real time text message.
10409
11723
  */
10410
- state: RemoteParticipantState_2;
11724
+ message: string;
10411
11725
  /**
10412
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.callEndReason}.
11726
+ * The result type of the real time text message.
10413
11727
  */
10414
- callEndReason?: CallEndReason;
11728
+ resultType: RealTimeTextResultType;
10415
11729
  /**
10416
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.videoStreams} as an object with
10417
- * {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
11730
+ * The timestamp when the real time text message was created.
10418
11731
  */
10419
- videoStreams: {
10420
- [key: number]: RemoteVideoStreamState;
10421
- };
11732
+ receivedTimestamp?: Date;
10422
11733
  /**
10423
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.isMuted}.
11734
+ * The timestamp when the real time text message was last updated.
10424
11735
  */
10425
- isMuted: boolean;
11736
+ updatedTimestamp?: Date;
10426
11737
  /**
10427
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
11738
+ * If message originated from the local participant
11739
+ * default is false
10428
11740
  */
10429
- isSpeaking: boolean;
11741
+ isMe?: boolean;
11742
+ }
11743
+
11744
+ /**
11745
+ * @beta
11746
+ * information required for each line of real time text
11747
+ */
11748
+ export declare type RealTimeTextInformation = {
10430
11749
  /**
10431
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
11750
+ * The id of the real time text.
10432
11751
  */
10433
- role?: ParticipantRole;
11752
+ id: number;
10434
11753
  /**
10435
- * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
11754
+ * sender's display name
10436
11755
  */
10437
- raisedHand?: RaisedHandState;
11756
+ displayName: string;
10438
11757
  /**
10439
- * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
10440
- *
10441
- * @public
11758
+ * id of the sender
10442
11759
  */
10443
- contentSharingStream?: HTMLElement;
11760
+ userId?: string;
10444
11761
  /**
10445
- * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
10446
- * UI helper props receivedOn which indicates the timestamp when the message was received.
10447
- *
10448
- * @public
11762
+ * The real time text message.
10449
11763
  */
10450
- reactionState?: ReactionState;
11764
+ message: string;
10451
11765
  /**
10452
- * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
11766
+ * if the real time text received is partial
10453
11767
  */
10454
- spotlight?: SpotlightState;
11768
+ isTyping: boolean;
10455
11769
  /**
10456
- * Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
11770
+ * timestamp when the real time text was finalized
10457
11771
  */
10458
- mediaAccess?: MediaAccessState;
11772
+ finalizedTimeStamp: Date;
11773
+ /**
11774
+ * If message originated from the local participant
11775
+ * default value is false
11776
+ */
11777
+ isMe?: boolean;
11778
+ };
11779
+
11780
+ /**
11781
+ * @beta
11782
+ * a component for realTimeText modal
11783
+ */
11784
+ export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
11785
+
11786
+ /**
11787
+ * @beta
11788
+ * RealTimeTextModal Component Props.
11789
+ */
11790
+ export declare interface RealTimeTextModalProps {
11791
+ /** The strings for the RealTimeText modal */
11792
+ strings?: RealTimeTextModalStrings;
11793
+ /** The flag to show the modal */
11794
+ showModal?: boolean;
11795
+ /** The function to dismiss the modal */
11796
+ onDismissModal?: () => void;
11797
+ /**
11798
+ * Use this function to show RealTimeText UI in the calling experience.
11799
+ * Note that real time text should not be started for everyone in the call until the first real time text is received.
11800
+ */
11801
+ onStartRealTimeText?: () => void;
10459
11802
  }
10460
11803
 
10461
11804
  /**
10462
- * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
10463
- *
10464
- * @public
11805
+ * @beta
11806
+ * strings for realTimeText modal
10465
11807
  */
10466
- export declare interface RemoteVideoStreamState {
11808
+ export declare interface RealTimeTextModalStrings {
11809
+ /** The title of the RealTimeText modal */
11810
+ realTimeTextModalTitle?: string;
11811
+ /** The text of the RealTimeText modal */
11812
+ realTimeTextModalText?: string;
11813
+ /** The label for the confirm button */
11814
+ realTimeTextConfirmButtonLabel?: string;
11815
+ /** The label for the cancel button */
11816
+ realTimeTextCancelButtonLabel?: string;
11817
+ /** The aria label for the modal */
11818
+ realTimeTextModalAriaLabel?: string;
11819
+ /** The aria label for the close button */
11820
+ realTimeTextCloseModalButtonAriaLabel?: string;
11821
+ }
11822
+
11823
+ /**
11824
+ * @beta
11825
+ * Props for a single line of RealTimeText.
11826
+ */
11827
+ export declare interface RealTimeTextProps {
10467
11828
  /**
10468
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
11829
+ * RealTimeText id
10469
11830
  */
10470
11831
  id: number;
10471
11832
  /**
10472
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
11833
+ * Display name of the user
10473
11834
  */
10474
- mediaStreamType: MediaStreamType;
11835
+ displayName: string;
10475
11836
  /**
10476
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
11837
+ * RealTimeText content
10477
11838
  */
10478
- isAvailable: boolean;
11839
+ message: string;
10479
11840
  /**
10480
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
10481
- * @public
11841
+ * user id of the user
10482
11842
  */
10483
- isReceiving: boolean;
11843
+ userId?: string;
10484
11844
  /**
10485
- * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
10486
- * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
11845
+ * Optional callback to override render of the avatar.
11846
+ *
11847
+ * @param userId - user Id
10487
11848
  */
10488
- view?: VideoStreamRendererViewState;
11849
+ onRenderAvatar?: OnRenderAvatarCallback;
10489
11850
  /**
10490
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
11851
+ * Boolean indicating whether the RealTimeText is still in progress
10491
11852
  */
10492
- streamSize?: {
10493
- width: number;
10494
- height: number;
10495
- };
11853
+ isTyping?: boolean;
11854
+ /**
11855
+ * Boolean indicating whether the RealTimeText is from the local user
11856
+ */
11857
+ isMe?: boolean;
11858
+ /**
11859
+ * Strings for RealTimeText
11860
+ */
11861
+ strings?: RealTimeTextStrings;
10496
11862
  }
10497
11863
 
10498
11864
  /**
10499
- * Menu options for remote video tiles in {@link VideoGallery}.
10500
- *
10501
- * @public
11865
+ * Callback for {@link CallAdapterSubscribers} 'realTimeTextReceived' event.
11866
+ * @beta
10502
11867
  */
10503
- export declare interface RemoteVideoTileMenuOptions {
11868
+ export declare type RealTimeTextReceivedListener = (event: {
11869
+ realTimeText: RealTimeTextInfo_2;
11870
+ }) => void;
11871
+
11872
+ /**
11873
+ * @beta
11874
+ * strings for rtt
11875
+ */
11876
+ export declare interface RealTimeTextStrings {
10504
11877
  /**
10505
- * If set to true, remote video tiles in the VideoGallery will not have menu options
11878
+ * String indicating that the user is typing
11879
+ */
11880
+ isTypingText?: string;
11881
+ }
11882
+
11883
+ /**
11884
+ * State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
11885
+ * automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
11886
+ *
11887
+ * @public
11888
+ */
11889
+ export declare interface RecordingCallFeature {
11890
+ /**
11891
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
11892
+ */
11893
+ isRecordingActive: boolean;
11894
+ /**
11895
+ * Contains list of information of started recordings
11896
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
11897
+ */
11898
+ activeRecordings?: RecordingInfo[];
11899
+ /**
11900
+ * Contains list of information of stopped recordings
11901
+ */
11902
+ lastStoppedRecording?: RecordingInfo[];
11903
+ }
11904
+
11905
+ /**
11906
+ * State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
11907
+ *
11908
+ * @beta
11909
+ */
11910
+ export declare type RemoteDiagnosticState = {
11911
+ readonly diagnostic: RemoteDiagnosticType;
11912
+ readonly value: DiagnosticQuality | DiagnosticFlag;
11913
+ readonly valueType: DiagnosticValueType;
11914
+ };
11915
+
11916
+ /**
11917
+ * All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
11918
+ *
11919
+ * @beta
11920
+ */
11921
+ export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
11922
+
11923
+ /**
11924
+ * State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
11925
+ * automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
11926
+ *
11927
+ * @public
11928
+ */
11929
+ export declare interface RemoteParticipantState {
11930
+ /**
11931
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
11932
+ */
11933
+ identifier: CommunicationIdentifierKind;
11934
+ /**
11935
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
11936
+ */
11937
+ displayName?: string;
11938
+ /**
11939
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.state}.
11940
+ */
11941
+ state: RemoteParticipantState_2;
11942
+ /**
11943
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.callEndReason}.
11944
+ */
11945
+ callEndReason?: CallEndReason;
11946
+ /**
11947
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.videoStreams} as an object with
11948
+ * {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
11949
+ */
11950
+ videoStreams: {
11951
+ [key: number]: RemoteVideoStreamState;
11952
+ };
11953
+ /**
11954
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.isMuted}.
11955
+ */
11956
+ isMuted: boolean;
11957
+ /**
11958
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
11959
+ */
11960
+ isSpeaking: boolean;
11961
+ /**
11962
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
11963
+ */
11964
+ role?: ParticipantRole;
11965
+ /**
11966
+ * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
11967
+ */
11968
+ raisedHand?: RaisedHandState;
11969
+ /**
11970
+ * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
11971
+ *
11972
+ * @public
11973
+ */
11974
+ contentSharingStream?: HTMLElement;
11975
+ /**
11976
+ * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
11977
+ * UI helper props receivedOn which indicates the timestamp when the message was received.
11978
+ *
11979
+ * @public
11980
+ */
11981
+ reactionState?: ReactionState;
11982
+ /**
11983
+ * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
11984
+ */
11985
+ spotlight?: SpotlightState;
11986
+ /**
11987
+ * Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
11988
+ */
11989
+ mediaAccess?: MediaAccessState;
11990
+ /**
11991
+ * The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
11992
+ */
11993
+ diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
11994
+ }
11995
+
11996
+ /**
11997
+ * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
11998
+ *
11999
+ * @public
12000
+ */
12001
+ export declare interface RemoteVideoStreamState {
12002
+ /**
12003
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
12004
+ */
12005
+ id: number;
12006
+ /**
12007
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
12008
+ */
12009
+ mediaStreamType: MediaStreamType;
12010
+ /**
12011
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
12012
+ */
12013
+ isAvailable: boolean;
12014
+ /**
12015
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
12016
+ * @public
12017
+ */
12018
+ isReceiving: boolean;
12019
+ /**
12020
+ * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
12021
+ * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
12022
+ */
12023
+ view?: VideoStreamRendererViewState;
12024
+ /**
12025
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
12026
+ */
12027
+ streamSize?: {
12028
+ width: number;
12029
+ height: number;
12030
+ };
12031
+ }
12032
+
12033
+ /**
12034
+ * Menu options for remote video tiles in {@link VideoGallery}.
12035
+ *
12036
+ * @public
12037
+ */
12038
+ export declare interface RemoteVideoTileMenuOptions {
12039
+ /**
12040
+ * If set to true, remote video tiles in the VideoGallery will not have menu options
10506
12041
  *
10507
12042
  * @defaultValue false
10508
12043
  */
@@ -10529,6 +12064,256 @@ export declare type ResourceFetchResult = {
10529
12064
  error?: Error;
10530
12065
  };
10531
12066
 
12067
+ /**
12068
+ * Options for the rich text editor edit box configuration.
12069
+ *
12070
+ * @beta
12071
+ */
12072
+ export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
12073
+ /**
12074
+ * Optional callback to handle an inline image that's inserted in the rich text editor.
12075
+ * When not provided, pasting images into rich text editor will be disabled.
12076
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12077
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12078
+ * @param messageId - the id of the message that the inlineImage belongs to.
12079
+ */
12080
+ onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12081
+ /**
12082
+ * Optional callback invoked after inline image is removed from the UI.
12083
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12084
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12085
+ * Note that if the src attribute is a local blob url, it has been revoked at this point.
12086
+ * @param messageId - the id of the message that the inlineImage belongs to.
12087
+ */
12088
+ onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12089
+ /**
12090
+ * Optional Record of type {@link AttachmentMetadataInProgress}
12091
+ * to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
12092
+ * - there is an error provided in the messagesInlineImagesWithProgress
12093
+ * - progress is less than 1 when the send button is clicked
12094
+ * - content html string is longer than the max allowed length.
12095
+ * (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
12096
+ * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12097
+ */
12098
+ messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
12099
+ }
12100
+
12101
+ /**
12102
+ * Options for the rich text editor configuration.
12103
+ *
12104
+ * @beta
12105
+ */
12106
+ export declare interface RichTextEditorOptions {
12107
+ /**
12108
+ * Optional callback to handle paste event.
12109
+ */
12110
+ onPaste?: (event: {
12111
+ content: DocumentFragment;
12112
+ }) => void;
12113
+ }
12114
+
12115
+ /**
12116
+ * A component to render SendBox with Rich Text Editor support.
12117
+ *
12118
+ * @beta
12119
+ */
12120
+ export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
12121
+
12122
+ /**
12123
+ * Props for {@link RichTextSendBox}.
12124
+ *
12125
+ * @beta
12126
+ */
12127
+ export declare interface RichTextSendBoxProps {
12128
+ /**
12129
+ * Optional boolean to disable text box
12130
+ * @defaultValue false
12131
+ */
12132
+ disabled?: boolean;
12133
+ /**
12134
+ * Optional callback to handle paste event.
12135
+ */
12136
+ onPaste?: (event: {
12137
+ content: DocumentFragment;
12138
+ }) => void;
12139
+ /**
12140
+ * Optional strings to override in component
12141
+ */
12142
+ strings?: Partial<RichTextSendBoxStrings>;
12143
+ /**
12144
+ * Optional text for system message above the text box
12145
+ */
12146
+ systemMessage?: string;
12147
+ /**
12148
+ * Optional array of type {@link AttachmentMetadataInProgress}
12149
+ * to render attachments being uploaded in the SendBox.
12150
+ * @beta
12151
+ */
12152
+ attachments?: AttachmentMetadataInProgress[];
12153
+ /**
12154
+ * enumerable to determine if the input box has focus on render or not.
12155
+ * When undefined nothing has focus on render
12156
+ */
12157
+ autoFocus?: 'sendBoxTextField';
12158
+ /**
12159
+ * Optional callback to remove the attachment upload before sending by clicking on
12160
+ * cancel icon.
12161
+ */
12162
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
12163
+ /**
12164
+ * Optional callback invoked after inline image is removed from the UI.
12165
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12166
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12167
+ * Note that if the src attribute is a local blob url, it has been revoked at this point.
12168
+ */
12169
+ onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
12170
+ /**
12171
+ * Callback function used when the send button is clicked.
12172
+ */
12173
+ onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
12174
+ /**
12175
+ * Optional callback called when user is typing
12176
+ */
12177
+ onTyping?: () => Promise<void>;
12178
+ /**
12179
+ * Optional callback to handle an inline image that's inserted in the rich text editor.
12180
+ * When not provided, pasting images into rich text editor will be disabled.
12181
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12182
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12183
+ */
12184
+ onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
12185
+ /**
12186
+ * Optional Array of type {@link AttachmentMetadataInProgress}
12187
+ * to render the errorBar for inline images inserted in the RichTextSendBox when:
12188
+ * - there is an error provided in the inlineImagesWithProgress
12189
+ * - progress is less than 1 when the send button is clicked
12190
+ * - content html string is longer than the max allowed length.
12191
+ * (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
12192
+ * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12193
+ */
12194
+ inlineImagesWithProgress?: AttachmentMetadataInProgress[];
12195
+ }
12196
+
12197
+ /**
12198
+ * Strings of {@link RichTextSendBox} that can be overridden.
12199
+ *
12200
+ * @beta
12201
+ */
12202
+ export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
12203
+ }
12204
+
12205
+ /**
12206
+ * Strings of RichText that can be overridden.
12207
+ *
12208
+ * @beta
12209
+ */
12210
+ export declare interface RichTextStrings {
12211
+ /**
12212
+ * Tooltip text for the bold button.
12213
+ */
12214
+ richTextBoldTooltip: string;
12215
+ /**
12216
+ * Tooltip text for the italic button.
12217
+ */
12218
+ richTextItalicTooltip: string;
12219
+ /**
12220
+ * Tooltip text for the underline button.
12221
+ */
12222
+ richTextUnderlineTooltip: string;
12223
+ /**
12224
+ * Tooltip text for the bullet list button.
12225
+ */
12226
+ richTextBulletListTooltip: string;
12227
+ /**
12228
+ * Tooltip text for the number list button.
12229
+ */
12230
+ richTextNumberListTooltip: string;
12231
+ /**
12232
+ * Tooltip text for the increase indent button.
12233
+ */
12234
+ richTextIncreaseIndentTooltip: string;
12235
+ /**
12236
+ * Tooltip text for the decrease indent button.
12237
+ */
12238
+ richTextDecreaseIndentTooltip: string;
12239
+ /**
12240
+ * Tooltip text insert table button.
12241
+ */
12242
+ richTextInsertTableTooltip: string;
12243
+ /**
12244
+ * Tooltip text for the rich text format button button.
12245
+ */
12246
+ richTextFormatButtonTooltip: string;
12247
+ /**
12248
+ * Text for the insert menu item.
12249
+ */
12250
+ richTextInsertRowOrColumnMenu: string;
12251
+ /**
12252
+ * Title for the insert table menu.
12253
+ */
12254
+ richTextInsertTableMenuTitle: string;
12255
+ /**
12256
+ * Text for the insert menu item to insert row above the current selection.
12257
+ */
12258
+ richTextInsertRowAboveMenu: string;
12259
+ /**
12260
+ * Text for the insert menu item to insert row below the current selection.
12261
+ */
12262
+ richTextInsertRowBelowMenu: string;
12263
+ /**
12264
+ * Text for the insert menu item to insert column to the left from the current selection.
12265
+ */
12266
+ richTextInsertColumnLeftMenu: string;
12267
+ /**
12268
+ * Text for the insert menu item to insert column to the right from the current selection.
12269
+ */
12270
+ richTextInsertColumnRightMenu: string;
12271
+ /**
12272
+ * Text for the delete row or column menu.
12273
+ */
12274
+ richTextDeleteRowOrColumnMenu: string;
12275
+ /**
12276
+ * Text for the delete column menu.
12277
+ */
12278
+ richTextDeleteColumnMenu: string;
12279
+ /**
12280
+ * Text for the delete row menu.
12281
+ */
12282
+ richTextDeleteRowMenu: string;
12283
+ /**
12284
+ * Text for the delete table menu.
12285
+ */
12286
+ richTextDeleteTableMenu: string;
12287
+ /**
12288
+ * Text for the rich text toolbar.
12289
+ */
12290
+ richTextToolbarAriaLabel: string;
12291
+ /**
12292
+ * Text for the rich text toolbar more button.
12293
+ */
12294
+ richTextToolbarMoreButtonAriaLabel: string;
12295
+ /**
12296
+ * Text for announcement when a new bulleted list item is added.
12297
+ */
12298
+ richTextNewBulletedListItemAnnouncement: string;
12299
+ /**
12300
+ * Text for announcement when a new numbered list item is added.
12301
+ */
12302
+ richTextNewNumberedListItemAnnouncement: string;
12303
+ /**
12304
+ * Text for announcement when the bulleted list style is applied.
12305
+ */
12306
+ richTextBulletedListAppliedAnnouncement: string;
12307
+ /**
12308
+ * Text for announcement when the numbered list style is applied.
12309
+ */
12310
+ richTextNumberedListAppliedAnnouncement: string;
12311
+ /**
12312
+ * Error message indicating image upload is not complete.
12313
+ */
12314
+ imageUploadsPendingError: string;
12315
+ }
12316
+
10532
12317
  /**
10533
12318
  * A button to start / stop screen sharing.
10534
12319
  *
@@ -10600,6 +12385,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
10600
12385
  */
10601
12386
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
10602
12387
 
12388
+ /**
12389
+ * @beta
12390
+ * Error to be displayed to the user in an error bar above sendbox.
12391
+ */
12392
+ export declare interface SendBoxErrorBarError {
12393
+ /** Error Message to be displayed */
12394
+ message: string;
12395
+ /**
12396
+ * Unix Timestamp. Preferred generation using `Date.now()`
12397
+ */
12398
+ timestamp: number;
12399
+ /**
12400
+ * ErrorBar type. Defaults to `warning`.
12401
+ */
12402
+ errorBarType?: SendBoxErrorBarType;
12403
+ }
12404
+
12405
+ /**
12406
+ * @beta
12407
+ * Error bar type for {@link SendBoxErrorBarError}
12408
+ */
12409
+ export declare enum SendBoxErrorBarType {
12410
+ /** Info styled MessageBar */
12411
+ info = 0,
12412
+ /** Error styled MessageBar */
12413
+ error = 1,
12414
+ /** Blocked styled MessageBar */
12415
+ blocked = 2,
12416
+ /** SevereWarning styled MessageBar */
12417
+ severeWarning = 3,
12418
+ /** Success styled MessageBar */
12419
+ success = 4,
12420
+ /** Warning styled MessageBar */
12421
+ warning = 5
12422
+ }
12423
+
10603
12424
  /**
10604
12425
  * Props for {@link SendBox}.
10605
12426
  *
@@ -10618,7 +12439,12 @@ export declare interface SendBoxProps {
10618
12439
  /**
10619
12440
  * Optional override behavior on send button click
10620
12441
  */
10621
- onSendMessage?: (content: string) => Promise<void>;
12442
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
12443
+ /**
12444
+ * Optional props needed to lookup suggestions in the mention scenario.
12445
+ * @beta
12446
+ */
12447
+ mentionLookupOptions?: MentionLookupOptions;
10622
12448
  /**
10623
12449
  * Optional callback called when user is typing
10624
12450
  */
@@ -10655,6 +12481,25 @@ export declare interface SendBoxProps {
10655
12481
  * When undefined nothing has focus on render
10656
12482
  */
10657
12483
  autoFocus?: 'sendBoxTextField';
12484
+ /**
12485
+ * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
12486
+ * vertically to accommodate the uploaded attachments. Attachment uploads will
12487
+ * be rendered below the text area in sendBox.
12488
+ * @beta
12489
+ */
12490
+ onRenderAttachmentUploads?: () => JSX.Element;
12491
+ /**
12492
+ * Optional array of type {@link AttachmentMetadataInProgress}
12493
+ * to render attachments being uploaded in the SendBox.
12494
+ * @beta
12495
+ */
12496
+ attachments?: AttachmentMetadataInProgress[];
12497
+ /**
12498
+ * Optional callback to remove the attachment upload before sending by clicking on
12499
+ * cancel icon.
12500
+ * @beta
12501
+ */
12502
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
10658
12503
  }
10659
12504
 
10660
12505
  /**
@@ -10685,6 +12530,26 @@ export declare interface SendBoxStrings {
10685
12530
  * Aria label for send message button
10686
12531
  */
10687
12532
  sendButtonAriaLabel: string;
12533
+ /**
12534
+ * Error message indicating that all attachment uploads are not complete.
12535
+ */
12536
+ attachmentUploadsPendingError: string;
12537
+ /**
12538
+ * Aria label to notify user when focus is on cancel attachment upload button.
12539
+ */
12540
+ removeAttachment: string;
12541
+ /**
12542
+ * Aria label to notify user attachment uploading starts.
12543
+ */
12544
+ uploading: string;
12545
+ /**
12546
+ * Aria label to notify user attachment is uploaded.
12547
+ */
12548
+ uploadCompleted: string;
12549
+ /**
12550
+ * Aria label to notify user more attachment action menu.
12551
+ */
12552
+ attachmentMoreMenu: string;
10688
12553
  }
10689
12554
 
10690
12555
  /**
@@ -10705,6 +12570,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
10705
12570
  systemMessage?: IStyle;
10706
12571
  }
10707
12572
 
12573
+ /**
12574
+ * @beta
12575
+ * Strings for SitePermissions component
12576
+ */
12577
+ export declare type SitePermissionsStrings = {
12578
+ /**
12579
+ * Main text string.
12580
+ */
12581
+ primaryText?: string;
12582
+ /**
12583
+ * Subtext string.
12584
+ */
12585
+ secondaryText?: string;
12586
+ /**
12587
+ * More help link string.
12588
+ */
12589
+ linkText?: string;
12590
+ /**
12591
+ * Primary button text string.
12592
+ */
12593
+ primaryButtonText?: string;
12594
+ /**
12595
+ * Aria label describing the content of the container
12596
+ */
12597
+ ariaLabel?: string;
12598
+ };
12599
+
12600
+ /**
12601
+ * Fluent styles for {@link SitePermissionsContainer}.
12602
+ *
12603
+ * @beta
12604
+ */
12605
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
12606
+ /** Styles for the primary button. */
12607
+ primaryButton?: IButtonStyles;
12608
+ /** Styles for the help troubleshooting link text. */
12609
+ troubleshootingLink?: ILinkStyles;
12610
+ }
12611
+
10708
12612
  /**
10709
12613
  * @public
10710
12614
  * Type for representing a custom sound to use for a calling event
@@ -10977,6 +12881,60 @@ export declare interface StartCaptionsButtonStrings {
10977
12881
  tooltipOffContent: string;
10978
12882
  }
10979
12883
 
12884
+ /**
12885
+ * a button to start RealTimeText
12886
+ * based on accessibility requirement, real time text cannot be turned off once it is on
12887
+ *
12888
+ * Can be used with {@link ControlBar}
12889
+ *
12890
+ * @param props - properties for the start RealTimeText button.
12891
+ * @beta
12892
+ */
12893
+ export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
12894
+
12895
+ /**
12896
+ * Props for the StartRealTimeTextButton component
12897
+ * @beta
12898
+ */
12899
+ export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
12900
+ /**
12901
+ * Use this function to show RealTimeText UI in the calling experience.
12902
+ * Note that real time text should not be started for everyone in the call until the first real time text is received.
12903
+ */
12904
+ onStartRealTimeText: () => void;
12905
+ /**
12906
+ * If RealTimeText is on
12907
+ */
12908
+ isRealTimeTextOn: boolean;
12909
+ /**
12910
+ * Optional strings to override in component
12911
+ */
12912
+ strings?: StartRealTimeTextButtonStrings;
12913
+ }
12914
+
12915
+ /**
12916
+ * Strings for the hold button labels
12917
+ * @beta
12918
+ */
12919
+ export declare interface StartRealTimeTextButtonStrings {
12920
+ /**
12921
+ * Label for the start Real Time Text button
12922
+ */
12923
+ label: string;
12924
+ /**
12925
+ * Content for when button is not checked, Real-Time Text is off.
12926
+ * We don't need to supply a tooltip string when RealTimeText is on, because the button will be disabled when Real-Time Text is on.
12927
+ */
12928
+ tooltipOffContent: string;
12929
+ }
12930
+
12931
+ /**
12932
+ * Parameter to start a call using a Teams user identity.
12933
+ *
12934
+ * @beta
12935
+ */
12936
+ export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
12937
+
10980
12938
  /**
10981
12939
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
10982
12940
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -11062,7 +13020,7 @@ export declare interface StatefulCallClient extends CallClient {
11062
13020
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
11063
13021
  * @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
11064
13022
  */
11065
- createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
13023
+ createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
11066
13024
  /**
11067
13025
  * Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
11068
13026
  * {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
@@ -11087,7 +13045,7 @@ export declare interface StatefulCallClient extends CallClient {
11087
13045
  * be undefined if disposing LocalVideoStreamState.
11088
13046
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
11089
13047
  */
11090
- disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
13048
+ disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState): void;
11091
13049
  /**
11092
13050
  * The CallAgent is used to handle calls.
11093
13051
  * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
@@ -11427,7 +13385,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
11427
13385
  * @public
11428
13386
  */
11429
13387
  export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
11430
- locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
13388
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
11431
13389
  };
11432
13390
 
11433
13391
  /**
@@ -11500,6 +13458,17 @@ export declare interface TeamsIncomingCallState {
11500
13458
  endTime?: Date;
11501
13459
  }
11502
13460
 
13461
+ /**
13462
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
13463
+ *
13464
+ * This is used to create an outbound call scenarios.
13465
+ *
13466
+ * @beta
13467
+ */
13468
+ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
13469
+ targetCallees: StartTeamsCallIdentifier[];
13470
+ };
13471
+
11503
13472
  /**
11504
13473
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
11505
13474
  *
@@ -11512,6 +13481,68 @@ export declare interface TeamsIncomingCallState {
11512
13481
  */
11513
13482
  export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
11514
13483
 
13484
+ /**
13485
+ * State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
13486
+ * Represents the state of the Together Mode feature.
13487
+ * @beta
13488
+ */
13489
+ export declare interface TogetherModeCallFeatureState {
13490
+ isActive: boolean;
13491
+ /**
13492
+ * Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
13493
+ */
13494
+ streams: TogetherModeStreamsState;
13495
+ /**
13496
+ * Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
13497
+ */
13498
+ seatingPositions: TogetherModeParticipantSeatingState;
13499
+ }
13500
+
13501
+ /**
13502
+ * Represents the seating positions of participants in Together Mode.
13503
+ *
13504
+ * @beta
13505
+ */
13506
+ export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
13507
+
13508
+ /**
13509
+ * State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
13510
+ * @beta
13511
+ *
13512
+ * Represents the seating position of a participant in Together Mode.
13513
+ */
13514
+ export declare interface TogetherModeSeatingPositionState {
13515
+ top: number;
13516
+ left: number;
13517
+ width: number;
13518
+ height: number;
13519
+ }
13520
+
13521
+ /**
13522
+ * Interface representing the result of a Together Mode stream view.
13523
+ * @beta
13524
+ */
13525
+ export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
13526
+ viewKind?: 'main' | 'panoramic';
13527
+ }
13528
+
13529
+ /**
13530
+ * Represents the streams in Together Mode.
13531
+ *
13532
+ * @beta
13533
+ */
13534
+ export declare interface TogetherModeStreamsState {
13535
+ mainVideoStream?: CallFeatureStreamState;
13536
+ }
13537
+
13538
+ /**
13539
+ * Interface representing the result of a Together Mode stream view.
13540
+ * @beta
13541
+ */
13542
+ export declare interface TogetherModeStreamViewResult {
13543
+ mainVideoView?: CreateVideoStreamViewResult;
13544
+ }
13545
+
11515
13546
  /**
11516
13547
  * Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
11517
13548
  *
@@ -11700,11 +13731,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
11700
13731
  typingString?: IStyle;
11701
13732
  }
11702
13733
 
13734
+ /**
13735
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
13736
+ *
13737
+ * @beta
13738
+ */
13739
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
13740
+
13741
+ /**
13742
+ * props for {@link UnsupportedBrowser} UI
13743
+ *
13744
+ * @beta
13745
+ */
13746
+ export declare interface UnsupportedBrowserProps {
13747
+ /** Handler to perform an action when the help link is actioned */
13748
+ onTroubleshootingClick?: () => void;
13749
+ /** String overrides for the component */
13750
+ strings?: UnsupportedBrowserStrings;
13751
+ }
13752
+
13753
+ /**
13754
+ * Strings for UnsupportedBrowser component
13755
+ *
13756
+ * @beta
13757
+ */
13758
+ export declare interface UnsupportedBrowserStrings {
13759
+ /** String for the primary text */
13760
+ primaryText: string;
13761
+ /** String for the secondary text */
13762
+ secondaryText: string;
13763
+ /** String to display in the text for the help link */
13764
+ moreHelpLinkText: string;
13765
+ }
13766
+
13767
+ /**
13768
+ * UI to display to the user that the browser version they are using is out of date
13769
+ * and not supported by Azure Communications Calling service.
13770
+ *
13771
+ * @beta
13772
+ */
13773
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
13774
+
13775
+ /**
13776
+ * props for {@link UnsupportedBrowserVersion} UI
13777
+ *
13778
+ * @beta
13779
+ */
13780
+ export declare interface UnsupportedBrowserVersionProps {
13781
+ /** Handler to perform an action when the help link is actioned */
13782
+ onTroubleshootingClick?: () => void;
13783
+ /** String overrides for the component */
13784
+ strings?: UnsupportedBrowserVersionStrings;
13785
+ /** Handler to allow user to continue into the call */
13786
+ onContinueAnywayClick?: () => void;
13787
+ }
13788
+
13789
+ /**
13790
+ * Strings for UnsupportedBrowser component
13791
+ *
13792
+ * @beta
13793
+ */
13794
+ export declare interface UnsupportedBrowserVersionStrings {
13795
+ /** String for the primary text */
13796
+ primaryText: string;
13797
+ /** String for the secondary text */
13798
+ secondaryText: string;
13799
+ /** String to display in the text for the help link */
13800
+ moreHelpLinkText: string;
13801
+ /** String for continue without updating button */
13802
+ continueAnywayButtonText?: string;
13803
+ }
13804
+
13805
+ /**
13806
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
13807
+ *
13808
+ * @beta
13809
+ */
13810
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
13811
+
13812
+ /**
13813
+ * Props for {@link UnsupportedOperatingSystem} UI
13814
+ *
13815
+ * @beta
13816
+ */
13817
+ export declare interface UnsupportedOperatingSystemProps {
13818
+ /** Handler to perform a action when the help link is actioned */
13819
+ onTroubleshootingClick?: () => void;
13820
+ /** String overrides for the component */
13821
+ strings?: UnsupportedOperatingSystemStrings;
13822
+ }
13823
+
13824
+ /**
13825
+ * Strings for UnsupportedBrowser component
13826
+ *
13827
+ * @beta
13828
+ */
13829
+ export declare interface UnsupportedOperatingSystemStrings {
13830
+ /** String for the primary text */
13831
+ primaryText: string;
13832
+ /** String for the secondary text */
13833
+ secondaryText: string;
13834
+ /** String to display in the text for the help link */
13835
+ moreHelpLinkText: string;
13836
+ }
13837
+
11703
13838
  /**
11704
13839
  * @public
11705
13840
  * Callback function run when a message is updated.
11706
13841
  */
11707
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
13842
+ export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
13843
+
13844
+ /**
13845
+ * Result payload for uploading an image.
13846
+ *
13847
+ * @beta
13848
+ */
13849
+ export declare type UploadChatImageResult = {
13850
+ /** Id of the image. */
13851
+ id: string;
13852
+ /** The type of attachment. */
13853
+ attachmentType?: 'image' | 'file' | 'unknown';
13854
+ /** The name including file extension type of the attachment. */
13855
+ name?: string;
13856
+ };
11708
13857
 
11709
13858
  /**
11710
13859
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -11878,7 +14027,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
11878
14027
  *
11879
14028
  * @public
11880
14029
  */
11881
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
14030
+ 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;
11882
14031
 
11883
14032
  /**
11884
14033
  * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
@@ -12029,7 +14178,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
12029
14178
  /**
12030
14179
  * @public
12031
14180
  */
12032
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
14181
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(together-mode) */ 'togetherMode' | 'focusedContent';
12033
14182
 
12034
14183
  /**
12035
14184
  * The state of the local participant in the {@link VideoGallery}.
@@ -12066,6 +14215,8 @@ export declare type VideoGalleryParticipant = {
12066
14215
  isScreenSharingOn?: boolean;
12067
14216
  /** Whether participant is spotlighted **/
12068
14217
  spotlight?: Spotlight;
14218
+ /** Signal strength of the participant, range from 1 to 3, lower means better connection **/
14219
+ signalStrength?: number;
12069
14220
  /** Media audio video access states **/
12070
14221
  mediaAccess?: MediaAccess;
12071
14222
  /** Attendee can have audio be forbidden **/
@@ -12211,6 +14362,38 @@ export declare interface VideoGalleryProps {
12211
14362
  * This callback is to mute a remote participant
12212
14363
  */
12213
14364
  onMuteParticipant?: (userId: string) => Promise<void>;
14365
+ /**
14366
+ * Indicates if the local participant can start together mode
14367
+ */
14368
+ startTogetherModeEnabled?: boolean;
14369
+ /**
14370
+ * Indicates if together mode is active
14371
+ */
14372
+ isTogetherModeActive?: boolean;
14373
+ /**
14374
+ * Callback to create a together mode stream view
14375
+ */
14376
+ onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
14377
+ /**
14378
+ * This callback is to start together mode
14379
+ */
14380
+ onStartTogetherMode?: () => Promise<void>;
14381
+ /**
14382
+ * This callback is to set the scene size for together mode
14383
+ */
14384
+ onSetTogetherModeSceneSize?: (width: number, height: number) => void;
14385
+ /**
14386
+ * Together mode video streams
14387
+ */
14388
+ togetherModeStreams?: VideoGalleryTogetherModeStreams;
14389
+ /**
14390
+ * Seating position of participants in together mode
14391
+ */
14392
+ togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
14393
+ /**
14394
+ * Callback to dispose a together mode stream view
14395
+ */
14396
+ onDisposeTogetherModeStreamView?: () => Promise<void>;
12214
14397
  /**
12215
14398
  * This callback is to forbid audio for remote participant(s)
12216
14399
  */
@@ -12269,6 +14452,10 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
12269
14452
  optimalVideoCount?: number;
12270
14453
  spotlightedParticipants?: string[];
12271
14454
  maxParticipantsToSpotlight?: number;
14455
+ isTogetherModeActive?: boolean;
14456
+ startTogetherModeEnabled?: boolean;
14457
+ togetherModeStreams?: VideoGalleryTogetherModeStreams;
14458
+ togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
12272
14459
  };
12273
14460
 
12274
14461
  /**
@@ -12369,6 +14556,31 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
12369
14556
  verticalGallery?: VerticalGalleryStyles;
12370
14557
  }
12371
14558
 
14559
+ /**
14560
+ * Interface representing the position of a participant in Together Mode.
14561
+ * @beta
14562
+ */
14563
+ export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
14564
+
14565
+ /**
14566
+ * Interface representing the seating information in Together Mode.
14567
+ * @beta
14568
+ */
14569
+ export declare interface VideoGalleryTogetherModeSeatingInfo {
14570
+ top: number;
14571
+ left: number;
14572
+ width: number;
14573
+ height: number;
14574
+ }
14575
+
14576
+ /**
14577
+ * Interface representing the streams in Together Mode.
14578
+ * @beta
14579
+ */
14580
+ export declare interface VideoGalleryTogetherModeStreams {
14581
+ mainVideoStream?: VideoGalleryStream;
14582
+ }
14583
+
12372
14584
  /**
12373
14585
  * Options to control how video streams are rendered.
12374
14586
  *
@@ -12578,6 +14790,8 @@ export declare interface VideoTileStrings {
12578
14790
  participantStateRinging: string;
12579
14791
  /** String for displaying the Hold state of the remote participant */
12580
14792
  participantStateHold: string;
14793
+ /** String for displaying the reconnecting state of the remote participant */
14794
+ participantReconnecting?: string;
12581
14795
  /** String for the announcement of the muted state of the participant when muted */
12582
14796
  moreOptionsParticipantMutedStateMutedAriaLabel: string;
12583
14797
  /** String for the announcement of the unmuted state of the participant when unmuted */