@azure/communication-react 1.16.0 → 1.17.0-alpha-202405150013

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 (1212) hide show
  1. package/dist/communication-react.d.ts +1997 -123
  2. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BkDaUOJU.js +138 -0
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BkDaUOJU.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/index-DJswSfNy.js +39729 -0
  5. package/dist/dist-cjs/communication-react/index-DJswSfNy.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index.js +160 -32462
  7. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/common.d.ts +74 -0
  11. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
  16. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
  18. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  21. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.d.ts +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  23. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  24. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  25. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  26. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -1
  28. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +11 -0
  29. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
  31. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +25 -7
  32. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +7 -1
  34. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +24 -55
  36. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +10 -1
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +75 -59
  41. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +11 -1
  43. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  44. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +15 -1
  45. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +45 -0
  47. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +87 -0
  48. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -0
  49. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +4 -2
  52. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +17 -0
  53. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +5 -0
  56. package/dist/dist-esm/calling-component-bindings/src/index.js +6 -0
  57. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
  59. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +43 -13
  60. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +4 -3
  63. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  64. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
  65. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +14 -2
  67. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +20 -1
  68. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  69. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  70. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  71. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
  72. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +23 -7
  73. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  74. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -9
  75. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  76. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  77. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +27 -15
  78. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  79. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +47 -10
  80. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  81. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +6 -5
  82. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +15 -1
  84. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +2 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
  87. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +63 -2
  89. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +12 -1
  91. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +99 -30
  92. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
  94. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +140 -87
  96. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  97. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +3 -0
  100. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +30 -7
  101. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +17 -0
  104. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +61 -3
  105. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +5 -0
  107. package/dist/dist-esm/calling-stateful-client/src/Converter.js +26 -15
  108. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +58 -73
  110. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
  112. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  114. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
  115. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  116. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
  117. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
  118. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
  119. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  120. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
  122. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  125. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  126. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  127. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
  128. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
  129. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  130. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  131. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +25 -1
  133. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +69 -40
  134. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  135. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -24
  136. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  137. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
  138. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  139. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +19 -0
  140. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +91 -0
  141. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -0
  142. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +23 -0
  143. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +48 -0
  144. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -0
  145. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  146. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  147. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +8 -0
  148. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  149. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  150. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  151. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
  152. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  153. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +3 -0
  154. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  155. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  156. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  157. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  158. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  159. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  160. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
  161. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  162. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +3 -2
  163. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +40 -19
  164. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  165. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  166. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
  167. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +5 -0
  168. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  169. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  170. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  171. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +116 -12
  172. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  173. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  174. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  175. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  176. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  177. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
  178. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  179. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
  180. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  181. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  182. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
  183. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  184. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  185. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  186. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
  187. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  188. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  189. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +8 -11
  190. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  191. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  192. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
  193. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  194. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
  195. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  196. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
  197. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  198. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +7 -1
  199. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  200. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  201. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  202. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.d.ts +1 -1
  203. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  204. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.d.ts +1 -1
  205. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  206. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.d.ts +1 -1
  207. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  208. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.d.ts +1 -1
  209. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  210. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
  211. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  212. package/dist/dist-esm/communication-react/src/index.d.ts +28 -0
  213. package/dist/dist-esm/communication-react/src/index.js +16 -0
  214. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  215. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
  217. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  218. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.d.ts +1 -1
  220. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  221. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
  222. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  223. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  224. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  225. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  226. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  228. package/dist/dist-esm/react-components/src/components/{AttachmentCard.d.ts → Attachment/AttachmentCard.d.ts} +3 -2
  229. package/dist/dist-esm/react-components/src/components/{AttachmentCard.js → Attachment/AttachmentCard.js} +22 -21
  230. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -0
  231. package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.js → Attachment/AttachmentCardGroup.js} +2 -2
  232. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -0
  233. package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.d.ts → Attachment/AttachmentDownloadCards.d.ts} +4 -3
  234. package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.js → Attachment/AttachmentDownloadCards.js} +21 -11
  235. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -0
  236. package/dist/dist-esm/react-components/src/components/{AttachmentUploadCards.d.ts → Attachment/AttachmentUploadCards.d.ts} +3 -3
  237. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +48 -0
  238. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -0
  239. package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
  240. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  242. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
  244. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +36 -19
  246. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
  248. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +37 -22
  250. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +13 -1
  252. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
  253. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +16 -0
  255. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +86 -27
  256. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  257. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
  258. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  259. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  260. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  261. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  262. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +18 -1
  263. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +39 -9
  264. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
  266. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +54 -11
  267. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  268. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +4 -1
  269. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +54 -26
  270. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +16 -2
  272. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +22 -0
  273. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +17 -0
  275. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +125 -0
  276. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
  277. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +31 -2
  278. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +42 -8
  279. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +18 -1
  281. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +45 -12
  282. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +76 -15
  284. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  286. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  288. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  289. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  290. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  291. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  294. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  295. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  297. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
  299. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  300. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  301. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  302. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  303. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  304. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  305. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  306. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
  307. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  309. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  310. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  311. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  312. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
  313. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  314. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  315. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
  317. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
  319. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  321. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  323. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
  325. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
  327. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  329. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
  331. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/EndCallButton.js +16 -16
  334. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  336. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/ErrorBoundary.d.ts +20 -0
  338. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +29 -0
  339. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -0
  340. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  341. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  343. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
  345. package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
  346. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
  347. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  348. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  349. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
  350. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
  352. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
  354. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
  355. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  357. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +29 -29
  359. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +45 -22
  360. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
  362. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  364. package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
  365. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  366. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
  367. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
  370. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +46 -3
  372. package/dist/dist-esm/react-components/src/components/MessageThread.js +106 -45
  373. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
  375. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
  377. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +13 -0
  379. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +27 -29
  380. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  382. package/dist/dist-esm/react-components/src/components/ParticipantList.js +55 -35
  383. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  385. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  387. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  389. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  391. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/components/ReactionButton.js +26 -25
  393. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +28 -28
  395. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +27 -17
  396. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  397. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +3 -3
  398. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  399. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  401. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.d.ts +7 -0
  403. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js +86 -0
  404. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js.map +1 -0
  405. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.d.ts +7 -0
  406. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js +55 -0
  407. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js.map +1 -0
  408. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.d.ts +15 -0
  409. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js +64 -0
  410. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js.map +1 -0
  411. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.d.ts +8 -0
  412. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js +66 -0
  413. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js.map +1 -0
  414. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.d.ts +9 -0
  415. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js +56 -0
  416. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js.map +1 -0
  417. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +23 -0
  418. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +78 -0
  419. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
  420. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +57 -0
  421. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +138 -0
  422. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
  423. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +34 -0
  424. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +78 -0
  425. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
  426. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +145 -0
  427. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +246 -0
  428. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
  429. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
  430. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +68 -0
  431. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
  432. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  433. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  434. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +47 -1
  435. package/dist/dist-esm/react-components/src/components/SendBox.js +117 -13
  436. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  437. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +34 -0
  438. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +42 -0
  439. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
  440. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
  441. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
  442. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
  443. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  444. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  445. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  446. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  447. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
  448. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  450. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  451. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
  452. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  454. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  455. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  456. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
  457. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
  458. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  459. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  460. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
  461. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  462. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  463. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  464. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  465. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  466. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  467. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  468. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  469. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  471. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  472. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  473. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +13 -31
  475. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  477. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  478. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
  479. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +6 -12
  481. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  482. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
  483. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  484. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +26 -11
  485. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  486. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
  487. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  488. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +50 -19
  489. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  490. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  491. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  492. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  493. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +112 -0
  494. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  495. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  496. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  497. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  498. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +10 -10
  499. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
  500. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  501. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +17 -11
  502. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
  504. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +13 -13
  506. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +9 -7
  507. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  508. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -2
  509. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
  510. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +44 -13
  512. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  514. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  515. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
  516. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  518. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  519. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  521. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  522. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  524. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  526. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  527. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  528. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +11 -6
  530. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +28 -28
  532. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +35 -45
  533. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
  536. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +50 -20
  537. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  538. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
  539. package/dist/dist-esm/react-components/src/components/VideoGallery.js +144 -44
  540. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
  542. package/dist/dist-esm/react-components/src/components/VideoTile.js +41 -59
  543. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  544. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  545. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/components/index.d.ts +24 -5
  547. package/dist/dist-esm/react-components/src/components/index.js +18 -3
  548. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  549. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +4 -0
  550. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +4 -0
  551. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  552. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  553. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  554. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  555. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  556. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  557. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +2 -6
  558. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  559. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  560. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  561. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  563. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  565. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
  566. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  567. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  568. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
  569. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  570. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  571. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
  572. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  573. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  574. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  575. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +4 -10
  576. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  577. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.d.ts +4 -0
  578. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +22 -8
  579. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  580. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  581. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  582. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +14 -8
  583. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  584. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
  585. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +291 -0
  586. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
  587. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
  588. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
  589. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
  590. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +1 -0
  591. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +5 -13
  592. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  593. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  594. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
  595. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  596. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
  597. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
  598. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
  599. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
  600. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  601. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  602. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
  603. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  604. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  605. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  606. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
  607. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  608. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
  609. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  610. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
  611. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  612. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  613. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  614. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +33 -1
  615. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +32 -3
  616. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  617. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +13 -4
  618. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +57 -4
  619. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  620. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  621. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  622. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.d.ts +15 -0
  623. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js +39 -0
  624. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map +1 -0
  625. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +22 -0
  626. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +29 -0
  627. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
  628. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +11 -1
  629. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +23 -3
  630. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  631. package/dist/dist-esm/react-components/src/components/utils/common.d.ts +1 -1
  632. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  633. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  634. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  635. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  636. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  637. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
  638. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  639. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  640. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  641. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  642. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  643. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  644. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  645. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  646. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  647. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  648. package/dist/dist-esm/react-components/src/components/utils.js +13 -10
  649. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  650. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  651. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  652. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  653. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  654. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  655. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  656. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  657. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  658. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  659. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +60 -0
  660. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  661. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  662. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +1 -3
  663. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  664. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +18 -18
  665. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +1 -3
  666. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  667. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +18 -18
  668. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +1 -3
  669. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  670. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +18 -18
  671. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +1 -3
  672. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  673. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +18 -18
  674. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +38 -19
  675. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +1 -3
  676. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  677. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +18 -18
  678. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +1 -3
  679. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  680. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +18 -18
  681. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +1 -3
  682. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  683. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +18 -18
  684. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +1 -3
  685. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  686. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +18 -18
  687. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  688. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  689. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +1 -3
  690. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  691. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +18 -18
  692. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +1 -3
  693. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  694. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +18 -18
  695. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +1 -3
  696. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  697. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +18 -18
  698. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +1 -3
  699. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  700. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +18 -18
  701. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +1 -3
  702. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  703. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +18 -18
  704. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +1 -3
  705. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  706. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +18 -18
  707. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +1 -3
  708. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  709. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +18 -18
  710. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +1 -3
  711. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  712. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +18 -18
  713. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +1 -3
  714. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  715. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +18 -18
  716. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +1 -3
  717. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  718. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +18 -18
  719. package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
  720. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  721. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +1 -3
  722. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  723. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +18 -18
  724. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +1 -3
  725. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  726. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +18 -18
  727. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  728. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  729. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  730. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  731. package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
  732. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  733. package/dist/dist-esm/react-components/src/theming/icons.d.ts +29 -0
  734. package/dist/dist-esm/react-components/src/theming/icons.js +144 -17
  735. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  736. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  737. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  738. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  739. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  740. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  741. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  742. package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
  743. package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
  744. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  745. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  746. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  747. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +21 -49
  748. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  749. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  750. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  751. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +27 -1
  752. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  753. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  754. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  755. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  756. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
  757. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  758. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  759. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  760. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  761. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  762. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  763. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
  764. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
  765. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  766. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  767. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  768. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
  769. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +57 -31
  770. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +108 -0
  772. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +76 -10
  774. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +362 -74
  775. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  776. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +98 -2
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -1
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +8 -2
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +4 -0
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +2 -0
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +82 -29
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +65 -52
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +16 -20
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  803. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  804. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  805. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
  806. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  808. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  809. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  810. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  811. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  812. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
  813. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
  814. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
  815. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  816. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  817. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
  818. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  819. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  820. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +49 -25
  821. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
  823. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  824. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +76 -45
  825. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  827. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  829. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
  831. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  832. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  833. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  834. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +14 -14
  836. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +60 -39
  837. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  838. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
  839. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  840. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  842. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
  843. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +7 -7
  845. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
  846. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  847. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
  848. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +23 -13
  850. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  851. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
  852. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  853. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  854. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
  856. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
  857. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
  858. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  860. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
  861. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
  862. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
  863. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +12 -8
  865. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +1 -1
  867. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +53 -18
  868. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  872. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -0
  873. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
  874. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +18 -11
  876. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
  878. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +119 -14
  879. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
  881. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
  883. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
  884. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
  885. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +15 -7
  886. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  888. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
  890. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  891. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.d.ts +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +4 -3
  893. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  894. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +18 -21
  895. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  897. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  898. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  899. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  900. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  901. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  902. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  903. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  904. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +14 -2
  905. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +15 -0
  906. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  908. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  909. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  911. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  912. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
  913. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
  914. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  915. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  916. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  917. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  918. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  919. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
  923. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
  924. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  925. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
  926. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
  927. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  928. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  929. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  930. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  931. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
  932. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +15 -2
  933. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  934. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  935. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  936. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  937. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  939. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  940. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  941. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  942. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  943. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  944. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  945. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  946. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  947. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  949. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  950. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  951. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  952. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
  953. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  954. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  955. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  956. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  957. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
  958. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
  960. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
  961. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
  962. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
  963. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  964. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
  966. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  968. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
  970. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  971. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
  972. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  973. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  974. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  976. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  977. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -13
  978. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  979. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +11 -10
  980. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  982. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  983. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +15 -3
  984. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +125 -22
  985. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  986. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  987. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.d.ts +6 -6
  988. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
  989. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  990. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
  991. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  992. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  993. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +61 -1
  994. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +93 -23
  995. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  997. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  998. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  999. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  1000. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
  1001. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  1002. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  1003. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  1004. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
  1005. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  1006. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +18 -7
  1007. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +117 -40
  1008. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  1009. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +38 -3
  1010. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  1011. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +9 -1
  1012. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +33 -0
  1013. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  1014. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +5 -2
  1015. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +20 -2
  1016. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  1017. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  1018. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  1019. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  1020. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  1021. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  1022. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  1023. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +15 -0
  1024. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +6 -1
  1025. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  1026. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  1027. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
  1028. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
  1029. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
  1030. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +20 -0
  1031. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
  1032. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  1033. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  1034. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  1035. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +127 -25
  1036. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  1037. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  1038. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  1039. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  1040. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
  1041. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  1042. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +4 -3
  1043. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +63 -36
  1044. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  1045. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +5 -2
  1046. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  1047. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.d.ts +0 -5
  1048. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -29
  1049. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  1050. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +66 -61
  1051. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +33 -44
  1052. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
  1053. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +18 -6
  1054. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
  1055. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +2 -8
  1056. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  1057. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
  1058. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  1059. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +28 -5
  1060. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  1061. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  1062. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +2 -0
  1063. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  1064. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +3 -7
  1065. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  1066. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
  1067. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -10
  1068. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  1069. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +25 -0
  1070. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +112 -0
  1071. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
  1072. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
  1073. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
  1074. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
  1075. package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
  1076. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
  1077. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
  1078. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  1079. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  1080. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  1081. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
  1082. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
  1083. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
  1084. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
  1085. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
  1086. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
  1087. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +3 -5
  1088. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
  1089. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +5 -7
  1090. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  1091. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
  1092. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  1093. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  1094. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  1095. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  1096. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  1097. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
  1098. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +61 -36
  1099. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  1100. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
  1101. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  1102. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +123 -58
  1103. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  1104. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
  1105. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  1106. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  1107. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  1108. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  1109. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.d.ts +2 -2
  1110. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
  1111. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  1112. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +102 -110
  1113. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  1114. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  1115. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
  1116. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  1117. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.d.ts +2 -2
  1118. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
  1119. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  1120. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  1121. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
  1122. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  1123. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  1124. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  1125. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +18 -11
  1126. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  1127. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  1128. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  1129. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +15 -15
  1130. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  1131. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +6 -6
  1132. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +35 -8
  1133. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  1134. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
  1135. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  1136. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js +2 -1
  1137. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
  1138. package/dist/dist-esm/react-composites/src/composites/common/Survey.d.ts +20 -7
  1139. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
  1140. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  1141. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.d.ts +1 -1
  1142. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +4 -3
  1143. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  1144. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
  1145. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  1146. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +2 -2
  1147. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +3 -2
  1148. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
  1149. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +1 -1
  1150. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -12
  1151. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  1152. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  1153. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  1154. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +40 -1
  1155. package/dist/dist-esm/react-composites/src/composites/common/icons.js +15 -3
  1156. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  1157. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  1158. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  1159. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  1160. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  1161. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
  1162. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  1163. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
  1164. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  1165. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  1166. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  1167. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  1168. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  1169. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
  1170. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  1171. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +20 -4
  1172. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  1173. package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
  1174. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  1175. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  1176. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  1177. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  1178. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  1179. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  1180. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  1181. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  1182. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  1183. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  1184. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  1185. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  1186. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  1187. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  1188. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  1189. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  1190. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  1191. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  1192. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  1193. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  1194. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  1195. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  1196. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  1197. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  1198. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
  1199. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  1200. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  1201. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  1202. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  1203. package/package.json +7 -7
  1204. package/dist/dist-esm/react-components/src/components/AttachmentCard.js.map +0 -1
  1205. package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js.map +0 -1
  1206. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +0 -1
  1207. package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js +0 -45
  1208. package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js.map +0 -1
  1209. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.d.ts +0 -19
  1210. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js +0 -4
  1211. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js.map +0 -1
  1212. /package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.d.ts → Attachment/AttachmentCardGroup.d.ts} +0 -0
@@ -17,6 +17,7 @@
17
17
 
18
18
  /// <reference types="react" />
19
19
 
20
+ import { AddPhoneNumberOptions } from '@azure/communication-calling';
20
21
  import { AudioDeviceInfo } from '@azure/communication-calling';
21
22
  import { BackgroundBlurConfig } from '@azure/communication-calling';
22
23
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -29,10 +30,13 @@ import { CallClientOptions } from '@azure/communication-calling';
29
30
  import { CallDirection } from '@azure/communication-calling';
30
31
  import { CallEndReason } from '@azure/communication-calling';
31
32
  import { CallerInfo } from '@azure/communication-calling';
33
+ import { CallInfo } from '@azure/communication-calling';
34
+ import { CallKind } from '@azure/communication-calling';
32
35
  import { CallState as CallState_2 } from '@azure/communication-calling';
33
36
  import { CallSurvey } from '@azure/communication-calling';
34
37
  import { CallSurveyResponse } from '@azure/communication-calling';
35
38
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
39
+ import { CaptionsKind } from '@azure/communication-calling';
36
40
  import { CaptionsResultType } from '@azure/communication-calling';
37
41
  import { ChatClient } from '@azure/communication-chat';
38
42
  import { ChatClientOptions } from '@azure/communication-chat';
@@ -50,6 +54,7 @@ import { DeviceAccess } from '@azure/communication-calling';
50
54
  import { DeviceManager } from '@azure/communication-calling';
51
55
  import { DominantSpeakersInfo } from '@azure/communication-calling';
52
56
  import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
57
+ import { EnvironmentInfo } from '@azure/communication-calling';
53
58
  import { GroupCallLocator } from '@azure/communication-calling';
54
59
  import { IButtonProps } from '@fluentui/react';
55
60
  import { IButtonStyles } from '@fluentui/react';
@@ -57,7 +62,9 @@ import { IContextualMenuItem } from '@fluentui/react';
57
62
  import { IContextualMenuItemStyles } from '@fluentui/react';
58
63
  import { IContextualMenuProps } from '@fluentui/react';
59
64
  import { IContextualMenuStyles } from '@fluentui/react';
65
+ import { ILinkStyles } from '@fluentui/react';
60
66
  import { IMessageBarProps } from '@fluentui/react';
67
+ import { IncomingCall } from '@azure/communication-calling';
61
68
  import { IPersonaStyleProps } from '@fluentui/react';
62
69
  import { IPersonaStyles } from '@fluentui/react';
63
70
  import { IRawStyle } from '@fluentui/react';
@@ -67,10 +74,12 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
67
74
  import { ITextFieldStyles } from '@fluentui/react';
68
75
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
69
76
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
77
+ import { LocalRecordingInfo } from '@azure/communication-calling';
70
78
  import { LocalVideoStream } from '@azure/communication-calling';
71
79
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
72
80
  import { MediaStreamType } from '@azure/communication-calling';
73
81
  import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
82
+ import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
74
83
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
75
84
  import { PartialTheme } from '@fluentui/react';
76
85
  import { ParticipantCapabilities } from '@azure/communication-calling';
@@ -79,10 +88,12 @@ import { PermissionConstraints } from '@azure/communication-calling';
79
88
  import { PersonaInitialsColor } from '@fluentui/react';
80
89
  import { PersonaPresence } from '@fluentui/react';
81
90
  import { PersonaSize } from '@fluentui/react';
91
+ import { PhoneNumberIdentifier } from '@azure/communication-common';
82
92
  import { PropertyChangedEvent } from '@azure/communication-calling';
83
93
  import { default as React_2 } from 'react';
84
94
  import { Reaction as Reaction_2 } from '@azure/communication-calling';
85
95
  import { ReactionMessage } from '@azure/communication-calling';
96
+ import { RecordingInfo } from '@azure/communication-calling';
86
97
  import type { RemoteParticipant } from '@azure/communication-calling';
87
98
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
88
99
  import { RoomCallLocator } from '@azure/communication-calling';
@@ -91,6 +102,8 @@ import { SendMessageOptions } from '@azure/communication-chat';
91
102
  import { SpotlightedParticipant } from '@azure/communication-calling';
92
103
  import { StartCallOptions } from '@azure/communication-calling';
93
104
  import { StartCaptionsOptions } from '@azure/communication-calling';
105
+ import { TeamsCall } from '@azure/communication-calling';
106
+ import { TeamsCallAgent } from '@azure/communication-calling';
94
107
  import { TeamsCallInfo } from '@azure/communication-calling';
95
108
  import { TeamsMeetingIdLocator } from '@azure/communication-calling';
96
109
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
@@ -204,6 +217,203 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
204
217
  */
205
218
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
206
219
 
220
+ /**
221
+ * @beta
222
+ * A callback function that defines what actions user can perform on an attachment.
223
+ * By default, the UI library would have default actions that opens attachment URL in a new tab.
224
+ * You can override the default actions or add new actions by providing this callback function.
225
+ * Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
226
+ *
227
+ * @param attachment - The file attachment that user is trying to perform actions on.
228
+ * @param message - The chat message that contains this attachment.
229
+ * @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
230
+ */
231
+ export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
232
+
233
+ /**
234
+ * @beta
235
+ *
236
+ * Attachment download options defines the list of actions that can be performed on an attachment.
237
+ */
238
+ export declare interface AttachmentDownloadOptions {
239
+ actionsForAttachment: AttachmentActionHandler;
240
+ }
241
+
242
+ /**
243
+ * @beta
244
+ *
245
+ * Attachment menu action defines buttons that can be shown on the attachment card.
246
+ * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
247
+ */
248
+ export declare interface AttachmentMenuAction {
249
+ name: string;
250
+ icon: JSX.Element;
251
+ onClick: (attachment: AttachmentMetadata) => Promise<void>;
252
+ }
253
+
254
+ /**
255
+ * Data model that represents a chat message attachment
256
+ * where it contains an ID to uniquely identify the attachment,
257
+ * a name that represents the name of file, and
258
+ * a URL to download the attachment.
259
+ *
260
+ * @beta
261
+ */
262
+ export declare interface AttachmentMetadata {
263
+ /**
264
+ * Unique ID of the attachment.
265
+ */
266
+ id: string;
267
+ /**
268
+ * Attachment name to be displayed.
269
+ */
270
+ name: string;
271
+ /**
272
+ * Download URL for the attachment.
273
+ */
274
+ url: string;
275
+ }
276
+
277
+ /**
278
+ * Data model that represents a chat message attachment being uploaded
279
+ * where it contains an ID to uniquely identify the attachment,
280
+ * a name that represents the name of file,
281
+ * an optional URL to download the attachment,
282
+ * an optional progress value between 0 and 1 indicating the progress of the upload, and
283
+ * an optional error object that contains error message would be shown to the user.
284
+ *
285
+ *
286
+ * @beta
287
+ */
288
+ export declare interface AttachmentMetadataInProgress {
289
+ /**
290
+ * Unique ID of the attachment.
291
+ */
292
+ id: string;
293
+ /**
294
+ * Attachment name to be displayed.
295
+ */
296
+ name: string;
297
+ /**
298
+ * Download URL for the attachment.
299
+ */
300
+ url?: string;
301
+ /**
302
+ * A number between 0 and 1 indicating the progress of the upload.
303
+ */
304
+ progress?: number;
305
+ /**
306
+ * A object contains error message would be shown to the user.
307
+ */
308
+ error?: AttachmentProgressError;
309
+ }
310
+
311
+ /**
312
+ * @beta
313
+ *
314
+ * Attachment Options that defines behaviour for uploading and downloading attachments.
315
+ */
316
+ export declare interface AttachmentOptions {
317
+ uploadOptions?: AttachmentUploadOptions;
318
+ downloadOptions?: AttachmentDownloadOptions;
319
+ }
320
+
321
+ /**
322
+ * @beta
323
+ * A attachment progress error object that contains message to be shown to
324
+ * the user when upload fails.
325
+ */
326
+ export declare interface AttachmentProgressError {
327
+ message: string;
328
+ }
329
+
330
+ /**
331
+ * @beta
332
+ * A callback function for handling attachment removed by the user in send box.
333
+ *
334
+ * @param attachmentId - The ID of uploaded attachments.
335
+ */
336
+ export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
337
+
338
+ /**
339
+ * @beta
340
+ * A callback function for handling list of upload tasks that contains files selected by user to upload.
341
+ *
342
+ * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
343
+ */
344
+ export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
345
+
346
+ /**
347
+ * @beta
348
+ */
349
+ export declare interface AttachmentUploadOptions {
350
+ /**
351
+ * A list of strings containing the comma separated list of supported media (aka. mime) types.
352
+ * i.e. ['image/*', 'video/*', 'audio/*']
353
+ * Default value is `['*']`, meaning all media types are supported.
354
+ * Similar to the `accept` attribute of the `<input type="attachment" />` element.
355
+ * @beta
356
+ */
357
+ supportedMediaTypes?: string[];
358
+ /**
359
+ * Disable multiple attachments to be selected if set to `true`.
360
+ * Default value is `false`, meaning multiple attachments can be selected.
361
+ * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
362
+ * @beta
363
+ */
364
+ disableMultipleUploads?: boolean;
365
+ /**
366
+ * A callback function of type {@link AttachmentSelectionHandler} that will be called
367
+ * when user finishes selecting files in browser's file picker. This function is required since
368
+ * this would be where upload logic is implemented to your own storage.
369
+ * @beta
370
+ */
371
+ handleAttachmentSelection: AttachmentSelectionHandler;
372
+ /**
373
+ * A optional callback function that will be called
374
+ * when user removing files before clicking send message button. This function will be
375
+ * where you can remove the file from your storage.
376
+ * @beta
377
+ */
378
+ handleAttachmentRemoval?: AttachmentRemovalHandler;
379
+ }
380
+
381
+ /**
382
+ * A upload task represents and manages an attachment that is being uploaded.
383
+ * When using the Composite, an attachment upload task is created for each file user is selected to upload.
384
+ * A upload task is complete when notifyUploadCompleted is called.
385
+ * A upload task is failed when notifyUploadFailed is called.
386
+ * @beta
387
+ */
388
+ export declare interface AttachmentUploadTask {
389
+ /**
390
+ * Unique identifier for the attachment upload task.
391
+ */
392
+ taskId: string;
393
+ /**
394
+ * HTML {@link File} object for the uploaded attachment.
395
+ */
396
+ file?: File;
397
+ /**
398
+ * Update the progress of the upload changed.
399
+ * A upload is considered complete when the progress reaches 1.
400
+ * @param value - number between 0 and 1
401
+ */
402
+ notifyUploadProgressChanged: (value: number) => void;
403
+ /**
404
+ * Mark the upload task as complete.
405
+ * An attachment is considered completed uploading when ID and URL are provided.
406
+ * @param id - the unique identifier of the attachment.
407
+ * @param url - the download URL of the attachment.
408
+ */
409
+ notifyUploadCompleted: (id: string, url: string) => void;
410
+ /**
411
+ * Mark the upload task as failed.
412
+ * @param message - An error message that can be displayed to the user.
413
+ */
414
+ notifyUploadFailed: (message: string) => void;
415
+ }
416
+
207
417
  /**
208
418
  * Custom data attributes for displaying avatar for a user.
209
419
  *
@@ -233,6 +443,11 @@ export declare type AvatarPersonaData = {
233
443
  * @defaultvalue `white`
234
444
  */
235
445
  initialsTextColor?: string;
446
+ /**
447
+ * If true, show the special coin for unknown persona.
448
+ * It has '?' in place of initials, with static font and background colors
449
+ */
450
+ showUnknownPersonaCoin?: boolean;
236
451
  };
237
452
 
238
453
  /**
@@ -254,6 +469,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
254
469
  displayName: string;
255
470
  credential: CommunicationTokenCredential;
256
471
  locator: CallAdapterLocator;
472
+ /**
473
+ * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
474
+ * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
475
+ */
476
+ alternateCallerId?: string;
257
477
  /**
258
478
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
259
479
  */
@@ -278,6 +498,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
278
498
  displayName: string;
279
499
  credential: CommunicationTokenCredential;
280
500
  locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
501
+ alternateCallerId?: string;
281
502
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
282
503
  };
283
504
 
@@ -322,6 +543,11 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
322
543
  displayName: string;
323
544
  credential: CommunicationTokenCredential;
324
545
  targetCallees: StartCallIdentifier[];
546
+ /**
547
+ * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
548
+ * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
549
+ */
550
+ alternateCallerId?: string;
325
551
  /**
326
552
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
327
553
  */
@@ -383,6 +609,156 @@ export declare interface BaseCustomStyles {
383
609
  root?: IStyle;
384
610
  }
385
611
 
612
+ /**
613
+ * Content blocked message type.
614
+ *
615
+ * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
616
+ *
617
+ * @beta
618
+ */
619
+ export declare interface BlockedMessage extends MessageCommon {
620
+ messageType: 'blocked';
621
+ warningText?: string;
622
+ linkText?: string;
623
+ link?: string;
624
+ deletedOn?: Date;
625
+ senderId?: string;
626
+ senderDisplayName?: string;
627
+ status?: MessageStatus;
628
+ attached?: MessageAttachedStatus;
629
+ mine?: boolean;
630
+ }
631
+
632
+ /**
633
+ * @beta
634
+ * Props for BrowserPermissionDeniedIOS component.
635
+ */
636
+ export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
637
+ /**
638
+ * Localization strings for BrowserPermissionDeniedIOS component.
639
+ */
640
+ strings?: BrowserPermissionDeniedIOSStrings;
641
+ /**
642
+ * Link to image source.
643
+ *
644
+ * Image is inserted into the top of the component.
645
+ */
646
+ imageSource?: string;
647
+ }
648
+
649
+ /**
650
+ * @beta
651
+ * Strings for BrowserPermissionDeniedIOS component
652
+ */
653
+ export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
654
+ /**
655
+ * Image alt text
656
+ */
657
+ imageAltText: string;
658
+ /**
659
+ * Main text string.
660
+ */
661
+ primaryText: string;
662
+ /**
663
+ * Subtext string.
664
+ */
665
+ secondaryText: string;
666
+ /**
667
+ * Step 1 string
668
+ */
669
+ step1Text: string;
670
+ /**
671
+ * Step 1 digit string
672
+ */
673
+ step1DigitText: string;
674
+ /**
675
+ * Step 2 string
676
+ */
677
+ step2Text: string;
678
+ /**
679
+ * Step 2 digit string
680
+ */
681
+ step2DigitText: string;
682
+ /**
683
+ * Step 3 string
684
+ */
685
+ step3Text: string;
686
+ /**
687
+ * Step 3 digit string
688
+ */
689
+ step3DigitText: string;
690
+ /**
691
+ * Step 4 string
692
+ */
693
+ step4Text: string;
694
+ /**
695
+ * Step 4 digit string
696
+ */
697
+ step4DigitText: string;
698
+ }
699
+
700
+ /**
701
+ * @beta
702
+ * Props for BrowserPermissionDenied component.
703
+ */
704
+ export declare interface BrowserPermissionDeniedProps {
705
+ /**
706
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
707
+ */
708
+ onTroubleshootingClick?: () => void;
709
+ /**
710
+ * Action to be taken by the try again primary button.
711
+ */
712
+ onTryAgainClick?: () => void;
713
+ /**
714
+ * Localization strings for BrowserPermissionDenied component.
715
+ */
716
+ strings?: BrowserPermissionDeniedStrings;
717
+ /**
718
+ * Allows users to pass in an object contains custom CSS styles.
719
+ * @Example
720
+ * ```
721
+ * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
722
+ * ```
723
+ */
724
+ styles?: BrowserPermissionDeniedStyles;
725
+ }
726
+
727
+ /**
728
+ * @beta
729
+ * Strings for BrowserPermissionDenied component
730
+ */
731
+ export declare interface BrowserPermissionDeniedStrings {
732
+ /**
733
+ * Main button text string.
734
+ */
735
+ primaryButtonText: string;
736
+ /**
737
+ * Main text string.
738
+ */
739
+ primaryText: string;
740
+ /**
741
+ * Subtext string.
742
+ */
743
+ secondaryText: string;
744
+ /**
745
+ * More help link string.
746
+ */
747
+ linkText: string;
748
+ }
749
+
750
+ /**
751
+ * Fluent styles for {@link BrowserPermissionDenied}.
752
+ *
753
+ * @beta
754
+ */
755
+ export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
756
+ /** Styles for the primary button. */
757
+ primaryButton?: IButtonStyles;
758
+ /** Styles for the help troubleshooting link text. */
759
+ troubleshootingLink?: ILinkStyles;
760
+ }
761
+
386
762
  /**
387
763
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
388
764
  *
@@ -466,6 +842,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
466
842
  * @public
467
843
  */
468
844
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
845
+ /**
846
+ * Start the call.
847
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
848
+ * @public
849
+ */
850
+ startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
469
851
  }
470
852
 
471
853
  /**
@@ -548,6 +930,12 @@ export declare interface CallAdapterCallOperations {
548
930
  * @public
549
931
  */
550
932
  removeParticipant(userId: string): Promise<void>;
933
+ /**
934
+ * Remove a participant from the call.
935
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
936
+ * @beta
937
+ */
938
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
551
939
  /**
552
940
  * Create the html view for a stream.
553
941
  *
@@ -599,12 +987,35 @@ export declare interface CallAdapterCallOperations {
599
987
  * @public
600
988
  */
601
989
  disposeLocalVideoStreamView(): Promise<void>;
990
+ /**
991
+ * Holds the call.
992
+ *
993
+ * @beta
994
+ */
995
+ holdCall(): Promise<void>;
996
+ /**
997
+ * Resumes the call from a `LocalHold` state.
998
+ *
999
+ * @beta
1000
+ */
1001
+ resumeCall(): Promise<void>;
1002
+ /**
1003
+ * Add a participant to the call.
1004
+ *
1005
+ * @beta
1006
+ */
1007
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
1008
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
602
1009
  /**
603
1010
  * send dtmf tone to another participant in a 1:1 PSTN call
604
1011
  *
605
1012
  * @public
606
1013
  */
607
1014
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1015
+ /**
1016
+ * Continues into a call when the browser version is not supported.
1017
+ */
1018
+ allowUnsupportedBrowserVersion(): void;
608
1019
  /**
609
1020
  * Function to Start captions
610
1021
  * @param options - options for start captions
@@ -688,7 +1099,14 @@ export declare type CallAdapterClientState = {
688
1099
  targetCallees?: CommunicationIdentifier[];
689
1100
  devices: DeviceManagerState;
690
1101
  endedCall?: CallState;
1102
+ /**
1103
+ * State to track whether the call is a teams call.
1104
+ */
691
1105
  isTeamsCall: boolean;
1106
+ /**
1107
+ * State to track whether the call is a teams meeting.
1108
+ */
1109
+ isTeamsMeeting: boolean;
692
1110
  /**
693
1111
  * State to track whether the call is a rooms call.
694
1112
  */
@@ -697,6 +1115,14 @@ export declare type CallAdapterClientState = {
697
1115
  * Latest error encountered for each operation performed via the adapter.
698
1116
  */
699
1117
  latestErrors: AdapterErrors;
1118
+ /**
1119
+ * Azure communications Phone number to make PSTN calls with.
1120
+ */
1121
+ alternateCallerId?: string;
1122
+ /**
1123
+ * Environment information about system the adapter is made on
1124
+ */
1125
+ environmentInfo?: EnvironmentInfo;
700
1126
  /**
701
1127
  * State to track whether the local participant's camera is on. To be used when creating a custom
702
1128
  * control bar with the CallComposite.
@@ -815,7 +1241,7 @@ export declare interface CallAdapterDeviceManagement {
815
1241
  *
816
1242
  * @public
817
1243
  */
818
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
1244
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
819
1245
 
820
1246
  /**
821
1247
  * {@link CommonCallAdapter} state.
@@ -1014,6 +1440,7 @@ export declare interface CallAdapterSubscribers {
1014
1440
  export declare type CallAdapterUiState = {
1015
1441
  isLocalPreviewMicrophoneEnabled: boolean;
1016
1442
  page: CallCompositePage;
1443
+ unsupportedBrowserVersionsAllowed?: boolean;
1017
1444
  };
1018
1445
 
1019
1446
  /**
@@ -1032,7 +1459,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1032
1459
  */
1033
1460
  export declare interface CallAgentProviderProps {
1034
1461
  children: React_2.ReactNode;
1035
- callAgent?: CallAgent;
1462
+ callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
1036
1463
  }
1037
1464
 
1038
1465
  /**
@@ -1057,7 +1484,7 @@ export declare interface CallAgentState {
1057
1484
  */
1058
1485
  export declare interface CallAndChatLocator {
1059
1486
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1060
- callLocator: GroupCallLocator;
1487
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
1061
1488
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1062
1489
  chatThreadId: string;
1063
1490
  }
@@ -1144,6 +1571,16 @@ export declare interface CallClientState {
1144
1571
  * See documentation of {@Link CallErrors} for details.
1145
1572
  */
1146
1573
  latestErrors: CallErrors;
1574
+ /**
1575
+ * A phone number in E.164 format that will be used to represent callers identity.
1576
+ * For example, using the alternateCallerId to add a participant using PSTN, this number will
1577
+ * be used as the caller id in the PSTN call.
1578
+ */
1579
+ alternateCallerId?: string;
1580
+ /**
1581
+ * state to track the environment that the stateful client was made in is supported
1582
+ */
1583
+ environmentInfo?: EnvironmentInfo;
1147
1584
  }
1148
1585
 
1149
1586
  /**
@@ -1222,6 +1659,9 @@ export declare type CallCompositeIcons = {
1222
1659
  ParticipantItemScreenShareStart?: JSX.Element;
1223
1660
  VideoTileMicOff?: JSX.Element;
1224
1661
  LocalCameraSwitch?: JSX.Element;
1662
+ PeoplePaneAddPerson?: JSX.Element;
1663
+ PeoplePaneOpenDialpad?: JSX.Element;
1664
+ DialpadStartCall?: JSX.Element;
1225
1665
  NoticePageInviteToRoomRemoved?: JSX.Element;
1226
1666
  BlurVideoBackground?: JSX.Element;
1227
1667
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1256,6 +1696,56 @@ export declare type CallCompositeOptions = {
1256
1696
  * @defaultValue true
1257
1697
  */
1258
1698
  callControls?: boolean | CallControlOptions;
1699
+ /**
1700
+ * Device permissions check options for your call.
1701
+ * Here you can choose what device permissions you prompt the user for,
1702
+ * as well as what device permissions must be accepted before starting a call.
1703
+ */
1704
+ deviceChecks?: DeviceCheckOptions;
1705
+ /**
1706
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1707
+ * unable to grant your site the required permissions for the call.
1708
+ *
1709
+ * @example
1710
+ * ```ts
1711
+ * onPermissionsTroubleshootingClick: () =>
1712
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1713
+ * ```
1714
+ *
1715
+ * @remarks
1716
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1717
+ */
1718
+ onPermissionsTroubleshootingClick?: (permissionsState: {
1719
+ camera: PermissionState;
1720
+ microphone: PermissionState;
1721
+ }) => void;
1722
+ /**
1723
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1724
+ * having network issues when connecting to the call.
1725
+ *
1726
+ * @example
1727
+ * ```ts
1728
+ * onNetworkingTroubleShootingClick?: () =>
1729
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
1730
+ * ```
1731
+ *
1732
+ * @remarks
1733
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1734
+ */
1735
+ onNetworkingTroubleShootingClick?: () => void;
1736
+ /**
1737
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1738
+ *
1739
+ * @example
1740
+ * ```ts
1741
+ * onBrowserTroubleShootingClick?: () =>
1742
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1743
+ * ```
1744
+ *
1745
+ * @remarks
1746
+ * if this is not supplied, the composite will not show a unsupported browser page.
1747
+ */
1748
+ onEnvironmentInfoTroubleshootingClick?: () => void;
1259
1749
  /**
1260
1750
  * Remote participant video tile menu options
1261
1751
  */
@@ -1376,7 +1866,7 @@ export declare type CallCompositeOptions = {
1376
1866
  *
1377
1867
  * @public
1378
1868
  */
1379
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring';
1869
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring';
1380
1870
 
1381
1871
  /**
1382
1872
  * Props for {@link CallComposite}.
@@ -1626,6 +2116,26 @@ export declare interface CallCompositeStrings {
1626
2116
  * Label for SidePaneHeader dismiss button
1627
2117
  */
1628
2118
  dismissSidePaneButtonLabel?: string;
2119
+ /**
2120
+ * Side pane People section subheader.
2121
+ */
2122
+ peoplePaneSubTitle: string;
2123
+ /**
2124
+ * Label for button to copy invite link
2125
+ */
2126
+ copyInviteLinkButtonLabel: string;
2127
+ /**
2128
+ * Label for button to copy invite link when it has been actioned
2129
+ */
2130
+ copyInviteLinkButtonActionedLabel: string;
2131
+ /**
2132
+ * Label for button to open dialpad
2133
+ */
2134
+ openDialpadButtonLabel: string;
2135
+ /**
2136
+ * Label for menu item to remove participant
2137
+ */
2138
+ removeMenuLabel: string;
1629
2139
  /**
1630
2140
  * Label for menu item to start spotlight on participant
1631
2141
  */
@@ -1650,10 +2160,58 @@ export declare interface CallCompositeStrings {
1650
2160
  * Label for menu item to stop all spotlight
1651
2161
  */
1652
2162
  stopAllSpotlightMenuLabel: string;
2163
+ /**
2164
+ * Label for add people dropdown
2165
+ */
2166
+ peoplePaneAddPeopleButtonLabel: string;
2167
+ /**
2168
+ * Label for button to start a call
2169
+ */
2170
+ dialpadStartCallButtonLabel: string;
2171
+ /**
2172
+ * Title for dialpad Modal
2173
+ */
2174
+ dialpadModalTitle: string;
2175
+ /**
2176
+ * Aria Label for dialpad Modal
2177
+ */
2178
+ dialpadModalAriaLabel: string;
2179
+ /**
2180
+ * Aria Label for dialpad Modal close button
2181
+ */
2182
+ dialpadCloseModalButtonAriaLabel: string;
1653
2183
  /**
1654
2184
  * label for more button in the Calling composite
1655
2185
  */
1656
2186
  moreButtonCallingLabel: string;
2187
+ /**
2188
+ * Label for the resume call button on the hold pane
2189
+ */
2190
+ resumeCallButtonLabel: string;
2191
+ /**
2192
+ * Label for the resume call button on the hold pane when call is resuming
2193
+ */
2194
+ resumingCallButtonLabel: string;
2195
+ /**
2196
+ * Aria label for the resume call button on the hold pane
2197
+ */
2198
+ resumeCallButtonAriaLabel: string;
2199
+ /**
2200
+ * Aria label for the resume call button on the hold pane when call is resuming
2201
+ */
2202
+ resumingCallButtonAriaLabel: string;
2203
+ /**
2204
+ * Label for the hold pane
2205
+ */
2206
+ holdScreenLabel: string;
2207
+ /**
2208
+ * Placeholder text for dtmf dialpad
2209
+ */
2210
+ dtmfDialpadPlaceholderText: string;
2211
+ /**
2212
+ * Label for the button to open dtmf dialpad
2213
+ */
2214
+ openDtmfDialpadLabel: string;
1657
2215
  /**
1658
2216
  * aria label for when the invite link has been actioned
1659
2217
  */
@@ -1726,6 +2284,14 @@ export declare interface CallCompositeStrings {
1726
2284
  * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
1727
2285
  */
1728
2286
  notInvitedToRoomDetails?: string;
2287
+ /**
2288
+ * Control bar People button ToolTipContent
2289
+ */
2290
+ peopleButtonTooltipOpen: string;
2291
+ /**
2292
+ * Control bar People button ToolTipContent
2293
+ */
2294
+ peopleButtonTooltipClose: string;
1729
2295
  /**
1730
2296
  * Label disaplayed on the lobby screen during a 1:1 outbound call.
1731
2297
  */
@@ -1857,23 +2423,55 @@ export declare interface CallCompositeStrings {
1857
2423
  /**
1858
2424
  * transfer page text when showing the transferor who initiated the transfer
1859
2425
  */
1860
- transferPageTransferorText: string;
2426
+ transferPageTransferorText: string;
2427
+ /**
2428
+ * transfer page text when showing the transfer target
2429
+ */
2430
+ transferPageTransferTargetText: string;
2431
+ /**
2432
+ * transfer page display name for unknown participant
2433
+ */
2434
+ transferPageUnknownTransferorDisplayName: string;
2435
+ /**
2436
+ * transfer page display name for unknown participant
2437
+ */
2438
+ transferPageUnknownTransferTargetDisplayName: string;
2439
+ /**
2440
+ * notice to be announced by narrator the transfer page is showing
2441
+ */
2442
+ transferPageNoticeString: string;
2443
+ /**
2444
+ * Title text of the page shown to the user when target participant could not be reached
2445
+ */
2446
+ participantCouldNotBeReachedTitle?: string;
2447
+ /**
2448
+ * More details text of the page shown to the user when target participant could not be reached
2449
+ */
2450
+ participantCouldNotBeReachedMoreDetails?: string;
2451
+ /**
2452
+ * Title text of the page shown to the user when permission to reach participant is not allowed
2453
+ */
2454
+ permissionToReachTargetParticipantNotAllowedTitle?: string;
2455
+ /**
2456
+ * More details text of the page shown to the user when permission to reach participant is not allowed
2457
+ */
2458
+ permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
1861
2459
  /**
1862
- * transfer page text when showing the transfer target
2460
+ * Title text of the page shown to the user when tenant id for the target participant could not be resolved
1863
2461
  */
1864
- transferPageTransferTargetText: string;
2462
+ unableToResolveTenantTitle?: string;
1865
2463
  /**
1866
- * transfer page display name for unknown participant
2464
+ * More details text of the page shown to the user when tenant id for the target participant could not be resolved
1867
2465
  */
1868
- transferPageUnknownTransferorDisplayName: string;
2466
+ unableToResolveTenantMoreDetails?: string;
1869
2467
  /**
1870
- * transfer page display name for unknown participant
2468
+ * Title text of the page shown to the user when target participant id is malformed
1871
2469
  */
1872
- transferPageUnknownTransferTargetDisplayName: string;
2470
+ participantIdIsMalformedTitle?: string;
1873
2471
  /**
1874
- * notice to be announced by narrator the transfer page is showing
2472
+ * More details text of the page shown to the user when target participant id is malformed
1875
2473
  */
1876
- transferPageNoticeString: string;
2474
+ participantIdIsMalformedMoreDetails?: string;
1877
2475
  /**
1878
2476
  * Controls label to move the overflow gallery around
1879
2477
  */
@@ -2076,7 +2674,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2076
2674
  *
2077
2675
  * @public
2078
2676
  */
2079
- export declare type CallControlOptions = (CommonCallControlOptions & {
2677
+ export declare type CallControlOptions = CommonCallControlOptions & {
2080
2678
  /**
2081
2679
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2082
2680
  * @defaultValue true
@@ -2085,7 +2683,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
2085
2683
  disabled: boolean;
2086
2684
  };
2087
2685
  legacyControlBarExperience?: boolean;
2088
- });
2686
+ };
2089
2687
 
2090
2688
  /**
2091
2689
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2146,7 +2744,7 @@ export declare type CallErrors = {
2146
2744
  *
2147
2745
  * @public
2148
2746
  */
2149
- 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' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects' | 'Call.setConstraints';
2747
+ 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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ '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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
2150
2748
 
2151
2749
  /**
2152
2750
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2254,6 +2852,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2254
2852
  spotlight?: Spotlight;
2255
2853
  };
2256
2854
 
2855
+ /**
2856
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2857
+ *
2858
+ * @remarks
2859
+ * This is currently in beta and only supports calling one Teams User.
2860
+ *
2861
+ * @example
2862
+ * ```
2863
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2864
+ * ```
2865
+ *
2866
+ * @beta
2867
+ */
2868
+ export declare type CallParticipantsLocator = {
2869
+ participantIds: string[];
2870
+ };
2871
+
2257
2872
  /**
2258
2873
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2259
2874
  *
@@ -2270,7 +2885,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2270
2885
  */
2271
2886
  export declare interface CallProviderProps {
2272
2887
  children: React_2.ReactNode;
2273
- call?: Call;
2888
+ call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
2274
2889
  }
2275
2890
 
2276
2891
  /**
@@ -2284,6 +2899,10 @@ export declare interface CallState {
2284
2899
  * Proxy of {@link @azure/communication-calling#Call.id}.
2285
2900
  */
2286
2901
  id: string;
2902
+ /**
2903
+ * Type of the call.
2904
+ */
2905
+ kind: CallKind;
2287
2906
  /**
2288
2907
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2289
2908
  */
@@ -2350,6 +2969,10 @@ export declare interface CallState {
2350
2969
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
2351
2970
  */
2352
2971
  recording: RecordingCallFeature;
2972
+ /**
2973
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
2974
+ */
2975
+ localRecording: LocalRecordingCallFeatureState;
2353
2976
  /**
2354
2977
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2355
2978
  *
@@ -2406,6 +3029,10 @@ export declare interface CallState {
2406
3029
  * Proxy of {@link @azure/communication-calling#Call.role}.
2407
3030
  */
2408
3031
  role?: ParticipantRole;
3032
+ /**
3033
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3034
+ */
3035
+ totalParticipantCount?: number;
2409
3036
  /**
2410
3037
  * Transfer state of call
2411
3038
  */
@@ -2425,7 +3052,7 @@ export declare interface CallState {
2425
3052
  /**
2426
3053
  * Proxy of {@link @azure/communication-calling#Call.info}.
2427
3054
  */
2428
- info?: TeamsCallInfo;
3055
+ info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
2429
3056
  }
2430
3057
 
2431
3058
  /**
@@ -2472,6 +3099,12 @@ export declare interface CallWithChatAdapterManagement {
2472
3099
  * @public
2473
3100
  */
2474
3101
  removeParticipant(userId: string): Promise<void>;
3102
+ /**
3103
+ * Remove a participant from the call.
3104
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
3105
+ * @beta
3106
+ */
3107
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2475
3108
  /**
2476
3109
  * Join the call with microphone initially on/off.
2477
3110
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2542,7 +3175,7 @@ export declare interface CallWithChatAdapterManagement {
2542
3175
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2543
3176
  * @public
2544
3177
  */
2545
- startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
3178
+ startCall(participants: (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
2546
3179
  /**
2547
3180
  * Start sharing the screen during a call.
2548
3181
  *
@@ -2705,7 +3338,7 @@ export declare interface CallWithChatAdapterManagement {
2705
3338
  *
2706
3339
  * @public
2707
3340
  */
2708
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3341
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
2709
3342
  /**
2710
3343
  * Send a read receipt for a message.
2711
3344
  *
@@ -2723,7 +3356,7 @@ export declare interface CallWithChatAdapterManagement {
2723
3356
  *
2724
3357
  * @public
2725
3358
  */
2726
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3359
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
2727
3360
  /**
2728
3361
  * Delete a message in the thread.
2729
3362
  *
@@ -2743,12 +3376,35 @@ export declare interface CallWithChatAdapterManagement {
2743
3376
  downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
2744
3377
  /** @public */
2745
3378
  removeResourceFromCache(resourceDetails: ResourceDetails): void;
3379
+ /**
3380
+ * Puts the Call in a Localhold.
3381
+ *
3382
+ * @beta
3383
+ */
3384
+ holdCall: () => Promise<void>;
3385
+ /**
3386
+ * Resumes the call from a LocalHold state.
3387
+ *
3388
+ * @beta
3389
+ */
3390
+ resumeCall: () => Promise<void>;
3391
+ /**
3392
+ * Adds a new Participant to the call.
3393
+ *
3394
+ * @beta
3395
+ */
3396
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
3397
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2746
3398
  /**
2747
3399
  * send dtmf tone to another participant in the call in 1:1 calls
2748
3400
  *
2749
3401
  * @public
2750
3402
  */
2751
3403
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3404
+ /**
3405
+ * Continues into a call when the browser version is not supported.
3406
+ */
3407
+ allowUnsupportedBrowserVersion(): void;
2752
3408
  /**
2753
3409
  * Function to Start captions
2754
3410
  * @param options - options for start captions
@@ -2900,6 +3556,14 @@ export declare interface CallWithChatAdapterUiState {
2900
3556
  * @public
2901
3557
  */
2902
3558
  page: CallCompositePage;
3559
+ /**
3560
+ * State to track whether the end user has opted in to using a
3561
+ * out of date version of a supported browser. Allows the user
3562
+ * to start a call in this state.
3563
+ *
3564
+ * @beta
3565
+ */
3566
+ unsupportedBrowserVersionsAllowed?: boolean;
2903
3567
  }
2904
3568
 
2905
3569
  /**
@@ -2924,6 +3588,12 @@ export declare interface CallWithChatClientState {
2924
3588
  devices: DeviceManagerState;
2925
3589
  /** State of whether the active call is a Teams interop call */
2926
3590
  isTeamsCall: boolean;
3591
+ /** State of whether the active call is a Teams interop meeting */
3592
+ isTeamsMeeting: boolean;
3593
+ /** alternateCallerId for PSTN call */
3594
+ alternateCallerId?: string | undefined;
3595
+ /** Environment information for system adapter is made on */
3596
+ environmentInfo?: EnvironmentInfo;
2927
3597
  /** Default set of background images for background replacement effect */
2928
3598
  videoBackgroundImages?: VideoBackgroundImage[];
2929
3599
  /** Dependency to be injected for video background effects */
@@ -3004,6 +3674,9 @@ export declare type CallWithChatCompositeIcons = {
3004
3674
  ParticipantItemScreenShareStart?: JSX.Element;
3005
3675
  VideoTileMicOff?: JSX.Element;
3006
3676
  LocalCameraSwitch?: JSX.Element;
3677
+ PeoplePaneAddPerson?: JSX.Element;
3678
+ PeoplePaneOpenDialpad?: JSX.Element;
3679
+ DialpadStartCall?: JSX.Element;
3007
3680
  DefaultCustomButton?: JSX.Element;
3008
3681
  DtmfDialpadButton?: JSX.Element;
3009
3682
  EditBoxCancel?: JSX.Element;
@@ -3034,6 +3707,62 @@ export declare type CallWithChatCompositeOptions = {
3034
3707
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3035
3708
  */
3036
3709
  callControls?: boolean | CallWithChatControlOptions;
3710
+ /**
3711
+ * Properties for configuring the File Sharing feature.
3712
+ * If undefined, file sharing feature will be disabled.
3713
+ * @beta
3714
+ */
3715
+ attachmentOptions?: AttachmentOptions;
3716
+ /**
3717
+ * Device permissions check options for your call.
3718
+ * Here you can choose what device permissions you prompt the user for,
3719
+ * as well as what device permissions must be accepted before starting a call.
3720
+ */
3721
+ deviceChecks?: DeviceCheckOptions;
3722
+ /**
3723
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
3724
+ * unable to grant your site the required permissions for the call.
3725
+ *
3726
+ * @example
3727
+ * ```ts
3728
+ * onPermissionsTroubleshootingClick: () =>
3729
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3730
+ * ```
3731
+ *
3732
+ * @remarks
3733
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3734
+ */
3735
+ onPermissionsTroubleshootingClick?: (permissionsState: {
3736
+ camera: PermissionState;
3737
+ microphone: PermissionState;
3738
+ }) => void;
3739
+ /**
3740
+ * Optional callback to supply users with further troubleshooting steps for network issues
3741
+ * experienced when connecting to a call.
3742
+ *
3743
+ * @example
3744
+ * ```ts
3745
+ * onNetworkingTroubleShootingClick?: () =>
3746
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
3747
+ * ```
3748
+ *
3749
+ * @remarks
3750
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3751
+ */
3752
+ onNetworkingTroubleShootingClick?: () => void;
3753
+ /**
3754
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3755
+ *
3756
+ * @example
3757
+ * ```ts
3758
+ * onBrowserTroubleShootingClick?: () =>
3759
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3760
+ * ```
3761
+ *
3762
+ * @remarks
3763
+ * if this is not supplied, the composite will not show a unsupported browser page.
3764
+ */
3765
+ onEnvironmentInfoTroubleshootingClick?: () => void;
3037
3766
  /**
3038
3767
  * Remote participant video tile menu options
3039
3768
  */
@@ -3299,6 +4028,10 @@ export declare interface CallWithChatCompositeStrings {
3299
4028
  * Label for button to copy invite link when it has been actioned
3300
4029
  */
3301
4030
  copyInviteLinkButtonActionedLabel: string;
4031
+ /**
4032
+ * Label for button to open dialpad
4033
+ */
4034
+ openDialpadButtonLabel: string;
3302
4035
  /**
3303
4036
  * Label for SidePaneHeader dismiss button
3304
4037
  */
@@ -3311,6 +4044,34 @@ export declare interface CallWithChatCompositeStrings {
3311
4044
  * Aria label string for return to call back button
3312
4045
  */
3313
4046
  returnToCallButtonAriaLabel?: string;
4047
+ /**
4048
+ * Label for add people dropdown
4049
+ */
4050
+ peoplePaneAddPeopleButtonLabel: string;
4051
+ /**
4052
+ * Label for button to start a call
4053
+ */
4054
+ dialpadStartCallButtonLabel: string;
4055
+ /**
4056
+ * Title for dialpad Modal
4057
+ */
4058
+ dialpadModalTitle: string;
4059
+ /**
4060
+ * Aria Label for dialpad Modal
4061
+ */
4062
+ dialpadModalAriaLabel: string;
4063
+ /**
4064
+ * Aria Label for dialpad Modal close button
4065
+ */
4066
+ dialpadCloseModalButtonAriaLabel: string;
4067
+ /**
4068
+ * Placeholder text for dtmf dialpad
4069
+ */
4070
+ dtmfDialpadPlaceholderText: string;
4071
+ /**
4072
+ * Label for the button to open dtmf dialpad
4073
+ */
4074
+ openDtmfDialpadLabel: string;
3314
4075
  /**
3315
4076
  * aria label for when the invite link has been actioned
3316
4077
  */
@@ -3327,7 +4088,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3327
4088
  * Show or hide the chat button in the call-with-chat composite control bar.
3328
4089
  * @defaultValue true
3329
4090
  */
3330
- chatButton?: boolean;
4091
+ chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4092
+ disabled: boolean;
4093
+ };
3331
4094
  }
3332
4095
 
3333
4096
  /**
@@ -3337,6 +4100,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3337
4100
  */
3338
4101
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
3339
4102
 
4103
+ /**
4104
+ * @beta
4105
+ *
4106
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4107
+ * by their browsers settings.
4108
+ */
4109
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4110
+
4111
+ /**
4112
+ * @beta
4113
+ * Props for CameraAndMicrophoneSitePermissions component.
4114
+ */
4115
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4116
+ /** Icon name for the camera icon */
4117
+ cameraIconName?: string;
4118
+ /** Icon name for the microphone icon */
4119
+ microphoneIconName?: string;
4120
+ /** Icon name for the central icon between the camera and microphone icons */
4121
+ connectorIconName?: string;
4122
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4123
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
4124
+ }
4125
+
4126
+ /**
4127
+ * @beta
4128
+ * Strings for CameraAndMicrophoneSitePermissions component.
4129
+ */
4130
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4131
+
3340
4132
  /**
3341
4133
  * A button to turn camera on / off.
3342
4134
  *
@@ -3493,6 +4285,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3493
4285
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3494
4286
  }
3495
4287
 
4288
+ /**
4289
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4290
+ * by their browsers settings.
4291
+ *
4292
+ * @beta
4293
+ */
4294
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
4295
+
4296
+ /**
4297
+ * @beta
4298
+ * Props for CameraSitePermissions component.
4299
+ */
4300
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
4301
+ /** Icon name for the camera icon */
4302
+ cameraIconName?: string;
4303
+ /** Strings for use with the {@link CameraSitePermissions} */
4304
+ strings?: CameraSitePermissionsStrings;
4305
+ }
4306
+
4307
+ /**
4308
+ * @beta
4309
+ * Strings for CameraSitePermissions component.
4310
+ */
4311
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
4312
+
3496
4313
  /**
3497
4314
  * @public
3498
4315
  * Callback function run when a message edit is cancelled.
@@ -3652,6 +4469,10 @@ export declare interface CaptionsCallFeatureState {
3652
4469
  * current caption language
3653
4470
  */
3654
4471
  currentCaptionLanguage: string;
4472
+ /**
4473
+ * current caption kind: teams or acs captions
4474
+ */
4475
+ captionsKind: CaptionsKind;
3655
4476
  }
3656
4477
 
3657
4478
  /**
@@ -3814,8 +4635,9 @@ export declare interface ChatAdapterThreadManagement {
3814
4635
  fetchInitialData(): Promise<void>;
3815
4636
  /**
3816
4637
  * Send a message in the thread.
4638
+ * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
3817
4639
  */
3818
- sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
4640
+ sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
3819
4641
  /**
3820
4642
  * Send a read receipt for a message.
3821
4643
  */
@@ -3834,8 +4656,9 @@ export declare interface ChatAdapterThreadManagement {
3834
4656
  setTopic(topicName: string): Promise<void>;
3835
4657
  /**
3836
4658
  * Update a message content.
4659
+ * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
3837
4660
  */
3838
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
4661
+ updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(attachment-upload) */ MessageOptions): Promise<void>;
3839
4662
  /**
3840
4663
  * Delete a message in the thread.
3841
4664
  */
@@ -3871,7 +4694,7 @@ export declare type ChatAdapterUiState = {
3871
4694
  * Represents the type of attachment
3872
4695
  * @public
3873
4696
  */
3874
- export declare type ChatAttachmentType = 'unknown' | 'image';
4697
+ export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */ 'file';
3875
4698
 
3876
4699
  /**
3877
4700
  * Common props for selectors for {@link ChatClientState}.
@@ -3973,6 +4796,7 @@ export declare type ChatCompositeIcons = {
3973
4796
  ParticipantItemOptionsHovered?: JSX.Element;
3974
4797
  SendBoxSend?: JSX.Element;
3975
4798
  SendBoxSendHovered?: JSX.Element;
4799
+ SendBoxAttachFile?: JSX.Element;
3976
4800
  };
3977
4801
 
3978
4802
  /**
@@ -3987,6 +4811,13 @@ export declare type ChatCompositeOptions = {
3987
4811
  * @defaultValue true
3988
4812
  */
3989
4813
  errorBar?: boolean;
4814
+ /**
4815
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4816
+ * @defaultValue false
4817
+ *
4818
+ * @beta
4819
+ */
4820
+ participantPane?: boolean;
3990
4821
  /**
3991
4822
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
3992
4823
  * @defaultValue true
@@ -3997,6 +4828,12 @@ export declare type ChatCompositeOptions = {
3997
4828
  * When undefined nothing has focus on render
3998
4829
  */
3999
4830
  autoFocus?: 'sendBoxTextField';
4831
+ /**
4832
+ * Properties for configuring the File Sharing feature.
4833
+ * If undefined, file sharing feature will be disabled.
4834
+ * @beta
4835
+ */
4836
+ attachmentOptions?: AttachmentOptions;
4000
4837
  };
4001
4838
 
4002
4839
  /**
@@ -4024,6 +4861,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4024
4861
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4025
4862
  */
4026
4863
  options?: ChatCompositeOptions;
4864
+ /**
4865
+ * Optimizes the composite form factor for either desktop or mobile.
4866
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4867
+ * @defaultValue 'desktop'
4868
+ */
4869
+ formFactor?: 'desktop' | 'mobile';
4027
4870
  }
4028
4871
 
4029
4872
  /**
@@ -4038,6 +4881,10 @@ export declare interface ChatCompositeStrings {
4038
4881
  * Chat list header text
4039
4882
  */
4040
4883
  chatListHeader: string;
4884
+ /**
4885
+ * Upload Attachment Button text
4886
+ */
4887
+ uploadAttachment: string;
4041
4888
  }
4042
4889
 
4043
4890
  /**
@@ -4086,7 +4933,7 @@ export declare type ChatErrors = {
4086
4933
  *
4087
4934
  * @public
4088
4935
  */
4089
- 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';
4936
+ 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';
4090
4937
 
4091
4938
  /**
4092
4939
  * Object containing all the handlers required for chat components.
@@ -4097,13 +4944,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
4097
4944
  * @public
4098
4945
  */
4099
4946
  export declare type ChatHandlers = {
4100
- onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
4947
+ onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(attachment-upload) */ MessageOptions) => Promise<void>;
4101
4948
  onMessageSeen: (chatMessageId: string) => Promise<void>;
4102
4949
  onTyping: () => Promise<void>;
4103
4950
  onRemoveParticipant: (userId: string) => Promise<void>;
4104
4951
  updateThreadTopicName: (topicName: string) => Promise<void>;
4105
4952
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4106
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4953
+ onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
4107
4954
  onDeleteMessage: (messageId: string) => Promise<void>;
4108
4955
  };
4109
4956
 
@@ -4139,6 +4986,12 @@ export declare interface ChatMessage extends MessageCommon {
4139
4986
  * {@link @azure/communication-chat#ChatMessage.metadata}
4140
4987
  */
4141
4988
  metadata?: Record<string, string>;
4989
+ /**
4990
+ * @beta
4991
+ * A list of attachments in the message.
4992
+ * {@link AttachmentMetadata}
4993
+ */
4994
+ attachments?: AttachmentMetadata[];
4142
4995
  }
4143
4996
 
4144
4997
  /**
@@ -4152,6 +5005,7 @@ export declare interface ChatMessage extends MessageCommon {
4152
5005
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4153
5006
  clientMessageId?: string;
4154
5007
  status: MessageStatus;
5008
+ policyViolation?: boolean;
4155
5009
  resourceCache?: Record<string, ResourceFetchResult>;
4156
5010
  };
4157
5011
 
@@ -4355,7 +5209,9 @@ export declare type CommonCallControlOptions = {
4355
5209
  * Show or Hide Camera Button during a call
4356
5210
  * @defaultValue true
4357
5211
  */
4358
- cameraButton?: boolean;
5212
+ cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5213
+ disabled: boolean;
5214
+ };
4359
5215
  /**
4360
5216
  * Show or Hide EndCall button during a call.
4361
5217
  * @defaultValue true
@@ -4371,12 +5227,16 @@ export declare type CommonCallControlOptions = {
4371
5227
  * Show or Hide Microphone button during a call.
4372
5228
  * @defaultValue true
4373
5229
  */
4374
- microphoneButton?: boolean;
5230
+ microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5231
+ disabled: boolean;
5232
+ };
4375
5233
  /**
4376
5234
  * Show or Hide Devices button during a call.
4377
5235
  * @defaultValue true
4378
5236
  */
4379
- devicesButton?: boolean;
5237
+ devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5238
+ disabled: boolean;
5239
+ };
4380
5240
  /**
4381
5241
  * Show, Hide or Disable participants button during a call.
4382
5242
  * @defaultValue true
@@ -4414,11 +5274,16 @@ export declare type CommonCallControlOptions = {
4414
5274
  * Inject custom buttons in the call controls.
4415
5275
  */
4416
5276
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
5277
+ holdButton?: boolean | {
5278
+ disabled: boolean;
5279
+ };
4417
5280
  /**
4418
5281
  * Show or hide the people button in the composite control bar.
4419
5282
  * @defaultValue true
4420
5283
  */
4421
- peopleButton?: boolean;
5284
+ peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5285
+ disabled: boolean;
5286
+ };
4422
5287
  /**
4423
5288
  * Show or hide the dialpad button in the composite control bar.
4424
5289
  */
@@ -4429,6 +5294,11 @@ export declare type CommonCallControlOptions = {
4429
5294
  * Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
4430
5295
  */
4431
5296
  exitSpotlightButton?: boolean;
5297
+ /**
5298
+ * Show, Hide or Disable captions during a call.
5299
+ * @defaultValue true
5300
+ */
5301
+ captionsButton?: boolean;
4432
5302
  };
4433
5303
 
4434
5304
  /**
@@ -4454,6 +5324,9 @@ export declare interface CommonCallingHandlers {
4454
5324
  onLowerHand: () => Promise<void>;
4455
5325
  onToggleRaiseHand: () => Promise<void>;
4456
5326
  onReactionClick: (reaction: Reaction_2) => Promise<void>;
5327
+ onToggleHold: () => Promise<void>;
5328
+ onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
5329
+ onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4457
5330
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4458
5331
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4459
5332
  /**
@@ -4465,6 +5338,8 @@ export declare interface CommonCallingHandlers {
4465
5338
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4466
5339
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4467
5340
  onRemoveParticipant(userId: string): Promise<void>;
5341
+ onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
5342
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4468
5343
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
4469
5344
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4470
5345
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4488,6 +5363,39 @@ export declare type CommonProperties<A, B> = {
4488
5363
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4489
5364
  }[keyof A & keyof B];
4490
5365
 
5366
+ /**
5367
+ * @beta
5368
+ * Props for SitePermissions components.
5369
+ */
5370
+ export declare interface CommonSitePermissionsProps {
5371
+ /**
5372
+ * Name of application calling experience is in.
5373
+ */
5374
+ appName: string;
5375
+ /**
5376
+ * Kind of the Site Permissions component.
5377
+ */
5378
+ kind: 'request' | 'denied' | 'check';
5379
+ /**
5380
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
5381
+ */
5382
+ browserHint?: 'safari' | 'unset';
5383
+ /**
5384
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
5385
+ * If this is not provided the button will not be shown.
5386
+ */
5387
+ onTroubleshootingClick?: () => void;
5388
+ /**
5389
+ * Action that is taken when the user clicks the continue anyway button.
5390
+ * If this is not provided the button will not be shown.
5391
+ */
5392
+ onContinueAnywayClick?: () => void;
5393
+ /**
5394
+ * Styles for SitePermissions component.
5395
+ */
5396
+ styles?: SitePermissionsStyles;
5397
+ }
5398
+
4491
5399
  /**
4492
5400
  * A Chat or Calling participant's state, as reflected in the UI.
4493
5401
  *
@@ -4664,6 +5572,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
4664
5572
  export declare interface ComponentLocale {
4665
5573
  /** Strings for components */
4666
5574
  strings: ComponentStrings;
5575
+ /**
5576
+ * Optional function to provide customized date format.
5577
+ * @beta
5578
+ */
5579
+ onDisplayDateTimeString?: (messageDate: Date) => string;
4667
5580
  }
4668
5581
 
4669
5582
  /**
@@ -4713,6 +5626,10 @@ export declare interface ComponentStrings {
4713
5626
  typingIndicator: TypingIndicatorStrings;
4714
5627
  /** Strings for SendBox */
4715
5628
  sendBox: SendBoxStrings;
5629
+ /** Strings for RichTextSendBox */
5630
+ richTextSendBox: RichTextSendBoxStrings;
5631
+ /** Strings for MentionPopover */
5632
+ mentionPopover: MentionPopoverStrings;
4716
5633
  /** Strings for ImageOverlay */
4717
5634
  imageOverlay: ImageOverlayStrings;
4718
5635
  /** Strings for MessageStatusIndicator */
@@ -4723,10 +5640,50 @@ export declare interface ComponentStrings {
4723
5640
  videoGallery: VideoGalleryStrings;
4724
5641
  /** Strings for Dialpad */
4725
5642
  dialpad: DialpadStrings;
5643
+ /** Strings for VideoTile */
5644
+ videoTile: VideoTileStrings;
5645
+ /** Strings for HoldButton */
5646
+ holdButton: HoldButtonStrings;
5647
+ /** Strings for a site's permission request prompt */
5648
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
5649
+ /** Strings for a site's permission request prompt */
5650
+ CameraSitePermissionsRequest: SitePermissionsStrings;
5651
+ /** Strings for a site's permission request prompt */
5652
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
5653
+ /** Strings for a site's permission generic checking prompt */
5654
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
5655
+ /** Strings for a site's permission generic checking prompt */
5656
+ CameraSitePermissionsCheck: SitePermissionsStrings;
5657
+ /** Strings for a site's permission generic checking prompt */
5658
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
5659
+ /** Strings for a site's permission denied prompt */
5660
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
5661
+ /** Strings for a site's permission denied prompt for safari browsers*/
5662
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5663
+ /** Strings for a site's permission denied prompt */
5664
+ CameraSitePermissionsDenied: SitePermissionsStrings;
5665
+ /** Strings for a site's permission denied prompt */
5666
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
5667
+ /** Strings for a site's permission denied prompt for safari browsers*/
5668
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
5669
+ /** Strings for a site's permission denied prompt for safari browsers*/
5670
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5671
+ /** Strings for unsupported browser UI */
5672
+ UnsupportedBrowser: UnsupportedBrowserStrings;
5673
+ /** Strings for unsupported browser version UI */
5674
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
5675
+ /** Strings for unsupported browser version UI */
5676
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
5677
+ /** Strings for BrowserPemissionDenied */
5678
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
5679
+ /** Strings for BrowserPemissionDeniedIOS */
5680
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
4726
5681
  /**
4727
5682
  * Strings for the VerticalGallery.
4728
5683
  */
4729
5684
  verticalGallery: VerticalGalleryStrings;
5685
+ /** Strings for the participant list component */
5686
+ ParticipantList: ParticipantListStrings;
4730
5687
  }
4731
5688
 
4732
5689
  /**
@@ -5128,7 +6085,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
5128
6085
  *
5129
6086
  * @public
5130
6087
  */
5131
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
6088
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5132
6089
 
5133
6090
  /**
5134
6091
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5189,6 +6146,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5189
6146
  */
5190
6147
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5191
6148
 
6149
+ /**
6150
+ * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
6151
+ *
6152
+ * Useful when implementing a custom component that utilizes the providers
6153
+ * exported from this library.
6154
+ *
6155
+ * @beta
6156
+ */
6157
+ export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall, options?: {
6158
+ onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
6159
+ }) => never | TeamsCallingHandlers;
6160
+
5192
6161
  /**
5193
6162
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5194
6163
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -5214,6 +6183,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5214
6183
  */
5215
6184
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
5216
6185
 
6186
+ /**
6187
+ * @beta
6188
+ */
6189
+ export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
6190
+
6191
+ /**
6192
+ * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
6193
+ *
6194
+ * Useful if you want to keep a reference to {@link StatefulCallClient}.
6195
+ * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
6196
+ *
6197
+ * @beta
6198
+ */
6199
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6200
+
5217
6201
  /**
5218
6202
  * Object returned after creating a local or remote VideoStream.
5219
6203
  * This contains helper functions to manipulate the render of the stream.
@@ -5264,6 +6248,13 @@ export declare type CustomAvatarOptions = {
5264
6248
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5265
6249
  /** Display name to be used in Persona */
5266
6250
  text?: string;
6251
+ /** State for the participant to be displayed in the defaultPlaceHolder */
6252
+ participantState?: ParticipantState;
6253
+ /**
6254
+ * If true, show the special coin for unknown persona.
6255
+ * It has '?' in place of initials, with static font and background colors
6256
+ */
6257
+ showUnknownPersonaCoin?: boolean;
5267
6258
  };
5268
6259
 
5269
6260
  /**
@@ -5391,6 +6382,18 @@ export declare interface CustomMessage extends MessageCommon {
5391
6382
  */
5392
6383
  export declare const darkTheme: PartialTheme & CallingTheme;
5393
6384
 
6385
+ /**
6386
+ * @beta
6387
+ * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
6388
+ */
6389
+ export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
6390
+
6391
+ /**
6392
+ * @beta
6393
+ * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
6394
+ */
6395
+ export declare type DeclarativeIncomingCall = IncomingCall;
6396
+
5394
6397
  /**
5395
6398
  * The default set of icons that are available to use in the UI components.
5396
6399
  *
@@ -5415,6 +6418,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5415
6418
  RaiseHandContextualMenuItem: React_2.JSX.Element;
5416
6419
  LowerHandContextualMenuItem: React_2.JSX.Element;
5417
6420
  ReactionButtonIcon: React_2.JSX.Element;
6421
+ CancelAttachmentUpload: React_2.JSX.Element;
6422
+ DownloadAttachment: React_2.JSX.Element;
6423
+ OpenAttachment: React_2.JSX.Element;
6424
+ AttachmentMoreMenu: React_2.JSX.Element;
6425
+ DataLossPreventionProhibited: React_2.JSX.Element;
5418
6426
  EditBoxCancel: React_2.JSX.Element;
5419
6427
  EditBoxSubmit: React_2.JSX.Element;
5420
6428
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -5448,10 +6456,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5448
6456
  ParticipantItemOptionsHovered: React_2.JSX.Element;
5449
6457
  ParticipantItemScreenShareStart: React_2.JSX.Element;
5450
6458
  ParticipantItemSpotlighted: React_2.JSX.Element;
6459
+ HoldCallContextualMenuItem: React_2.JSX.Element;
6460
+ HoldCallButton: React_2.JSX.Element;
6461
+ ResumeCall: React_2.JSX.Element;
5451
6462
  SendBoxSend: React_2.JSX.Element;
5452
6463
  SendBoxSendHovered: React_2.JSX.Element;
5453
6464
  VideoTileMicOff: React_2.JSX.Element;
5454
6465
  DialpadBackspace: React_2.JSX.Element;
6466
+ SitePermissionsSparkle: React_2.JSX.Element;
6467
+ SitePermissionCamera: React_2.JSX.Element;
6468
+ SitePermissionMic: React_2.JSX.Element;
6469
+ SitePermissionCameraDenied: React_2.JSX.Element;
6470
+ SitePermissionMicDenied: React_2.JSX.Element;
6471
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
6472
+ BrowserPermissionDeniedError: React_2.JSX.Element;
5455
6473
  VideoTilePinned: React_2.JSX.Element;
5456
6474
  VideoTileMoreOptions: React_2.JSX.Element;
5457
6475
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5479,6 +6497,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5479
6497
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
5480
6498
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
5481
6499
  VideoTileSpotlighted: React_2.JSX.Element;
6500
+ RichTextBoldButtonIcon: React_2.JSX.Element;
6501
+ RichTextItalicButtonIcon: React_2.JSX.Element;
6502
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
6503
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
6504
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
6505
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6506
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6507
+ RichTextDividerIcon: React_2.JSX.Element;
6508
+ RichTextEditorButtonIcon: React_2.JSX.Element;
6509
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
6510
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
6511
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
6512
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
6513
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
5482
6514
  };
5483
6515
 
5484
6516
  /**
@@ -5499,6 +6531,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5499
6531
  ParticipantItemOptionsHovered: JSX.Element;
5500
6532
  SendBoxSend: JSX.Element;
5501
6533
  SendBoxSendHovered: JSX.Element;
6534
+ SendBoxAttachFile?: JSX.Element | undefined;
5502
6535
  ControlBarPeopleButton?: JSX.Element | undefined;
5503
6536
  ControlButtonCameraOff: JSX.Element;
5504
6537
  ControlButtonCameraOn: JSX.Element;
@@ -5556,6 +6589,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5556
6589
  ParticipantItemScreenShareStart: JSX.Element;
5557
6590
  VideoTileMicOff: JSX.Element;
5558
6591
  LocalCameraSwitch?: JSX.Element | undefined;
6592
+ PeoplePaneAddPerson?: JSX.Element | undefined;
6593
+ PeoplePaneOpenDialpad?: JSX.Element | undefined;
6594
+ DialpadStartCall?: JSX.Element | undefined;
5559
6595
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
5560
6596
  BlurVideoBackground?: JSX.Element | undefined;
5561
6597
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -5579,14 +6615,28 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5579
6615
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
5580
6616
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
5581
6617
  MoreDrawerSpeakers?: JSX.Element | undefined;
5582
- SendBoxAttachFile?: JSX.Element | undefined;
5583
6618
  ChatMessageOptions: React_2.JSX.Element;
5584
6619
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6620
+ CancelAttachmentUpload: React_2.JSX.Element;
6621
+ DownloadAttachment: React_2.JSX.Element;
6622
+ OpenAttachment: React_2.JSX.Element;
6623
+ AttachmentMoreMenu: React_2.JSX.Element;
6624
+ DataLossPreventionProhibited: React_2.JSX.Element;
5585
6625
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
5586
6626
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
5587
6627
  MessageResend: React_2.JSX.Element;
5588
6628
  ParticipantItemSpotlighted: React_2.JSX.Element;
6629
+ HoldCallContextualMenuItem: React_2.JSX.Element;
6630
+ HoldCallButton: React_2.JSX.Element;
6631
+ ResumeCall: React_2.JSX.Element;
5589
6632
  DialpadBackspace: React_2.JSX.Element;
6633
+ SitePermissionsSparkle: React_2.JSX.Element;
6634
+ SitePermissionCamera: React_2.JSX.Element;
6635
+ SitePermissionMic: React_2.JSX.Element;
6636
+ SitePermissionCameraDenied: React_2.JSX.Element;
6637
+ SitePermissionMicDenied: React_2.JSX.Element;
6638
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
6639
+ BrowserPermissionDeniedError: React_2.JSX.Element;
5590
6640
  VideoTilePinned: React_2.JSX.Element;
5591
6641
  VideoTileMoreOptions: React_2.JSX.Element;
5592
6642
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5614,8 +6664,52 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5614
6664
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
5615
6665
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
5616
6666
  VideoTileSpotlighted: React_2.JSX.Element;
6667
+ RichTextBoldButtonIcon: React_2.JSX.Element;
6668
+ RichTextItalicButtonIcon: React_2.JSX.Element;
6669
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
6670
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
6671
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
6672
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6673
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6674
+ RichTextDividerIcon: React_2.JSX.Element;
6675
+ RichTextEditorButtonIcon: React_2.JSX.Element;
6676
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
6677
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
6678
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
6679
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
6680
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
5617
6681
  };
5618
6682
 
6683
+ /**
6684
+ * @beta
6685
+ *
6686
+ * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
6687
+ */
6688
+ export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
6689
+
6690
+ /**
6691
+ * Device Checks.
6692
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
6693
+ *
6694
+ * @beta
6695
+ */
6696
+ export declare interface DeviceCheckOptions {
6697
+ /**
6698
+ * Camera Permission prompts for your call.
6699
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
6700
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6701
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6702
+ */
6703
+ camera: 'required' | 'optional' | 'doNotPrompt';
6704
+ /**
6705
+ * Microphone permission prompts for your call.
6706
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
6707
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6708
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6709
+ */
6710
+ microphone: 'required' | 'optional' | 'doNotPrompt';
6711
+ }
6712
+
5619
6713
  /**
5620
6714
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
5621
6715
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -6260,7 +7354,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
6260
7354
  *
6261
7355
  * @public
6262
7356
  */
6263
- export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : undefined;
7357
+ export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof HoldButton> extends true ? HoldButtonSelector : undefined;
6264
7358
 
6265
7359
  /**
6266
7360
  * Get the selector for a specified component.
@@ -6277,7 +7371,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
6277
7371
  *
6278
7372
  * @public
6279
7373
  */
6280
- 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;
7374
+ 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;
6281
7375
 
6282
7376
  /**
6283
7377
  * Get the selector for a specified component.
@@ -6322,6 +7416,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
6322
7416
  children?: IStyle;
6323
7417
  }
6324
7418
 
7419
+ /**
7420
+ * a button to hold or resume a ongoing call.
7421
+ *
7422
+ * Can be used with {@link ControlBar}
7423
+ *
7424
+ * @param props - properties for the hold button.
7425
+ * @returns
7426
+ * @beta
7427
+ */
7428
+ export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
7429
+
7430
+ /**
7431
+ *@beta
7432
+ */
7433
+ export declare interface HoldButtonProps extends ControlBarButtonProps {
7434
+ /**
7435
+ * Utility property for using this component with communication react handlers
7436
+ * Holds the call or resumes it based on call state.
7437
+ */
7438
+ onToggleHold: () => Promise<void>;
7439
+ /**
7440
+ * Optional strings to override in component
7441
+ */
7442
+ strings?: HoldButtonStrings;
7443
+ }
7444
+
7445
+ /**
7446
+ * Selector type for the {@link HoldButton} component.
7447
+ * @public
7448
+ */
7449
+ export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7450
+ checked: boolean;
7451
+ };
7452
+
7453
+ /**
7454
+ * Strings for the hold button labels
7455
+ * @beta
7456
+ */
7457
+ export declare interface HoldButtonStrings {
7458
+ /**
7459
+ * Label for when action is to resume call.
7460
+ */
7461
+ onLabel: string;
7462
+ /**
7463
+ * Label for when action is to hold call.
7464
+ */
7465
+ offLabel: string;
7466
+ /**
7467
+ * Content for when button is checked
7468
+ */
7469
+ tooltipOnContent: string;
7470
+ /**
7471
+ * Content for when button is unchecked
7472
+ */
7473
+ tooltipOffContent: string;
7474
+ }
7475
+
6325
7476
  /**
6326
7477
  * {@link HorizontalGallery} Component Styles.
6327
7478
  * @public
@@ -6406,6 +7557,10 @@ export declare interface _Identifiers {
6406
7557
  verticalGalleryVideoTile: string;
6407
7558
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
6408
7559
  verticalGalleryPageCounter: string;
7560
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
7561
+ mentionSuggestionList: string;
7562
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
7563
+ mentionSuggestionItem: string;
6409
7564
  }
6410
7565
 
6411
7566
  /**
@@ -6462,10 +7617,31 @@ export declare interface ImageOverlayStrings {
6462
7617
  */
6463
7618
  downloadButtonLabel: string;
6464
7619
  /**
6465
- * Dismiss button aria label for ImageOverlay
7620
+ * Dismiss button aria label for ImageOverlay
7621
+ */
7622
+ dismissButtonAriaLabel: string;
7623
+ }
7624
+
7625
+ /**
7626
+ * Preset dark theme for the ImageOverlay component.
7627
+ *
7628
+ * @public
7629
+ */
7630
+ export declare const imageOverlayTheme: PartialTheme;
7631
+
7632
+ /**
7633
+ * @beta
7634
+ * This contains a readonly array that returns all the active `incomingCalls`.
7635
+ * An active incoming call is a call that has not been answered, declined or disconnected.
7636
+ */
7637
+ export declare type IncomingCallManagement = {
7638
+ /**
7639
+ * @beta
7640
+ * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7641
+ * @returns readonly array of {@link DeclarativeIncomingCall}
6466
7642
  */
6467
- dismissButtonAriaLabel: string;
6468
- }
7643
+ incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7644
+ };
6469
7645
 
6470
7646
  /**
6471
7647
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
@@ -6651,6 +7827,28 @@ export declare type LocalizationProviderProps = {
6651
7827
  children: React_2.ReactNode;
6652
7828
  };
6653
7829
 
7830
+ /**
7831
+ * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
7832
+ * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
7833
+ *
7834
+ * @beta
7835
+ */
7836
+ export declare interface LocalRecordingCallFeatureState {
7837
+ /**
7838
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
7839
+ */
7840
+ isLocalRecordingActive: boolean;
7841
+ /**
7842
+ * Contains list of information of started recordings
7843
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
7844
+ */
7845
+ activeLocalRecordings?: LocalRecordingInfo[];
7846
+ /**
7847
+ * Contains list of information of stopped recordings
7848
+ */
7849
+ lastStoppedLocalRecording?: LocalRecordingInfo[];
7850
+ }
7851
+
6654
7852
  /**
6655
7853
  * @public
6656
7854
  */
@@ -6756,6 +7954,76 @@ export declare interface MediaDiagnosticsState {
6756
7954
  latest: LatestMediaDiagnostics;
6757
7955
  }
6758
7956
 
7957
+ /**
7958
+ * Mention's state, as reflected in the UI.
7959
+ *
7960
+ * @beta
7961
+ */
7962
+ export declare interface Mention {
7963
+ /** ID of a mention */
7964
+ id: string;
7965
+ /** Display text of a mention */
7966
+ displayText: string;
7967
+ /** Optional React element to render an item icon of a mention suggestion */
7968
+ icon?: JSX.Element;
7969
+ }
7970
+
7971
+ /**
7972
+ * Options to display suggestions in the mention scenario.
7973
+ *
7974
+ * @beta
7975
+ */
7976
+ export declare interface MentionDisplayOptions {
7977
+ /**
7978
+ * Optional callback for customizing the mention renderer in a message thread.
7979
+ */
7980
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7981
+ }
7982
+
7983
+ /**
7984
+ * Options to lookup suggestions in the mention scenario.
7985
+ *
7986
+ * @beta
7987
+ */
7988
+ export declare interface MentionLookupOptions {
7989
+ /**
7990
+ * Optional string to set trigger keyword for mention a specific participant.
7991
+ *
7992
+ * @defaultValue `@`
7993
+ */
7994
+ trigger?: string;
7995
+ /**
7996
+ * Optional callback to fetch a list of mention suggestions base on the query.
7997
+ */
7998
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
7999
+ /**
8000
+ * Optional callback to render an item of the mention suggestions list.
8001
+ */
8002
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
8003
+ }
8004
+
8005
+ /**
8006
+ * Options to lookup suggestions and display mentions in the mention scenario.
8007
+ *
8008
+ * @beta
8009
+ */
8010
+ export declare type MentionOptions = {
8011
+ lookupOptions?: MentionLookupOptions;
8012
+ displayOptions?: MentionDisplayOptions;
8013
+ };
8014
+
8015
+ /**
8016
+ * Strings of {@link _MentionPopover} that can be overridden.
8017
+ *
8018
+ * @beta
8019
+ */
8020
+ export declare interface MentionPopoverStrings {
8021
+ /**
8022
+ * Header text for MentionPopover
8023
+ */
8024
+ mentionPopoverHeader: string;
8025
+ }
8026
+
6759
8027
  /**
6760
8028
  * Discriminated union of all messages.
6761
8029
  *
@@ -6763,7 +8031,7 @@ export declare interface MediaDiagnosticsState {
6763
8031
  *
6764
8032
  * @public
6765
8033
  */
6766
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
8034
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
6767
8035
 
6768
8036
  /**
6769
8037
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -6805,6 +8073,18 @@ export declare type MessageDeletedListener = MessageReceivedListener;
6805
8073
  */
6806
8074
  export declare type MessageEditedListener = MessageReceivedListener;
6807
8075
 
8076
+ /**
8077
+ * @beta
8078
+ * Message option that defines properties that can be set when
8079
+ * sending or updating a chat message.
8080
+ * @property metadata - Metadata that contains additional information about the message to be passed betrween 2 users.
8081
+ * @property attachments - Attachments that contains file attachments attached to the message.
8082
+ */
8083
+ export declare type MessageOptions = {
8084
+ metadata?: Record<string, string>;
8085
+ attachments?: AttachmentMetadata[];
8086
+ };
8087
+
6808
8088
  /**
6809
8089
  * Props to render a single message.
6810
8090
  *
@@ -6820,7 +8100,7 @@ export declare type MessageProps = {
6820
8100
  /**
6821
8101
  * Strings from parent MessageThread component
6822
8102
  */
6823
- strings: MessageThreadStrings;
8103
+ strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
6824
8104
  /**
6825
8105
  * Custom CSS styles for chat message container.
6826
8106
  */
@@ -6997,7 +8277,7 @@ export declare type MessageThreadProps = {
6997
8277
  /**
6998
8278
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
6999
8279
  */
7000
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
8280
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
7001
8281
  /**
7002
8282
  * number of participants in the thread
7003
8283
  */
@@ -7078,6 +8358,11 @@ export declare type MessageThreadProps = {
7078
8358
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
7079
8359
  */
7080
8360
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
8361
+ /**
8362
+ * Optional callback to render attachments in the message component.
8363
+ * @beta
8364
+ */
8365
+ onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
7081
8366
  /**
7082
8367
  * Optional callback to edit a message.
7083
8368
  *
@@ -7119,11 +8404,33 @@ export declare type MessageThreadProps = {
7119
8404
  * Optional strings to override in component
7120
8405
  */
7121
8406
  strings?: Partial<MessageThreadStrings>;
8407
+ /**
8408
+ * @beta
8409
+ * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
8410
+ * As this moment, the uploadOptions would be ignored and this option is intended for download only.
8411
+ */
8412
+ attachmentOptions?: AttachmentOptions;
8413
+ /**
8414
+ * Optional function to provide customized date format.
8415
+ * @beta
8416
+ */
8417
+ onDisplayDateTimeString?: (messageDate: Date) => string;
8418
+ /**
8419
+ * Optional props needed to lookup a mention query and display mentions
8420
+ * @beta
8421
+ */
8422
+ mentionOptions?: MentionOptions;
7122
8423
  /**
7123
8424
  * Optional callback called when an inline image is clicked.
7124
8425
  * @beta
7125
8426
  */
7126
8427
  inlineImageOptions?: InlineImageOptions;
8428
+ /**
8429
+ * enables rich text editor for the edit box
8430
+ *
8431
+ * @defaultValue `false`
8432
+ */
8433
+ richTextEditor?: boolean;
7127
8434
  };
7128
8435
 
7129
8436
  /**
@@ -7197,6 +8504,16 @@ export declare interface MessageThreadStrings {
7197
8504
  actionMenuMoreOptions?: string;
7198
8505
  /** Aria label to announce when a message is deleted */
7199
8506
  messageDeletedAnnouncementAriaLabel: string;
8507
+ /** String for download attachment button in attachment card */
8508
+ downloadAttachment: string;
8509
+ /** String for open attachment button in attachment card */
8510
+ openAttachment: string;
8511
+ /** String for policy violation message removal */
8512
+ blockedWarningText: string;
8513
+ /** String for policy violation message removal details link */
8514
+ blockedWarningLinkText: string;
8515
+ /** String for aria text in attachment card group*/
8516
+ attachmentCardGroupMessage: string;
7200
8517
  }
7201
8518
 
7202
8519
  /**
@@ -7224,6 +8541,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
7224
8541
  /** Styles for system message container. */
7225
8542
  systemMessageContainer?: ComponentSlotStyle;
7226
8543
  /** Styles for blocked message container. */
8544
+ blockedMessageContainer?: ComponentSlotStyle;
7227
8545
  /** Styles for message status indicator container. */
7228
8546
  messageStatusContainer?: (mine: boolean) => IStyle;
7229
8547
  }
@@ -7392,6 +8710,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
7392
8710
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
7393
8711
  }
7394
8712
 
8713
+ /**
8714
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8715
+ * by their browsers settings.
8716
+ *
8717
+ * @beta
8718
+ */
8719
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8720
+
8721
+ /**
8722
+ * @beta
8723
+ * Props for MicrophoneSitePermissions component.
8724
+ */
8725
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8726
+ /** Icon name for the microphone icon */
8727
+ microphoneIconName?: string;
8728
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
8729
+ strings?: MicrophoneSitePermissionsStrings;
8730
+ }
8731
+
8732
+ /**
8733
+ * @beta
8734
+ * Strings for MicrophoneSitePermissions component.
8735
+ */
8736
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8737
+
7395
8738
  /**
7396
8739
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
7397
8740
  *
@@ -7539,6 +8882,14 @@ export declare interface ParticipantItemProps {
7539
8882
  onClick?: (props?: ParticipantItemProps) => void;
7540
8883
  /** Optional value to determine if the tooltip should be shown for participants or not */
7541
8884
  showParticipantOverflowTooltip?: boolean;
8885
+ /**
8886
+ * Optional value to determine and display a participants connection status.
8887
+ * For example, `Connecting`, `Ringing` etc.
8888
+ * The actual text that is displayed is determined by the localized string
8889
+ * corresponding to the provided participant state.
8890
+ * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8891
+ */
8892
+ participantState?: ParticipantState;
7542
8893
  /**
7543
8894
  * Optional aria property that prefixes the ParticipantItems aria content
7544
8895
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -7564,6 +8915,10 @@ export declare interface ParticipantItemStrings {
7564
8915
  mutedIconLabel: string;
7565
8916
  /** placeholder text for participants who does not have a display name*/
7566
8917
  displayNamePlaceholder?: string;
8918
+ /** String shown when `participantState` is `Ringing` */
8919
+ participantStateRinging?: string;
8920
+ /** String shown when `participantState` is `Hold` */
8921
+ participantStateHold?: string;
7567
8922
  /** String for the attendee role */
7568
8923
  attendeeRole: string;
7569
8924
  }
@@ -7644,6 +8999,10 @@ export declare type ParticipantListProps = {
7644
8999
  styles?: ParticipantListStyles;
7645
9000
  /** Optional value to determine if the tooltip should be shown for participants or not */
7646
9001
  showParticipantOverflowTooltip?: boolean;
9002
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
9003
+ totalParticipantCount?: number;
9004
+ /** Strings for the participant list */
9005
+ strings?: ParticipantListStrings;
7647
9006
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
7648
9007
  participantAriaLabelledBy?: string;
7649
9008
  };
@@ -7656,8 +9015,21 @@ export declare type ParticipantListProps = {
7656
9015
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7657
9016
  participants: CallParticipantListParticipant[];
7658
9017
  myUserId: string;
9018
+ totalParticipantCount?: number;
7659
9019
  };
7660
9020
 
9021
+ /**
9022
+ * Strings for the {@link ParticipantList}.
9023
+ *
9024
+ * @beta
9025
+ */
9026
+ export declare interface ParticipantListStrings {
9027
+ /**
9028
+ * String for rendering the count of participants not contained in the displayed participant list
9029
+ */
9030
+ overflowParticipantCount?: string;
9031
+ }
9032
+
7661
9033
  /**
7662
9034
  * Styles for the {@link ParticipantList}.
7663
9035
  *
@@ -8132,6 +9504,15 @@ export declare interface RecordingCallFeature {
8132
9504
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
8133
9505
  */
8134
9506
  isRecordingActive: boolean;
9507
+ /**
9508
+ * Contains list of information of started recordings
9509
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
9510
+ */
9511
+ activeRecordings?: RecordingInfo[];
9512
+ /**
9513
+ * Contains list of information of stopped recordings
9514
+ */
9515
+ lastStoppedRecording?: RecordingInfo[];
8135
9516
  }
8136
9517
 
8137
9518
  /**
@@ -8171,105 +9552,250 @@ export declare interface RemoteParticipantState {
8171
9552
  /**
8172
9553
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
8173
9554
  */
8174
- isSpeaking: boolean;
9555
+ isSpeaking: boolean;
9556
+ /**
9557
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
9558
+ */
9559
+ role?: ParticipantRole;
9560
+ /**
9561
+ * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9562
+ */
9563
+ raisedHand?: RaisedHandState;
9564
+ /**
9565
+ * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
9566
+ *
9567
+ * @public
9568
+ */
9569
+ contentSharingStream?: HTMLElement;
9570
+ /**
9571
+ * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
9572
+ * UI helper props receivedOn which indicates the timestamp when the message was received.
9573
+ *
9574
+ * @public
9575
+ */
9576
+ reactionState?: ReactionState;
9577
+ /**
9578
+ * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9579
+ */
9580
+ spotlight?: SpotlightState;
9581
+ }
9582
+
9583
+ /**
9584
+ * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
9585
+ *
9586
+ * @public
9587
+ */
9588
+ export declare interface RemoteVideoStreamState {
9589
+ /**
9590
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
9591
+ */
9592
+ id: number;
9593
+ /**
9594
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
9595
+ */
9596
+ mediaStreamType: MediaStreamType;
9597
+ /**
9598
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
9599
+ */
9600
+ isAvailable: boolean;
9601
+ /**
9602
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
9603
+ * @public
9604
+ */
9605
+ isReceiving: boolean;
9606
+ /**
9607
+ * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
9608
+ * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
9609
+ */
9610
+ view?: VideoStreamRendererViewState;
9611
+ /**
9612
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
9613
+ */
9614
+ streamSize?: {
9615
+ width: number;
9616
+ height: number;
9617
+ };
9618
+ }
9619
+
9620
+ /**
9621
+ * Menu options for remote video tiles in {@link VideoGallery}.
9622
+ *
9623
+ * @public
9624
+ */
9625
+ export declare interface RemoteVideoTileMenuOptions {
9626
+ /**
9627
+ * If set to true, remote video tiles in the VideoGallery will not have menu options
9628
+ *
9629
+ * @defaultValue false
9630
+ */
9631
+ isHidden?: boolean;
9632
+ }
9633
+
9634
+ /**
9635
+ * Details required for download a resource to cache.
9636
+ *
9637
+ * @public
9638
+ */
9639
+ export declare type ResourceDetails = {
9640
+ threadId: string;
9641
+ messageId: string;
9642
+ resourceUrl: string;
9643
+ };
9644
+
9645
+ /**
9646
+ * Result of the Resource downloaded from stateful client
9647
+ * @public
9648
+ */
9649
+ export declare type ResourceFetchResult = {
9650
+ sourceUrl?: string;
9651
+ error?: Error;
9652
+ };
9653
+
9654
+ /**
9655
+ * A component to render SendBox with Rich Text Editor support.
9656
+ *
9657
+ * @beta
9658
+ */
9659
+ export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
9660
+
9661
+ /**
9662
+ * Props for {@link RichTextSendBox}.
9663
+ *
9664
+ * @beta
9665
+ */
9666
+ export declare interface RichTextSendBoxProps {
9667
+ /**
9668
+ * Optional boolean to disable text box
9669
+ * @defaultValue false
9670
+ */
9671
+ disabled?: boolean;
9672
+ /**
9673
+ * Optional strings to override in component
9674
+ */
9675
+ strings?: Partial<RichTextSendBoxStrings>;
9676
+ /**
9677
+ * Optional text for system message above the text box
9678
+ */
9679
+ systemMessage?: string;
9680
+ /**
9681
+ * Optional array of type {@link AttachmentMetadataInProgress}
9682
+ * to render attachments being uploaded in the SendBox.
9683
+ * @beta
9684
+ */
9685
+ attachments?: AttachmentMetadataInProgress[];
9686
+ /**
9687
+ * enumerable to determine if the input box has focus on render or not.
9688
+ * When undefined nothing has focus on render
9689
+ */
9690
+ autoFocus?: 'sendBoxTextField';
9691
+ /**
9692
+ * Optional callback to remove the attachment upload before sending by clicking on
9693
+ * cancel icon.
9694
+ * @beta
9695
+ */
9696
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
9697
+ /**
9698
+ * Callback function used when the send button is clicked.
9699
+ */
9700
+ onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
9701
+ /**
9702
+ * Optional callback called when user is typing
9703
+ */
9704
+ onTyping?: () => Promise<void>;
9705
+ }
9706
+
9707
+ /**
9708
+ * Strings of {@link RichTextSendBox} that can be overridden.
9709
+ *
9710
+ * @beta
9711
+ */
9712
+ export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
9713
+ }
9714
+
9715
+ /**
9716
+ * Strings of RichText that can be overridden.
9717
+ *
9718
+ * @beta
9719
+ */
9720
+ export declare interface RichTextStrings {
9721
+ /**
9722
+ * Tooltip text for the bold button.
9723
+ */
9724
+ richTextBoldTooltip: string;
9725
+ /**
9726
+ * Tooltip text for the italic button.
9727
+ */
9728
+ richTextItalicTooltip: string;
9729
+ /**
9730
+ * Tooltip text for the underline button.
9731
+ */
9732
+ richTextUnderlineTooltip: string;
9733
+ /**
9734
+ * Tooltip text for the bullet list button.
9735
+ */
9736
+ richTextBulletListTooltip: string;
9737
+ /**
9738
+ * Tooltip text for the number list button.
9739
+ */
9740
+ richTextNumberListTooltip: string;
9741
+ /**
9742
+ * Tooltip text for the increase indent button.
9743
+ */
9744
+ richTextIncreaseIndentTooltip: string;
9745
+ /**
9746
+ * Tooltip text for the decrease indent button.
9747
+ */
9748
+ richTextDecreaseIndentTooltip: string;
8175
9749
  /**
8176
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
9750
+ * Tooltip text insert table button.
8177
9751
  */
8178
- role?: ParticipantRole;
9752
+ richTextInsertTableTooltip: string;
8179
9753
  /**
8180
- * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9754
+ * Tooltip text for the rich text format button button.
8181
9755
  */
8182
- raisedHand?: RaisedHandState;
9756
+ richTextFormatButtonTooltip: string;
8183
9757
  /**
8184
- * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
8185
- *
8186
- * @public
9758
+ * Text for the insert menu item.
8187
9759
  */
8188
- contentSharingStream?: HTMLElement;
9760
+ richTextInsertRowOrColumnMenu: string;
8189
9761
  /**
8190
- * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
8191
- * UI helper props receivedOn which indicates the timestamp when the message was received.
8192
- *
8193
- * @public
9762
+ * Title for the insert table menu.
8194
9763
  */
8195
- reactionState?: ReactionState;
9764
+ richTextInsertTableMenuTitle: string;
8196
9765
  /**
8197
- * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9766
+ * Text for the insert menu item to insert row above the current selection.
8198
9767
  */
8199
- spotlight?: SpotlightState;
8200
- }
8201
-
8202
- /**
8203
- * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
8204
- *
8205
- * @public
8206
- */
8207
- export declare interface RemoteVideoStreamState {
9768
+ richTextInsertRowAboveMenu: string;
8208
9769
  /**
8209
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
9770
+ * Text for the insert menu item to insert row below the current selection.
8210
9771
  */
8211
- id: number;
9772
+ richTextInsertRowBelowMenu: string;
8212
9773
  /**
8213
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
9774
+ * Text for the insert menu item to insert column to the left from the current selection.
8214
9775
  */
8215
- mediaStreamType: MediaStreamType;
9776
+ richTextInsertColumnLeftMenu: string;
8216
9777
  /**
8217
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
9778
+ * Text for the insert menu item to insert column to the right from the current selection.
8218
9779
  */
8219
- isAvailable: boolean;
9780
+ richTextInsertColumnRightMenu: string;
8220
9781
  /**
8221
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8222
- * @public
9782
+ * Text for the delete row or column menu.
8223
9783
  */
8224
- isReceiving: boolean;
9784
+ richTextDeleteRowOrColumnMenu: string;
8225
9785
  /**
8226
- * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8227
- * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
9786
+ * Text for the delete column menu.
8228
9787
  */
8229
- view?: VideoStreamRendererViewState;
9788
+ richTextDeleteColumnMenu: string;
8230
9789
  /**
8231
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
9790
+ * Text for the delete row menu.
8232
9791
  */
8233
- streamSize?: {
8234
- width: number;
8235
- height: number;
8236
- };
8237
- }
8238
-
8239
- /**
8240
- * Menu options for remote video tiles in {@link VideoGallery}.
8241
- *
8242
- * @public
8243
- */
8244
- export declare interface RemoteVideoTileMenuOptions {
9792
+ richTextDeleteRowMenu: string;
8245
9793
  /**
8246
- * If set to true, remote video tiles in the VideoGallery will not have menu options
8247
- *
8248
- * @defaultValue false
9794
+ * Text for the delete table menu.
8249
9795
  */
8250
- isHidden?: boolean;
9796
+ richTextDeleteTableMenu: string;
8251
9797
  }
8252
9798
 
8253
- /**
8254
- * Details required for download a resource to cache.
8255
- *
8256
- * @public
8257
- */
8258
- export declare type ResourceDetails = {
8259
- threadId: string;
8260
- messageId: string;
8261
- resourceUrl: string;
8262
- };
8263
-
8264
- /**
8265
- * Result of the Resource downloaded from stateful client
8266
- * @public
8267
- */
8268
- export declare type ResourceFetchResult = {
8269
- sourceUrl?: string;
8270
- error?: Error;
8271
- };
8272
-
8273
9799
  /**
8274
9800
  * A button to start / stop screen sharing.
8275
9801
  *
@@ -8341,6 +9867,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
8341
9867
  */
8342
9868
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
8343
9869
 
9870
+ /**
9871
+ * @beta
9872
+ * Error to be displayed to the user in an error bar above sendbox.
9873
+ */
9874
+ export declare interface SendBoxErrorBarError {
9875
+ /** Error Message to be displayed */
9876
+ message: string;
9877
+ /**
9878
+ * Unix Timestamp. Preferred generation using `Date.now()`
9879
+ */
9880
+ timestamp: number;
9881
+ }
9882
+
8344
9883
  /**
8345
9884
  * Props for {@link SendBox}.
8346
9885
  *
@@ -8359,7 +9898,12 @@ export declare interface SendBoxProps {
8359
9898
  /**
8360
9899
  * Optional override behavior on send button click
8361
9900
  */
8362
- onSendMessage?: (content: string) => Promise<void>;
9901
+ onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
9902
+ /**
9903
+ * Optional props needed to lookup suggestions in the mention scenario.
9904
+ * @beta
9905
+ */
9906
+ mentionLookupOptions?: MentionLookupOptions;
8363
9907
  /**
8364
9908
  * Optional callback called when user is typing
8365
9909
  */
@@ -8396,6 +9940,25 @@ export declare interface SendBoxProps {
8396
9940
  * When undefined nothing has focus on render
8397
9941
  */
8398
9942
  autoFocus?: 'sendBoxTextField';
9943
+ /**
9944
+ * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
9945
+ * vertically to accommodate the uploaded attachments. Attachment uploads will
9946
+ * be rendered below the text area in sendBox.
9947
+ * @beta
9948
+ */
9949
+ onRenderAttachmentUploads?: () => JSX.Element;
9950
+ /**
9951
+ * Optional array of type {@link AttachmentMetadataInProgress}
9952
+ * to render attachments being uploaded in the SendBox.
9953
+ * @beta
9954
+ */
9955
+ attachments?: AttachmentMetadataInProgress[];
9956
+ /**
9957
+ * Optional callback to remove the attachment upload before sending by clicking on
9958
+ * cancel icon.
9959
+ * @beta
9960
+ */
9961
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
8399
9962
  }
8400
9963
 
8401
9964
  /**
@@ -8426,6 +9989,26 @@ export declare interface SendBoxStrings {
8426
9989
  * Aria label for send message button
8427
9990
  */
8428
9991
  sendButtonAriaLabel: string;
9992
+ /**
9993
+ * Error message indicating that all attachment uploads are not complete.
9994
+ */
9995
+ attachmentUploadsPendingError: string;
9996
+ /**
9997
+ * Aria label to notify user when focus is on cancel attachment upload button.
9998
+ */
9999
+ removeAttachment: string;
10000
+ /**
10001
+ * Aria label to notify user attachment uploading starts.
10002
+ */
10003
+ uploading: string;
10004
+ /**
10005
+ * Aria label to notify user attachment is uploaded.
10006
+ */
10007
+ uploadCompleted: string;
10008
+ /**
10009
+ * Aria label to notify user more attachment action menu.
10010
+ */
10011
+ attachmentMoreMenu: string;
8429
10012
  }
8430
10013
 
8431
10014
  /**
@@ -8446,6 +10029,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
8446
10029
  systemMessage?: IStyle;
8447
10030
  }
8448
10031
 
10032
+ /**
10033
+ * @beta
10034
+ * Strings for SitePermissions component
10035
+ */
10036
+ export declare type SitePermissionsStrings = {
10037
+ /**
10038
+ * Main text string.
10039
+ */
10040
+ primaryText?: string;
10041
+ /**
10042
+ * Subtext string.
10043
+ */
10044
+ secondaryText?: string;
10045
+ /**
10046
+ * More help link string.
10047
+ */
10048
+ linkText?: string;
10049
+ /**
10050
+ * Primary button text string.
10051
+ */
10052
+ primaryButtonText?: string;
10053
+ /**
10054
+ * Aria label describing the content of the container
10055
+ */
10056
+ ariaLabel?: string;
10057
+ };
10058
+
10059
+ /**
10060
+ * Fluent styles for {@link SitePermissionsContainer}.
10061
+ *
10062
+ * @beta
10063
+ */
10064
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
10065
+ /** Styles for the primary button. */
10066
+ primaryButton?: IButtonStyles;
10067
+ /** Styles for the help troubleshooting link text. */
10068
+ troubleshootingLink?: ILinkStyles;
10069
+ }
10070
+
8449
10071
  /**
8450
10072
  * @public
8451
10073
  * Type for representing a custom sound to use for a calling event
@@ -8626,7 +10248,7 @@ export declare interface SpotlightState {
8626
10248
  * Identifier types for initiating a call using the CallAdapter
8627
10249
  * @public
8628
10250
  */
8629
- export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
10251
+ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
8630
10252
 
8631
10253
  /**
8632
10254
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
@@ -8739,6 +10361,19 @@ export declare interface StatefulCallClient extends CallClient {
8739
10361
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
8740
10362
  */
8741
10363
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
10364
+ /** @conditional-compile-remove(one-to-n-calling) */
10365
+ /**
10366
+ * The CallAgent is used to handle calls.
10367
+ * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
10368
+ * - The CallClient can only have one active CallAgent instance at a time.
10369
+ * - You can create a new CallClient instance to create a new CallAgent.
10370
+ * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
10371
+ * createCallAgent() method again to create a new CallAgent.
10372
+ * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
10373
+ * @param options - The CallAgentOptions for additional options like display name.
10374
+ * @public
10375
+ */
10376
+ createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
8742
10377
  }
8743
10378
 
8744
10379
  /**
@@ -8751,7 +10386,16 @@ export declare type StatefulCallClientArgs = {
8751
10386
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
8752
10387
  * state. It is not used by StatefulCallClient.
8753
10388
  */
8754
- userId: CommunicationUserIdentifier;
10389
+ userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
10390
+ /**
10391
+ * A phone number in E.164 format that will be used to represent the callers identity. This number is required
10392
+ * to start a PSTN call.
10393
+ *
10394
+ * example: +11234567
10395
+ *
10396
+ * This is not a cached value from the headless calling client.
10397
+ */
10398
+ alternateCallerId?: string;
8755
10399
  };
8756
10400
 
8757
10401
  /**
@@ -8982,6 +10626,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
8982
10626
  */
8983
10627
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
8984
10628
 
10629
+ /**
10630
+ * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
10631
+ *
10632
+ * @beta
10633
+ */
10634
+ export declare interface TeamsCallAdapter extends CommonCallAdapter {
10635
+ /**
10636
+ * Join the call with microphone initially on/off.
10637
+ * @deprecated Use joinCall(options?:JoinCallOptions) instead.
10638
+ * @param microphoneOn - Whether microphone is initially enabled
10639
+ *
10640
+ * @beta
10641
+ */
10642
+ joinCall(microphoneOn?: boolean): TeamsCall | undefined;
10643
+ /**
10644
+ * Join the call with options bag to set microphone/camera initial state when joining call
10645
+ * true = turn on the device when joining call
10646
+ * false = turn off the device when joining call
10647
+ * 'keep'/undefined = retain devices' precall state
10648
+ *
10649
+ * @param options - param to set microphone/camera initially on/off.
10650
+ *
10651
+ * @public
10652
+ */
10653
+ joinCall(options?: JoinCallOptions): TeamsCall | undefined;
10654
+ /**
10655
+ * Start the call.
10656
+ *
10657
+ * @param participants - An array of participant ids to join
10658
+ *
10659
+ * @beta
10660
+ */
10661
+ startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
10662
+ /**
10663
+ * Start the call.
10664
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
10665
+ * @beta
10666
+ */
10667
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
10668
+ }
10669
+
10670
+ /**
10671
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
10672
+ *
10673
+ * @beta
10674
+ */
10675
+ export declare type TeamsCallAdapterArgs = {
10676
+ userId: MicrosoftTeamsUserIdentifier;
10677
+ credential: CommunicationTokenCredential;
10678
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
10679
+ /**
10680
+ * Optional parameters for the {@link TeamsCallAdapter} created
10681
+ */
10682
+ options?: TeamsAdapterOptions;
10683
+ };
10684
+
10685
+ /**
10686
+ * Object containing all the teams call handlers required for calling components.
10687
+ *
10688
+ * Calling related components from this package are able to pick out relevant handlers from this object.
10689
+ * See {@link useHandlers} and {@link usePropsFor}.
10690
+ *
10691
+ * @beta
10692
+ */
10693
+ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
10694
+ onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
10695
+ }
10696
+
8985
10697
  /**
8986
10698
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
8987
10699
  *
@@ -9182,11 +10894,115 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
9182
10894
  typingString?: IStyle;
9183
10895
  }
9184
10896
 
10897
+ /**
10898
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
10899
+ *
10900
+ * @beta
10901
+ */
10902
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
10903
+
10904
+ /**
10905
+ * props for {@link UnsupportedBrowser} UI
10906
+ *
10907
+ * @beta
10908
+ */
10909
+ export declare interface UnsupportedBrowserProps {
10910
+ /** Handler to perform an action when the help link is actioned */
10911
+ onTroubleshootingClick?: () => void;
10912
+ /** String overrides for the component */
10913
+ strings?: UnsupportedBrowserStrings;
10914
+ }
10915
+
10916
+ /**
10917
+ * Strings for UnsupportedBrowser component
10918
+ *
10919
+ * @beta
10920
+ */
10921
+ export declare interface UnsupportedBrowserStrings {
10922
+ /** String for the primary text */
10923
+ primaryText: string;
10924
+ /** String for the secondary text */
10925
+ secondaryText: string;
10926
+ /** String to display in the text for the help link */
10927
+ moreHelpLinkText: string;
10928
+ }
10929
+
10930
+ /**
10931
+ * UI to display to the user that the browser version they are using is out of date
10932
+ * and not supported by Azure Communications Calling service.
10933
+ *
10934
+ * @beta
10935
+ */
10936
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
10937
+
10938
+ /**
10939
+ * props for {@link UnsupportedBrowserVersion} UI
10940
+ *
10941
+ * @beta
10942
+ */
10943
+ export declare interface UnsupportedBrowserVersionProps {
10944
+ /** Handler to perform an action when the help link is actioned */
10945
+ onTroubleshootingClick?: () => void;
10946
+ /** String overrides for the component */
10947
+ strings?: UnsupportedBrowserVersionStrings;
10948
+ /** Handler to allow user to continue into the call */
10949
+ onContinueAnywayClick?: () => void;
10950
+ }
10951
+
10952
+ /**
10953
+ * Strings for UnsupportedBrowser component
10954
+ *
10955
+ * @beta
10956
+ */
10957
+ export declare interface UnsupportedBrowserVersionStrings {
10958
+ /** String for the primary text */
10959
+ primaryText: string;
10960
+ /** String for the secondary text */
10961
+ secondaryText: string;
10962
+ /** String to display in the text for the help link */
10963
+ moreHelpLinkText: string;
10964
+ /** String for continue without updating button */
10965
+ continueAnywayButtonText?: string;
10966
+ }
10967
+
10968
+ /**
10969
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
10970
+ *
10971
+ * @beta
10972
+ */
10973
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
10974
+
10975
+ /**
10976
+ * Props for {@link UnsupportedOperatingSystem} UI
10977
+ *
10978
+ * @beta
10979
+ */
10980
+ export declare interface UnsupportedOperatingSystemProps {
10981
+ /** Handler to perform a action when the help link is actioned */
10982
+ onTroubleshootingClick?: () => void;
10983
+ /** String overrides for the component */
10984
+ strings?: UnsupportedOperatingSystemStrings;
10985
+ }
10986
+
10987
+ /**
10988
+ * Strings for UnsupportedBrowser component
10989
+ *
10990
+ * @beta
10991
+ */
10992
+ export declare interface UnsupportedOperatingSystemStrings {
10993
+ /** String for the primary text */
10994
+ primaryText: string;
10995
+ /** String for the secondary text */
10996
+ secondaryText: string;
10997
+ /** String to display in the text for the help link */
10998
+ moreHelpLinkText: string;
10999
+ }
11000
+
9185
11001
  /**
9186
11002
  * @public
9187
11003
  * Callback function run when a message is updated.
9188
11004
  */
9189
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
11005
+ export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
9190
11006
 
9191
11007
  /**
9192
11008
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -9202,7 +11018,7 @@ export declare type UpdateMessageCallback = (messageId: string, content: string)
9202
11018
  *
9203
11019
  * @public
9204
11020
  */
9205
- export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: ((adapter: CallAdapter) => Promise<CallAdapter>) | undefined, beforeDispose?: ((adapter: CallAdapter) => Promise<void>) | undefined) => CallAdapter | undefined;
11021
+ export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: (adapter: CallAdapter) => Promise<CallAdapter>, beforeDispose?: (adapter: CallAdapter) => Promise<void>) => CallAdapter | undefined;
9206
11022
 
9207
11023
  /**
9208
11024
  * A custom React hook to simplify the creation of {@link CallWithChatAdapter}.
@@ -9218,7 +11034,7 @@ export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommu
9218
11034
  *
9219
11035
  * @public
9220
11036
  */
9221
- export declare const useAzureCommunicationCallWithChatAdapter: (args: Partial<AzureCommunicationCallWithChatAdapterArgs>, afterCreate?: ((adapter: CallWithChatAdapter) => Promise<CallWithChatAdapter>) | undefined, beforeDispose?: ((adapter: CallWithChatAdapter) => Promise<void>) | undefined) => CallWithChatAdapter | undefined;
11037
+ export declare const useAzureCommunicationCallWithChatAdapter: (args: Partial<AzureCommunicationCallWithChatAdapterArgs>, afterCreate?: (adapter: CallWithChatAdapter) => Promise<CallWithChatAdapter>, beforeDispose?: (adapter: CallWithChatAdapter) => Promise<void>) => CallWithChatAdapter | undefined;
9222
11038
 
9223
11039
  /**
9224
11040
  * A custom React hook to simplify the creation of {@link ChatAdapter}.
@@ -9234,7 +11050,7 @@ export declare const useAzureCommunicationCallWithChatAdapter: (args: Partial<Az
9234
11050
  *
9235
11051
  * @public
9236
11052
  */
9237
- export declare const useAzureCommunicationChatAdapter: (args: Partial<AzureCommunicationChatAdapterArgs>, afterCreate?: ((adapter: ChatAdapter) => Promise<ChatAdapter>) | undefined, beforeDispose?: ((adapter: ChatAdapter) => Promise<void>) | undefined) => ChatAdapter | undefined;
11053
+ export declare const useAzureCommunicationChatAdapter: (args: Partial<AzureCommunicationChatAdapterArgs>, afterCreate?: (adapter: ChatAdapter) => Promise<ChatAdapter>, beforeDispose?: (adapter: ChatAdapter) => Promise<void>) => ChatAdapter | undefined;
9238
11054
 
9239
11055
  /**
9240
11056
  * Hook to obtain {@link @azure/communication-calling#Call} from the provider.
@@ -9334,6 +11150,44 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
9334
11150
  */
9335
11151
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: ParamT extends Selector ? Parameters<ParamT>[1] : undefined, type?: 'calling' | 'chat') => ParamT extends Selector ? ReturnType<ParamT> : undefined;
9336
11152
 
11153
+ /**
11154
+ * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
11155
+ *
11156
+ * Useful when implementing a custom component that utilizes the providers
11157
+ * exported from this library.
11158
+ *
11159
+ * you must have previously used the CallProvider with a TeamsCall object to use this hook
11160
+ *
11161
+ * @beta
11162
+ */
11163
+ export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
11164
+
11165
+ /**
11166
+ * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
11167
+ *
11168
+ * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
11169
+ * creation of the adapter internally.
11170
+ *
11171
+ * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
11172
+ * as they are created. The adapter is only created when all arguments are defined.
11173
+ *
11174
+ * Note that you must memoize the arguments to avoid recreating adapter on each render.
11175
+ * See storybook for typical usage examples.
11176
+ *
11177
+ * @beta
11178
+ */
11179
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: (adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>, beforeDispose?: (adapter: TeamsCallAdapter) => Promise<void>) => TeamsCallAdapter | undefined;
11180
+
11181
+ /**
11182
+ * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
11183
+ *
11184
+ * Useful when implementing a custom component that utilizes the providers
11185
+ * exported from this library.
11186
+ *
11187
+ * @beta
11188
+ */
11189
+ export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
11190
+
9337
11191
  /**
9338
11192
  * React hook to access theme
9339
11193
  *
@@ -9473,7 +11327,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
9473
11327
  /**
9474
11328
  * @public
9475
11329
  */
9476
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
11330
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
9477
11331
 
9478
11332
  /**
9479
11333
  * The state of the local participant in the {@link VideoGallery}.
@@ -9653,6 +11507,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
9653
11507
  isSpeaking?: boolean;
9654
11508
  /** Video stream of shared screen */
9655
11509
  screenShareStream?: VideoGalleryStream;
11510
+ /**
11511
+ * @beta
11512
+ * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
11513
+ */
11514
+ state?: ParticipantState;
9656
11515
  /** Whether participant is raised a hand */
9657
11516
  raisedHand?: RaisedHand;
9658
11517
  /**
@@ -9921,6 +11780,12 @@ export declare interface VideoTileProps {
9921
11780
  isSpeaking?: boolean;
9922
11781
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
9923
11782
  raisedHand?: RaisedHand;
11783
+ /**
11784
+ * The call connection state of the participant.
11785
+ * For example, `Hold` means the participant is on hold.
11786
+ */
11787
+ participantState?: ParticipantState;
11788
+ strings?: VideoTileStrings;
9924
11789
  /**
9925
11790
  * Display custom menu items in the VideoTile's contextual menu.
9926
11791
  * Uses Fluent UI ContextualMenu.
@@ -9953,6 +11818,15 @@ export declare interface VideoTilesOptions {
9953
11818
  alwaysShowLabelBackground?: boolean;
9954
11819
  }
9955
11820
 
11821
+ /**
11822
+ * Strings of {@link VideoTile} that can be overridden.
11823
+ * @beta
11824
+ */
11825
+ export declare interface VideoTileStrings {
11826
+ participantStateRinging: string;
11827
+ participantStateHold: string;
11828
+ }
11829
+
9956
11830
  /**
9957
11831
  * Fluent styles for {@link VideoTile}.
9958
11832
  *