@azure/communication-react 1.25.0 → 1.26.0-alpha-202503260017

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 +2312 -63
  2. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DtU8NPbp.js +279 -0
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DtU8NPbp.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CJiry7hw.js +51 -0
  5. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-CJiry7hw.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index-C3ujPu4G.js +47578 -0
  7. package/dist/dist-cjs/communication-react/index-C3ujPu4G.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +177 -38066
  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 +21 -53
  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 +20 -0
  61. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +141 -70
  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.d.ts +1 -1
  72. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  73. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  74. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js +8 -2
  75. package/dist/dist-esm/calling-component-bindings/src/incomingCallStackSelector.js.map +1 -1
  76. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  77. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +59 -59
  78. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  79. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
  80. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +33 -10
  81. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  82. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  83. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  84. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
  85. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  86. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  87. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  88. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  89. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +18 -7
  90. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  91. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -9
  92. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  93. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  94. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +22 -12
  95. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  96. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +5 -0
  97. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +43 -8
  98. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  100. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +16 -8
  101. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
  104. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +200 -3
  106. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +23 -0
  108. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +297 -37
  109. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
  111. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +99 -108
  113. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  114. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.d.ts +14 -0
  115. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js +207 -0
  116. package/dist/dist-esm/calling-stateful-client/src/CallFeatureStreamUtils.js.map +1 -0
  117. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  119. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +6 -0
  120. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +57 -13
  121. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  122. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +6 -2
  123. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  125. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +12 -0
  126. package/dist/dist-esm/calling-stateful-client/src/Converter.js +42 -19
  127. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  128. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
  129. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  130. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
  131. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  133. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +9 -0
  134. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +53 -15
  135. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  136. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
  137. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
  138. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
  139. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  140. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  141. package/dist/dist-esm/calling-stateful-client/src/MediaAccessSubscriber.js.map +1 -1
  142. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
  143. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  144. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  145. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  146. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  147. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  148. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.d.ts +16 -0
  149. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js +25 -0
  150. package/dist/dist-esm/calling-stateful-client/src/RealTimeTextSubscriber.js.map +1 -0
  151. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
  152. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
  153. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  154. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  155. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  156. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +3 -2
  157. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +71 -64
  158. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  159. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +42 -24
  160. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  161. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
  162. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  163. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  164. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +17 -0
  165. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  166. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +14 -16
  167. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
  168. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +24 -0
  169. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +71 -0
  170. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
  171. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.d.ts +18 -0
  172. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js +34 -0
  173. package/dist/dist-esm/calling-stateful-client/src/TogetherModeVideoStreamSubscriber.js.map +1 -0
  174. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  175. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  176. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +1 -0
  177. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +34 -3
  178. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  179. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
  180. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  181. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +4 -0
  182. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  183. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  184. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  185. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  186. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +2 -2
  187. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  188. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
  189. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  190. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +6 -2
  191. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +59 -8
  192. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  193. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  194. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +3 -2
  195. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +8 -0
  196. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  197. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  198. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  199. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +68 -18
  200. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  201. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  202. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  203. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  204. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  205. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
  206. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  207. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
  208. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  209. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  210. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.d.ts +6 -0
  211. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js +23 -0
  212. package/dist/dist-esm/chat-component-bindings/src/utils/getImageAttachmentsFromHTMLContent.js.map +1 -0
  213. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
  214. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  215. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +15 -1
  216. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  217. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
  218. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  219. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -12
  220. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  221. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  222. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
  223. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  224. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
  225. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  226. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
  227. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  228. package/dist/dist-esm/chat-stateful-client/src/constants.js.map +1 -1
  229. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  230. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +1 -0
  231. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  232. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  233. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  234. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  235. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  236. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  237. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  238. package/dist/dist-esm/communication-react/src/api-summary.js.map +1 -1
  239. package/dist/dist-esm/communication-react/src/index.d.ts +35 -0
  240. package/dist/dist-esm/communication-react/src/index.js +18 -0
  241. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  242. package/dist/dist-esm/communication-react/src/javascript-loaders.js.map +1 -1
  243. package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +2 -2
  244. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
  246. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  248. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
  250. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  252. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  253. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  254. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
  256. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  257. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +11 -11
  258. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  259. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
  260. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +2 -0
  262. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +15 -6
  263. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +21 -18
  265. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  266. package/dist/dist-esm/react-components/src/components/CameraButton.js +13 -20
  267. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  268. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  269. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  270. package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +101 -0
  271. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +119 -12
  272. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +38 -20
  274. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
  276. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +38 -22
  278. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +13 -1
  280. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
  281. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +11 -0
  283. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +63 -27
  284. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
  286. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  288. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  289. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  290. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +8 -1
  291. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +39 -9
  292. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
  294. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +47 -12
  295. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
  297. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +57 -27
  298. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +22 -1
  300. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +20 -0
  301. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +24 -0
  303. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +278 -0
  304. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
  305. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +23 -2
  306. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +50 -6
  307. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +8 -1
  309. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +61 -16
  310. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  311. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +80 -15
  312. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  314. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  316. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  318. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  323. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  325. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +5 -16
  327. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  329. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  330. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  331. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  332. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  333. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  334. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +15 -14
  335. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  337. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  338. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  339. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  340. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +32 -0
  341. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  342. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  343. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
  345. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  346. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
  347. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  349. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  351. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
  353. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
  355. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  357. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
  359. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  360. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/EndCallButton.js +12 -13
  362. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  364. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +2 -6
  366. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  368. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  370. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/HoldButton.js +1 -1
  372. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  374. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
  376. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +26 -39
  378. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +5 -7
  380. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
  382. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
  384. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
  385. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  387. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +40 -22
  389. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +15 -23
  391. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.d.ts +2 -0
  393. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +13 -13
  394. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  396. package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
  397. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  398. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
  399. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
  402. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +81 -5
  404. package/dist/dist-esm/react-components/src/components/MessageThread.js +116 -49
  405. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +16 -17
  407. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +95 -102
  409. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/Notification.js +6 -14
  411. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +8 -0
  413. package/dist/dist-esm/react-components/src/components/NotificationStack.js +13 -9
  414. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -22
  416. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  418. package/dist/dist-esm/react-components/src/components/ParticipantList.js +63 -47
  419. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  421. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  423. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  425. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.d.ts +28 -0
  427. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js +29 -0
  428. package/dist/dist-esm/react-components/src/components/RTTDisclosureBanner.js.map +1 -0
  429. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  430. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/ReactionButton.js +24 -23
  432. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/RealTimeText.d.ts +58 -0
  434. package/dist/dist-esm/react-components/src/components/RealTimeText.js +43 -0
  435. package/dist/dist-esm/react-components/src/components/RealTimeText.js.map +1 -0
  436. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.d.ts +42 -0
  437. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +55 -0
  438. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -0
  439. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +25 -16
  440. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  442. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  443. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  444. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  445. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +9 -0
  446. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +29 -0
  447. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +1 -0
  448. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +30 -0
  449. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +112 -0
  450. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
  451. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +19 -0
  452. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +41 -0
  453. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +1 -0
  454. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +15 -0
  455. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +42 -0
  456. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -0
  457. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +24 -0
  458. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +66 -0
  459. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +1 -0
  460. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +20 -0
  461. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +45 -0
  462. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +1 -0
  463. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.d.ts +14 -0
  464. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js +56 -0
  465. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UndoRedoPlugin.js.map +1 -0
  466. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +30 -0
  467. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +96 -0
  468. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +1 -0
  469. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +59 -0
  470. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +379 -0
  471. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
  472. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +37 -0
  473. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +100 -0
  474. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
  475. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +215 -0
  476. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +284 -0
  477. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
  478. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
  479. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +77 -0
  480. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
  481. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.d.ts +9 -0
  482. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js +18 -0
  483. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxUtils.js.map +1 -0
  484. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +19 -0
  485. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +240 -0
  486. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -0
  487. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +7 -0
  488. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +49 -0
  489. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +1 -0
  490. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +15 -0
  491. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +67 -0
  492. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +1 -0
  493. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +6 -0
  494. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +13 -0
  495. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +1 -0
  496. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  497. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  498. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
  499. package/dist/dist-esm/react-components/src/components/SendBox.js +103 -12
  500. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  501. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +56 -0
  502. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +91 -0
  503. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
  504. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
  505. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
  506. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
  507. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  508. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  509. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.d.ts +48 -0
  510. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js +30 -0
  511. package/dist/dist-esm/react-components/src/components/StartRealTimeTextButton.js.map +1 -0
  512. package/dist/dist-esm/react-components/src/components/StreamMedia.js +14 -3
  513. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  514. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
  515. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  516. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
  519. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  521. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  522. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
  524. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
  525. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  526. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  527. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +821 -0
  528. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  529. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.d.ts +15 -0
  530. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +107 -0
  531. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -0
  532. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  533. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  535. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  536. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  537. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  538. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  539. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  540. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  541. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  542. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  543. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  544. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -39
  545. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  547. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  548. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +9 -13
  549. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  550. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +8 -22
  551. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  552. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
  553. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  554. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +19 -8
  555. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  556. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +15 -13
  557. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  558. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +40 -16
  559. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  560. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  561. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  563. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +99 -0
  564. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  565. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +5 -0
  566. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  567. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +8 -8
  568. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  569. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
  570. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  571. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
  572. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  573. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
  574. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  575. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
  576. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  577. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
  578. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  579. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +34 -10
  580. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  581. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +10 -0
  582. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +17 -0
  583. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -0
  584. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +23 -0
  585. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js +53 -0
  586. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -0
  587. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  588. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  589. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
  590. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  591. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  592. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  593. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  594. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  595. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js +1 -5
  596. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  597. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  598. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  599. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  600. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  601. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  602. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  603. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  604. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +12 -5
  605. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  606. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +57 -73
  607. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  608. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  609. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
  610. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +39 -31
  611. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  612. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +34 -1
  613. package/dist/dist-esm/react-components/src/components/VideoGallery.js +176 -28
  614. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  615. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +2 -0
  616. package/dist/dist-esm/react-components/src/components/VideoTile.js +60 -77
  617. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  618. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  619. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  620. package/dist/dist-esm/react-components/src/components/index.d.ts +25 -0
  621. package/dist/dist-esm/react-components/src/components/index.js +23 -0
  622. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  623. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  624. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  625. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
  626. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
  627. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  628. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  629. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  630. package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +25 -0
  631. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +74 -3
  632. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  633. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  634. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +3 -10
  635. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  636. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  637. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  638. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  639. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  640. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  641. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  642. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
  643. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  644. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  645. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
  646. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  647. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  648. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
  649. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  650. package/dist/dist-esm/react-components/src/components/styles/MessageBarLink.styles.js.map +1 -1
  651. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  652. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  653. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +13 -10
  654. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  655. package/dist/dist-esm/react-components/src/components/styles/Notification.styles.js.map +1 -1
  656. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +6 -4
  657. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  658. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  659. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.d.ts +10 -0
  660. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js +27 -0
  661. package/dist/dist-esm/react-components/src/components/styles/RTTDisclosureBanner.styles.js.map +1 -0
  662. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +1 -3
  663. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  664. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +2 -2
  665. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  666. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
  667. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +299 -0
  668. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
  669. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
  670. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
  671. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
  672. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
  673. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  674. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  675. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +99 -0
  676. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  677. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
  678. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
  679. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
  680. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
  681. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  682. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  683. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +1 -1
  684. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +98 -0
  685. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +202 -0
  686. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -0
  687. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
  688. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  689. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  690. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  691. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +69 -0
  692. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  693. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
  694. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  695. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
  696. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  697. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -1
  698. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  699. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  700. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +37 -1
  701. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +41 -3
  702. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  703. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -2
  704. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +29 -6
  705. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  706. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  707. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  708. package/dist/dist-esm/react-components/src/components/utils/Logger.js.map +1 -1
  709. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +73 -0
  710. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +186 -0
  711. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -0
  712. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +33 -0
  713. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +127 -0
  714. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
  715. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +38 -1
  716. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +148 -5
  717. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  718. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  719. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  720. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  721. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  722. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  723. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +2 -5
  724. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  725. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  726. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  727. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  728. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  729. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  730. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  731. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  732. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.d.ts +8 -0
  733. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js +25 -0
  734. package/dist/dist-esm/react-components/src/components/utils/sortCaptionsAndRealTimeTexts.js.map +1 -0
  735. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  736. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  737. package/dist/dist-esm/react-components/src/components/utils.js +44 -28
  738. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  739. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  740. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  741. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  742. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  743. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  744. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  745. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  746. package/dist/dist-esm/react-components/src/index.d.ts +2 -0
  747. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  748. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +63 -0
  749. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  750. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  751. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  752. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  753. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -1
  754. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  755. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  756. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  757. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -1
  758. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  759. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -1
  760. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  761. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  762. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  763. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  764. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  765. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  766. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  767. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  768. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  769. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  770. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  771. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  772. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  773. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  774. package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
  775. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  776. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  777. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  778. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  779. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  780. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +2 -2
  781. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  782. package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
  783. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  784. package/dist/dist-esm/react-components/src/theming/icons.d.ts +29 -0
  785. package/dist/dist-esm/react-components/src/theming/icons.js +148 -15
  786. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  787. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  788. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  789. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  790. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  791. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  792. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  793. package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
  794. package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
  795. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  796. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  797. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  798. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +13 -0
  799. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  800. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  801. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  802. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +20 -1
  803. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  804. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  805. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  806. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  807. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  808. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  809. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  810. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  811. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  812. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  813. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +59 -0
  814. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +4 -0
  815. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
  816. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  817. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  818. package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
  819. package/dist/dist-esm/react-components/src/types/index.js +2 -0
  820. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  821. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
  823. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +84 -52
  824. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +64 -0
  826. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +48 -5
  828. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +210 -63
  829. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +68 -1
  831. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
  832. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  834. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
  835. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  836. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
  838. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  840. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
  841. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  842. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +3 -0
  843. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js +3 -3
  845. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Banner.js.map +1 -1
  846. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +18 -11
  847. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
  848. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +110 -41
  849. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  850. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +36 -60
  851. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  852. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +49 -0
  853. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +220 -0
  854. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  855. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
  856. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  857. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  858. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  859. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  860. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +22 -4
  861. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  862. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  863. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  864. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  865. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  866. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  867. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +4 -4
  868. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  870. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
  872. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  873. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  874. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +42 -24
  875. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  876. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
  877. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +69 -41
  879. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  881. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +12 -12
  883. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
  885. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  886. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  887. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  888. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
  890. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
  891. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +226 -191
  892. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  893. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
  894. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  895. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  897. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
  898. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  899. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
  900. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  901. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
  902. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  903. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +31 -15
  904. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  905. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
  906. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  908. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  909. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -1
  911. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  912. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  913. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
  914. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
  915. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
  916. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  917. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +4 -7
  918. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  919. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +8 -1
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +89 -37
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  923. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  924. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  925. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  926. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -0
  927. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  928. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +25 -25
  929. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  930. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
  931. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +115 -16
  932. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  933. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
  934. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  935. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +15 -7
  936. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
  937. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +18 -8
  938. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  939. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  940. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  941. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
  942. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  943. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
  944. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  945. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +21 -22
  946. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  947. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  948. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  949. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  950. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  951. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  952. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  953. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  954. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  955. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +24 -0
  956. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +32 -0
  957. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  958. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  960. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  961. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  962. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  963. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
  964. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  966. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  968. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  970. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  971. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  972. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  973. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
  974. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
  975. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  976. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
  977. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
  978. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  979. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  980. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  982. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
  983. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +10 -2
  984. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  985. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  986. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  987. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  988. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  989. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  990. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  991. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  992. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  993. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  994. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  995. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  997. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  998. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  999. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  1000. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  1001. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  1002. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  1003. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
  1004. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  1005. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  1006. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +1 -2
  1007. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  1008. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  1009. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +2 -5
  1010. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  1011. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -1
  1012. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
  1013. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  1014. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  1015. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
  1016. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  1017. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  1018. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  1019. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
  1020. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  1021. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
  1022. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  1023. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  1024. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  1025. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  1026. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +10 -12
  1027. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  1028. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +19 -7
  1029. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  1030. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +4 -2
  1031. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  1032. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +12 -1
  1033. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +95 -22
  1034. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  1035. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  1036. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
  1037. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  1038. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
  1039. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  1040. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  1041. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +65 -0
  1042. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +107 -24
  1043. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  1044. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  1045. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  1046. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  1047. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  1048. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
  1049. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  1050. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  1051. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  1052. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  1053. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +20 -3
  1054. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +154 -37
  1055. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  1056. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +73 -3
  1057. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  1058. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +7 -0
  1059. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +20 -0
  1060. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  1061. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +10 -4
  1062. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
  1063. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  1064. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  1065. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  1066. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  1067. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  1068. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +8 -0
  1069. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +4 -1
  1070. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  1071. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +1 -0
  1072. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  1073. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
  1074. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
  1075. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
  1076. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +27 -0
  1077. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
  1078. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  1079. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  1080. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  1081. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +2 -0
  1082. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +298 -27
  1083. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  1084. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  1085. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  1086. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  1087. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
  1088. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
  1089. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
  1090. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +39 -0
  1091. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +273 -0
  1092. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -0
  1093. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +20 -0
  1094. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  1095. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +6 -2
  1096. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +78 -32
  1097. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  1098. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +12 -2
  1099. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  1100. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  1101. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +80 -0
  1102. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +41 -0
  1103. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -0
  1104. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +38 -0
  1105. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +82 -0
  1106. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -0
  1107. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +5 -0
  1108. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +5 -0
  1109. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -0
  1110. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
  1111. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  1112. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +27 -3
  1113. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  1114. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  1115. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +1 -1
  1116. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -1
  1117. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
  1118. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  1119. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +4 -0
  1120. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +6 -0
  1121. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -1
  1122. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
  1123. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  1124. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +9 -17
  1125. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  1126. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +24 -25
  1127. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -1
  1128. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -1
  1129. package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
  1130. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +7 -3
  1131. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  1132. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  1133. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  1134. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.d.ts +1 -0
  1135. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js +36 -16
  1136. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsBanner.js.map +1 -1
  1137. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js +1 -1
  1138. package/dist/dist-esm/react-composites/src/composites/common/CallingCaptionsSettingsModal.js.map +1 -1
  1139. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +9 -23
  1140. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -1
  1141. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -1
  1142. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.d.ts +12 -0
  1143. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js +23 -0
  1144. package/dist/dist-esm/react-composites/src/composites/common/CallingRealTimeTextModal.js.map +1 -0
  1145. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
  1146. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
  1147. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
  1148. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  1149. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  1150. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  1151. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -0
  1152. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +107 -47
  1153. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  1154. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
  1155. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  1156. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +3 -0
  1157. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +188 -72
  1158. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  1159. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
  1160. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  1161. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  1162. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  1163. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js +2 -4
  1164. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/Timer.js.map +1 -1
  1165. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  1166. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
  1167. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  1168. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +3 -0
  1169. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +161 -125
  1170. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  1171. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  1172. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +3 -0
  1173. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  1174. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
  1175. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  1176. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  1177. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
  1178. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  1179. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +11 -9
  1180. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  1181. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +23 -12
  1182. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  1183. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  1184. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  1185. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +16 -16
  1186. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  1187. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +14 -10
  1188. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  1189. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +10 -0
  1190. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +20 -0
  1191. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js.map +1 -0
  1192. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +48 -2
  1193. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +39 -0
  1194. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  1195. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +8 -16
  1196. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  1197. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
  1198. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
  1199. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  1200. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
  1201. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  1202. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
  1203. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  1204. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
  1205. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
  1206. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +18 -13
  1207. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  1208. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  1209. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +5 -0
  1210. package/dist/dist-esm/react-composites/src/composites/common/constants.js +6 -0
  1211. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  1212. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +33 -1
  1213. package/dist/dist-esm/react-composites/src/composites/common/icons.js +12 -4
  1214. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  1215. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js +1 -3
  1216. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependency.js.map +1 -1
  1217. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js +1 -3
  1218. package/dist/dist-esm/react-composites/src/composites/common/resolveDeepNoiseSuppressionDependencyLazy.js.map +1 -1
  1219. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  1220. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  1221. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  1222. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  1223. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
  1224. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  1225. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
  1226. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  1227. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  1228. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  1229. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  1230. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  1231. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
  1232. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  1233. package/dist/dist-esm/react-composites/src/composites/common/styles/TeamsMeetingConferenceInfo.style.js.map +1 -1
  1234. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  1235. package/dist/dist-esm/react-composites/src/composites/common/utils.js +20 -14
  1236. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  1237. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  1238. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  1239. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  1240. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  1241. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  1242. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  1243. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -1
  1244. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  1245. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  1246. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  1247. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -1
  1248. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  1249. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -1
  1250. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  1251. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  1252. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  1253. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  1254. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  1255. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  1256. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  1257. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  1258. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  1259. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  1260. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  1261. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  1262. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  1263. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
  1264. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  1265. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  1266. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  1267. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  1268. package/package.json +3 -3
@@ -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
  *
@@ -702,6 +1043,45 @@ export declare interface CallAdapterCallOperations {
702
1043
  * @public
703
1044
  */
704
1045
  disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
1046
+ /**
1047
+ * Create the html view for a stream.
1048
+ *
1049
+ * @remarks
1050
+ * This method is implemented for composite
1051
+ *
1052
+ * @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
1053
+ *
1054
+ * @public
1055
+ */
1056
+ createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
1057
+ /**
1058
+ * Start Together mode.
1059
+ *
1060
+ * @public
1061
+ */
1062
+ startTogetherMode(): Promise<void>;
1063
+ /**
1064
+ * Recalculate the seating positions for together mode.
1065
+ *
1066
+ * @remarks
1067
+ * This method is implemented for composite
1068
+ *
1069
+ * @param width - Width of the container
1070
+ * @param height - Height of the container
1071
+ *
1072
+ * @public
1073
+ */
1074
+ setTogetherModeSceneSize(width: number, height: number): void;
1075
+ /**
1076
+ * Dispose the html view for a stream.
1077
+ *
1078
+ * @remarks
1079
+ * This method is implemented for composite
1080
+ *
1081
+ *
1082
+ * @public
1083
+ */
1084
+ disposeTogetherModeStreamView(): Promise<void>;
705
1085
  /**
706
1086
  * Dispose the html view for a screen share stream
707
1087
  *
@@ -752,6 +1132,10 @@ export declare interface CallAdapterCallOperations {
752
1132
  * @public
753
1133
  */
754
1134
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1135
+ /**
1136
+ * Continues into a call when the browser version is not supported.
1137
+ */
1138
+ allowUnsupportedBrowserVersion(): void;
755
1139
  /**
756
1140
  * Function to Start captions
757
1141
  * @param options - options for start captions
@@ -873,6 +1257,12 @@ export declare interface CallAdapterCallOperations {
873
1257
  * Permit Teams meeting video.
874
1258
  */
875
1259
  permitOthersVideo(): Promise<void>;
1260
+ /**
1261
+ * Send real time text
1262
+ * @param text - real time text content
1263
+ * @param finalized - Boolean to indicate if the real time text is final
1264
+ */
1265
+ sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
876
1266
  }
877
1267
 
878
1268
  /**
@@ -1051,7 +1441,7 @@ export declare interface CallAdapterDeviceManagement {
1051
1441
  *
1052
1442
  * @public
1053
1443
  */
1054
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | TeamsMeetingIdLocator;
1444
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
1055
1445
 
1056
1446
  /**
1057
1447
  * {@link CommonCallAdapter} state.
@@ -1144,6 +1534,10 @@ export declare interface CallAdapterSubscribers {
1144
1534
  * Subscribe function for 'isSpokenLanguageChanged' event.
1145
1535
  */
1146
1536
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1537
+ /**
1538
+ * Subscribe function for 'realTimeTextReceived' event.
1539
+ */
1540
+ on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
1147
1541
  /**
1148
1542
  * Subscribe function for 'transferRequested' event.
1149
1543
  */
@@ -1232,6 +1626,10 @@ export declare interface CallAdapterSubscribers {
1232
1626
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
1233
1627
  */
1234
1628
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1629
+ /**
1630
+ * Unsubscribe function for 'realTimeTextReceived' event.
1631
+ */
1632
+ off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
1235
1633
  /**
1236
1634
  * Unsubscribe function for 'transferRequested' event.
1237
1635
  */
@@ -1266,6 +1664,7 @@ export declare interface CallAdapterSubscribers {
1266
1664
  export declare type CallAdapterUiState = {
1267
1665
  isLocalPreviewMicrophoneEnabled: boolean;
1268
1666
  page: CallCompositePage;
1667
+ unsupportedBrowserVersionsAllowed?: boolean;
1269
1668
  };
1270
1669
 
1271
1670
  /**
@@ -1309,7 +1708,7 @@ export declare interface CallAgentState {
1309
1708
  */
1310
1709
  export declare interface CallAndChatLocator {
1311
1710
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1312
- callLocator: GroupCallLocator;
1711
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator;
1313
1712
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1314
1713
  chatThreadId: string;
1315
1714
  }
@@ -1513,6 +1912,7 @@ export declare type CallCompositeIcons = {
1513
1912
  JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element;
1514
1913
  PeoplePaneMoreButton?: JSX.Element;
1515
1914
  StopAllSpotlightMenuButton?: JSX.Element;
1915
+ TogetherModeLayout?: JSX.Element;
1516
1916
  };
1517
1917
 
1518
1918
  /**
@@ -1554,6 +1954,56 @@ export declare type CallCompositeOptions = {
1554
1954
  * @defaultValue true
1555
1955
  */
1556
1956
  callControls?: boolean | CallControlOptions;
1957
+ /**
1958
+ * Device permissions check options for your call.
1959
+ * Here you can choose what device permissions you prompt the user for,
1960
+ * as well as what device permissions must be accepted before starting a call.
1961
+ */
1962
+ deviceChecks?: DeviceCheckOptions;
1963
+ /**
1964
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1965
+ * unable to grant your site the required permissions for the call.
1966
+ *
1967
+ * @example
1968
+ * ```ts
1969
+ * onPermissionsTroubleshootingClick: () =>
1970
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1971
+ * ```
1972
+ *
1973
+ * @remarks
1974
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1975
+ */
1976
+ onPermissionsTroubleshootingClick?: (permissionsState: {
1977
+ camera: PermissionState;
1978
+ microphone: PermissionState;
1979
+ }) => void;
1980
+ /**
1981
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1982
+ * having network issues when connecting to the call.
1983
+ *
1984
+ * @example
1985
+ * ```ts
1986
+ * onNetworkingTroubleShootingClick?: () =>
1987
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
1988
+ * ```
1989
+ *
1990
+ * @remarks
1991
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1992
+ */
1993
+ onNetworkingTroubleShootingClick?: () => void;
1994
+ /**
1995
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1996
+ *
1997
+ * @example
1998
+ * ```ts
1999
+ * onBrowserTroubleShootingClick?: () =>
2000
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
2001
+ * ```
2002
+ *
2003
+ * @remarks
2004
+ * if this is not supplied, the composite will not show a unsupported browser page.
2005
+ */
2006
+ onEnvironmentInfoTroubleshootingClick?: () => void;
1557
2007
  /**
1558
2008
  * Remote participant video tile menu options
1559
2009
  */
@@ -1690,7 +2140,7 @@ export declare type CallCompositeOptions = {
1690
2140
  *
1691
2141
  * @public
1692
2142
  */
1693
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest' | 'returningFromBreakoutRoom';
2143
+ 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';
1694
2144
 
1695
2145
  /**
1696
2146
  * Props for {@link CallComposite}.
@@ -2184,6 +2634,18 @@ export declare interface CallCompositeStrings {
2184
2634
  * string to be used to start captions
2185
2635
  */
2186
2636
  startCaptionsButtonOnLabel?: string;
2637
+ /**
2638
+ * string to be used to open real time text contextual menu
2639
+ */
2640
+ realTimeTextLabel?: string;
2641
+ /**
2642
+ * string to be used to start real time text
2643
+ */
2644
+ startRealTimeTextLabel?: string;
2645
+ /**
2646
+ * string to be used to when start real time text button is disabled
2647
+ */
2648
+ disabledStartRealTimeTextLabel?: string;
2187
2649
  /**
2188
2650
  * string to be used to stop captions
2189
2651
  */
@@ -2252,6 +2714,46 @@ export declare interface CallCompositeStrings {
2252
2714
  * captions banner loading spinner label
2253
2715
  */
2254
2716
  captionsBannerSpinnerText?: string;
2717
+ /**
2718
+ * Default text for RTT input text box
2719
+ */
2720
+ realTimeTextInputBoxDefaultText?: string;
2721
+ /**
2722
+ * Error message for RTT input text box when the size exceeds the limit 2000
2723
+ */
2724
+ realTimeTextInputErrorMessage?: string;
2725
+ /**
2726
+ * Text to show in the real time text disclosure banner
2727
+ */
2728
+ realTimeTextBannerContent?: string;
2729
+ /**
2730
+ * Title text of the real time text disclosure banner
2731
+ */
2732
+ realTimeTextBannerTitle?: string;
2733
+ /**
2734
+ * Label for the link in the real time text disclosure banner
2735
+ */
2736
+ realTimeTextBannerLinkLabel?: string;
2737
+ /**
2738
+ * Title for the container when only captions is enabled
2739
+ */
2740
+ captionsOnlyContainerTitle?: string;
2741
+ /**
2742
+ * Title for the container when only real time text is enabled
2743
+ */
2744
+ realTimeTextOnlyContainerTitle?: string;
2745
+ /**
2746
+ * Title for the container when both captions and real time text is enabled
2747
+ */
2748
+ captionsAndRealTimeTextContainerTitle?: string;
2749
+ /**
2750
+ * Expand button aria label
2751
+ */
2752
+ expandButtonAriaLabel?: string;
2753
+ /**
2754
+ * Minimize button aria label
2755
+ */
2756
+ minimizeButtonAriaLabel?: string;
2255
2757
  /**
2256
2758
  * transfer page text when showing the transferor who initiated the transfer
2257
2759
  */
@@ -2647,6 +3149,18 @@ export declare interface CallCompositeStrings {
2647
3149
  forbidOthersVideoMenuLabel: string;
2648
3150
  /** Label for menu item to permit audio media access */
2649
3151
  permitOthersVideoMenuLabel: string;
3152
+ /** The title of the RealTimeText modal */
3153
+ realTimeTextModalTitle: string;
3154
+ /** The text of the RealTimeText modal */
3155
+ realTimeTextModalText: string;
3156
+ /** The label for the confirm button */
3157
+ realTimeTextConfirmButtonLabel: string;
3158
+ /** The label for the cancel button */
3159
+ realTimeTextCancelButtonLabel: string;
3160
+ /** The aria label for the modal */
3161
+ realTimeTextModalAriaLabel: string;
3162
+ /** The aria label for the close button */
3163
+ realTimeTextCloseModalButtonAriaLabel: string;
2650
3164
  }
2651
3165
 
2652
3166
  /**
@@ -2740,10 +3254,28 @@ export declare type CallErrors = {
2740
3254
  *
2741
3255
  * @public
2742
3256
  */
2743
- 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';
3257
+ 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';
2744
3258
 
2745
3259
  /**
2746
- * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
3260
+ * Represents the name of the call feature stream
3261
+ * @public
3262
+ */
3263
+ export declare type CallFeatureStreamName = 'togetherMode';
3264
+
3265
+ /**
3266
+ * State only version of {@link @azure/communication-calling#CallFeatureStream}.
3267
+ * Represents call feature stream state.
3268
+ * @public
3269
+ */
3270
+ export declare interface CallFeatureStreamState extends RemoteVideoStreamState {
3271
+ /**
3272
+ * The name of the call feature stream.
3273
+ */
3274
+ feature?: CallFeatureStreamName;
3275
+ }
3276
+
3277
+ /**
3278
+ * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
2747
3279
  *
2748
3280
  * @public
2749
3281
  */
@@ -2813,7 +3345,7 @@ export declare type CallingHandlersOptions = {
2813
3345
  *
2814
3346
  * @public
2815
3347
  */
2816
- export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends ((state: CallClientState, props: any) => any) ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
3348
+ export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
2817
3349
 
2818
3350
  /**
2819
3351
  * @public
@@ -2893,6 +3425,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2893
3425
  mediaAccess?: MediaAccess;
2894
3426
  };
2895
3427
 
3428
+ /**
3429
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
3430
+ *
3431
+ * @remarks
3432
+ * This is currently in beta and only supports calling one Teams User.
3433
+ *
3434
+ * @example
3435
+ * ```
3436
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
3437
+ * ```
3438
+ *
3439
+ * @beta
3440
+ */
3441
+ export declare type CallParticipantsLocator = {
3442
+ participantIds: string[];
3443
+ };
3444
+
2896
3445
  /**
2897
3446
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2898
3447
  *
@@ -2985,6 +3534,10 @@ export declare interface CallState {
2985
3534
  * Proxy of {@link @azure/communication-calling#CaptionsCallFeature}.
2986
3535
  */
2987
3536
  captionsFeature: CaptionsCallFeatureState;
3537
+ /**
3538
+ * Proxy of {@link @azure/communication-calling#RealTimeTextCallFeature}.
3539
+ */
3540
+ realTimeTextFeature: RealTimeTextCallFeatureState;
2988
3541
  /**
2989
3542
  * Proxy of {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
2990
3543
  */
@@ -2993,6 +3546,10 @@ export declare interface CallState {
2993
3546
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
2994
3547
  */
2995
3548
  recording: RecordingCallFeature;
3549
+ /**
3550
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
3551
+ */
3552
+ localRecording: LocalRecordingCallFeatureState;
2996
3553
  /**
2997
3554
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2998
3555
  *
@@ -3003,6 +3560,10 @@ export declare interface CallState {
3003
3560
  * Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
3004
3561
  */
3005
3562
  raiseHand: RaiseHandCallFeature;
3563
+ /**
3564
+ * Proxy of {@link @azure/communication-calling#TogetherModeCallFeature}.
3565
+ */
3566
+ togetherMode: TogetherModeCallFeatureState;
3006
3567
  /**
3007
3568
  * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
3008
3569
  * UI helper props receivedOn which indicates the timestamp when the message was received.
@@ -3049,6 +3610,10 @@ export declare interface CallState {
3049
3610
  * Proxy of {@link @azure/communication-calling#Call.role}.
3050
3611
  */
3051
3612
  role?: ParticipantRole;
3613
+ /**
3614
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3615
+ */
3616
+ totalParticipantCount?: number;
3052
3617
  /**
3053
3618
  * Transfer state of call
3054
3619
  */
@@ -3068,7 +3633,7 @@ export declare interface CallState {
3068
3633
  /**
3069
3634
  * Proxy of {@link @azure/communication-calling#Call.info}.
3070
3635
  */
3071
- info?: TeamsCallInfo;
3636
+ info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
3072
3637
  /**
3073
3638
  * Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
3074
3639
  */
@@ -3261,6 +3826,48 @@ export declare interface CallWithChatAdapterManagement {
3261
3826
  * @public
3262
3827
  */
3263
3828
  disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
3829
+ /**
3830
+ * Create the html view for a togethermode stream.
3831
+ *
3832
+ * @remarks
3833
+ * This method is implemented for composite
3834
+ *
3835
+ * @param options - Options to control how video streams are rendered {@link @azure/communication-calling#VideoStreamOptions }
3836
+ *
3837
+ * @public
3838
+ */
3839
+ createTogetherModeStreamView(options?: TogetherModeStreamOptions): Promise<void | TogetherModeStreamViewResult>;
3840
+ /**
3841
+ * Start together mode.
3842
+ *
3843
+ * @remarks
3844
+ * This method is implemented for composite
3845
+ *
3846
+ *
3847
+ * @public
3848
+ */
3849
+ startTogetherMode(): Promise<void>;
3850
+ /**
3851
+ * Recalculate the seating positions for together mode.
3852
+ *
3853
+ * @remarks
3854
+ * This method is implemented for composite
3855
+ *
3856
+ * @param width - Width of the container
3857
+ * @param height - Height of the container
3858
+ *
3859
+ * @public
3860
+ */
3861
+ setTogetherModeSceneSize(width: number, height: number): void;
3862
+ /**
3863
+ * Dispose the html view for a togethermode stream.
3864
+ *
3865
+ * @remarks
3866
+ * This method is implemented for composite
3867
+ *
3868
+ * @public
3869
+ */
3870
+ disposeTogetherModeStreamView(): Promise<void>;
3264
3871
  /**
3265
3872
  * Dispose the html view for a screen share stream
3266
3873
  *
@@ -3368,7 +3975,19 @@ export declare interface CallWithChatAdapterManagement {
3368
3975
  *
3369
3976
  * @public
3370
3977
  */
3371
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3978
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3979
+ /**
3980
+ * Upload an inline image for a message.
3981
+ *
3982
+ * @beta
3983
+ */
3984
+ uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
3985
+ /**
3986
+ * Delete an inline image for a message.
3987
+ *
3988
+ * @beta
3989
+ */
3990
+ deleteImage(imageId: string): Promise<void>;
3372
3991
  /**
3373
3992
  * Send a read receipt for a message.
3374
3993
  *
@@ -3386,7 +4005,7 @@ export declare interface CallWithChatAdapterManagement {
3386
4005
  *
3387
4006
  * @public
3388
4007
  */
3389
- updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
4008
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3390
4009
  /**
3391
4010
  * Delete a message in the thread.
3392
4011
  *
@@ -3431,6 +4050,10 @@ export declare interface CallWithChatAdapterManagement {
3431
4050
  * @public
3432
4051
  */
3433
4052
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4053
+ /**
4054
+ * Continues into a call when the browser version is not supported.
4055
+ */
4056
+ allowUnsupportedBrowserVersion(): void;
3434
4057
  /**
3435
4058
  * Function to Start captions
3436
4059
  * @param options - options for start captions
@@ -3532,6 +4155,12 @@ export declare interface CallWithChatAdapterManagement {
3532
4155
  forbidOthersVideo: () => Promise<void>;
3533
4156
  /** permits video for Teams meeting attendees except the local user. */
3534
4157
  permitOthersVideo: () => Promise<void>;
4158
+ /**
4159
+ * Send real time text
4160
+ * @param text - real time text content
4161
+ * @param finalized - Boolean to indicate if the real time text is final
4162
+ */
4163
+ sendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
3535
4164
  }
3536
4165
 
3537
4166
  /**
@@ -3563,6 +4192,7 @@ export declare interface CallWithChatAdapterSubscriptions {
3563
4192
  on(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
3564
4193
  on(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
3565
4194
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
4195
+ on(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
3566
4196
  on(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
3567
4197
  on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
3568
4198
  on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
@@ -3581,6 +4211,7 @@ export declare interface CallWithChatAdapterSubscriptions {
3581
4211
  off(event: 'isCaptionsActiveChanged', listener: IsCaptionsActiveChangedListener): void;
3582
4212
  off(event: 'isCaptionLanguageChanged', listener: IsCaptionLanguageChangedListener): void;
3583
4213
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
4214
+ off(event: 'realTimeTextReceived', listener: RealTimeTextReceivedListener): void;
3584
4215
  off(event: 'capabilitiesChanged', listener: CapabilitiesChangedListener): void;
3585
4216
  off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
3586
4217
  off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
@@ -3622,6 +4253,14 @@ export declare interface CallWithChatAdapterUiState {
3622
4253
  * @public
3623
4254
  */
3624
4255
  page: CallCompositePage;
4256
+ /**
4257
+ * State to track whether the end user has opted in to using a
4258
+ * out of date version of a supported browser. Allows the user
4259
+ * to start a call in this state.
4260
+ *
4261
+ * @beta
4262
+ */
4263
+ unsupportedBrowserVersionsAllowed?: boolean;
3625
4264
  }
3626
4265
 
3627
4266
  /**
@@ -3797,6 +4436,62 @@ export declare type CallWithChatCompositeOptions = {
3797
4436
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3798
4437
  */
3799
4438
  callControls?: boolean | CallWithChatControlOptions;
4439
+ /**
4440
+ * Properties for configuring the File Sharing feature.
4441
+ * If undefined, file sharing feature will be disabled.
4442
+ * @beta
4443
+ */
4444
+ attachmentOptions?: AttachmentOptions;
4445
+ /**
4446
+ * Device permissions check options for your call.
4447
+ * Here you can choose what device permissions you prompt the user for,
4448
+ * as well as what device permissions must be accepted before starting a call.
4449
+ */
4450
+ deviceChecks?: DeviceCheckOptions;
4451
+ /**
4452
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
4453
+ * unable to grant your site the required permissions for the call.
4454
+ *
4455
+ * @example
4456
+ * ```ts
4457
+ * onPermissionsTroubleshootingClick: () =>
4458
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
4459
+ * ```
4460
+ *
4461
+ * @remarks
4462
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
4463
+ */
4464
+ onPermissionsTroubleshootingClick?: (permissionsState: {
4465
+ camera: PermissionState;
4466
+ microphone: PermissionState;
4467
+ }) => void;
4468
+ /**
4469
+ * Optional callback to supply users with further troubleshooting steps for network issues
4470
+ * experienced when connecting to a call.
4471
+ *
4472
+ * @example
4473
+ * ```ts
4474
+ * onNetworkingTroubleShootingClick?: () =>
4475
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
4476
+ * ```
4477
+ *
4478
+ * @remarks
4479
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
4480
+ */
4481
+ onNetworkingTroubleShootingClick?: () => void;
4482
+ /**
4483
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
4484
+ *
4485
+ * @example
4486
+ * ```ts
4487
+ * onBrowserTroubleShootingClick?: () =>
4488
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
4489
+ * ```
4490
+ *
4491
+ * @remarks
4492
+ * if this is not supplied, the composite will not show a unsupported browser page.
4493
+ */
4494
+ onEnvironmentInfoTroubleshootingClick?: () => void;
3800
4495
  /**
3801
4496
  * Remote participant video tile menu options
3802
4497
  */
@@ -3903,6 +4598,13 @@ export declare type CallWithChatCompositeOptions = {
3903
4598
  */
3904
4599
  hideSpotlightButtons?: boolean;
3905
4600
  };
4601
+ /**
4602
+ * Enables rich text editor for the send and edit boxes
4603
+ * @defaultValue `false`
4604
+ *
4605
+ * @beta
4606
+ */
4607
+ richTextEditor?: boolean;
3906
4608
  /**
3907
4609
  * Options for settings related to joining a call.
3908
4610
  */
@@ -4156,7 +4858,36 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4156
4858
  *
4157
4859
  * @public
4158
4860
  */
4159
- 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';
4861
+ 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';
4862
+
4863
+ /**
4864
+ * @beta
4865
+ *
4866
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4867
+ * by their browsers settings.
4868
+ */
4869
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4870
+
4871
+ /**
4872
+ * @beta
4873
+ * Props for CameraAndMicrophoneSitePermissions component.
4874
+ */
4875
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4876
+ /** Icon name for the camera icon */
4877
+ cameraIconName?: string;
4878
+ /** Icon name for the microphone icon */
4879
+ microphoneIconName?: string;
4880
+ /** Icon name for the central icon between the camera and microphone icons */
4881
+ connectorIconName?: string;
4882
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4883
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
4884
+ }
4885
+
4886
+ /**
4887
+ * @beta
4888
+ * Strings for CameraAndMicrophoneSitePermissions component.
4889
+ */
4890
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4160
4891
 
4161
4892
  /**
4162
4893
  * A button to turn camera on / off.
@@ -4318,6 +5049,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
4318
5049
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
4319
5050
  }
4320
5051
 
5052
+ /**
5053
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
5054
+ * by their browsers settings.
5055
+ *
5056
+ * @beta
5057
+ */
5058
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
5059
+
5060
+ /**
5061
+ * @beta
5062
+ * Props for CameraSitePermissions component.
5063
+ */
5064
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
5065
+ /** Icon name for the camera icon */
5066
+ cameraIconName?: string;
5067
+ /** Strings for use with the {@link CameraSitePermissions} */
5068
+ strings?: CameraSitePermissionsStrings;
5069
+ }
5070
+
5071
+ /**
5072
+ * @beta
5073
+ * Strings for CameraSitePermissions component.
5074
+ */
5075
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
5076
+
4321
5077
  /**
4322
5078
  * @public
4323
5079
  * Callback function run when a message edit is cancelled.
@@ -4460,10 +5216,22 @@ export declare interface CaptionsBannerProps {
4460
5216
  * Array of captions to be displayed
4461
5217
  */
4462
5218
  captions: CaptionsInformation[];
5219
+ /**
5220
+ * Array of finalized and partial real time text messages
5221
+ */
5222
+ realTimeTexts?: {
5223
+ completedMessages?: RealTimeTextInformation[];
5224
+ currentInProgress?: RealTimeTextInformation[];
5225
+ myInProgress?: RealTimeTextInformation;
5226
+ };
4463
5227
  /**
4464
5228
  * Flag to indicate if captions are on
4465
5229
  */
4466
5230
  isCaptionsOn?: boolean;
5231
+ /**
5232
+ * Flag to indicate if real time text is on
5233
+ */
5234
+ isRealTimeTextOn?: boolean;
4467
5235
  /**
4468
5236
  * Flag to indicate if captions are being started
4469
5237
  * This is used to show spinner while captions are being started
@@ -4490,6 +5258,14 @@ export declare interface CaptionsBannerProps {
4490
5258
  captionsOptions?: {
4491
5259
  height: 'full' | 'default';
4492
5260
  };
5261
+ /**
5262
+ * Optional callback to send real time text.
5263
+ */
5264
+ onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
5265
+ /**
5266
+ * Latest local real time text
5267
+ */
5268
+ latestLocalRealTimeText?: RealTimeTextInformation;
4493
5269
  }
4494
5270
 
4495
5271
  /**
@@ -4498,8 +5274,15 @@ export declare interface CaptionsBannerProps {
4498
5274
  */
4499
5275
  export declare type CaptionsBannerSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
4500
5276
  captions: CaptionsInformation[];
5277
+ realTimeTexts: {
5278
+ completedMessages?: RealTimeTextInformation[];
5279
+ currentInProgress?: RealTimeTextInformation[];
5280
+ myInProgress?: RealTimeTextInformation;
5281
+ };
4501
5282
  isCaptionsOn: boolean;
4502
5283
  startCaptionsInProgress: boolean;
5284
+ isRealTimeTextOn: boolean;
5285
+ latestLocalRealTimeText: RealTimeTextInformation;
4503
5286
  };
4504
5287
 
4505
5288
  /**
@@ -4511,6 +5294,46 @@ export declare interface CaptionsBannerStrings {
4511
5294
  * Spinner text for captions banner
4512
5295
  */
4513
5296
  captionsBannerSpinnerText?: string;
5297
+ /**
5298
+ * Default text for RTT input text box
5299
+ */
5300
+ realTimeTextInputBoxDefaultText?: string;
5301
+ /**
5302
+ * Error message for RTT input text box when the size exceeds the limit 2000
5303
+ */
5304
+ realTimeTextInputErrorMessage?: string;
5305
+ /**
5306
+ * Real time text disclosure banner title
5307
+ */
5308
+ realTimeTextBannerTitle?: string;
5309
+ /**
5310
+ * Real time text disclosure banner content
5311
+ */
5312
+ realTimeTextBannerContent?: string;
5313
+ /**
5314
+ * Real time text disclosure banner link label
5315
+ */
5316
+ realTimeTextBannerLinkLabel?: string;
5317
+ /**
5318
+ * Title for the container when only captions is enabled
5319
+ */
5320
+ captionsOnlyContainerTitle?: string;
5321
+ /**
5322
+ * Title for the container when only real time text is enabled
5323
+ */
5324
+ realTimeTextOnlyContainerTitle?: string;
5325
+ /**
5326
+ * Title for the container when both captions and real time text is enabled
5327
+ */
5328
+ captionsAndRealTimeTextContainerTitle?: string;
5329
+ /**
5330
+ * Expand button aria label
5331
+ */
5332
+ expandButtonAriaLabel?: string;
5333
+ /**
5334
+ * Minimize button aria label
5335
+ */
5336
+ minimizeButtonAriaLabel?: string;
4514
5337
  }
4515
5338
 
4516
5339
  /**
@@ -4622,6 +5445,12 @@ export declare type CaptionsInformation = {
4622
5445
  * id of the speaker
4623
5446
  */
4624
5447
  userId?: string;
5448
+ /**
5449
+ * timestamp when the caption was created
5450
+ * Please note that this value is essential for determining the order of captions and real time text messages
5451
+ * If you are using both captions and real time text, please ensure that the createdTimeStamp is populated
5452
+ */
5453
+ createdTimeStamp?: Date;
4625
5454
  };
4626
5455
 
4627
5456
  /**
@@ -4864,7 +5693,15 @@ export declare interface ChatAdapterThreadManagement {
4864
5693
  * Send a message in the thread.
4865
5694
  * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
4866
5695
  */
4867
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
5696
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
5697
+ /**
5698
+ * Upload an inline image for a message.
5699
+ */
5700
+ uploadImage(image: Blob, imageFilename: string): Promise<UploadChatImageResult>;
5701
+ /**
5702
+ * Delete an inline image for a message.
5703
+ */
5704
+ deleteImage(imageId: string): Promise<void>;
4868
5705
  /**
4869
5706
  * Send a read receipt for a message.
4870
5707
  */
@@ -4885,7 +5722,7 @@ export declare interface ChatAdapterThreadManagement {
4885
5722
  * Update a message content.
4886
5723
  * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
4887
5724
  */
4888
- updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
5725
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
4889
5726
  /**
4890
5727
  * Delete a message in the thread.
4891
5728
  */
@@ -5023,6 +5860,7 @@ export declare type ChatCompositeIcons = {
5023
5860
  ParticipantItemOptionsHovered?: JSX.Element;
5024
5861
  SendBoxSend?: JSX.Element;
5025
5862
  SendBoxSendHovered?: JSX.Element;
5863
+ SendBoxAttachFile?: JSX.Element;
5026
5864
  };
5027
5865
 
5028
5866
  /**
@@ -5051,6 +5889,13 @@ export declare type ChatCompositeOptions = {
5051
5889
  * @defaultValue true
5052
5890
  */
5053
5891
  errorBar?: boolean;
5892
+ /**
5893
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
5894
+ * @defaultValue false
5895
+ *
5896
+ * @beta
5897
+ */
5898
+ participantPane?: boolean;
5054
5899
  /**
5055
5900
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
5056
5901
  * @defaultValue true
@@ -5061,6 +5906,19 @@ export declare type ChatCompositeOptions = {
5061
5906
  * When undefined nothing has focus on render
5062
5907
  */
5063
5908
  autoFocus?: 'sendBoxTextField';
5909
+ /**
5910
+ * Properties for configuring the File Sharing feature.
5911
+ * If undefined, file sharing feature will be disabled.
5912
+ * @beta
5913
+ */
5914
+ attachmentOptions?: AttachmentOptions;
5915
+ /**
5916
+ * Enables rich text editor for the send and edit boxes
5917
+ * @defaultValue `false`
5918
+ *
5919
+ * @beta
5920
+ */
5921
+ richTextEditor?: boolean;
5064
5922
  };
5065
5923
 
5066
5924
  /**
@@ -5088,6 +5946,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
5088
5946
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
5089
5947
  */
5090
5948
  options?: ChatCompositeOptions;
5949
+ /**
5950
+ * Optimizes the composite form factor for either desktop or mobile.
5951
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
5952
+ * @defaultValue 'desktop'
5953
+ */
5954
+ formFactor?: 'desktop' | 'mobile';
5091
5955
  }
5092
5956
 
5093
5957
  /**
@@ -5102,6 +5966,26 @@ export declare interface ChatCompositeStrings {
5102
5966
  * Chat list header text
5103
5967
  */
5104
5968
  chatListHeader: string;
5969
+ /**
5970
+ * Upload Attachment Button text
5971
+ */
5972
+ uploadAttachment: string;
5973
+ /**
5974
+ * Error Message for image data is not provided for image upload
5975
+ */
5976
+ uploadImageDataNotProvided: string;
5977
+ /**
5978
+ * Error Message for upload image is too large
5979
+ */
5980
+ uploadImageIsTooLarge: string;
5981
+ /**
5982
+ * Error Message for unsupported image extension for image upload
5983
+ */
5984
+ uploadImageExtensionIsNotAllowed: string;
5985
+ /**
5986
+ * Error Message for unable to upload image
5987
+ */
5988
+ uploadImageFailed: string;
5105
5989
  }
5106
5990
 
5107
5991
  /**
@@ -5150,7 +6034,7 @@ export declare type ChatErrors = {
5150
6034
  *
5151
6035
  * @public
5152
6036
  */
5153
- 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';
6037
+ 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';
5154
6038
 
5155
6039
  /**
5156
6040
  * Object containing all the handlers required for chat components.
@@ -5161,13 +6045,15 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
5161
6045
  * @public
5162
6046
  */
5163
6047
  export declare type ChatHandlers = {
5164
- onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
6048
+ onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
6049
+ onUploadImage: (image: Blob, imageFilename: string) => Promise<UploadChatImageResult>;
6050
+ onDeleteImage: (imageId: string) => Promise<void>;
5165
6051
  onMessageSeen: (chatMessageId: string) => Promise<void>;
5166
6052
  onTyping: () => Promise<void>;
5167
6053
  onRemoveParticipant: (userId: string) => Promise<void>;
5168
6054
  updateThreadTopicName: (topicName: string) => Promise<void>;
5169
6055
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
5170
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
6056
+ onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
5171
6057
  onDeleteMessage: (messageId: string) => Promise<void>;
5172
6058
  };
5173
6059
 
@@ -5210,6 +6096,12 @@ export declare interface ChatMessage extends MessageCommon {
5210
6096
  attachments?: AttachmentMetadata[];
5211
6097
  }
5212
6098
 
6099
+ /**
6100
+ * @beta
6101
+ * Type of the message content, either 'text' or 'html'.
6102
+ */
6103
+ export declare type ChatMessageType = 'text' | 'html';
6104
+
5213
6105
  /**
5214
6106
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
5215
6107
  * client-side only metadata for chat messages.
@@ -5239,7 +6131,7 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
5239
6131
  *
5240
6132
  * @public
5241
6133
  */
5242
- export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends ((state: ChatClientState, props: any) => any) ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
6134
+ export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
5243
6135
 
5244
6136
  /**
5245
6137
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
@@ -5316,6 +6208,8 @@ export declare type ChatThreadClientState = {
5316
6208
  */
5317
6209
  export declare type ChatThreadProperties = {
5318
6210
  topic?: string;
6211
+ createdBy?: CommunicationIdentifierKind;
6212
+ messagingPolicy?: MessagingPolicy;
5319
6213
  };
5320
6214
 
5321
6215
  /**
@@ -5582,6 +6476,7 @@ export declare interface CommonCallingHandlers {
5582
6476
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
5583
6477
  onRemoveParticipant(userId: string): Promise<void>;
5584
6478
  onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
6479
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
5585
6480
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
5586
6481
  onAcceptCall: (incomingCallId: string, useVideo?: boolean) => Promise<void>;
5587
6482
  onRejectCall: (incomingCallId: string) => Promise<void>;
@@ -5592,6 +6487,7 @@ export declare interface CommonCallingHandlers {
5592
6487
  onStopNoiseSuppressionEffect: () => Promise<void>;
5593
6488
  onStartCaptions: (options?: CaptionsOptions) => Promise<void>;
5594
6489
  onStopCaptions: () => Promise<void>;
6490
+ onSendRealTimeText: (text: string, isFinalized: boolean) => Promise<void>;
5595
6491
  onSetSpokenLanguage: (language: string) => Promise<void>;
5596
6492
  onSetCaptionLanguage: (language: string) => Promise<void>;
5597
6493
  onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
@@ -5600,6 +6496,22 @@ export declare interface CommonCallingHandlers {
5600
6496
  onStopAllSpotlight: () => Promise<void>;
5601
6497
  onMuteParticipant: (userId: string) => Promise<void>;
5602
6498
  onMuteAllRemoteParticipants: () => Promise<void>;
6499
+ /**
6500
+ * Call back to create a view for together mode
6501
+ */
6502
+ onCreateTogetherModeStreamView: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
6503
+ /**
6504
+ * Call back to create a view for together mode
6505
+ */
6506
+ onStartTogetherMode: () => Promise<void>;
6507
+ /**
6508
+ * Call set together mode scene size
6509
+ */
6510
+ onSetTogetherModeSceneSize: (width: number, height: number) => void;
6511
+ /**
6512
+ * Call back to dispose together mode views
6513
+ */
6514
+ onDisposeTogetherModeStreamView: () => Promise<void>;
5603
6515
  /**
5604
6516
  * Forbid remote participants from sending audio
5605
6517
  *
@@ -5651,6 +6563,39 @@ export declare type CommonProperties<A, B> = {
5651
6563
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
5652
6564
  }[keyof A & keyof B];
5653
6565
 
6566
+ /**
6567
+ * @beta
6568
+ * Props for SitePermissions components.
6569
+ */
6570
+ export declare interface CommonSitePermissionsProps {
6571
+ /**
6572
+ * Name of application calling experience is in.
6573
+ */
6574
+ appName: string;
6575
+ /**
6576
+ * Kind of the Site Permissions component.
6577
+ */
6578
+ kind: 'request' | 'denied' | 'check';
6579
+ /**
6580
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
6581
+ */
6582
+ browserHint?: 'safari' | 'unset';
6583
+ /**
6584
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
6585
+ * If this is not provided the button will not be shown.
6586
+ */
6587
+ onTroubleshootingClick?: () => void;
6588
+ /**
6589
+ * Action that is taken when the user clicks the continue anyway button.
6590
+ * If this is not provided the button will not be shown.
6591
+ */
6592
+ onContinueAnywayClick?: () => void;
6593
+ /**
6594
+ * Styles for SitePermissions component.
6595
+ */
6596
+ styles?: SitePermissionsStyles;
6597
+ }
6598
+
5654
6599
  /**
5655
6600
  * A Chat or Calling participant's state, as reflected in the UI.
5656
6601
  *
@@ -5848,6 +6793,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5848
6793
  export declare interface ComponentLocale {
5849
6794
  /** Strings for components */
5850
6795
  strings: ComponentStrings;
6796
+ /**
6797
+ * Optional function to provide customized date format.
6798
+ * @beta
6799
+ */
6800
+ onDisplayDateTimeString?: (messageDate: Date) => string;
5851
6801
  }
5852
6802
 
5853
6803
  /**
@@ -5897,6 +6847,10 @@ export declare interface ComponentStrings {
5897
6847
  typingIndicator: TypingIndicatorStrings;
5898
6848
  /** Strings for SendBox */
5899
6849
  sendBox: SendBoxStrings;
6850
+ /** Strings for RichTextSendBox */
6851
+ richTextSendBox: RichTextSendBoxStrings;
6852
+ /** Strings for MentionPopover */
6853
+ mentionPopover: MentionPopoverStrings;
5900
6854
  /** Strings for ImageOverlay */
5901
6855
  imageOverlay: ImageOverlayStrings;
5902
6856
  /** Strings for MessageStatusIndicator */
@@ -5913,13 +6867,53 @@ export declare interface ComponentStrings {
5913
6867
  videoTile: VideoTileStrings;
5914
6868
  /** Strings for HoldButton */
5915
6869
  holdButton: HoldButtonStrings;
6870
+ /** Strings for a site's permission request prompt */
6871
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
6872
+ /** Strings for a site's permission request prompt */
6873
+ CameraSitePermissionsRequest: SitePermissionsStrings;
6874
+ /** Strings for a site's permission request prompt */
6875
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
6876
+ /** Strings for a site's permission generic checking prompt */
6877
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
6878
+ /** Strings for a site's permission generic checking prompt */
6879
+ CameraSitePermissionsCheck: SitePermissionsStrings;
6880
+ /** Strings for a site's permission generic checking prompt */
6881
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
6882
+ /** Strings for a site's permission denied prompt */
6883
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
6884
+ /** Strings for a site's permission denied prompt for safari browsers*/
6885
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6886
+ /** Strings for a site's permission denied prompt */
6887
+ CameraSitePermissionsDenied: SitePermissionsStrings;
6888
+ /** Strings for a site's permission denied prompt */
6889
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
6890
+ /** Strings for a site's permission denied prompt for safari browsers*/
6891
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
6892
+ /** Strings for a site's permission denied prompt for safari browsers*/
6893
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
6894
+ /** Strings for unsupported browser UI */
6895
+ UnsupportedBrowser: UnsupportedBrowserStrings;
6896
+ /** Strings for unsupported browser version UI */
6897
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
6898
+ /** Strings for unsupported browser version UI */
6899
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
6900
+ /** Strings for BrowserPemissionDenied */
6901
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
6902
+ /** Strings for BrowserPemissionDeniedIOS */
6903
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
5916
6904
  /**
5917
6905
  * Strings for the VerticalGallery.
5918
6906
  */
5919
6907
  verticalGallery: VerticalGalleryStrings;
6908
+ /** Strings for the participant list component */
6909
+ ParticipantList: ParticipantListStrings;
5920
6910
  /** Strings for the MeetingConferencePhoneInfoModal */
5921
6911
  meetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
5922
6912
  IncomingCallNotification: IncomingCallNotificationStrings;
6913
+ /** Strings for the RealTimeTextModal */
6914
+ realTimeTextModal: RealTimeTextModalStrings;
6915
+ /** Strings for RealTimeText */
6916
+ realTimeText: RealTimeTextStrings;
5923
6917
  /** Strings for Captions Setting Modal */
5924
6918
  captionsSettingsModal: CaptionsSettingsModalStrings;
5925
6919
  /**
@@ -5934,6 +6928,8 @@ export declare interface ComponentStrings {
5934
6928
  captionsBanner: CaptionsBannerStrings;
5935
6929
  /** Strings for Start Captions Button */
5936
6930
  startCaptionsButton: StartCaptionsButtonStrings;
6931
+ /** Strings for Start RealTimeText Button */
6932
+ startRealTimeTextButton: StartRealTimeTextButtonStrings;
5937
6933
  }
5938
6934
 
5939
6935
  /**
@@ -6485,7 +7481,7 @@ export declare const createStatefulChatClient: (args: StatefulChatClientArgs, op
6485
7481
  /**
6486
7482
  * @public
6487
7483
  */
6488
- export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
7484
+ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs | /* @conditional-compile-remove(teams-identity-support-beta) */ TeamsOutboundCallAdapterArgs) => Promise<TeamsCallAdapter>;
6489
7485
 
6490
7486
  /**
6491
7487
  * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
@@ -6495,7 +7491,7 @@ export declare const createTeamsCallAdapter: (args: TeamsCallAdapterArgs) => Pro
6495
7491
  *
6496
7492
  * @public
6497
7493
  */
6498
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
7494
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator | /* @conditional-compile-remove(teams-identity-support-beta) */ StartTeamsCallIdentifier[], options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6499
7495
 
6500
7496
  /**
6501
7497
  * Object returned after creating a local or remote VideoStream.
@@ -6730,7 +7726,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6730
7726
  RaiseHandContextualMenuItem: React_2.JSX.Element;
6731
7727
  LowerHandContextualMenuItem: React_2.JSX.Element;
6732
7728
  ReactionButtonIcon: React_2.JSX.Element;
7729
+ CancelAttachmentUpload: React_2.JSX.Element;
7730
+ DownloadAttachment: React_2.JSX.Element;
6733
7731
  OpenAttachment: React_2.JSX.Element;
7732
+ AttachmentMoreMenu: React_2.JSX.Element;
7733
+ DataLossPreventionProhibited: React_2.JSX.Element;
6734
7734
  EditBoxCancel: React_2.JSX.Element;
6735
7735
  EditBoxSubmit: React_2.JSX.Element;
6736
7736
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -6780,6 +7780,13 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6780
7780
  VideoTileMicOff: React_2.JSX.Element;
6781
7781
  VideoTileCameraOff: React_2.JSX.Element;
6782
7782
  DialpadBackspace: React_2.JSX.Element;
7783
+ SitePermissionsSparkle: React_2.JSX.Element;
7784
+ SitePermissionCamera: React_2.JSX.Element;
7785
+ SitePermissionMic: React_2.JSX.Element;
7786
+ SitePermissionCameraDenied: React_2.JSX.Element;
7787
+ SitePermissionMicDenied: React_2.JSX.Element;
7788
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
7789
+ BrowserPermissionDeniedError: React_2.JSX.Element;
6783
7790
  VideoTilePinned: React_2.JSX.Element;
6784
7791
  ParticipantItemPinned: React_2.JSX.Element;
6785
7792
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -6809,10 +7816,28 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6809
7816
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6810
7817
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6811
7818
  VideoTileSpotlighted: React_2.JSX.Element;
7819
+ RichTextBoldButtonIcon: React_2.JSX.Element;
7820
+ RichTextItalicButtonIcon: React_2.JSX.Element;
7821
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
7822
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
7823
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
7824
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
7825
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
7826
+ RichTextDividerIcon: React_2.JSX.Element;
7827
+ RichTextEditorButtonIcon: React_2.JSX.Element;
7828
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
7829
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
7830
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
7831
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
7832
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6812
7833
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
6813
7834
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
6814
7835
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
6815
7836
  IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
7837
+ NotificationBarTogetherModeIcon: React_2.JSX.Element;
7838
+ RealTimeTextIcon: React_2.JSX.Element;
7839
+ ExpandIcon: React_2.JSX.Element;
7840
+ MinimizeIcon: React_2.JSX.Element;
6816
7841
  };
6817
7842
 
6818
7843
  /**
@@ -6833,6 +7858,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6833
7858
  ParticipantItemOptionsHovered: JSX.Element;
6834
7859
  SendBoxSend: JSX.Element;
6835
7860
  SendBoxSendHovered: JSX.Element;
7861
+ SendBoxAttachFile?: JSX.Element | undefined;
6836
7862
  ControlBarPeopleButton?: JSX.Element | undefined;
6837
7863
  ControlButtonCameraOff: JSX.Element;
6838
7864
  ControlButtonCameraOn: JSX.Element;
@@ -6913,6 +7939,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6913
7939
  JoinByPhoneWaitToBeAdmittedIcon?: JSX.Element | undefined;
6914
7940
  PeoplePaneMoreButton?: JSX.Element | undefined;
6915
7941
  StopAllSpotlightMenuButton?: JSX.Element | undefined;
7942
+ TogetherModeLayout?: JSX.Element | undefined;
6916
7943
  ChevronLeft?: JSX.Element | undefined;
6917
7944
  ControlBarChatButtonActive?: JSX.Element | undefined;
6918
7945
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -6922,10 +7949,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6922
7949
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
6923
7950
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
6924
7951
  MoreDrawerSpeakers?: JSX.Element | undefined;
6925
- SendBoxAttachFile?: JSX.Element | undefined;
6926
7952
  ChatMessageOptions: React_2.JSX.Element;
6927
7953
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
7954
+ CancelAttachmentUpload: React_2.JSX.Element;
7955
+ DownloadAttachment: React_2.JSX.Element;
6928
7956
  OpenAttachment: React_2.JSX.Element;
7957
+ AttachmentMoreMenu: React_2.JSX.Element;
7958
+ DataLossPreventionProhibited: React_2.JSX.Element;
6929
7959
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6930
7960
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6931
7961
  ErrorBarMutedByRemoteParticipant: React_2.JSX.Element;
@@ -6943,6 +7973,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6943
7973
  ResumeCall: React_2.JSX.Element;
6944
7974
  VideoTileCameraOff: React_2.JSX.Element;
6945
7975
  DialpadBackspace: React_2.JSX.Element;
7976
+ SitePermissionsSparkle: React_2.JSX.Element;
7977
+ SitePermissionCamera: React_2.JSX.Element;
7978
+ SitePermissionMic: React_2.JSX.Element;
7979
+ SitePermissionCameraDenied: React_2.JSX.Element;
7980
+ SitePermissionMicDenied: React_2.JSX.Element;
7981
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
7982
+ BrowserPermissionDeniedError: React_2.JSX.Element;
6946
7983
  VideoTilePinned: React_2.JSX.Element;
6947
7984
  ParticipantItemPinned: React_2.JSX.Element;
6948
7985
  VideoTileMoreOptions: React_2.JSX.Element;
@@ -6972,12 +8009,60 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6972
8009
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6973
8010
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6974
8011
  VideoTileSpotlighted: React_2.JSX.Element;
8012
+ RichTextBoldButtonIcon: React_2.JSX.Element;
8013
+ RichTextItalicButtonIcon: React_2.JSX.Element;
8014
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
8015
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
8016
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
8017
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
8018
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
8019
+ RichTextDividerIcon: React_2.JSX.Element;
8020
+ RichTextEditorButtonIcon: React_2.JSX.Element;
8021
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
8022
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
8023
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
8024
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
8025
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6975
8026
  ContextualMenuMicMutedIcon: React_2.JSX.Element;
6976
8027
  IncomingCallNotificationRejectIcon: React_2.JSX.Element;
6977
8028
  IncomingCallNotificationAcceptIcon: React_2.JSX.Element;
6978
8029
  IncomingCallNotificationAcceptWithVideoIcon: React_2.JSX.Element;
8030
+ NotificationBarTogetherModeIcon: React_2.JSX.Element;
8031
+ RealTimeTextIcon: React_2.JSX.Element;
8032
+ ExpandIcon: React_2.JSX.Element;
8033
+ MinimizeIcon: React_2.JSX.Element;
6979
8034
  };
6980
8035
 
8036
+ /**
8037
+ * @beta
8038
+ *
8039
+ * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
8040
+ */
8041
+ export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
8042
+
8043
+ /**
8044
+ * Device Checks.
8045
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
8046
+ *
8047
+ * @beta
8048
+ */
8049
+ export declare interface DeviceCheckOptions {
8050
+ /**
8051
+ * Camera Permission prompts for your call.
8052
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
8053
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8054
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8055
+ */
8056
+ camera: 'required' | 'optional' | 'doNotPrompt';
8057
+ /**
8058
+ * Microphone permission prompts for your call.
8059
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
8060
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
8061
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
8062
+ */
8063
+ microphone: 'required' | 'optional' | 'doNotPrompt';
8064
+ }
8065
+
6981
8066
  /**
6982
8067
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
6983
8068
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -7655,7 +8740,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
7655
8740
  *
7656
8741
  * @public
7657
8742
  */
7658
- 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;
8743
+ 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;
7659
8744
 
7660
8745
  /**
7661
8746
  * Get the selector for a specified component.
@@ -7841,6 +8926,10 @@ export declare interface _Identifiers {
7841
8926
  verticalGalleryVideoTile: string;
7842
8927
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
7843
8928
  verticalGalleryPageCounter: string;
8929
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
8930
+ mentionSuggestionList: string;
8931
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
8932
+ mentionSuggestionItem: string;
7844
8933
  }
7845
8934
 
7846
8935
  /**
@@ -7906,6 +8995,13 @@ export declare interface ImageOverlayStrings {
7906
8995
  overlayVisibleMessage: string;
7907
8996
  }
7908
8997
 
8998
+ /**
8999
+ * Preset dark theme for the ImageOverlay component.
9000
+ *
9001
+ * @public
9002
+ */
9003
+ export declare const imageOverlayTheme: PartialTheme;
9004
+
7909
9005
  /**
7910
9006
  * @public
7911
9007
  * This contains a readonly array that returns all the active `incomingCalls`.
@@ -8360,15 +9456,37 @@ export declare type LocalizationProviderProps = {
8360
9456
  };
8361
9457
 
8362
9458
  /**
8363
- * @public
8364
- */
8365
- export declare type LocalScreenShareView = 'stream' | 'placeholderMessage';
8366
-
8367
- /**
8368
- * @public
9459
+ * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
9460
+ * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
9461
+ *
9462
+ * @beta
8369
9463
  */
8370
- export declare interface LocalVideoCameraCycleButtonProps {
8371
- /** Array of cameras available to the user. */
9464
+ export declare interface LocalRecordingCallFeatureState {
9465
+ /**
9466
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
9467
+ */
9468
+ isLocalRecordingActive: boolean;
9469
+ /**
9470
+ * Contains list of information of started recordings
9471
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
9472
+ */
9473
+ activeLocalRecordings?: LocalRecordingInfo[];
9474
+ /**
9475
+ * Contains list of information of stopped recordings
9476
+ */
9477
+ lastStoppedLocalRecording?: LocalRecordingInfo[];
9478
+ }
9479
+
9480
+ /**
9481
+ * @public
9482
+ */
9483
+ export declare type LocalScreenShareView = 'stream' | 'placeholderMessage';
9484
+
9485
+ /**
9486
+ * @public
9487
+ */
9488
+ export declare interface LocalVideoCameraCycleButtonProps {
9489
+ /** Array of cameras available to the user. */
8372
9490
  cameras?: OptionsDevice[];
8373
9491
  /** Currently selected camera in the local video stream. */
8374
9492
  selectedCamera?: OptionsDevice;
@@ -8533,6 +9651,76 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8533
9651
  meetingConferencePhoneInfoModalNoPhoneAvailable: string;
8534
9652
  }
8535
9653
 
9654
+ /**
9655
+ * Mention's state, as reflected in the UI.
9656
+ *
9657
+ * @beta
9658
+ */
9659
+ export declare interface Mention {
9660
+ /** ID of a mention */
9661
+ id: string;
9662
+ /** Display text of a mention */
9663
+ displayText: string;
9664
+ /** Optional React element to render an item icon of a mention suggestion */
9665
+ icon?: JSX.Element;
9666
+ }
9667
+
9668
+ /**
9669
+ * Options to display suggestions in the mention scenario.
9670
+ *
9671
+ * @beta
9672
+ */
9673
+ export declare interface MentionDisplayOptions {
9674
+ /**
9675
+ * Optional callback for customizing the mention renderer in a message thread.
9676
+ */
9677
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
9678
+ }
9679
+
9680
+ /**
9681
+ * Options to lookup suggestions in the mention scenario.
9682
+ *
9683
+ * @beta
9684
+ */
9685
+ export declare interface MentionLookupOptions {
9686
+ /**
9687
+ * Optional string to set trigger keyword for mention a specific participant.
9688
+ *
9689
+ * @defaultValue `@`
9690
+ */
9691
+ trigger?: string;
9692
+ /**
9693
+ * Optional callback to fetch a list of mention suggestions base on the query.
9694
+ */
9695
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
9696
+ /**
9697
+ * Optional callback to render an item of the mention suggestions list.
9698
+ */
9699
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
9700
+ }
9701
+
9702
+ /**
9703
+ * Options to lookup suggestions and display mentions in the mention scenario.
9704
+ *
9705
+ * @beta
9706
+ */
9707
+ export declare type MentionOptions = {
9708
+ lookupOptions?: MentionLookupOptions;
9709
+ displayOptions?: MentionDisplayOptions;
9710
+ };
9711
+
9712
+ /**
9713
+ * Strings of {@link _MentionPopover} that can be overridden.
9714
+ *
9715
+ * @beta
9716
+ */
9717
+ export declare interface MentionPopoverStrings {
9718
+ /**
9719
+ * Header text for MentionPopover
9720
+ */
9721
+ mentionPopoverHeader: string;
9722
+ }
9723
+
8536
9724
  /**
8537
9725
  * Discriminated union of all messages.
8538
9726
  *
@@ -8540,7 +9728,7 @@ export declare interface MeetingConferencePhoneInfoModalStrings {
8540
9728
  *
8541
9729
  * @public
8542
9730
  */
8543
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
9731
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
8544
9732
 
8545
9733
  /**
8546
9734
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -8582,6 +9770,20 @@ export declare type MessageDeletedListener = MessageReceivedListener;
8582
9770
  */
8583
9771
  export declare type MessageEditedListener = MessageReceivedListener;
8584
9772
 
9773
+ /**
9774
+ * @beta
9775
+ * Message option that defines properties that can be set when
9776
+ * sending or updating a chat message.
9777
+ * @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
9778
+ * @property attachments - Attachments that contains file attachments attached to the message.
9779
+ * @property type - Type of the message content, either 'text' or 'html'.
9780
+ */
9781
+ export declare type MessageOptions = {
9782
+ metadata?: Record<string, string>;
9783
+ attachments?: AttachmentMetadata[];
9784
+ type?: ChatMessageType;
9785
+ };
9786
+
8585
9787
  /**
8586
9788
  * Props to render a single message.
8587
9789
  *
@@ -8597,7 +9799,7 @@ export declare type MessageProps = {
8597
9799
  /**
8598
9800
  * Strings from parent MessageThread component
8599
9801
  */
8600
- strings: MessageThreadStrings;
9802
+ strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
8601
9803
  /**
8602
9804
  * Custom CSS styles for chat message container.
8603
9805
  */
@@ -8643,7 +9845,7 @@ export declare type MessageProps = {
8643
9845
  * @param options - message options to be included in the message
8644
9846
  *
8645
9847
  */
8646
- onSendMessage?: (content: string) => Promise<void>;
9848
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
8647
9849
  };
8648
9850
 
8649
9851
  /**
@@ -8775,7 +9977,7 @@ export declare type MessageThreadProps = {
8775
9977
  /**
8776
9978
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
8777
9979
  */
8778
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
9980
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
8779
9981
  /**
8780
9982
  * number of participants in the thread
8781
9983
  */
@@ -8856,6 +10058,11 @@ export declare type MessageThreadProps = {
8856
10058
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
8857
10059
  */
8858
10060
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
10061
+ /**
10062
+ * Optional callback to render attachments in the message component.
10063
+ * @beta
10064
+ */
10065
+ onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
8859
10066
  /**
8860
10067
  * Optional callback to edit a message.
8861
10068
  *
@@ -8884,7 +10091,7 @@ export declare type MessageThreadProps = {
8884
10091
  * @param options - message options to be included in the message
8885
10092
  *
8886
10093
  */
8887
- onSendMessage?: (content: string) => Promise<void>;
10094
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
8888
10095
  /**
8889
10096
  /**
8890
10097
  * Disable editing messages.
@@ -8898,11 +10105,32 @@ export declare type MessageThreadProps = {
8898
10105
  * Optional strings to override in component
8899
10106
  */
8900
10107
  strings?: Partial<MessageThreadStrings>;
10108
+ /**
10109
+ * @beta
10110
+ * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
10111
+ * As this moment, the uploadOptions would be ignored and this option is intended for download only.
10112
+ */
10113
+ attachmentOptions?: AttachmentOptions;
10114
+ /**
10115
+ * Optional function to provide customized date format.
10116
+ * @beta
10117
+ */
10118
+ onDisplayDateTimeString?: (messageDate: Date) => string;
10119
+ /**
10120
+ * Optional props needed to lookup a mention query and display mentions
10121
+ * @beta
10122
+ */
10123
+ mentionOptions?: MentionOptions;
8901
10124
  /**
8902
10125
  * Optional callback called when an inline image is clicked.
8903
10126
  * @beta
8904
10127
  */
8905
10128
  inlineImageOptions?: InlineImageOptions;
10129
+ /**
10130
+ * Options to enable rich text editor for the edit box.
10131
+ * @beta
10132
+ */
10133
+ richTextEditorOptions?: RichTextEditBoxOptions;
8906
10134
  };
8907
10135
 
8908
10136
  /**
@@ -8980,10 +10208,20 @@ export declare interface MessageThreadStrings {
8980
10208
  actionMenuMoreOptions?: string;
8981
10209
  /** Aria label to announce when a message is deleted */
8982
10210
  messageDeletedAnnouncementAriaLabel: string;
10211
+ /** String for download attachment button in attachment card */
10212
+ downloadAttachment: string;
8983
10213
  /** String for open attachment button in attachment card */
8984
10214
  openAttachment: string;
10215
+ /** String for policy violation message removal */
10216
+ blockedWarningText: string;
10217
+ /** String for policy violation message removal details link */
10218
+ blockedWarningLinkText: string;
8985
10219
  /** String for aria text in attachment card group*/
8986
10220
  attachmentCardGroupMessage: string;
10221
+ /**
10222
+ * Error message indicating that one or more image uploads are not complete.
10223
+ */
10224
+ imageUploadsPendingError: string;
8987
10225
  }
8988
10226
 
8989
10227
  /**
@@ -9011,10 +10249,24 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
9011
10249
  /** Styles for system message container. */
9012
10250
  systemMessageContainer?: ComponentSlotStyle;
9013
10251
  /** Styles for blocked message container. */
10252
+ blockedMessageContainer?: ComponentSlotStyle;
9014
10253
  /** Styles for message status indicator container. */
9015
10254
  messageStatusContainer?: (mine: boolean) => IStyle;
9016
10255
  }
9017
10256
 
10257
+ /**
10258
+ *
10259
+ * Messaging policy of a chat thread.
10260
+ *
10261
+ * @beta
10262
+ */
10263
+ export declare interface MessagingPolicy {
10264
+ /**
10265
+ * Boolean to track whether or not messages are restricted to only text.
10266
+ * */
10267
+ textOnlyChat?: boolean;
10268
+ }
10269
+
9018
10270
  /**
9019
10271
  * A button to turn microphone on / off.
9020
10272
  *
@@ -9207,6 +10459,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
9207
10459
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
9208
10460
  }
9209
10461
 
10462
+ /**
10463
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
10464
+ * by their browsers settings.
10465
+ *
10466
+ * @beta
10467
+ */
10468
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
10469
+
10470
+ /**
10471
+ * @beta
10472
+ * Props for MicrophoneSitePermissions component.
10473
+ */
10474
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
10475
+ /** Icon name for the microphone icon */
10476
+ microphoneIconName?: string;
10477
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
10478
+ strings?: MicrophoneSitePermissionsStrings;
10479
+ }
10480
+
10481
+ /**
10482
+ * @beta
10483
+ * Strings for MicrophoneSitePermissions component.
10484
+ */
10485
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
10486
+
9210
10487
  /**
9211
10488
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
9212
10489
  *
@@ -9556,6 +10833,14 @@ export declare interface NotificationStackStrings {
9556
10833
  * Message shown in notification when capability unMuteMic is absent
9557
10834
  */
9558
10835
  capabilityUnmuteMicAbsent?: NotificationStrings;
10836
+ /**
10837
+ * Message shown in notification when together mode is started
10838
+ */
10839
+ togetherModeStarted?: NotificationStrings;
10840
+ /**
10841
+ * Message shown in notification when together mode ends
10842
+ */
10843
+ togetherModeEnded?: NotificationStrings;
9559
10844
  }
9560
10845
 
9561
10846
  /**
@@ -9627,7 +10912,7 @@ export declare interface NotificationStyles {
9627
10912
  }
9628
10913
 
9629
10914
  /** @public */
9630
- export declare type NotificationTarget = 'assignedBreakoutRoomOpened' | 'assignedBreakoutRoomOpenedPromptJoin' | 'assignedBreakoutRoomChanged' | 'assignedBreakoutRoomClosed' | 'breakoutRoomJoined' | 'breakoutRoomClosingSoon' | 'capabilityTurnVideoOnPresent' | 'capabilityTurnVideoOnAbsent' | 'capabilityUnmuteMicPresent' | 'capabilityUnmuteMicAbsent';
10915
+ 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';
9631
10916
 
9632
10917
  /**
9633
10918
  * All notifications that can be shown in the {@link NotificationStack}.
@@ -9926,6 +11211,10 @@ export declare type ParticipantListProps = {
9926
11211
  styles?: ParticipantListStyles;
9927
11212
  /** Optional value to determine if the tooltip should be shown for participants or not */
9928
11213
  showParticipantOverflowTooltip?: boolean;
11214
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
11215
+ totalParticipantCount?: number;
11216
+ /** Strings for the participant list */
11217
+ strings?: ParticipantListStrings;
9929
11218
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
9930
11219
  participantAriaLabelledBy?: string;
9931
11220
  /** List of pinned participants */
@@ -9940,8 +11229,21 @@ export declare type ParticipantListProps = {
9940
11229
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
9941
11230
  participants: CallParticipantListParticipant[];
9942
11231
  myUserId: string;
11232
+ totalParticipantCount?: number;
9943
11233
  };
9944
11234
 
11235
+ /**
11236
+ * Strings for the {@link ParticipantList}.
11237
+ *
11238
+ * @beta
11239
+ */
11240
+ export declare interface ParticipantListStrings {
11241
+ /**
11242
+ * String for rendering the count of participants not contained in the displayed participant list
11243
+ */
11244
+ overflowParticipantCount?: string;
11245
+ }
11246
+
9945
11247
  /**
9946
11248
  * Styles for the {@link ParticipantList}.
9947
11249
  *
@@ -10424,6 +11726,204 @@ export declare type ReadReceiptsBySenderId = {
10424
11726
  };
10425
11727
  };
10426
11728
 
11729
+ /**
11730
+ * @beta
11731
+ * A component for displaying a single line of RealTimeText
11732
+ */
11733
+ export declare const RealTimeText: (props: RealTimeTextProps) => JSX.Element;
11734
+
11735
+ /**
11736
+ * @beta
11737
+ */
11738
+ export declare interface RealTimeTextCallFeatureState {
11739
+ /**
11740
+ * array of received captions
11741
+ */
11742
+ realTimeTexts: {
11743
+ completedMessages?: RealTimeTextInfo[];
11744
+ currentInProgress?: RealTimeTextInfo[];
11745
+ myInProgress?: RealTimeTextInfo;
11746
+ };
11747
+ /**
11748
+ * whether real time text is on/off
11749
+ */
11750
+ isRealTimeTextFeatureActive?: boolean;
11751
+ }
11752
+
11753
+ /**
11754
+ * @beta
11755
+ */
11756
+ export declare interface RealTimeTextInfo {
11757
+ /**
11758
+ * The sequence id of the real time text.
11759
+ */
11760
+ sequenceId: number;
11761
+ /**
11762
+ * The sender of the real time text.
11763
+ */
11764
+ sender: ParticipantInfo;
11765
+ /**
11766
+ * The real time text message.
11767
+ */
11768
+ message: string;
11769
+ /**
11770
+ * The result type of the real time text message.
11771
+ */
11772
+ resultType: RealTimeTextResultType;
11773
+ /**
11774
+ * The timestamp when the real time text message was created.
11775
+ */
11776
+ receivedTimestamp?: Date;
11777
+ /**
11778
+ * The timestamp when the real time text message was last updated.
11779
+ */
11780
+ updatedTimestamp?: Date;
11781
+ /**
11782
+ * If message originated from the local participant
11783
+ * default is false
11784
+ */
11785
+ isMe?: boolean;
11786
+ }
11787
+
11788
+ /**
11789
+ * @beta
11790
+ * information required for each line of real time text
11791
+ */
11792
+ export declare type RealTimeTextInformation = {
11793
+ /**
11794
+ * The id of the real time text.
11795
+ */
11796
+ id: number;
11797
+ /**
11798
+ * sender's display name
11799
+ */
11800
+ displayName: string;
11801
+ /**
11802
+ * id of the sender
11803
+ */
11804
+ userId?: string;
11805
+ /**
11806
+ * The real time text message.
11807
+ */
11808
+ message: string;
11809
+ /**
11810
+ * if the real time text received is partial
11811
+ */
11812
+ isTyping: boolean;
11813
+ /**
11814
+ * timestamp when the real time text was finalized
11815
+ */
11816
+ finalizedTimeStamp: Date;
11817
+ /**
11818
+ * If message originated from the local participant
11819
+ * default value is false
11820
+ */
11821
+ isMe?: boolean;
11822
+ };
11823
+
11824
+ /**
11825
+ * @beta
11826
+ * a component for realTimeText modal
11827
+ */
11828
+ export declare const RealTimeTextModal: (props: RealTimeTextModalProps) => JSX.Element;
11829
+
11830
+ /**
11831
+ * @beta
11832
+ * RealTimeTextModal Component Props.
11833
+ */
11834
+ export declare interface RealTimeTextModalProps {
11835
+ /** The strings for the RealTimeText modal */
11836
+ strings?: RealTimeTextModalStrings;
11837
+ /** The flag to show the modal */
11838
+ showModal?: boolean;
11839
+ /** The function to dismiss the modal */
11840
+ onDismissModal?: () => void;
11841
+ /**
11842
+ * Use this function to show RealTimeText UI in the calling experience.
11843
+ * Note that real time text should not be started for everyone in the call until the first real time text is received.
11844
+ */
11845
+ onStartRealTimeText?: () => void;
11846
+ }
11847
+
11848
+ /**
11849
+ * @beta
11850
+ * strings for realTimeText modal
11851
+ */
11852
+ export declare interface RealTimeTextModalStrings {
11853
+ /** The title of the RealTimeText modal */
11854
+ realTimeTextModalTitle?: string;
11855
+ /** The text of the RealTimeText modal */
11856
+ realTimeTextModalText?: string;
11857
+ /** The label for the confirm button */
11858
+ realTimeTextConfirmButtonLabel?: string;
11859
+ /** The label for the cancel button */
11860
+ realTimeTextCancelButtonLabel?: string;
11861
+ /** The aria label for the modal */
11862
+ realTimeTextModalAriaLabel?: string;
11863
+ /** The aria label for the close button */
11864
+ realTimeTextCloseModalButtonAriaLabel?: string;
11865
+ }
11866
+
11867
+ /**
11868
+ * @beta
11869
+ * Props for a single line of RealTimeText.
11870
+ */
11871
+ export declare interface RealTimeTextProps {
11872
+ /**
11873
+ * RealTimeText id
11874
+ */
11875
+ id: number;
11876
+ /**
11877
+ * Display name of the user
11878
+ */
11879
+ displayName: string;
11880
+ /**
11881
+ * RealTimeText content
11882
+ */
11883
+ message: string;
11884
+ /**
11885
+ * user id of the user
11886
+ */
11887
+ userId?: string;
11888
+ /**
11889
+ * Optional callback to override render of the avatar.
11890
+ *
11891
+ * @param userId - user Id
11892
+ */
11893
+ onRenderAvatar?: OnRenderAvatarCallback;
11894
+ /**
11895
+ * Boolean indicating whether the RealTimeText is still in progress
11896
+ */
11897
+ isTyping?: boolean;
11898
+ /**
11899
+ * Boolean indicating whether the RealTimeText is from the local user
11900
+ */
11901
+ isMe?: boolean;
11902
+ /**
11903
+ * Strings for RealTimeText
11904
+ */
11905
+ strings?: RealTimeTextStrings;
11906
+ }
11907
+
11908
+ /**
11909
+ * Callback for {@link CallAdapterSubscribers} 'realTimeTextReceived' event.
11910
+ * @beta
11911
+ */
11912
+ export declare type RealTimeTextReceivedListener = (event: {
11913
+ realTimeText: RealTimeTextInfo_2;
11914
+ }) => void;
11915
+
11916
+ /**
11917
+ * @beta
11918
+ * strings for rtt
11919
+ */
11920
+ export declare interface RealTimeTextStrings {
11921
+ /**
11922
+ * String indicating that the user is typing
11923
+ */
11924
+ isTypingText?: string;
11925
+ }
11926
+
10427
11927
  /**
10428
11928
  * State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
10429
11929
  * automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
@@ -10435,8 +11935,35 @@ export declare interface RecordingCallFeature {
10435
11935
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
10436
11936
  */
10437
11937
  isRecordingActive: boolean;
11938
+ /**
11939
+ * Contains list of information of started recordings
11940
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
11941
+ */
11942
+ activeRecordings?: RecordingInfo[];
11943
+ /**
11944
+ * Contains list of information of stopped recordings
11945
+ */
11946
+ lastStoppedRecording?: RecordingInfo[];
10438
11947
  }
10439
11948
 
11949
+ /**
11950
+ * State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
11951
+ *
11952
+ * @beta
11953
+ */
11954
+ export declare type RemoteDiagnosticState = {
11955
+ readonly diagnostic: RemoteDiagnosticType;
11956
+ readonly value: DiagnosticQuality | DiagnosticFlag;
11957
+ readonly valueType: DiagnosticValueType;
11958
+ };
11959
+
11960
+ /**
11961
+ * All type names for {@link @azure/communication-calling#RemoteDiagnosticState}.
11962
+ *
11963
+ * @beta
11964
+ */
11965
+ export declare type RemoteDiagnosticType = NetworkDiagnosticType | MediaDiagnosticType | ServerDiagnosticType;
11966
+
10440
11967
  /**
10441
11968
  * State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
10442
11969
  * automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
@@ -10504,6 +12031,10 @@ export declare interface RemoteParticipantState {
10504
12031
  * Proxy of {@link @azure/communication-calling#Call.MediaAccessCallFeature.MediaAccess}.
10505
12032
  */
10506
12033
  mediaAccess?: MediaAccessState;
12034
+ /**
12035
+ * The diagnostic status of RemoteParticipant{@link @azure/communication-calling#RemoteDiagnostics}.
12036
+ */
12037
+ diagnostics?: Partial<Record<RemoteDiagnosticType, RemoteDiagnosticState>>;
10507
12038
  }
10508
12039
 
10509
12040
  /**
@@ -10578,43 +12109,293 @@ export declare type ResourceFetchResult = {
10578
12109
  };
10579
12110
 
10580
12111
  /**
10581
- * A button to start / stop screen sharing.
12112
+ * Options for the rich text editor edit box configuration.
10582
12113
  *
10583
- * Can be used with {@link ControlBar}.
10584
- *
10585
- * @public
12114
+ * @beta
10586
12115
  */
10587
- export declare const ScreenShareButton: (props: ScreenShareButtonProps) => JSX.Element;
12116
+ export declare interface RichTextEditBoxOptions extends RichTextEditorOptions {
12117
+ /**
12118
+ * Optional callback to handle an inline image that's inserted in the rich text editor.
12119
+ * When not provided, pasting images into rich text editor will be disabled.
12120
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12121
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12122
+ * @param messageId - the id of the message that the inlineImage belongs to.
12123
+ */
12124
+ onInsertInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12125
+ /**
12126
+ * Optional callback invoked after inline image is removed from the UI.
12127
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12128
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12129
+ * Note that if the src attribute is a local blob url, it has been revoked at this point.
12130
+ * @param messageId - the id of the message that the inlineImage belongs to.
12131
+ */
12132
+ onRemoveInlineImage?: (imageAttributes: Record<string, string>, messageId: string) => void;
12133
+ /**
12134
+ * Optional Record of type {@link AttachmentMetadataInProgress}
12135
+ * to render the errorBar for inline images inserted in the MessageThread's edit boxes when:
12136
+ * - there is an error provided in the messagesInlineImagesWithProgress
12137
+ * - progress is less than 1 when the send button is clicked
12138
+ * - content html string is longer than the max allowed length.
12139
+ * (Note that the id and the url prop of the messagesInlineImagesWithProgress will be used as the id and src attribute of the content html
12140
+ * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12141
+ */
12142
+ messagesInlineImagesWithProgress?: Record<string, AttachmentMetadataInProgress[]>;
12143
+ }
10588
12144
 
10589
12145
  /**
10590
- * Props for {@link ScreenShareButton}.
12146
+ * Options for the rich text editor configuration.
10591
12147
  *
10592
- * @public
12148
+ * @beta
10593
12149
  */
10594
- export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
10595
- /**
10596
- * Utility property for using this component with `communication react eventHandlers`.
10597
- * Maps directly to the `onClick` property.
10598
- */
10599
- onToggleScreenShare?: () => Promise<void>;
12150
+ export declare interface RichTextEditorOptions {
10600
12151
  /**
10601
- * Optional strings to override in component
12152
+ * Optional callback to handle paste event.
10602
12153
  */
10603
- strings?: Partial<ScreenShareButtonStrings>;
12154
+ onPaste?: (event: {
12155
+ content: DocumentFragment;
12156
+ }) => void;
10604
12157
  }
10605
12158
 
10606
12159
  /**
10607
- * Selector type for {@link ScreenShareButton} component.
12160
+ * A component to render SendBox with Rich Text Editor support.
10608
12161
  *
10609
- * @public
12162
+ * @beta
10610
12163
  */
10611
- export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
10612
- checked?: boolean;
10613
- disabled?: boolean;
10614
- };
12164
+ export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
10615
12165
 
10616
12166
  /**
10617
- * Strings of {@link ScreenShareButton} that can be overridden.
12167
+ * Props for {@link RichTextSendBox}.
12168
+ *
12169
+ * @beta
12170
+ */
12171
+ export declare interface RichTextSendBoxProps {
12172
+ /**
12173
+ * Optional boolean to disable text box
12174
+ * @defaultValue false
12175
+ */
12176
+ disabled?: boolean;
12177
+ /**
12178
+ * Optional callback to handle paste event.
12179
+ */
12180
+ onPaste?: (event: {
12181
+ content: DocumentFragment;
12182
+ }) => void;
12183
+ /**
12184
+ * Optional strings to override in component
12185
+ */
12186
+ strings?: Partial<RichTextSendBoxStrings>;
12187
+ /**
12188
+ * Optional text for system message above the text box
12189
+ */
12190
+ systemMessage?: string;
12191
+ /**
12192
+ * Optional array of type {@link AttachmentMetadataInProgress}
12193
+ * to render attachments being uploaded in the SendBox.
12194
+ * @beta
12195
+ */
12196
+ attachments?: AttachmentMetadataInProgress[];
12197
+ /**
12198
+ * enumerable to determine if the input box has focus on render or not.
12199
+ * When undefined nothing has focus on render
12200
+ */
12201
+ autoFocus?: 'sendBoxTextField';
12202
+ /**
12203
+ * Optional callback to remove the attachment upload before sending by clicking on
12204
+ * cancel icon.
12205
+ */
12206
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
12207
+ /**
12208
+ * Optional callback invoked after inline image is removed from the UI.
12209
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12210
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name'].
12211
+ * Note that if the src attribute is a local blob url, it has been revoked at this point.
12212
+ */
12213
+ onRemoveInlineImage?: (imageAttributes: Record<string, string>) => void;
12214
+ /**
12215
+ * Callback function used when the send button is clicked.
12216
+ */
12217
+ onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
12218
+ /**
12219
+ * Optional callback called when user is typing
12220
+ */
12221
+ onTyping?: () => Promise<void>;
12222
+ /**
12223
+ * Optional callback to handle an inline image that's inserted in the rich text editor.
12224
+ * When not provided, pasting images into rich text editor will be disabled.
12225
+ * @param imageAttributes - attributes of the image such as id, src, style, etc.
12226
+ * It also contains the image file name which can be accessed through imageAttributes['data-image-file-name']
12227
+ */
12228
+ onInsertInlineImage?: (imageAttributes: Record<string, string>) => void;
12229
+ /**
12230
+ * Optional Array of type {@link AttachmentMetadataInProgress}
12231
+ * to render the errorBar for inline images inserted in the RichTextSendBox when:
12232
+ * - there is an error provided in the inlineImagesWithProgress
12233
+ * - progress is less than 1 when the send button is clicked
12234
+ * - content html string is longer than the max allowed length.
12235
+ * (Note that the id and the url prop of the inlineImagesWithProgress will be used as the id and src attribute of the content html
12236
+ * when calculating the content length, only for the purpose of displaying the content length overflow error.)
12237
+ */
12238
+ inlineImagesWithProgress?: AttachmentMetadataInProgress[];
12239
+ }
12240
+
12241
+ /**
12242
+ * Strings of {@link RichTextSendBox} that can be overridden.
12243
+ *
12244
+ * @beta
12245
+ */
12246
+ export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
12247
+ }
12248
+
12249
+ /**
12250
+ * Strings of RichText that can be overridden.
12251
+ *
12252
+ * @beta
12253
+ */
12254
+ export declare interface RichTextStrings {
12255
+ /**
12256
+ * Tooltip text for the bold button.
12257
+ */
12258
+ richTextBoldTooltip: string;
12259
+ /**
12260
+ * Tooltip text for the italic button.
12261
+ */
12262
+ richTextItalicTooltip: string;
12263
+ /**
12264
+ * Tooltip text for the underline button.
12265
+ */
12266
+ richTextUnderlineTooltip: string;
12267
+ /**
12268
+ * Tooltip text for the bullet list button.
12269
+ */
12270
+ richTextBulletListTooltip: string;
12271
+ /**
12272
+ * Tooltip text for the number list button.
12273
+ */
12274
+ richTextNumberListTooltip: string;
12275
+ /**
12276
+ * Tooltip text for the increase indent button.
12277
+ */
12278
+ richTextIncreaseIndentTooltip: string;
12279
+ /**
12280
+ * Tooltip text for the decrease indent button.
12281
+ */
12282
+ richTextDecreaseIndentTooltip: string;
12283
+ /**
12284
+ * Tooltip text insert table button.
12285
+ */
12286
+ richTextInsertTableTooltip: string;
12287
+ /**
12288
+ * Tooltip text for the rich text format button button.
12289
+ */
12290
+ richTextFormatButtonTooltip: string;
12291
+ /**
12292
+ * Text for the insert menu item.
12293
+ */
12294
+ richTextInsertRowOrColumnMenu: string;
12295
+ /**
12296
+ * Title for the insert table menu.
12297
+ */
12298
+ richTextInsertTableMenuTitle: string;
12299
+ /**
12300
+ * Text for the insert menu item to insert row above the current selection.
12301
+ */
12302
+ richTextInsertRowAboveMenu: string;
12303
+ /**
12304
+ * Text for the insert menu item to insert row below the current selection.
12305
+ */
12306
+ richTextInsertRowBelowMenu: string;
12307
+ /**
12308
+ * Text for the insert menu item to insert column to the left from the current selection.
12309
+ */
12310
+ richTextInsertColumnLeftMenu: string;
12311
+ /**
12312
+ * Text for the insert menu item to insert column to the right from the current selection.
12313
+ */
12314
+ richTextInsertColumnRightMenu: string;
12315
+ /**
12316
+ * Text for the delete row or column menu.
12317
+ */
12318
+ richTextDeleteRowOrColumnMenu: string;
12319
+ /**
12320
+ * Text for the delete column menu.
12321
+ */
12322
+ richTextDeleteColumnMenu: string;
12323
+ /**
12324
+ * Text for the delete row menu.
12325
+ */
12326
+ richTextDeleteRowMenu: string;
12327
+ /**
12328
+ * Text for the delete table menu.
12329
+ */
12330
+ richTextDeleteTableMenu: string;
12331
+ /**
12332
+ * Text for the rich text toolbar.
12333
+ */
12334
+ richTextToolbarAriaLabel: string;
12335
+ /**
12336
+ * Text for the rich text toolbar more button.
12337
+ */
12338
+ richTextToolbarMoreButtonAriaLabel: string;
12339
+ /**
12340
+ * Text for announcement when a new bulleted list item is added.
12341
+ */
12342
+ richTextNewBulletedListItemAnnouncement: string;
12343
+ /**
12344
+ * Text for announcement when a new numbered list item is added.
12345
+ */
12346
+ richTextNewNumberedListItemAnnouncement: string;
12347
+ /**
12348
+ * Text for announcement when the bulleted list style is applied.
12349
+ */
12350
+ richTextBulletedListAppliedAnnouncement: string;
12351
+ /**
12352
+ * Text for announcement when the numbered list style is applied.
12353
+ */
12354
+ richTextNumberedListAppliedAnnouncement: string;
12355
+ /**
12356
+ * Error message indicating image upload is not complete.
12357
+ */
12358
+ imageUploadsPendingError: string;
12359
+ }
12360
+
12361
+ /**
12362
+ * A button to start / stop screen sharing.
12363
+ *
12364
+ * Can be used with {@link ControlBar}.
12365
+ *
12366
+ * @public
12367
+ */
12368
+ export declare const ScreenShareButton: (props: ScreenShareButtonProps) => JSX.Element;
12369
+
12370
+ /**
12371
+ * Props for {@link ScreenShareButton}.
12372
+ *
12373
+ * @public
12374
+ */
12375
+ export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
12376
+ /**
12377
+ * Utility property for using this component with `communication react eventHandlers`.
12378
+ * Maps directly to the `onClick` property.
12379
+ */
12380
+ onToggleScreenShare?: () => Promise<void>;
12381
+ /**
12382
+ * Optional strings to override in component
12383
+ */
12384
+ strings?: Partial<ScreenShareButtonStrings>;
12385
+ }
12386
+
12387
+ /**
12388
+ * Selector type for {@link ScreenShareButton} component.
12389
+ *
12390
+ * @public
12391
+ */
12392
+ export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
12393
+ checked?: boolean;
12394
+ disabled?: boolean;
12395
+ };
12396
+
12397
+ /**
12398
+ * Strings of {@link ScreenShareButton} that can be overridden.
10618
12399
  *
10619
12400
  * @public
10620
12401
  */
@@ -10648,6 +12429,42 @@ export declare type Selector = (state: ClientState, props: any) => any;
10648
12429
  */
10649
12430
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
10650
12431
 
12432
+ /**
12433
+ * @beta
12434
+ * Error to be displayed to the user in an error bar above sendbox.
12435
+ */
12436
+ export declare interface SendBoxErrorBarError {
12437
+ /** Error Message to be displayed */
12438
+ message: string;
12439
+ /**
12440
+ * Unix Timestamp. Preferred generation using `Date.now()`
12441
+ */
12442
+ timestamp: number;
12443
+ /**
12444
+ * ErrorBar type. Defaults to `warning`.
12445
+ */
12446
+ errorBarType?: SendBoxErrorBarType;
12447
+ }
12448
+
12449
+ /**
12450
+ * @beta
12451
+ * Error bar type for {@link SendBoxErrorBarError}
12452
+ */
12453
+ export declare enum SendBoxErrorBarType {
12454
+ /** Info styled MessageBar */
12455
+ info = 0,
12456
+ /** Error styled MessageBar */
12457
+ error = 1,
12458
+ /** Blocked styled MessageBar */
12459
+ blocked = 2,
12460
+ /** SevereWarning styled MessageBar */
12461
+ severeWarning = 3,
12462
+ /** Success styled MessageBar */
12463
+ success = 4,
12464
+ /** Warning styled MessageBar */
12465
+ warning = 5
12466
+ }
12467
+
10651
12468
  /**
10652
12469
  * Props for {@link SendBox}.
10653
12470
  *
@@ -10666,7 +12483,12 @@ export declare interface SendBoxProps {
10666
12483
  /**
10667
12484
  * Optional override behavior on send button click
10668
12485
  */
10669
- onSendMessage?: (content: string) => Promise<void>;
12486
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
12487
+ /**
12488
+ * Optional props needed to lookup suggestions in the mention scenario.
12489
+ * @beta
12490
+ */
12491
+ mentionLookupOptions?: MentionLookupOptions;
10670
12492
  /**
10671
12493
  * Optional callback called when user is typing
10672
12494
  */
@@ -10703,6 +12525,25 @@ export declare interface SendBoxProps {
10703
12525
  * When undefined nothing has focus on render
10704
12526
  */
10705
12527
  autoFocus?: 'sendBoxTextField';
12528
+ /**
12529
+ * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
12530
+ * vertically to accommodate the uploaded attachments. Attachment uploads will
12531
+ * be rendered below the text area in sendBox.
12532
+ * @beta
12533
+ */
12534
+ onRenderAttachmentUploads?: () => JSX.Element;
12535
+ /**
12536
+ * Optional array of type {@link AttachmentMetadataInProgress}
12537
+ * to render attachments being uploaded in the SendBox.
12538
+ * @beta
12539
+ */
12540
+ attachments?: AttachmentMetadataInProgress[];
12541
+ /**
12542
+ * Optional callback to remove the attachment upload before sending by clicking on
12543
+ * cancel icon.
12544
+ * @beta
12545
+ */
12546
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
10706
12547
  }
10707
12548
 
10708
12549
  /**
@@ -10733,6 +12574,26 @@ export declare interface SendBoxStrings {
10733
12574
  * Aria label for send message button
10734
12575
  */
10735
12576
  sendButtonAriaLabel: string;
12577
+ /**
12578
+ * Error message indicating that all attachment uploads are not complete.
12579
+ */
12580
+ attachmentUploadsPendingError: string;
12581
+ /**
12582
+ * Aria label to notify user when focus is on cancel attachment upload button.
12583
+ */
12584
+ removeAttachment: string;
12585
+ /**
12586
+ * Aria label to notify user attachment uploading starts.
12587
+ */
12588
+ uploading: string;
12589
+ /**
12590
+ * Aria label to notify user attachment is uploaded.
12591
+ */
12592
+ uploadCompleted: string;
12593
+ /**
12594
+ * Aria label to notify user more attachment action menu.
12595
+ */
12596
+ attachmentMoreMenu: string;
10736
12597
  }
10737
12598
 
10738
12599
  /**
@@ -10753,6 +12614,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
10753
12614
  systemMessage?: IStyle;
10754
12615
  }
10755
12616
 
12617
+ /**
12618
+ * @beta
12619
+ * Strings for SitePermissions component
12620
+ */
12621
+ export declare type SitePermissionsStrings = {
12622
+ /**
12623
+ * Main text string.
12624
+ */
12625
+ primaryText?: string;
12626
+ /**
12627
+ * Subtext string.
12628
+ */
12629
+ secondaryText?: string;
12630
+ /**
12631
+ * More help link string.
12632
+ */
12633
+ linkText?: string;
12634
+ /**
12635
+ * Primary button text string.
12636
+ */
12637
+ primaryButtonText?: string;
12638
+ /**
12639
+ * Aria label describing the content of the container
12640
+ */
12641
+ ariaLabel?: string;
12642
+ };
12643
+
12644
+ /**
12645
+ * Fluent styles for {@link SitePermissionsContainer}.
12646
+ *
12647
+ * @beta
12648
+ */
12649
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
12650
+ /** Styles for the primary button. */
12651
+ primaryButton?: IButtonStyles;
12652
+ /** Styles for the help troubleshooting link text. */
12653
+ troubleshootingLink?: ILinkStyles;
12654
+ }
12655
+
10756
12656
  /**
10757
12657
  * @public
10758
12658
  * Type for representing a custom sound to use for a calling event
@@ -11025,6 +12925,60 @@ export declare interface StartCaptionsButtonStrings {
11025
12925
  tooltipOffContent: string;
11026
12926
  }
11027
12927
 
12928
+ /**
12929
+ * a button to start RealTimeText
12930
+ * based on accessibility requirement, real time text cannot be turned off once it is on
12931
+ *
12932
+ * Can be used with {@link ControlBar}
12933
+ *
12934
+ * @param props - properties for the start RealTimeText button.
12935
+ * @beta
12936
+ */
12937
+ export declare const StartRealTimeTextButton: (props: StartRealTimeTextButtonProps) => JSX.Element;
12938
+
12939
+ /**
12940
+ * Props for the StartRealTimeTextButton component
12941
+ * @beta
12942
+ */
12943
+ export declare interface StartRealTimeTextButtonProps extends ControlBarButtonProps {
12944
+ /**
12945
+ * Use this function to show RealTimeText UI in the calling experience.
12946
+ * Note that real time text should not be started for everyone in the call until the first real time text is received.
12947
+ */
12948
+ onStartRealTimeText: () => void;
12949
+ /**
12950
+ * If RealTimeText is on
12951
+ */
12952
+ isRealTimeTextOn: boolean;
12953
+ /**
12954
+ * Optional strings to override in component
12955
+ */
12956
+ strings?: StartRealTimeTextButtonStrings;
12957
+ }
12958
+
12959
+ /**
12960
+ * Strings for the hold button labels
12961
+ * @beta
12962
+ */
12963
+ export declare interface StartRealTimeTextButtonStrings {
12964
+ /**
12965
+ * Label for the start Real Time Text button
12966
+ */
12967
+ label: string;
12968
+ /**
12969
+ * Content for when button is not checked, Real-Time Text is off.
12970
+ * 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.
12971
+ */
12972
+ tooltipOffContent: string;
12973
+ }
12974
+
12975
+ /**
12976
+ * Parameter to start a call using a Teams user identity.
12977
+ *
12978
+ * @beta
12979
+ */
12980
+ export declare type StartTeamsCallIdentifier = MicrosoftTeamsUserIdentifier | PhoneNumberIdentifier | MicrosoftTeamsAppIdentifier | UnknownIdentifier;
12981
+
11028
12982
  /**
11029
12983
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
11030
12984
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -11110,7 +13064,7 @@ export declare interface StatefulCallClient extends CallClient {
11110
13064
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to start rendering.
11111
13065
  * @param options - Options that are passed to the {@link @azure/communication-calling#VideoStreamRenderer}.
11112
13066
  */
11113
- createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
13067
+ createView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
11114
13068
  /**
11115
13069
  * Stops rendering a {@link RemoteVideoStreamState} or {@link LocalVideoStreamState} and removes the
11116
13070
  * {@link VideoStreamRendererView} from the relevant {@link RemoteVideoStreamState} in {@link CallClientState} or
@@ -11135,7 +13089,7 @@ export declare interface StatefulCallClient extends CallClient {
11135
13089
  * be undefined if disposing LocalVideoStreamState.
11136
13090
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
11137
13091
  */
11138
- disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
13092
+ disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState | /* @conditional-compile-remove(together-mode) */ CallFeatureStreamState): void;
11139
13093
  /**
11140
13094
  * The CallAgent is used to handle calls.
11141
13095
  * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
@@ -11475,7 +13429,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
11475
13429
  * @public
11476
13430
  */
11477
13431
  export declare type TeamsCallAdapterArgs = TeamsCallAdapterArgsCommon & {
11478
- locator: TeamsMeetingLinkLocator | TeamsMeetingIdLocator;
13432
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(call-participants-locator) */ CallParticipantsLocator | TeamsMeetingIdLocator;
11479
13433
  };
11480
13434
 
11481
13435
  /**
@@ -11548,6 +13502,17 @@ export declare interface TeamsIncomingCallState {
11548
13502
  endTime?: Date;
11549
13503
  }
11550
13504
 
13505
+ /**
13506
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
13507
+ *
13508
+ * This is used to create an outbound call scenarios.
13509
+ *
13510
+ * @beta
13511
+ */
13512
+ export declare type TeamsOutboundCallAdapterArgs = TeamsCallAdapterArgsCommon & {
13513
+ targetCallees: StartTeamsCallIdentifier[];
13514
+ };
13515
+
11551
13516
  /**
11552
13517
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
11553
13518
  *
@@ -11560,6 +13525,92 @@ export declare interface TeamsIncomingCallState {
11560
13525
  */
11561
13526
  export declare const toFlatCommunicationIdentifier: (identifier: CommunicationIdentifier) => string;
11562
13527
 
13528
+ /**
13529
+ * State only version of {@link @azure/communication-calling#TogetherModeCallFeature}. {@link StatefulCallClient}.
13530
+ * Represents the state of the Together Mode feature.
13531
+ * @public
13532
+ */
13533
+ export declare interface TogetherModeCallFeatureState {
13534
+ /**
13535
+ * Flag indicating if Together Mode is active in the call
13536
+ */
13537
+ isActive: boolean;
13538
+ /**
13539
+ * Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.togetherModeStream}.
13540
+ */
13541
+ streams: TogetherModeStreamsState;
13542
+ /**
13543
+ * Proxy of {@link @azure/communication-calling#TogetherModeCallFeature.TogetherModeSeatingMap}.
13544
+ */
13545
+ seatingPositions: TogetherModeParticipantSeatingState;
13546
+ }
13547
+
13548
+ /**
13549
+ * Represents the seating positions of participants in Together Mode.
13550
+ *
13551
+ * @public
13552
+ */
13553
+ export declare type TogetherModeParticipantSeatingState = Record<string, TogetherModeSeatingPositionState>;
13554
+
13555
+ /**
13556
+ * State only version of {@link @azure/communication-calling#TogetherModeSeatingMap}.
13557
+ * @public
13558
+ *
13559
+ * Represents the seating position of a participant in Together Mode.
13560
+ */
13561
+ export declare interface TogetherModeSeatingPositionState {
13562
+ /**
13563
+ * The top left offset from the top of the together mode view.
13564
+ */
13565
+ top: number;
13566
+ /**
13567
+ * The left offset position from the left of the together mode view.
13568
+ */
13569
+ left: number;
13570
+ /**
13571
+ * The width of the seating area
13572
+ */
13573
+ width: number;
13574
+ /**
13575
+ * The height of the seating area.
13576
+ */
13577
+ height: number;
13578
+ }
13579
+
13580
+ /**
13581
+ * Interface representing the result of a Together Mode stream view.
13582
+ * @public
13583
+ */
13584
+ export declare interface TogetherModeStreamOptions extends VideoStreamOptions {
13585
+ /**
13586
+ * The kind of together mode view to be created. Default is 'main'.
13587
+ */
13588
+ viewKind?: 'main' | 'panoramic';
13589
+ }
13590
+
13591
+ /**
13592
+ * Represents the streams in Together Mode.
13593
+ *
13594
+ * @public
13595
+ */
13596
+ export declare interface TogetherModeStreamsState {
13597
+ /**
13598
+ * The main video stream in Together Mode.
13599
+ */
13600
+ mainVideoStream?: CallFeatureStreamState;
13601
+ }
13602
+
13603
+ /**
13604
+ * Interface representing the result of a Together Mode stream view.
13605
+ * @public
13606
+ */
13607
+ export declare interface TogetherModeStreamViewResult {
13608
+ /**
13609
+ * Together mode stream view id.
13610
+ */
13611
+ mainVideoView?: CreateVideoStreamViewResult;
13612
+ }
13613
+
11563
13614
  /**
11564
13615
  * Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.
11565
13616
  *
@@ -11748,11 +13799,129 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
11748
13799
  typingString?: IStyle;
11749
13800
  }
11750
13801
 
13802
+ /**
13803
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
13804
+ *
13805
+ * @beta
13806
+ */
13807
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
13808
+
13809
+ /**
13810
+ * props for {@link UnsupportedBrowser} UI
13811
+ *
13812
+ * @beta
13813
+ */
13814
+ export declare interface UnsupportedBrowserProps {
13815
+ /** Handler to perform an action when the help link is actioned */
13816
+ onTroubleshootingClick?: () => void;
13817
+ /** String overrides for the component */
13818
+ strings?: UnsupportedBrowserStrings;
13819
+ }
13820
+
13821
+ /**
13822
+ * Strings for UnsupportedBrowser component
13823
+ *
13824
+ * @beta
13825
+ */
13826
+ export declare interface UnsupportedBrowserStrings {
13827
+ /** String for the primary text */
13828
+ primaryText: string;
13829
+ /** String for the secondary text */
13830
+ secondaryText: string;
13831
+ /** String to display in the text for the help link */
13832
+ moreHelpLinkText: string;
13833
+ }
13834
+
13835
+ /**
13836
+ * UI to display to the user that the browser version they are using is out of date
13837
+ * and not supported by Azure Communications Calling service.
13838
+ *
13839
+ * @beta
13840
+ */
13841
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
13842
+
13843
+ /**
13844
+ * props for {@link UnsupportedBrowserVersion} UI
13845
+ *
13846
+ * @beta
13847
+ */
13848
+ export declare interface UnsupportedBrowserVersionProps {
13849
+ /** Handler to perform an action when the help link is actioned */
13850
+ onTroubleshootingClick?: () => void;
13851
+ /** String overrides for the component */
13852
+ strings?: UnsupportedBrowserVersionStrings;
13853
+ /** Handler to allow user to continue into the call */
13854
+ onContinueAnywayClick?: () => void;
13855
+ }
13856
+
13857
+ /**
13858
+ * Strings for UnsupportedBrowser component
13859
+ *
13860
+ * @beta
13861
+ */
13862
+ export declare interface UnsupportedBrowserVersionStrings {
13863
+ /** String for the primary text */
13864
+ primaryText: string;
13865
+ /** String for the secondary text */
13866
+ secondaryText: string;
13867
+ /** String to display in the text for the help link */
13868
+ moreHelpLinkText: string;
13869
+ /** String for continue without updating button */
13870
+ continueAnywayButtonText?: string;
13871
+ }
13872
+
13873
+ /**
13874
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
13875
+ *
13876
+ * @beta
13877
+ */
13878
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
13879
+
13880
+ /**
13881
+ * Props for {@link UnsupportedOperatingSystem} UI
13882
+ *
13883
+ * @beta
13884
+ */
13885
+ export declare interface UnsupportedOperatingSystemProps {
13886
+ /** Handler to perform a action when the help link is actioned */
13887
+ onTroubleshootingClick?: () => void;
13888
+ /** String overrides for the component */
13889
+ strings?: UnsupportedOperatingSystemStrings;
13890
+ }
13891
+
13892
+ /**
13893
+ * Strings for UnsupportedBrowser component
13894
+ *
13895
+ * @beta
13896
+ */
13897
+ export declare interface UnsupportedOperatingSystemStrings {
13898
+ /** String for the primary text */
13899
+ primaryText: string;
13900
+ /** String for the secondary text */
13901
+ secondaryText: string;
13902
+ /** String to display in the text for the help link */
13903
+ moreHelpLinkText: string;
13904
+ }
13905
+
11751
13906
  /**
11752
13907
  * @public
11753
13908
  * Callback function run when a message is updated.
11754
13909
  */
11755
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
13910
+ export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
13911
+
13912
+ /**
13913
+ * Result payload for uploading an image.
13914
+ *
13915
+ * @beta
13916
+ */
13917
+ export declare type UploadChatImageResult = {
13918
+ /** Id of the image. */
13919
+ id: string;
13920
+ /** The type of attachment. */
13921
+ attachmentType?: 'image' | 'file' | 'unknown';
13922
+ /** The name including file extension type of the attachment. */
13923
+ name?: string;
13924
+ };
11756
13925
 
11757
13926
  /**
11758
13927
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -11926,7 +14095,7 @@ export declare const useTeamsCall: () => undefined | TeamsCall;
11926
14095
  *
11927
14096
  * @public
11928
14097
  */
11929
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
14098
+ 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;
11930
14099
 
11931
14100
  /**
11932
14101
  * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
@@ -12077,7 +14246,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
12077
14246
  /**
12078
14247
  * @public
12079
14248
  */
12080
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
14249
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(together-mode) */ 'togetherMode' | 'focusedContent';
12081
14250
 
12082
14251
  /**
12083
14252
  * The state of the local participant in the {@link VideoGallery}.
@@ -12114,6 +14283,8 @@ export declare type VideoGalleryParticipant = {
12114
14283
  isScreenSharingOn?: boolean;
12115
14284
  /** Whether participant is spotlighted **/
12116
14285
  spotlight?: Spotlight;
14286
+ /** Signal strength of the participant, range from 1 to 3, lower means better connection **/
14287
+ signalStrength?: number;
12117
14288
  /** Media audio video access states **/
12118
14289
  mediaAccess?: MediaAccess;
12119
14290
  /** Attendee can have audio be forbidden **/
@@ -12259,6 +14430,38 @@ export declare interface VideoGalleryProps {
12259
14430
  * This callback is to mute a remote participant
12260
14431
  */
12261
14432
  onMuteParticipant?: (userId: string) => Promise<void>;
14433
+ /**
14434
+ * Indicates if the local participant can start together mode
14435
+ */
14436
+ startTogetherModeEnabled?: boolean;
14437
+ /**
14438
+ * Indicates if together mode is active
14439
+ */
14440
+ isTogetherModeActive?: boolean;
14441
+ /**
14442
+ * Callback to create a together mode stream view
14443
+ */
14444
+ onCreateTogetherModeStreamView?: (options?: TogetherModeStreamOptions) => Promise<void | TogetherModeStreamViewResult>;
14445
+ /**
14446
+ * This callback is to start together mode
14447
+ */
14448
+ onStartTogetherMode?: () => Promise<void>;
14449
+ /**
14450
+ * This callback is to set the scene size for together mode
14451
+ */
14452
+ onSetTogetherModeSceneSize?: (width: number, height: number) => void;
14453
+ /**
14454
+ * Together mode video streams
14455
+ */
14456
+ togetherModeStreams?: VideoGalleryTogetherModeStreams;
14457
+ /**
14458
+ * Seating position of participants in together mode
14459
+ */
14460
+ togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
14461
+ /**
14462
+ * Callback to dispose a together mode stream view
14463
+ */
14464
+ onDisposeTogetherModeStreamView?: () => Promise<void>;
12262
14465
  /**
12263
14466
  * This callback is to forbid audio for remote participant(s)
12264
14467
  */
@@ -12321,6 +14524,10 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
12321
14524
  optimalVideoCount?: number;
12322
14525
  spotlightedParticipants?: string[];
12323
14526
  maxParticipantsToSpotlight?: number;
14527
+ isTogetherModeActive?: boolean;
14528
+ startTogetherModeEnabled?: boolean;
14529
+ togetherModeStreams?: VideoGalleryTogetherModeStreams;
14530
+ togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition;
12324
14531
  };
12325
14532
 
12326
14533
  /**
@@ -12421,6 +14628,46 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
12421
14628
  verticalGallery?: VerticalGalleryStyles;
12422
14629
  }
12423
14630
 
14631
+ /**
14632
+ * Interface representing the position of a participant in Together Mode.
14633
+ * @public
14634
+ */
14635
+ export declare type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
14636
+
14637
+ /**
14638
+ * Interface representing the seating information in Together Mode.
14639
+ * @public
14640
+ */
14641
+ export declare interface VideoGalleryTogetherModeSeatingInfo {
14642
+ /**
14643
+ * The top left offset from the top of the together mode view.
14644
+ */
14645
+ top: number;
14646
+ /**
14647
+ * The left offset position from the left of the together mode view.
14648
+ */
14649
+ left: number;
14650
+ /**
14651
+ *The width of the seating area
14652
+ */
14653
+ width: number;
14654
+ /**
14655
+ * The height of the seating area.
14656
+ */
14657
+ height: number;
14658
+ }
14659
+
14660
+ /**
14661
+ * Interface representing the streams in Together Mode.
14662
+ * @public
14663
+ */
14664
+ export declare interface VideoGalleryTogetherModeStreams {
14665
+ /**
14666
+ * The main video stream in Together Mode.
14667
+ */
14668
+ mainVideoStream?: VideoGalleryStream;
14669
+ }
14670
+
12424
14671
  /**
12425
14672
  * Options to control how video streams are rendered.
12426
14673
  *
@@ -12630,6 +14877,8 @@ export declare interface VideoTileStrings {
12630
14877
  participantStateRinging: string;
12631
14878
  /** String for displaying the Hold state of the remote participant */
12632
14879
  participantStateHold: string;
14880
+ /** String for displaying the reconnecting state of the remote participant */
14881
+ participantReconnecting?: string;
12633
14882
  /** String for the announcement of the muted state of the participant when muted */
12634
14883
  moreOptionsParticipantMutedStateMutedAriaLabel: string;
12635
14884
  /** String for the announcement of the unmuted state of the participant when unmuted */