@azure/communication-react 1.15.0 → 1.16.0-alpha-202404170013

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 (1165) hide show
  1. package/dist/communication-react.d.ts +2037 -108
  2. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DZWR3o3q.js +129 -0
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DZWR3o3q.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/index-pky6z3v4.js +39712 -0
  5. package/dist/dist-cjs/communication-react/index-pky6z3v4.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index.js +160 -32181
  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.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/identifier.js +4 -1
  15. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  21. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  23. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  24. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -1
  25. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +14 -0
  26. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
  28. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +25 -7
  29. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +20 -5
  31. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +24 -55
  33. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  34. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +10 -1
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +75 -59
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +11 -1
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +15 -1
  42. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +45 -0
  44. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +87 -0
  45. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -0
  46. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  47. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +3 -1
  49. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +17 -0
  50. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  52. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +5 -0
  53. package/dist/dist-esm/calling-component-bindings/src/index.js +6 -0
  54. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +1 -0
  56. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +52 -13
  57. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +4 -3
  60. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
  62. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +14 -2
  64. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +20 -1
  65. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  67. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  68. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
  69. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +23 -7
  70. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  71. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +11 -9
  72. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  73. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -1
  74. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +35 -17
  75. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  76. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +54 -10
  77. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +6 -5
  79. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +15 -1
  81. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +2 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
  84. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +70 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +12 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +103 -31
  89. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
  91. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +123 -93
  93. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +4 -1
  97. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +33 -14
  98. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  100. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +30 -1
  101. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +78 -0
  102. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +5 -0
  104. package/dist/dist-esm/calling-stateful-client/src/Converter.js +32 -16
  105. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +51 -57
  107. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
  109. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
  112. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +17 -0
  114. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +36 -0
  115. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +1 -0
  116. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
  119. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  120. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  122. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +1 -0
  125. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +11 -0
  126. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  127. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  128. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  129. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +25 -1
  130. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +69 -40
  131. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +32 -24
  133. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  134. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
  135. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  136. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +19 -0
  137. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +91 -0
  138. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -0
  139. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +23 -0
  140. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +48 -0
  141. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -0
  142. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  143. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  144. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +8 -0
  145. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  146. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  147. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  148. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
  149. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  150. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +3 -0
  151. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  152. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  153. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  154. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  155. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  156. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
  158. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  159. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +5 -1
  160. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +19 -15
  161. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  162. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  163. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
  164. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +5 -0
  165. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  166. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  167. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  168. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +118 -12
  169. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  170. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  171. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  172. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  173. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  174. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
  175. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  176. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
  177. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  178. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  179. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
  180. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  181. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  182. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  183. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -22
  184. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  185. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  186. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +8 -11
  187. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  188. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  189. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +4 -16
  190. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  191. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
  192. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  193. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
  194. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  195. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +7 -1
  196. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  197. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  198. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  199. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  200. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  201. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  202. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  203. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
  204. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  205. package/dist/dist-esm/communication-react/src/index.d.ts +26 -0
  206. package/dist/dist-esm/communication-react/src/index.js +16 -0
  207. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  208. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
  210. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  213. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
  214. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  215. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  216. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  218. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/AttachmentCard.js +7 -7
  221. package/dist/dist-esm/react-components/src/components/AttachmentCard.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js +1 -1
  223. package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.d.ts +1 -1
  225. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js +22 -17
  226. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js +24 -21
  228. package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
  230. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  232. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
  234. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +36 -19
  236. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +2 -5
  238. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +37 -22
  240. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +12 -1
  242. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +30 -24
  243. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +16 -0
  245. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +90 -27
  246. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +9 -5
  248. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  250. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  251. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  252. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +17 -1
  253. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +39 -9
  254. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +2 -1
  256. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +54 -11
  257. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +6 -1
  259. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +45 -26
  260. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +18 -2
  262. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +27 -2
  263. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +19 -0
  265. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +114 -0
  266. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -0
  267. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +27 -1
  268. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +21 -5
  269. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  270. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +17 -1
  271. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +45 -12
  272. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +76 -15
  274. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  276. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  278. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  280. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  284. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  285. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  286. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  287. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
  289. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  291. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  292. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  293. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  294. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  295. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  296. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
  297. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  299. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  300. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  301. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  302. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
  303. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  304. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  305. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +12 -48
  307. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +45 -51
  309. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  311. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  313. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  314. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +11 -9
  315. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
  317. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  319. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +11 -5
  321. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/EndCallButton.d.ts +9 -0
  324. package/dist/dist-esm/react-components/src/components/EndCallButton.js +53 -9
  325. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  327. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/ErrorBoundary.d.ts +20 -0
  329. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +29 -0
  330. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -0
  331. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  332. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  334. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
  336. package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
  337. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
  338. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  339. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +13 -14
  341. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +3 -10
  343. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
  345. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +23 -7
  346. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  348. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  349. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +47 -23
  350. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +4 -12
  352. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  354. package/dist/dist-esm/react-components/src/components/MentionPopover.js +126 -0
  355. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  356. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
  357. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +20 -33
  360. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +46 -2
  362. package/dist/dist-esm/react-components/src/components/MessageThread.js +106 -45
  363. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
  365. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
  367. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +15 -0
  369. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -19
  370. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  372. package/dist/dist-esm/react-components/src/components/ParticipantList.js +64 -32
  373. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  375. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  377. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  379. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  381. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/ReactionButton.js +26 -25
  383. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +41 -13
  385. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  387. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  389. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.d.ts +7 -0
  391. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js +86 -0
  392. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js.map +1 -0
  393. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.d.ts +7 -0
  394. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js +55 -0
  395. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js.map +1 -0
  396. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.d.ts +16 -0
  397. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js +62 -0
  398. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js.map +1 -0
  399. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.d.ts +8 -0
  400. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js +66 -0
  401. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js.map +1 -0
  402. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.d.ts +9 -0
  403. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js +48 -0
  404. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js.map +1 -0
  405. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +16 -0
  406. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +36 -0
  407. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -0
  408. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +57 -0
  409. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +130 -0
  410. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -0
  411. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +34 -0
  412. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +78 -0
  413. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -0
  414. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +138 -0
  415. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +208 -0
  416. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -0
  417. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +16 -0
  418. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +68 -0
  419. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +1 -0
  420. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  421. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +46 -0
  423. package/dist/dist-esm/react-components/src/components/SendBox.js +83 -12
  424. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +34 -0
  426. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +42 -0
  427. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -0
  428. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +14 -0
  429. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +20 -0
  430. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -0
  431. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  432. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  434. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +10 -3
  436. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  437. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  439. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
  440. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  442. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  443. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +24 -0
  445. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +595 -0
  446. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  447. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  448. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
  449. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  450. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  451. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  453. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  454. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  455. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  456. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  457. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  459. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  460. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  461. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +13 -31
  463. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  464. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  465. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  466. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
  467. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  468. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +6 -12
  469. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
  471. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  472. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +28 -12
  473. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
  475. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +52 -20
  477. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  478. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  479. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  481. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +112 -0
  482. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  483. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  484. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  485. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  486. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -4
  487. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  488. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +20 -15
  489. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  490. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +29 -24
  491. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  492. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +13 -9
  493. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  494. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
  495. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  496. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +45 -14
  497. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  498. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  499. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  500. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +9 -34
  501. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  502. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  503. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  504. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  506. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  507. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  508. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  509. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  510. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  511. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  512. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  513. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  514. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +11 -6
  515. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  516. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +35 -45
  517. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  519. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +5 -5
  521. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +58 -47
  522. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -1
  524. package/dist/dist-esm/react-components/src/components/VideoGallery.js +155 -51
  525. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  526. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
  527. package/dist/dist-esm/react-components/src/components/VideoTile.js +43 -62
  528. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  530. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/components/index.d.ts +19 -0
  532. package/dist/dist-esm/react-components/src/components/index.js +15 -0
  533. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  536. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  537. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  538. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  540. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +2 -6
  541. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  542. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  544. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  545. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  547. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  548. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +2 -5
  549. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  550. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +2 -5
  552. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  553. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  554. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +69 -0
  555. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  556. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  557. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
  558. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +4 -10
  559. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  560. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -2
  561. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  563. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +14 -8
  565. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  566. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +82 -0
  567. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +286 -0
  568. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -0
  569. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +21 -0
  570. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +34 -0
  571. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +1 -0
  572. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +1 -0
  573. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +5 -12
  574. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  575. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  576. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
  577. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  578. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +5 -0
  579. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +32 -0
  580. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +1 -0
  581. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -6
  582. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  583. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  584. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -2
  585. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  586. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  587. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  588. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
  589. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  590. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -2
  591. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  592. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +5 -19
  593. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  594. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +2 -1
  595. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  596. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  597. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +8 -1
  598. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +20 -3
  599. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  600. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +11 -3
  601. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +56 -4
  602. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  603. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  604. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  605. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.d.ts +15 -0
  606. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js +39 -0
  607. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map +1 -0
  608. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +22 -0
  609. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +29 -0
  610. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +1 -0
  611. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +9 -0
  612. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +17 -0
  613. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  614. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  615. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  616. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  617. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  618. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  619. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
  620. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  621. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  622. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  623. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  624. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  625. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  626. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  627. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  628. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  629. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  630. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +1 -3
  631. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  632. package/dist/dist-esm/react-components/src/components/utils.js +13 -10
  633. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  634. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  635. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  636. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  637. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  638. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  639. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  640. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  641. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  642. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  643. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +60 -0
  644. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  645. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  646. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +1 -3
  647. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  648. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +1 -3
  649. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  650. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +1 -3
  651. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  652. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +1 -3
  653. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  654. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +1 -3
  655. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  656. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +1 -3
  657. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  658. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +1 -3
  659. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  660. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +1 -3
  661. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  662. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  663. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  664. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +1 -3
  665. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  666. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +1 -3
  667. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  668. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +1 -3
  669. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  670. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +1 -3
  671. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  672. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +1 -3
  673. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  674. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +1 -3
  675. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  676. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +1 -3
  677. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  678. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +1 -3
  679. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  680. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +1 -3
  681. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  682. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +1 -3
  683. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  684. package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
  685. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  686. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +1 -3
  687. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  688. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +1 -3
  689. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  690. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  691. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  692. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  693. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  694. package/dist/dist-esm/react-components/src/theming/generateTheme.js +15 -1
  695. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  696. package/dist/dist-esm/react-components/src/theming/icons.d.ts +29 -0
  697. package/dist/dist-esm/react-components/src/theming/icons.js +141 -14
  698. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  699. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  700. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  701. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  702. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  703. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  704. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  705. package/dist/dist-esm/react-components/src/theming/themes.d.ts +6 -0
  706. package/dist/dist-esm/react-components/src/theming/themes.js +10 -0
  707. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  708. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  709. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  710. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  711. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  712. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  713. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +27 -1
  714. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  715. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  716. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  717. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  718. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
  719. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  720. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  721. package/dist/dist-esm/react-components/src/types/ReactionTypes.d.ts +0 -4
  722. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  723. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  724. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  725. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  726. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
  727. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
  728. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  729. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +72 -0
  732. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +57 -33
  733. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +136 -0
  735. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +79 -6
  737. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +328 -66
  738. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  739. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +95 -2
  740. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +7 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  742. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +8 -3
  744. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  745. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
  747. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  748. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  749. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -1
  750. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +8 -2
  751. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +5 -0
  753. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +2 -0
  754. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +90 -34
  756. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
  758. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +66 -52
  759. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  760. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
  761. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
  762. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  763. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
  764. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  765. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  766. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  767. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  768. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
  769. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  770. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  771. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  772. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  774. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  775. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
  776. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +33 -22
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +61 -25
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +26 -30
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +78 -47
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +10 -32
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +59 -39
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  803. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  804. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +3 -5
  805. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  808. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +10 -7
  809. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  810. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +1 -0
  811. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +75 -3
  812. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +3 -1
  814. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  815. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  816. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  817. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
  818. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
  819. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
  820. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  821. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
  823. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
  824. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +12 -8
  827. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +1 -1
  829. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +53 -18
  830. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  831. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  832. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  834. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -0
  835. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
  836. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +18 -11
  838. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +7 -0
  840. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +119 -14
  841. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  842. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +5 -13
  843. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
  845. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
  846. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
  847. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +15 -7
  848. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  850. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  851. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
  852. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  853. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.d.ts +1 -1
  854. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +4 -3
  855. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  856. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +18 -32
  857. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  858. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  859. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  860. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  861. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  862. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  863. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  865. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +8 -0
  867. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +11 -1
  868. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  872. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  873. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  874. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
  876. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  879. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  882. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +3 -1
  886. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
  888. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +10 -4
  889. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  890. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  891. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  893. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
  894. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +15 -2
  895. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  897. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  898. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  899. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  900. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  901. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  902. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  903. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  904. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  905. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  906. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  908. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  909. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +2 -2
  911. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  912. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  913. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  914. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +41 -29
  915. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  916. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  917. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  918. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  919. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
  923. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
  924. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +2 -9
  925. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  926. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  927. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -4
  928. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  929. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  930. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  931. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -2
  932. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  933. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +6 -24
  934. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  935. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  936. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  937. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  939. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -13
  940. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  941. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +11 -10
  942. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  943. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  944. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  945. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +14 -2
  946. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +136 -22
  947. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  949. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +15 -5
  950. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  951. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
  952. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  953. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  954. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +61 -1
  955. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +93 -23
  956. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  957. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  958. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  960. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  961. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -9
  962. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  963. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  964. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
  966. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +43 -6
  968. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +200 -34
  969. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  970. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +50 -1
  971. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  972. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +9 -1
  973. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +32 -0
  974. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +8 -0
  976. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +31 -1
  977. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  978. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  979. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  980. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  982. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  983. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  984. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +24 -0
  985. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +12 -1
  986. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  987. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  988. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +15 -0
  989. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +21 -0
  990. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +1 -0
  991. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +20 -0
  992. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +10 -2
  993. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  994. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  995. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +79 -36
  997. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  998. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  999. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  1000. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  1001. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
  1002. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  1003. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.d.ts +28 -0
  1004. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js +176 -1
  1005. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js.map +1 -1
  1006. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +13 -1
  1007. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +94 -31
  1008. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  1009. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +13 -2
  1010. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  1011. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +2 -0
  1012. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  1013. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
  1014. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +18 -6
  1015. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
  1016. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +1 -0
  1017. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  1018. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +1 -3
  1019. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  1020. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +14 -3
  1021. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  1022. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  1023. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
  1024. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
  1025. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
  1026. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +3 -0
  1027. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  1028. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.d.ts +29 -0
  1029. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js +12 -0
  1030. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js.map +1 -0
  1031. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +12 -0
  1032. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
  1033. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
  1034. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
  1035. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  1036. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
  1037. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -10
  1038. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  1039. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +22 -0
  1040. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +105 -0
  1041. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
  1042. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
  1043. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
  1044. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
  1045. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
  1046. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
  1047. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  1048. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  1049. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  1050. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
  1051. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
  1052. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
  1053. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
  1054. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
  1055. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
  1056. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -1
  1057. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +6 -8
  1058. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  1059. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
  1060. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  1061. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  1062. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  1063. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  1064. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  1065. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -1
  1066. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +79 -39
  1067. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  1068. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +39 -37
  1069. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  1070. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +125 -59
  1071. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  1072. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
  1073. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  1074. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  1075. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  1076. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  1077. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +5 -7
  1078. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  1079. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -1
  1080. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +103 -111
  1081. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  1082. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  1083. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +2 -1
  1084. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  1085. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +5 -7
  1086. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  1087. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  1088. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
  1089. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  1090. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  1091. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  1092. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +18 -11
  1093. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  1094. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  1095. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  1096. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +15 -15
  1097. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  1098. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +34 -8
  1099. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  1100. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
  1101. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  1102. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js +2 -1
  1103. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
  1104. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +19 -34
  1105. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  1106. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +4 -3
  1107. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  1108. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +11 -8
  1109. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  1110. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +3 -2
  1111. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
  1112. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -12
  1113. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  1114. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  1115. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  1116. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +40 -1
  1117. package/dist/dist-esm/react-composites/src/composites/common/icons.js +15 -3
  1118. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  1119. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  1120. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  1121. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  1122. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  1123. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
  1124. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  1125. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +11 -44
  1126. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  1127. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  1128. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  1129. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  1130. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  1131. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +15 -13
  1132. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  1133. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +27 -5
  1134. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  1135. package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
  1136. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  1137. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  1138. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  1139. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  1140. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  1141. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  1142. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  1143. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  1144. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  1145. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  1146. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  1147. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  1148. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  1149. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  1150. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  1151. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  1152. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  1153. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  1154. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  1155. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  1156. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  1157. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  1158. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  1159. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  1160. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
  1161. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  1162. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  1163. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  1164. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  1165. package/package.json +3 -3
@@ -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,10 @@ 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';
107
+ import { TeamsCallInfo } from '@azure/communication-calling';
108
+ import { TeamsMeetingIdLocator } from '@azure/communication-calling';
94
109
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
95
110
  import { Theme } from '@fluentui/react';
96
111
  import { TransferEventArgs } from '@azure/communication-calling';
@@ -202,6 +217,168 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
202
217
  */
203
218
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
204
219
 
220
+ /**
221
+ * @beta
222
+ *
223
+ * Attachment download options defines the list of actions that can be performed on an attachment.
224
+ */
225
+ export declare interface AttachmentDownloadOptions {
226
+ actionsForAttachment: (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
227
+ }
228
+
229
+ /**
230
+ * @beta
231
+ *
232
+ * Attachment menu action defines buttons that can be shown on the attachment card.
233
+ * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
234
+ */
235
+ export declare interface AttachmentMenuAction {
236
+ name: string;
237
+ icon: JSX.Element;
238
+ onClick: (attachment: AttachmentMetadata) => Promise<void>;
239
+ }
240
+
241
+ /**
242
+ * Metadata containing basic information about the uploaded attachment.
243
+ *
244
+ * @beta
245
+ */
246
+ export declare interface AttachmentMetadata {
247
+ /**
248
+ * Extension hint, useful for rendering a specific icon.
249
+ * An unknown or empty extension will be rendered as a generic icon.
250
+ * Example: `pdf`
251
+ */
252
+ extension?: string;
253
+ /**
254
+ * Unique ID of the attachment.
255
+ */
256
+ id: string;
257
+ /**
258
+ * Attachment name to be displayed.
259
+ */
260
+ name: string;
261
+ /**
262
+ * Download URL for the attachment.
263
+ */
264
+ url?: string;
265
+ /**
266
+ * A number between 0 and 1 indicating the progress of the upload.
267
+ */
268
+ progress?: number;
269
+ /**
270
+ * A object contains status message would be shown to the user.
271
+ */
272
+ uploadError?: AttachmentUploadStatus;
273
+ }
274
+
275
+ /**
276
+ * @beta
277
+ *
278
+ * Attachment Options that defines behaviour for uploading and downloading attachments.
279
+ */
280
+ export declare interface AttachmentOptions {
281
+ uploadOptions?: AttachmentUploadOptions;
282
+ downloadOptions?: AttachmentDownloadOptions;
283
+ }
284
+
285
+ /**
286
+ * @beta
287
+ */
288
+ export declare interface AttachmentUploadAdapter {
289
+ registerActiveUploads: (files: File[]) => AttachmentUploadManager[];
290
+ registerCompletedUploads: (metadata: AttachmentMetadata[]) => AttachmentUploadManager[];
291
+ clearUploads: () => void;
292
+ cancelUpload: (id: string) => void;
293
+ updateUploadProgress: (id: string, progress: number) => void;
294
+ updateUploadStatusMessage: (id: string, errorMessage: string) => void;
295
+ updateUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
296
+ }
297
+
298
+ /**
299
+ * @beta
300
+ * A callback function for handling attachment uploads.
301
+ *
302
+ * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
303
+ */
304
+ export declare type AttachmentUploadHandler = (attachmentUploads: AttachmentUploadManager[]) => void;
305
+
306
+ /**
307
+ * A wrapper object for a attachment that is being uploaded.
308
+ * Allows managing attachment uploads by providing common functions for updating the
309
+ * upload progress, canceling an upload, completing an upload etc.
310
+ * @beta
311
+ */
312
+ export declare interface AttachmentUploadManager {
313
+ /**
314
+ * Unique identifier for the attachment upload.
315
+ */
316
+ id: string;
317
+ /**
318
+ * HTML {@link File} object for the uploaded attachment.
319
+ */
320
+ file?: File;
321
+ /**
322
+ * Update the progress of the upload changed.
323
+ * A upload is considered complete when the progress reaches 1.
324
+ * @param value - number between 0 and 1
325
+ */
326
+ notifyProgressChanged: (value: number) => void;
327
+ /**
328
+ * Mark the upload as complete.
329
+ * Requires the `metadata` param containing uploaded attachment information.
330
+ * @param metadata - {@link AttachmentMetadata}
331
+ */
332
+ notifyCompleted: (metadata: AttachmentMetadata) => void;
333
+ /**
334
+ * Mark the upload as failed.
335
+ * @param message - An error message that can be displayed to the user.
336
+ */
337
+ notifyFailed: (message: string) => void;
338
+ }
339
+
340
+ /**
341
+ * @beta
342
+ */
343
+ export declare interface AttachmentUploadOptions {
344
+ /**
345
+ * A list of strings containing the comma separated list of supported media (aka. mime) types.
346
+ * i.e. ['image/*', 'video/*', 'audio/*']
347
+ * Default value is `['*']`, meaning all media types are supported.
348
+ * Similar to the `accept` attribute of the `<input type="attachment" />` element.
349
+ * @beta
350
+ */
351
+ supportedMediaTypes?: string[];
352
+ /**
353
+ * Disable multiple attachments to be selected if set to `true`.
354
+ * Default value is `false`, meaning multiple attachments can be selected.
355
+ * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
356
+ * @beta
357
+ */
358
+ disableMultipleUploads?: boolean;
359
+ /**
360
+ * A function of type {@link AttachmentUploadHandler} for handling attachment uploads.
361
+ * @beta
362
+ */
363
+ handler: AttachmentUploadHandler;
364
+ }
365
+
366
+ /**
367
+ * @beta
368
+ * A attachment upload status object that contains message to be shown to
369
+ * the user and a timestamp.
370
+ */
371
+ export declare interface AttachmentUploadStatus {
372
+ message: string;
373
+ timestamp: number;
374
+ }
375
+
376
+ /**
377
+ * A record containing {@link AttachmentMetadata} mapped to unique ids.
378
+ * @beta
379
+ */
380
+ export declare type AttachmentUploadsUiState = Record<string, AttachmentMetadata>;
381
+
205
382
  /**
206
383
  * Custom data attributes for displaying avatar for a user.
207
384
  *
@@ -231,6 +408,11 @@ export declare type AvatarPersonaData = {
231
408
  * @defaultvalue `white`
232
409
  */
233
410
  initialsTextColor?: string;
411
+ /**
412
+ * If true, show the special coin for unknown persona.
413
+ * It has '?' in place of initials, with static font and background colors
414
+ */
415
+ showUnknownPersonaCoin?: boolean;
234
416
  };
235
417
 
236
418
  /**
@@ -252,6 +434,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
252
434
  displayName: string;
253
435
  credential: CommunicationTokenCredential;
254
436
  locator: CallAdapterLocator;
437
+ /**
438
+ * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
439
+ * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
440
+ */
441
+ alternateCallerId?: string;
255
442
  /**
256
443
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
257
444
  */
@@ -275,7 +462,8 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
275
462
  userId: CommunicationUserIdentifier;
276
463
  displayName: string;
277
464
  credential: CommunicationTokenCredential;
278
- locator: CallAndChatLocator | TeamsMeetingLinkLocator;
465
+ locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
466
+ alternateCallerId?: string;
279
467
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
280
468
  };
281
469
 
@@ -320,6 +508,11 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
320
508
  displayName: string;
321
509
  credential: CommunicationTokenCredential;
322
510
  targetCallees: StartCallIdentifier[];
511
+ /**
512
+ * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
513
+ * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
514
+ */
515
+ alternateCallerId?: string;
323
516
  /**
324
517
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
325
518
  */
@@ -381,6 +574,156 @@ export declare interface BaseCustomStyles {
381
574
  root?: IStyle;
382
575
  }
383
576
 
577
+ /**
578
+ * Content blocked message type.
579
+ *
580
+ * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
581
+ *
582
+ * @beta
583
+ */
584
+ export declare interface BlockedMessage extends MessageCommon {
585
+ messageType: 'blocked';
586
+ warningText?: string;
587
+ linkText?: string;
588
+ link?: string;
589
+ deletedOn?: Date;
590
+ senderId?: string;
591
+ senderDisplayName?: string;
592
+ status?: MessageStatus;
593
+ attached?: MessageAttachedStatus;
594
+ mine?: boolean;
595
+ }
596
+
597
+ /**
598
+ * @beta
599
+ * Props for BrowserPermissionDeniedIOS component.
600
+ */
601
+ export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
602
+ /**
603
+ * Localization strings for BrowserPermissionDeniedIOS component.
604
+ */
605
+ strings?: BrowserPermissionDeniedIOSStrings;
606
+ /**
607
+ * Link to image source.
608
+ *
609
+ * Image is inserted into the top of the component.
610
+ */
611
+ imageSource?: string;
612
+ }
613
+
614
+ /**
615
+ * @beta
616
+ * Strings for BrowserPermissionDeniedIOS component
617
+ */
618
+ export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
619
+ /**
620
+ * Image alt text
621
+ */
622
+ imageAltText: string;
623
+ /**
624
+ * Main text string.
625
+ */
626
+ primaryText: string;
627
+ /**
628
+ * Subtext string.
629
+ */
630
+ secondaryText: string;
631
+ /**
632
+ * Step 1 string
633
+ */
634
+ step1Text: string;
635
+ /**
636
+ * Step 1 digit string
637
+ */
638
+ step1DigitText: string;
639
+ /**
640
+ * Step 2 string
641
+ */
642
+ step2Text: string;
643
+ /**
644
+ * Step 2 digit string
645
+ */
646
+ step2DigitText: string;
647
+ /**
648
+ * Step 3 string
649
+ */
650
+ step3Text: string;
651
+ /**
652
+ * Step 3 digit string
653
+ */
654
+ step3DigitText: string;
655
+ /**
656
+ * Step 4 string
657
+ */
658
+ step4Text: string;
659
+ /**
660
+ * Step 4 digit string
661
+ */
662
+ step4DigitText: string;
663
+ }
664
+
665
+ /**
666
+ * @beta
667
+ * Props for BrowserPermissionDenied component.
668
+ */
669
+ export declare interface BrowserPermissionDeniedProps {
670
+ /**
671
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
672
+ */
673
+ onTroubleshootingClick?: () => void;
674
+ /**
675
+ * Action to be taken by the try again primary button.
676
+ */
677
+ onTryAgainClick?: () => void;
678
+ /**
679
+ * Localization strings for BrowserPermissionDenied component.
680
+ */
681
+ strings?: BrowserPermissionDeniedStrings;
682
+ /**
683
+ * Allows users to pass in an object contains custom CSS styles.
684
+ * @Example
685
+ * ```
686
+ * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
687
+ * ```
688
+ */
689
+ styles?: BrowserPermissionDeniedStyles;
690
+ }
691
+
692
+ /**
693
+ * @beta
694
+ * Strings for BrowserPermissionDenied component
695
+ */
696
+ export declare interface BrowserPermissionDeniedStrings {
697
+ /**
698
+ * Main button text string.
699
+ */
700
+ primaryButtonText: string;
701
+ /**
702
+ * Main text string.
703
+ */
704
+ primaryText: string;
705
+ /**
706
+ * Subtext string.
707
+ */
708
+ secondaryText: string;
709
+ /**
710
+ * More help link string.
711
+ */
712
+ linkText: string;
713
+ }
714
+
715
+ /**
716
+ * Fluent styles for {@link BrowserPermissionDenied}.
717
+ *
718
+ * @beta
719
+ */
720
+ export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
721
+ /** Styles for the primary button. */
722
+ primaryButton?: IButtonStyles;
723
+ /** Styles for the help troubleshooting link text. */
724
+ troubleshootingLink?: ILinkStyles;
725
+ }
726
+
384
727
  /**
385
728
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
386
729
  *
@@ -464,6 +807,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
464
807
  * @public
465
808
  */
466
809
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
810
+ /**
811
+ * Start the call.
812
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
813
+ * @public
814
+ */
815
+ startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
467
816
  }
468
817
 
469
818
  /**
@@ -546,6 +895,12 @@ export declare interface CallAdapterCallOperations {
546
895
  * @public
547
896
  */
548
897
  removeParticipant(userId: string): Promise<void>;
898
+ /**
899
+ * Remove a participant from the call.
900
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
901
+ * @beta
902
+ */
903
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
549
904
  /**
550
905
  * Create the html view for a stream.
551
906
  *
@@ -597,12 +952,35 @@ export declare interface CallAdapterCallOperations {
597
952
  * @public
598
953
  */
599
954
  disposeLocalVideoStreamView(): Promise<void>;
955
+ /**
956
+ * Holds the call.
957
+ *
958
+ * @beta
959
+ */
960
+ holdCall(): Promise<void>;
961
+ /**
962
+ * Resumes the call from a `LocalHold` state.
963
+ *
964
+ * @beta
965
+ */
966
+ resumeCall(): Promise<void>;
967
+ /**
968
+ * Add a participant to the call.
969
+ *
970
+ * @beta
971
+ */
972
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
973
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
600
974
  /**
601
975
  * send dtmf tone to another participant in a 1:1 PSTN call
602
976
  *
603
977
  * @public
604
978
  */
605
979
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
980
+ /**
981
+ * Continues into a call when the browser version is not supported.
982
+ */
983
+ allowUnsupportedBrowserVersion(): void;
606
984
  /**
607
985
  * Function to Start captions
608
986
  * @param options - options for start captions
@@ -695,6 +1073,14 @@ export declare type CallAdapterClientState = {
695
1073
  * Latest error encountered for each operation performed via the adapter.
696
1074
  */
697
1075
  latestErrors: AdapterErrors;
1076
+ /**
1077
+ * Azure communications Phone number to make PSTN calls with.
1078
+ */
1079
+ alternateCallerId?: string;
1080
+ /**
1081
+ * Environment information about system the adapter is made on
1082
+ */
1083
+ environmentInfo?: EnvironmentInfo;
698
1084
  /**
699
1085
  * State to track whether the local participant's camera is on. To be used when creating a custom
700
1086
  * control bar with the CallComposite.
@@ -716,6 +1102,10 @@ export declare type CallAdapterClientState = {
716
1102
  * Call from transfer request accepted by local user
717
1103
  */
718
1104
  acceptedTransferCallState?: CallState;
1105
+ /**
1106
+ * Hide attendee names in teams meeting
1107
+ */
1108
+ hideAttendeeNames?: boolean;
719
1109
  /**
720
1110
  * State to track the sounds to be used in the call.
721
1111
  */
@@ -809,7 +1199,7 @@ export declare interface CallAdapterDeviceManagement {
809
1199
  *
810
1200
  * @public
811
1201
  */
812
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator;
1202
+ 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;
813
1203
 
814
1204
  /**
815
1205
  * {@link CommonCallAdapter} state.
@@ -1008,6 +1398,7 @@ export declare interface CallAdapterSubscribers {
1008
1398
  export declare type CallAdapterUiState = {
1009
1399
  isLocalPreviewMicrophoneEnabled: boolean;
1010
1400
  page: CallCompositePage;
1401
+ unsupportedBrowserVersionsAllowed?: boolean;
1011
1402
  };
1012
1403
 
1013
1404
  /**
@@ -1026,7 +1417,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1026
1417
  */
1027
1418
  export declare interface CallAgentProviderProps {
1028
1419
  children: React_2.ReactNode;
1029
- callAgent?: CallAgent;
1420
+ callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
1030
1421
  }
1031
1422
 
1032
1423
  /**
@@ -1051,7 +1442,7 @@ export declare interface CallAgentState {
1051
1442
  */
1052
1443
  export declare interface CallAndChatLocator {
1053
1444
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1054
- callLocator: GroupCallLocator;
1445
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
1055
1446
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1056
1447
  chatThreadId: string;
1057
1448
  }
@@ -1138,6 +1529,16 @@ export declare interface CallClientState {
1138
1529
  * See documentation of {@Link CallErrors} for details.
1139
1530
  */
1140
1531
  latestErrors: CallErrors;
1532
+ /**
1533
+ * A phone number in E.164 format that will be used to represent callers identity.
1534
+ * For example, using the alternateCallerId to add a participant using PSTN, this number will
1535
+ * be used as the caller id in the PSTN call.
1536
+ */
1537
+ alternateCallerId?: string;
1538
+ /**
1539
+ * state to track the environment that the stateful client was made in is supported
1540
+ */
1541
+ environmentInfo?: EnvironmentInfo;
1141
1542
  }
1142
1543
 
1143
1544
  /**
@@ -1216,6 +1617,9 @@ export declare type CallCompositeIcons = {
1216
1617
  ParticipantItemScreenShareStart?: JSX.Element;
1217
1618
  VideoTileMicOff?: JSX.Element;
1218
1619
  LocalCameraSwitch?: JSX.Element;
1620
+ PeoplePaneAddPerson?: JSX.Element;
1621
+ PeoplePaneOpenDialpad?: JSX.Element;
1622
+ DialpadStartCall?: JSX.Element;
1219
1623
  NoticePageInviteToRoomRemoved?: JSX.Element;
1220
1624
  BlurVideoBackground?: JSX.Element;
1221
1625
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1250,6 +1654,56 @@ export declare type CallCompositeOptions = {
1250
1654
  * @defaultValue true
1251
1655
  */
1252
1656
  callControls?: boolean | CallControlOptions;
1657
+ /**
1658
+ * Device permissions check options for your call.
1659
+ * Here you can choose what device permissions you prompt the user for,
1660
+ * as well as what device permissions must be accepted before starting a call.
1661
+ */
1662
+ deviceChecks?: DeviceCheckOptions;
1663
+ /**
1664
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1665
+ * unable to grant your site the required permissions for the call.
1666
+ *
1667
+ * @example
1668
+ * ```ts
1669
+ * onPermissionsTroubleshootingClick: () =>
1670
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1671
+ * ```
1672
+ *
1673
+ * @remarks
1674
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1675
+ */
1676
+ onPermissionsTroubleshootingClick?: (permissionsState: {
1677
+ camera: PermissionState;
1678
+ microphone: PermissionState;
1679
+ }) => void;
1680
+ /**
1681
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1682
+ * having network issues when connecting to the call.
1683
+ *
1684
+ * @example
1685
+ * ```ts
1686
+ * onNetworkingTroubleShootingClick?: () =>
1687
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
1688
+ * ```
1689
+ *
1690
+ * @remarks
1691
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1692
+ */
1693
+ onNetworkingTroubleShootingClick?: () => void;
1694
+ /**
1695
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1696
+ *
1697
+ * @example
1698
+ * ```ts
1699
+ * onBrowserTroubleShootingClick?: () =>
1700
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1701
+ * ```
1702
+ *
1703
+ * @remarks
1704
+ * if this is not supplied, the composite will not show a unsupported browser page.
1705
+ */
1706
+ onEnvironmentInfoTroubleshootingClick?: () => void;
1253
1707
  /**
1254
1708
  * Remote participant video tile menu options
1255
1709
  */
@@ -1359,7 +1813,7 @@ export declare type CallCompositeOptions = {
1359
1813
  *
1360
1814
  * @public
1361
1815
  */
1362
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1816
+ 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';
1363
1817
 
1364
1818
  /**
1365
1819
  * Props for {@link CallComposite}.
@@ -1609,6 +2063,22 @@ export declare interface CallCompositeStrings {
1609
2063
  * Label for SidePaneHeader dismiss button
1610
2064
  */
1611
2065
  dismissSidePaneButtonLabel?: string;
2066
+ /**
2067
+ * Side pane People section subheader.
2068
+ */
2069
+ peoplePaneSubTitle: string;
2070
+ /**
2071
+ * Label for button to copy invite link
2072
+ */
2073
+ copyInviteLinkButtonLabel: string;
2074
+ /**
2075
+ * Label for button to open dialpad
2076
+ */
2077
+ openDialpadButtonLabel: string;
2078
+ /**
2079
+ * Label for menu item to remove participant
2080
+ */
2081
+ removeMenuLabel: string;
1612
2082
  /**
1613
2083
  * Label for menu item to start spotlight on participant
1614
2084
  */
@@ -1633,10 +2103,58 @@ export declare interface CallCompositeStrings {
1633
2103
  * Label for menu item to stop all spotlight
1634
2104
  */
1635
2105
  stopAllSpotlightMenuLabel: string;
2106
+ /**
2107
+ * Label for add people dropdown
2108
+ */
2109
+ peoplePaneAddPeopleButtonLabel: string;
2110
+ /**
2111
+ * Label for button to start a call
2112
+ */
2113
+ dialpadStartCallButtonLabel: string;
2114
+ /**
2115
+ * Title for dialpad Modal
2116
+ */
2117
+ dialpadModalTitle: string;
2118
+ /**
2119
+ * Aria Label for dialpad Modal
2120
+ */
2121
+ dialpadModalAriaLabel: string;
2122
+ /**
2123
+ * Aria Label for dialpad Modal close button
2124
+ */
2125
+ dialpadCloseModalButtonAriaLabel: string;
1636
2126
  /**
1637
2127
  * label for more button in the Calling composite
1638
2128
  */
1639
2129
  moreButtonCallingLabel: string;
2130
+ /**
2131
+ * Label for the resume call button on the hold pane
2132
+ */
2133
+ resumeCallButtonLabel: string;
2134
+ /**
2135
+ * Label for the resume call button on the hold pane when call is resuming
2136
+ */
2137
+ resumingCallButtonLabel: string;
2138
+ /**
2139
+ * Aria label for the resume call button on the hold pane
2140
+ */
2141
+ resumeCallButtonAriaLabel: string;
2142
+ /**
2143
+ * Aria label for the resume call button on the hold pane when call is resuming
2144
+ */
2145
+ resumingCallButtonAriaLabel: string;
2146
+ /**
2147
+ * Label for the hold pane
2148
+ */
2149
+ holdScreenLabel: string;
2150
+ /**
2151
+ * Placeholder text for dtmf dialpad
2152
+ */
2153
+ dtmfDialpadPlaceholderText: string;
2154
+ /**
2155
+ * Label for the button to open dtmf dialpad
2156
+ */
2157
+ openDtmfDialpadLabel: string;
1640
2158
  /**
1641
2159
  * aria label for when the invite link has been actioned
1642
2160
  */
@@ -1709,6 +2227,14 @@ export declare interface CallCompositeStrings {
1709
2227
  * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
1710
2228
  */
1711
2229
  notInvitedToRoomDetails?: string;
2230
+ /**
2231
+ * Control bar People button ToolTipContent
2232
+ */
2233
+ peopleButtonTooltipOpen: string;
2234
+ /**
2235
+ * Control bar People button ToolTipContent
2236
+ */
2237
+ peopleButtonTooltipClose: string;
1712
2238
  /**
1713
2239
  * Label disaplayed on the lobby screen during a 1:1 outbound call.
1714
2240
  */
@@ -1857,6 +2383,38 @@ export declare interface CallCompositeStrings {
1857
2383
  * notice to be announced by narrator the transfer page is showing
1858
2384
  */
1859
2385
  transferPageNoticeString: string;
2386
+ /**
2387
+ * Title text of the page shown to the user when target participant could not be reached
2388
+ */
2389
+ participantCouldNotBeReachedTitle?: string;
2390
+ /**
2391
+ * More details text of the page shown to the user when target participant could not be reached
2392
+ */
2393
+ participantCouldNotBeReachedMoreDetails?: string;
2394
+ /**
2395
+ * Title text of the page shown to the user when permission to reach participant is not allowed
2396
+ */
2397
+ permissionToReachTargetParticipantNotAllowedTitle?: string;
2398
+ /**
2399
+ * More details text of the page shown to the user when permission to reach participant is not allowed
2400
+ */
2401
+ permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2402
+ /**
2403
+ * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2404
+ */
2405
+ unableToResolveTenantTitle?: string;
2406
+ /**
2407
+ * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2408
+ */
2409
+ unableToResolveTenantMoreDetails?: string;
2410
+ /**
2411
+ * Title text of the page shown to the user when target participant id is malformed
2412
+ */
2413
+ participantIdIsMalformedTitle?: string;
2414
+ /**
2415
+ * More details text of the page shown to the user when target participant id is malformed
2416
+ */
2417
+ participantIdIsMalformedMoreDetails?: string;
1860
2418
  /**
1861
2419
  * Controls label to move the overflow gallery around
1862
2420
  */
@@ -2013,6 +2571,38 @@ export declare interface CallCompositeStrings {
2013
2571
  * Tooltip for button to exit spotlight
2014
2572
  */
2015
2573
  exitSpotlightButtonTooltip: string;
2574
+ /**
2575
+ * Label for confirm button of hang up for everyone dialog
2576
+ */
2577
+ leaveConfirmButtonLabel?: string;
2578
+ /**
2579
+ * Label for confirm button of leave confim dialog
2580
+ */
2581
+ endCallConfirmButtonLabel?: string;
2582
+ /**
2583
+ * Label for cancel button in hang up confirm dialog
2584
+ */
2585
+ hangUpCancelButtonLabel?: string;
2586
+ /**
2587
+ * Title of confirm dialog when leaving
2588
+ */
2589
+ leaveConfirmDialogTitle?: string;
2590
+ /**
2591
+ * Content of confirm dialog when leaving
2592
+ */
2593
+ leaveConfirmDialogContent?: string;
2594
+ /**
2595
+ * Title of confirm dialog when leaving
2596
+ */
2597
+ endCallConfirmDialogTitle?: string;
2598
+ /**
2599
+ * Content of confirm dialog when leaving
2600
+ */
2601
+ endCallConfirmDialogContent?: string;
2602
+ /**
2603
+ * Error message when the meeting identifier or passcode is invalid
2604
+ */
2605
+ invalidMeetingIdentifier: string;
2016
2606
  }
2017
2607
 
2018
2608
  /**
@@ -2027,7 +2617,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2027
2617
  *
2028
2618
  * @public
2029
2619
  */
2030
- export declare type CallControlOptions = (CommonCallControlOptions & {
2620
+ export declare type CallControlOptions = CommonCallControlOptions & {
2031
2621
  /**
2032
2622
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2033
2623
  * @defaultValue true
@@ -2036,7 +2626,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
2036
2626
  disabled: boolean;
2037
2627
  };
2038
2628
  legacyControlBarExperience?: boolean;
2039
- });
2629
+ };
2040
2630
 
2041
2631
  /**
2042
2632
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2097,7 +2687,7 @@ export declare type CallErrors = {
2097
2687
  *
2098
2688
  * @public
2099
2689
  */
2100
- 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';
2690
+ 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';
2101
2691
 
2102
2692
  /**
2103
2693
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2204,6 +2794,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2204
2794
  spotlight?: Spotlight;
2205
2795
  };
2206
2796
 
2797
+ /**
2798
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2799
+ *
2800
+ * @remarks
2801
+ * This is currently in beta and only supports calling one Teams User.
2802
+ *
2803
+ * @example
2804
+ * ```
2805
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2806
+ * ```
2807
+ *
2808
+ * @beta
2809
+ */
2810
+ export declare type CallParticipantsLocator = {
2811
+ participantIds: string[];
2812
+ };
2813
+
2207
2814
  /**
2208
2815
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2209
2816
  *
@@ -2220,7 +2827,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2220
2827
  */
2221
2828
  export declare interface CallProviderProps {
2222
2829
  children: React_2.ReactNode;
2223
- call?: Call;
2830
+ call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
2224
2831
  }
2225
2832
 
2226
2833
  /**
@@ -2234,6 +2841,10 @@ export declare interface CallState {
2234
2841
  * Proxy of {@link @azure/communication-calling#Call.id}.
2235
2842
  */
2236
2843
  id: string;
2844
+ /**
2845
+ * Type of the call.
2846
+ */
2847
+ kind: CallKind;
2237
2848
  /**
2238
2849
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2239
2850
  */
@@ -2300,6 +2911,10 @@ export declare interface CallState {
2300
2911
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
2301
2912
  */
2302
2913
  recording: RecordingCallFeature;
2914
+ /**
2915
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
2916
+ */
2917
+ localRecording: LocalRecordingCallFeatureState;
2303
2918
  /**
2304
2919
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2305
2920
  *
@@ -2356,6 +2971,10 @@ export declare interface CallState {
2356
2971
  * Proxy of {@link @azure/communication-calling#Call.role}.
2357
2972
  */
2358
2973
  role?: ParticipantRole;
2974
+ /**
2975
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2976
+ */
2977
+ totalParticipantCount?: number;
2359
2978
  /**
2360
2979
  * Transfer state of call
2361
2980
  */
@@ -2364,10 +2983,18 @@ export declare interface CallState {
2364
2983
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
2365
2984
  */
2366
2985
  capabilitiesFeature?: CapabilitiesFeatureState;
2986
+ /**
2987
+ * Hide attendee names in teams meeting
2988
+ */
2989
+ hideAttendeeNames?: boolean;
2367
2990
  /**
2368
2991
  * Proxy of {@link @azure/communication-calling#SpotlightCallFeature}.
2369
2992
  */
2370
2993
  spotlight?: SpotlightCallFeatureState;
2994
+ /**
2995
+ * Proxy of {@link @azure/communication-calling#Call.info}.
2996
+ */
2997
+ info?: CallInfo | TeamsCallInfo;
2371
2998
  }
2372
2999
 
2373
3000
  /**
@@ -2414,6 +3041,12 @@ export declare interface CallWithChatAdapterManagement {
2414
3041
  * @public
2415
3042
  */
2416
3043
  removeParticipant(userId: string): Promise<void>;
3044
+ /**
3045
+ * Remove a participant from the call.
3046
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
3047
+ * @beta
3048
+ */
3049
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2417
3050
  /**
2418
3051
  * Join the call with microphone initially on/off.
2419
3052
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2484,7 +3117,7 @@ export declare interface CallWithChatAdapterManagement {
2484
3117
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2485
3118
  * @public
2486
3119
  */
2487
- startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
3120
+ 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;
2488
3121
  /**
2489
3122
  * Start sharing the screen during a call.
2490
3123
  *
@@ -2681,16 +3314,53 @@ export declare interface CallWithChatAdapterManagement {
2681
3314
  * @public
2682
3315
  */
2683
3316
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3317
+ /** @beta */
3318
+ registerActiveUploads: (files: File[]) => AttachmentUploadManager[];
3319
+ /** @beta */
3320
+ registerCompletedUploads: (metadata: AttachmentMetadata[]) => AttachmentUploadManager[];
3321
+ /** @beta */
3322
+ clearUploads: () => void;
3323
+ /** @beta */
3324
+ cancelUpload: (id: string) => void;
3325
+ /** @beta */
3326
+ updateUploadProgress: (id: string, progress: number) => void;
3327
+ /** @beta */
3328
+ updateUploadStatusMessage: (id: string, errorMessage: string) => void;
3329
+ /** @beta */
3330
+ updateUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
2684
3331
  /** @public */
2685
3332
  downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
2686
3333
  /** @public */
2687
3334
  removeResourceFromCache(resourceDetails: ResourceDetails): void;
3335
+ /**
3336
+ * Puts the Call in a Localhold.
3337
+ *
3338
+ * @beta
3339
+ */
3340
+ holdCall: () => Promise<void>;
3341
+ /**
3342
+ * Resumes the call from a LocalHold state.
3343
+ *
3344
+ * @beta
3345
+ */
3346
+ resumeCall: () => Promise<void>;
3347
+ /**
3348
+ * Adds a new Participant to the call.
3349
+ *
3350
+ * @beta
3351
+ */
3352
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
3353
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2688
3354
  /**
2689
3355
  * send dtmf tone to another participant in the call in 1:1 calls
2690
3356
  *
2691
3357
  * @public
2692
3358
  */
2693
3359
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3360
+ /**
3361
+ * Continues into a call when the browser version is not supported.
3362
+ */
3363
+ allowUnsupportedBrowserVersion(): void;
2694
3364
  /**
2695
3365
  * Function to Start captions
2696
3366
  * @param options - options for start captions
@@ -2840,6 +3510,22 @@ export declare interface CallWithChatAdapterUiState {
2840
3510
  * @public
2841
3511
  */
2842
3512
  page: CallCompositePage;
3513
+ /**
3514
+ * Files being uploaded by a user in the current thread.
3515
+ * Should be set to null once the upload is complete.
3516
+ * Array of type {@link AttachmentUploadsUiState}
3517
+ *
3518
+ * @beta
3519
+ */
3520
+ attachmentUploads?: AttachmentUploadsUiState;
3521
+ /**
3522
+ * State to track whether the end user has opted in to using a
3523
+ * out of date version of a supported browser. Allows the user
3524
+ * to start a call in this state.
3525
+ *
3526
+ * @beta
3527
+ */
3528
+ unsupportedBrowserVersionsAllowed?: boolean;
2843
3529
  }
2844
3530
 
2845
3531
  /**
@@ -2864,12 +3550,18 @@ export declare interface CallWithChatClientState {
2864
3550
  devices: DeviceManagerState;
2865
3551
  /** State of whether the active call is a Teams interop call */
2866
3552
  isTeamsCall: boolean;
3553
+ /** alternateCallerId for PSTN call */
3554
+ alternateCallerId?: string | undefined;
3555
+ /** Environment information for system adapter is made on */
3556
+ environmentInfo?: EnvironmentInfo;
2867
3557
  /** Default set of background images for background replacement effect */
2868
3558
  videoBackgroundImages?: VideoBackgroundImage[];
2869
3559
  /** Dependency to be injected for video background effects */
2870
3560
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
2871
3561
  /** State to track the selected video background effect */
2872
3562
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3563
+ /** Hide attendee names in teams meeting */
3564
+ hideAttendeeNames?: boolean;
2873
3565
  /**
2874
3566
  * Reaction resources to render in meetings
2875
3567
  * */
@@ -2942,6 +3634,9 @@ export declare type CallWithChatCompositeIcons = {
2942
3634
  ParticipantItemScreenShareStart?: JSX.Element;
2943
3635
  VideoTileMicOff?: JSX.Element;
2944
3636
  LocalCameraSwitch?: JSX.Element;
3637
+ PeoplePaneAddPerson?: JSX.Element;
3638
+ PeoplePaneOpenDialpad?: JSX.Element;
3639
+ DialpadStartCall?: JSX.Element;
2945
3640
  DefaultCustomButton?: JSX.Element;
2946
3641
  DtmfDialpadButton?: JSX.Element;
2947
3642
  EditBoxCancel?: JSX.Element;
@@ -2972,6 +3667,62 @@ export declare type CallWithChatCompositeOptions = {
2972
3667
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
2973
3668
  */
2974
3669
  callControls?: boolean | CallWithChatControlOptions;
3670
+ /**
3671
+ * Properties for configuring the File Sharing feature.
3672
+ * If undefined, file sharing feature will be disabled.
3673
+ * @beta
3674
+ */
3675
+ attachmentOptions?: AttachmentOptions;
3676
+ /**
3677
+ * Device permissions check options for your call.
3678
+ * Here you can choose what device permissions you prompt the user for,
3679
+ * as well as what device permissions must be accepted before starting a call.
3680
+ */
3681
+ deviceChecks?: DeviceCheckOptions;
3682
+ /**
3683
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
3684
+ * unable to grant your site the required permissions for the call.
3685
+ *
3686
+ * @example
3687
+ * ```ts
3688
+ * onPermissionsTroubleshootingClick: () =>
3689
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3690
+ * ```
3691
+ *
3692
+ * @remarks
3693
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3694
+ */
3695
+ onPermissionsTroubleshootingClick?: (permissionsState: {
3696
+ camera: PermissionState;
3697
+ microphone: PermissionState;
3698
+ }) => void;
3699
+ /**
3700
+ * Optional callback to supply users with further troubleshooting steps for network issues
3701
+ * experienced when connecting to a call.
3702
+ *
3703
+ * @example
3704
+ * ```ts
3705
+ * onNetworkingTroubleShootingClick?: () =>
3706
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
3707
+ * ```
3708
+ *
3709
+ * @remarks
3710
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3711
+ */
3712
+ onNetworkingTroubleShootingClick?: () => void;
3713
+ /**
3714
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3715
+ *
3716
+ * @example
3717
+ * ```ts
3718
+ * onBrowserTroubleShootingClick?: () =>
3719
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3720
+ * ```
3721
+ *
3722
+ * @remarks
3723
+ * if this is not supplied, the composite will not show a unsupported browser page.
3724
+ */
3725
+ onEnvironmentInfoTroubleshootingClick?: () => void;
2975
3726
  /**
2976
3727
  * Remote participant video tile menu options
2977
3728
  */
@@ -3225,6 +3976,10 @@ export declare interface CallWithChatCompositeStrings {
3225
3976
  * Label for button to copy invite link
3226
3977
  */
3227
3978
  copyInviteLinkButtonLabel: string;
3979
+ /**
3980
+ * Label for button to open dialpad
3981
+ */
3982
+ openDialpadButtonLabel: string;
3228
3983
  /**
3229
3984
  * Label for SidePaneHeader dismiss button
3230
3985
  */
@@ -3237,6 +3992,34 @@ export declare interface CallWithChatCompositeStrings {
3237
3992
  * Aria label string for return to call back button
3238
3993
  */
3239
3994
  returnToCallButtonAriaLabel?: string;
3995
+ /**
3996
+ * Label for add people dropdown
3997
+ */
3998
+ peoplePaneAddPeopleButtonLabel: string;
3999
+ /**
4000
+ * Label for button to start a call
4001
+ */
4002
+ dialpadStartCallButtonLabel: string;
4003
+ /**
4004
+ * Title for dialpad Modal
4005
+ */
4006
+ dialpadModalTitle: string;
4007
+ /**
4008
+ * Aria Label for dialpad Modal
4009
+ */
4010
+ dialpadModalAriaLabel: string;
4011
+ /**
4012
+ * Aria Label for dialpad Modal close button
4013
+ */
4014
+ dialpadCloseModalButtonAriaLabel: string;
4015
+ /**
4016
+ * Placeholder text for dtmf dialpad
4017
+ */
4018
+ dtmfDialpadPlaceholderText: string;
4019
+ /**
4020
+ * Label for the button to open dtmf dialpad
4021
+ */
4022
+ openDtmfDialpadLabel: string;
3240
4023
  /**
3241
4024
  * aria label for when the invite link has been actioned
3242
4025
  */
@@ -3253,7 +4036,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3253
4036
  * Show or hide the chat button in the call-with-chat composite control bar.
3254
4037
  * @defaultValue true
3255
4038
  */
3256
- chatButton?: boolean;
4039
+ chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4040
+ disabled: boolean;
4041
+ };
3257
4042
  }
3258
4043
 
3259
4044
  /**
@@ -3263,6 +4048,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3263
4048
  */
3264
4049
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
3265
4050
 
4051
+ /**
4052
+ * @beta
4053
+ *
4054
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4055
+ * by their browsers settings.
4056
+ */
4057
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4058
+
4059
+ /**
4060
+ * @beta
4061
+ * Props for CameraAndMicrophoneSitePermissions component.
4062
+ */
4063
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4064
+ /** Icon name for the camera icon */
4065
+ cameraIconName?: string;
4066
+ /** Icon name for the microphone icon */
4067
+ microphoneIconName?: string;
4068
+ /** Icon name for the central icon between the camera and microphone icons */
4069
+ connectorIconName?: string;
4070
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4071
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
4072
+ }
4073
+
4074
+ /**
4075
+ * @beta
4076
+ * Strings for CameraAndMicrophoneSitePermissions component.
4077
+ */
4078
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4079
+
3266
4080
  /**
3267
4081
  * A button to turn camera on / off.
3268
4082
  *
@@ -3419,6 +4233,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3419
4233
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3420
4234
  }
3421
4235
 
4236
+ /**
4237
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4238
+ * by their browsers settings.
4239
+ *
4240
+ * @beta
4241
+ */
4242
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
4243
+
4244
+ /**
4245
+ * @beta
4246
+ * Props for CameraSitePermissions component.
4247
+ */
4248
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
4249
+ /** Icon name for the camera icon */
4250
+ cameraIconName?: string;
4251
+ /** Strings for use with the {@link CameraSitePermissions} */
4252
+ strings?: CameraSitePermissionsStrings;
4253
+ }
4254
+
4255
+ /**
4256
+ * @beta
4257
+ * Strings for CameraSitePermissions component.
4258
+ */
4259
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
4260
+
3422
4261
  /**
3423
4262
  * @public
3424
4263
  * Callback function run when a message edit is cancelled.
@@ -3565,6 +4404,10 @@ export declare interface CaptionsCallFeatureState {
3565
4404
  * current caption language
3566
4405
  */
3567
4406
  currentCaptionLanguage: string;
4407
+ /**
4408
+ * current caption kind: teams or acs captions
4409
+ */
4410
+ captionsKind: CaptionsKind;
3568
4411
  }
3569
4412
 
3570
4413
  /**
@@ -3624,7 +4467,7 @@ export declare type CaptionsReceivedListener = (event: {
3624
4467
  *
3625
4468
  * @public
3626
4469
  */
3627
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
4470
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers & AttachmentUploadAdapter;
3628
4471
 
3629
4472
  /**
3630
4473
  * {@link ChatAdapter} state.
@@ -3748,7 +4591,9 @@ export declare interface ChatAdapterThreadManagement {
3748
4591
  /**
3749
4592
  * Update a message content.
3750
4593
  */
3751
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
4594
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
4595
+ attachmentMetadata?: AttachmentMetadata[];
4596
+ }): Promise<void>;
3752
4597
  /**
3753
4598
  * Delete a message in the thread.
3754
4599
  */
@@ -3778,13 +4623,20 @@ export declare interface ChatAdapterThreadManagement {
3778
4623
  */
3779
4624
  export declare type ChatAdapterUiState = {
3780
4625
  error?: Error;
4626
+ /**
4627
+ * Attachments being uploaded by a user in the current thread.
4628
+ * Should be set to null once the upload is complete.
4629
+ * Array of type {@link AttachmentUploadsUiState}
4630
+ * @beta
4631
+ */
4632
+ attachmentUploads?: AttachmentUploadsUiState;
3781
4633
  };
3782
4634
 
3783
4635
  /**
3784
4636
  * Represents the type of attachment
3785
4637
  * @public
3786
4638
  */
3787
- export declare type ChatAttachmentType = 'unknown' | 'image';
4639
+ export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */ 'file';
3788
4640
 
3789
4641
  /**
3790
4642
  * Common props for selectors for {@link ChatClientState}.
@@ -3886,6 +4738,7 @@ export declare type ChatCompositeIcons = {
3886
4738
  ParticipantItemOptionsHovered?: JSX.Element;
3887
4739
  SendBoxSend?: JSX.Element;
3888
4740
  SendBoxSendHovered?: JSX.Element;
4741
+ SendBoxAttachFile?: JSX.Element;
3889
4742
  };
3890
4743
 
3891
4744
  /**
@@ -3900,6 +4753,13 @@ export declare type ChatCompositeOptions = {
3900
4753
  * @defaultValue true
3901
4754
  */
3902
4755
  errorBar?: boolean;
4756
+ /**
4757
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4758
+ * @defaultValue false
4759
+ *
4760
+ * @beta
4761
+ */
4762
+ participantPane?: boolean;
3903
4763
  /**
3904
4764
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
3905
4765
  * @defaultValue true
@@ -3910,6 +4770,12 @@ export declare type ChatCompositeOptions = {
3910
4770
  * When undefined nothing has focus on render
3911
4771
  */
3912
4772
  autoFocus?: 'sendBoxTextField';
4773
+ /**
4774
+ * Properties for configuring the File Sharing feature.
4775
+ * If undefined, file sharing feature will be disabled.
4776
+ * @beta
4777
+ */
4778
+ attachmentOptions?: AttachmentOptions;
3913
4779
  };
3914
4780
 
3915
4781
  /**
@@ -3937,6 +4803,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
3937
4803
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
3938
4804
  */
3939
4805
  options?: ChatCompositeOptions;
4806
+ /**
4807
+ * Optimizes the composite form factor for either desktop or mobile.
4808
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4809
+ * @defaultValue 'desktop'
4810
+ */
4811
+ formFactor?: 'desktop' | 'mobile';
3940
4812
  }
3941
4813
 
3942
4814
  /**
@@ -3951,6 +4823,10 @@ export declare interface ChatCompositeStrings {
3951
4823
  * Chat list header text
3952
4824
  */
3953
4825
  chatListHeader: string;
4826
+ /**
4827
+ * Upload Attachment Button text
4828
+ */
4829
+ uploadAttachment: string;
3954
4830
  }
3955
4831
 
3956
4832
  /**
@@ -3999,7 +4875,7 @@ export declare type ChatErrors = {
3999
4875
  *
4000
4876
  * @public
4001
4877
  */
4002
- 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';
4878
+ 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';
4003
4879
 
4004
4880
  /**
4005
4881
  * Object containing all the handlers required for chat components.
@@ -4016,7 +4892,10 @@ export declare type ChatHandlers = {
4016
4892
  onRemoveParticipant: (userId: string) => Promise<void>;
4017
4893
  updateThreadTopicName: (topicName: string) => Promise<void>;
4018
4894
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4019
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4895
+ onUpdateMessage: (messageId: string, content: string, options?: {
4896
+ metadata?: Record<string, string>;
4897
+ attachmentMetadata?: AttachmentMetadata[];
4898
+ }) => Promise<void>;
4020
4899
  onDeleteMessage: (messageId: string) => Promise<void>;
4021
4900
  };
4022
4901
 
@@ -4043,6 +4922,12 @@ export declare interface ChatMessage extends MessageCommon {
4043
4922
  * {@link @azure/communication-chat#ChatMessage.metadata}
4044
4923
  */
4045
4924
  metadata?: Record<string, string>;
4925
+ /**
4926
+ * @beta
4927
+ * A list of attachments in the message.
4928
+ * {@link AttachmentMetadata}
4929
+ */
4930
+ attachments?: AttachmentMetadata[];
4046
4931
  }
4047
4932
 
4048
4933
  /**
@@ -4056,6 +4941,7 @@ export declare interface ChatMessage extends MessageCommon {
4056
4941
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4057
4942
  clientMessageId?: string;
4058
4943
  status: MessageStatus;
4944
+ policyViolation?: boolean;
4059
4945
  resourceCache?: Record<string, ResourceFetchResult>;
4060
4946
  };
4061
4947
 
@@ -4222,6 +5108,12 @@ export declare type CommonCallAdapterOptions = {
4222
5108
  videoBackgroundImages?: VideoBackgroundImage[];
4223
5109
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
4224
5110
  };
5111
+ /**
5112
+ * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
5113
+ * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
5114
+ * and would not be updated again within the lifecycle of adapter.
5115
+ */
5116
+ onFetchProfile?: OnFetchProfileCallback;
4225
5117
  /**
4226
5118
  * Sounds to use for calling events
4227
5119
  */
@@ -4253,22 +5145,34 @@ export declare type CommonCallControlOptions = {
4253
5145
  * Show or Hide Camera Button during a call
4254
5146
  * @defaultValue true
4255
5147
  */
4256
- cameraButton?: boolean;
5148
+ cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5149
+ disabled: boolean;
5150
+ };
4257
5151
  /**
4258
5152
  * Show or Hide EndCall button during a call.
4259
5153
  * @defaultValue true
4260
5154
  */
4261
- endCallButton?: boolean;
5155
+ endCallButton?: boolean | /* @conditional-compile-remove(end-call-options) */ {
5156
+ /**
5157
+ * whether to make end call button to trigger a menu, which will enable end call for everybody functionality.
5158
+ * @defaultValue false
5159
+ */
5160
+ hangUpForEveryone?: false | 'endCallOptions';
5161
+ };
4262
5162
  /**
4263
5163
  * Show or Hide Microphone button during a call.
4264
5164
  * @defaultValue true
4265
5165
  */
4266
- microphoneButton?: boolean;
5166
+ microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5167
+ disabled: boolean;
5168
+ };
4267
5169
  /**
4268
5170
  * Show or Hide Devices button during a call.
4269
5171
  * @defaultValue true
4270
5172
  */
4271
- devicesButton?: boolean;
5173
+ devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5174
+ disabled: boolean;
5175
+ };
4272
5176
  /**
4273
5177
  * Show, Hide or Disable participants button during a call.
4274
5178
  * @defaultValue true
@@ -4306,11 +5210,16 @@ export declare type CommonCallControlOptions = {
4306
5210
  * Inject custom buttons in the call controls.
4307
5211
  */
4308
5212
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
5213
+ holdButton?: boolean | {
5214
+ disabled: boolean;
5215
+ };
4309
5216
  /**
4310
5217
  * Show or hide the people button in the composite control bar.
4311
5218
  * @defaultValue true
4312
5219
  */
4313
- peopleButton?: boolean;
5220
+ peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5221
+ disabled: boolean;
5222
+ };
4314
5223
  /**
4315
5224
  * Show or hide the dialpad button in the composite control bar.
4316
5225
  */
@@ -4321,6 +5230,11 @@ export declare type CommonCallControlOptions = {
4321
5230
  * Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
4322
5231
  */
4323
5232
  exitSpotlightButton?: boolean;
5233
+ /**
5234
+ * Show, Hide or Disable captions during a call.
5235
+ * @defaultValue true
5236
+ */
5237
+ captionsButton?: boolean;
4324
5238
  };
4325
5239
 
4326
5240
  /**
@@ -4346,6 +5260,9 @@ export declare interface CommonCallingHandlers {
4346
5260
  onLowerHand: () => Promise<void>;
4347
5261
  onToggleRaiseHand: () => Promise<void>;
4348
5262
  onReactionClick: (reaction: Reaction_2) => Promise<void>;
5263
+ onToggleHold: () => Promise<void>;
5264
+ onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
5265
+ onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4349
5266
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4350
5267
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4351
5268
  /**
@@ -4357,6 +5274,8 @@ export declare interface CommonCallingHandlers {
4357
5274
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4358
5275
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4359
5276
  onRemoveParticipant(userId: string): Promise<void>;
5277
+ onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
5278
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4360
5279
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
4361
5280
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4362
5281
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4380,6 +5299,39 @@ export declare type CommonProperties<A, B> = {
4380
5299
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4381
5300
  }[keyof A & keyof B];
4382
5301
 
5302
+ /**
5303
+ * @beta
5304
+ * Props for SitePermissions components.
5305
+ */
5306
+ export declare interface CommonSitePermissionsProps {
5307
+ /**
5308
+ * Name of application calling experience is in.
5309
+ */
5310
+ appName: string;
5311
+ /**
5312
+ * Kind of the Site Permissions component.
5313
+ */
5314
+ kind: 'request' | 'denied' | 'check';
5315
+ /**
5316
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
5317
+ */
5318
+ browserHint?: 'safari' | 'unset';
5319
+ /**
5320
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
5321
+ * If this is not provided the button will not be shown.
5322
+ */
5323
+ onTroubleshootingClick?: () => void;
5324
+ /**
5325
+ * Action that is taken when the user clicks the continue anyway button.
5326
+ * If this is not provided the button will not be shown.
5327
+ */
5328
+ onContinueAnywayClick?: () => void;
5329
+ /**
5330
+ * Styles for SitePermissions component.
5331
+ */
5332
+ styles?: SitePermissionsStyles;
5333
+ }
5334
+
4383
5335
  /**
4384
5336
  * A Chat or Calling participant's state, as reflected in the UI.
4385
5337
  *
@@ -4556,6 +5508,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
4556
5508
  export declare interface ComponentLocale {
4557
5509
  /** Strings for components */
4558
5510
  strings: ComponentStrings;
5511
+ /**
5512
+ * Optional function to provide customized date format.
5513
+ * @beta
5514
+ */
5515
+ onDisplayDateTimeString?: (messageDate: Date) => string;
4559
5516
  }
4560
5517
 
4561
5518
  /**
@@ -4605,6 +5562,10 @@ export declare interface ComponentStrings {
4605
5562
  typingIndicator: TypingIndicatorStrings;
4606
5563
  /** Strings for SendBox */
4607
5564
  sendBox: SendBoxStrings;
5565
+ /** Strings for RichTextSendBox */
5566
+ richTextSendBox: RichTextSendBoxStrings;
5567
+ /** Strings for MentionPopover */
5568
+ mentionPopover: MentionPopoverStrings;
4608
5569
  /** Strings for ImageOverlay */
4609
5570
  imageOverlay: ImageOverlayStrings;
4610
5571
  /** Strings for MessageStatusIndicator */
@@ -4615,10 +5576,50 @@ export declare interface ComponentStrings {
4615
5576
  videoGallery: VideoGalleryStrings;
4616
5577
  /** Strings for Dialpad */
4617
5578
  dialpad: DialpadStrings;
5579
+ /** Strings for VideoTile */
5580
+ videoTile: VideoTileStrings;
5581
+ /** Strings for HoldButton */
5582
+ holdButton: HoldButtonStrings;
5583
+ /** Strings for a site's permission request prompt */
5584
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
5585
+ /** Strings for a site's permission request prompt */
5586
+ CameraSitePermissionsRequest: SitePermissionsStrings;
5587
+ /** Strings for a site's permission request prompt */
5588
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
5589
+ /** Strings for a site's permission generic checking prompt */
5590
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
5591
+ /** Strings for a site's permission generic checking prompt */
5592
+ CameraSitePermissionsCheck: SitePermissionsStrings;
5593
+ /** Strings for a site's permission generic checking prompt */
5594
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
5595
+ /** Strings for a site's permission denied prompt */
5596
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
5597
+ /** Strings for a site's permission denied prompt for safari browsers*/
5598
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5599
+ /** Strings for a site's permission denied prompt */
5600
+ CameraSitePermissionsDenied: SitePermissionsStrings;
5601
+ /** Strings for a site's permission denied prompt */
5602
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
5603
+ /** Strings for a site's permission denied prompt for safari browsers*/
5604
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
5605
+ /** Strings for a site's permission denied prompt for safari browsers*/
5606
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5607
+ /** Strings for unsupported browser UI */
5608
+ UnsupportedBrowser: UnsupportedBrowserStrings;
5609
+ /** Strings for unsupported browser version UI */
5610
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
5611
+ /** Strings for unsupported browser version UI */
5612
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
5613
+ /** Strings for BrowserPemissionDenied */
5614
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
5615
+ /** Strings for BrowserPemissionDeniedIOS */
5616
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
4618
5617
  /**
4619
5618
  * Strings for the VerticalGallery.
4620
5619
  */
4621
5620
  verticalGallery: VerticalGalleryStrings;
5621
+ /** Strings for the participant list component */
5622
+ ParticipantList: ParticipantListStrings;
4622
5623
  }
4623
5624
 
4624
5625
  /**
@@ -5020,7 +6021,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
5020
6021
  *
5021
6022
  * @public
5022
6023
  */
5023
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
6024
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5024
6025
 
5025
6026
  /**
5026
6027
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5081,6 +6082,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5081
6082
  */
5082
6083
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5083
6084
 
6085
+ /**
6086
+ * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
6087
+ *
6088
+ * Useful when implementing a custom component that utilizes the providers
6089
+ * exported from this library.
6090
+ *
6091
+ * @beta
6092
+ */
6093
+ 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?: {
6094
+ onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
6095
+ }) => never | TeamsCallingHandlers;
6096
+
5084
6097
  /**
5085
6098
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5086
6099
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -5106,6 +6119,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5106
6119
  */
5107
6120
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
5108
6121
 
6122
+ /**
6123
+ * @beta
6124
+ */
6125
+ export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
6126
+
6127
+ /**
6128
+ * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
6129
+ *
6130
+ * Useful if you want to keep a reference to {@link StatefulCallClient}.
6131
+ * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
6132
+ *
6133
+ * @beta
6134
+ */
6135
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6136
+
5109
6137
  /**
5110
6138
  * Object returned after creating a local or remote VideoStream.
5111
6139
  * This contains helper functions to manipulate the render of the stream.
@@ -5156,6 +6184,13 @@ export declare type CustomAvatarOptions = {
5156
6184
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5157
6185
  /** Display name to be used in Persona */
5158
6186
  text?: string;
6187
+ /** State for the participant to be displayed in the defaultPlaceHolder */
6188
+ participantState?: ParticipantState;
6189
+ /**
6190
+ * If true, show the special coin for unknown persona.
6191
+ * It has '?' in place of initials, with static font and background colors
6192
+ */
6193
+ showUnknownPersonaCoin?: boolean;
5159
6194
  };
5160
6195
 
5161
6196
  /**
@@ -5283,6 +6318,18 @@ export declare interface CustomMessage extends MessageCommon {
5283
6318
  */
5284
6319
  export declare const darkTheme: PartialTheme & CallingTheme;
5285
6320
 
6321
+ /**
6322
+ * @beta
6323
+ * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
6324
+ */
6325
+ export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
6326
+
6327
+ /**
6328
+ * @beta
6329
+ * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
6330
+ */
6331
+ export declare type DeclarativeIncomingCall = IncomingCall;
6332
+
5286
6333
  /**
5287
6334
  * The default set of icons that are available to use in the UI components.
5288
6335
  *
@@ -5307,6 +6354,11 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5307
6354
  RaiseHandContextualMenuItem: React_2.JSX.Element;
5308
6355
  LowerHandContextualMenuItem: React_2.JSX.Element;
5309
6356
  ReactionButtonIcon: React_2.JSX.Element;
6357
+ CancelAttachmentUpload: React_2.JSX.Element;
6358
+ DownloadAttachment: React_2.JSX.Element;
6359
+ OpenAttachment: React_2.JSX.Element;
6360
+ AttachmentMoreMenu: React_2.JSX.Element;
6361
+ DataLossPreventionProhibited: React_2.JSX.Element;
5310
6362
  EditBoxCancel: React_2.JSX.Element;
5311
6363
  EditBoxSubmit: React_2.JSX.Element;
5312
6364
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -5340,10 +6392,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5340
6392
  ParticipantItemOptionsHovered: React_2.JSX.Element;
5341
6393
  ParticipantItemScreenShareStart: React_2.JSX.Element;
5342
6394
  ParticipantItemSpotlighted: React_2.JSX.Element;
6395
+ HoldCallContextualMenuItem: React_2.JSX.Element;
6396
+ HoldCallButton: React_2.JSX.Element;
6397
+ ResumeCall: React_2.JSX.Element;
5343
6398
  SendBoxSend: React_2.JSX.Element;
5344
6399
  SendBoxSendHovered: React_2.JSX.Element;
5345
6400
  VideoTileMicOff: React_2.JSX.Element;
5346
6401
  DialpadBackspace: React_2.JSX.Element;
6402
+ SitePermissionsSparkle: React_2.JSX.Element;
6403
+ SitePermissionCamera: React_2.JSX.Element;
6404
+ SitePermissionMic: React_2.JSX.Element;
6405
+ SitePermissionCameraDenied: React_2.JSX.Element;
6406
+ SitePermissionMicDenied: React_2.JSX.Element;
6407
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
6408
+ BrowserPermissionDeniedError: React_2.JSX.Element;
5347
6409
  VideoTilePinned: React_2.JSX.Element;
5348
6410
  VideoTileMoreOptions: React_2.JSX.Element;
5349
6411
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5371,6 +6433,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5371
6433
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
5372
6434
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
5373
6435
  VideoTileSpotlighted: React_2.JSX.Element;
6436
+ RichTextBoldButtonIcon: React_2.JSX.Element;
6437
+ RichTextItalicButtonIcon: React_2.JSX.Element;
6438
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
6439
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
6440
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
6441
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6442
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6443
+ RichTextDividerIcon: React_2.JSX.Element;
6444
+ RichTextEditorButtonIcon: React_2.JSX.Element;
6445
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
6446
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
6447
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
6448
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
6449
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
5374
6450
  };
5375
6451
 
5376
6452
  /**
@@ -5391,6 +6467,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5391
6467
  ParticipantItemOptionsHovered: JSX.Element;
5392
6468
  SendBoxSend: JSX.Element;
5393
6469
  SendBoxSendHovered: JSX.Element;
6470
+ SendBoxAttachFile?: JSX.Element | undefined;
5394
6471
  ControlBarPeopleButton?: JSX.Element | undefined;
5395
6472
  ControlButtonCameraOff: JSX.Element;
5396
6473
  ControlButtonCameraOn: JSX.Element;
@@ -5448,6 +6525,9 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5448
6525
  ParticipantItemScreenShareStart: JSX.Element;
5449
6526
  VideoTileMicOff: JSX.Element;
5450
6527
  LocalCameraSwitch?: JSX.Element | undefined;
6528
+ PeoplePaneAddPerson?: JSX.Element | undefined;
6529
+ PeoplePaneOpenDialpad?: JSX.Element | undefined;
6530
+ DialpadStartCall?: JSX.Element | undefined;
5451
6531
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
5452
6532
  BlurVideoBackground?: JSX.Element | undefined;
5453
6533
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -5471,14 +6551,28 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5471
6551
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
5472
6552
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
5473
6553
  MoreDrawerSpeakers?: JSX.Element | undefined;
5474
- SendBoxAttachFile?: JSX.Element | undefined;
5475
6554
  ChatMessageOptions: React_2.JSX.Element;
5476
6555
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6556
+ CancelAttachmentUpload: React_2.JSX.Element;
6557
+ DownloadAttachment: React_2.JSX.Element;
6558
+ OpenAttachment: React_2.JSX.Element;
6559
+ AttachmentMoreMenu: React_2.JSX.Element;
6560
+ DataLossPreventionProhibited: React_2.JSX.Element;
5477
6561
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
5478
6562
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
5479
6563
  MessageResend: React_2.JSX.Element;
5480
6564
  ParticipantItemSpotlighted: React_2.JSX.Element;
6565
+ HoldCallContextualMenuItem: React_2.JSX.Element;
6566
+ HoldCallButton: React_2.JSX.Element;
6567
+ ResumeCall: React_2.JSX.Element;
5481
6568
  DialpadBackspace: React_2.JSX.Element;
6569
+ SitePermissionsSparkle: React_2.JSX.Element;
6570
+ SitePermissionCamera: React_2.JSX.Element;
6571
+ SitePermissionMic: React_2.JSX.Element;
6572
+ SitePermissionCameraDenied: React_2.JSX.Element;
6573
+ SitePermissionMicDenied: React_2.JSX.Element;
6574
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
6575
+ BrowserPermissionDeniedError: React_2.JSX.Element;
5482
6576
  VideoTilePinned: React_2.JSX.Element;
5483
6577
  VideoTileMoreOptions: React_2.JSX.Element;
5484
6578
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5506,8 +6600,52 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5506
6600
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
5507
6601
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
5508
6602
  VideoTileSpotlighted: React_2.JSX.Element;
6603
+ RichTextBoldButtonIcon: React_2.JSX.Element;
6604
+ RichTextItalicButtonIcon: React_2.JSX.Element;
6605
+ RichTextUnderlineButtonIcon: React_2.JSX.Element;
6606
+ RichTextBulletListButtonIcon: React_2.JSX.Element;
6607
+ RichTextNumberListButtonIcon: React_2.JSX.Element;
6608
+ RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6609
+ RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6610
+ RichTextDividerIcon: React_2.JSX.Element;
6611
+ RichTextEditorButtonIcon: React_2.JSX.Element;
6612
+ RichTextEditorButtonIconFilled: React_2.JSX.Element;
6613
+ RichTextInsertTableRegularIcon: React_2.JSX.Element;
6614
+ RichTextInsertTableFilledIcon: React_2.JSX.Element;
6615
+ RichTextTableInsertMenuIcon: React_2.JSX.Element;
6616
+ RichTextTableDeleteMenuIcon: React_2.JSX.Element;
5509
6617
  };
5510
6618
 
6619
+ /**
6620
+ * @beta
6621
+ *
6622
+ * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
6623
+ */
6624
+ export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
6625
+
6626
+ /**
6627
+ * Device Checks.
6628
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
6629
+ *
6630
+ * @beta
6631
+ */
6632
+ export declare interface DeviceCheckOptions {
6633
+ /**
6634
+ * Camera Permission prompts for your call.
6635
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
6636
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6637
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6638
+ */
6639
+ camera: 'required' | 'optional' | 'doNotPrompt';
6640
+ /**
6641
+ * Microphone permission prompts for your call.
6642
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
6643
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6644
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6645
+ */
6646
+ microphone: 'required' | 'optional' | 'doNotPrompt';
6647
+ }
6648
+
5511
6649
  /**
5512
6650
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
5513
6651
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -5874,6 +7012,11 @@ export declare interface EndCallButtonProps extends ControlBarButtonProps {
5874
7012
  * Maps directly to the `onClick` property.
5875
7013
  */
5876
7014
  onHangUp?: (forEveryone?: boolean) => Promise<void>;
7015
+ /**
7016
+ * Set this to true to make it a split button.
7017
+ * The split arrow will trigger a contextual menu to allow end for everyone or just for the user.
7018
+ */
7019
+ enableEndCallMenu?: boolean;
5877
7020
  /**
5878
7021
  * Optional strings to override in component
5879
7022
  */
@@ -5892,6 +7035,10 @@ export declare interface EndCallButtonStrings {
5892
7035
  label: string;
5893
7036
  /** Tooltip content. */
5894
7037
  tooltipContent?: string;
7038
+ /** Label for leave option when ending call */
7039
+ leaveOption?: string;
7040
+ /** Label for end the whole call option when ending call */
7041
+ endCallOption?: string;
5895
7042
  }
5896
7043
 
5897
7044
  /**
@@ -6143,7 +7290,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
6143
7290
  *
6144
7291
  * @public
6145
7292
  */
6146
- 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;
7293
+ 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;
6147
7294
 
6148
7295
  /**
6149
7296
  * Get the selector for a specified component.
@@ -6160,7 +7307,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
6160
7307
  *
6161
7308
  * @public
6162
7309
  */
6163
- 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;
7310
+ 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;
6164
7311
 
6165
7312
  /**
6166
7313
  * Get the selector for a specified component.
@@ -6205,6 +7352,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
6205
7352
  children?: IStyle;
6206
7353
  }
6207
7354
 
7355
+ /**
7356
+ * a button to hold or resume a ongoing call.
7357
+ *
7358
+ * Can be used with {@link ControlBar}
7359
+ *
7360
+ * @param props - properties for the hold button.
7361
+ * @returns
7362
+ * @beta
7363
+ */
7364
+ export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
7365
+
7366
+ /**
7367
+ *@beta
7368
+ */
7369
+ export declare interface HoldButtonProps extends ControlBarButtonProps {
7370
+ /**
7371
+ * Utility property for using this component with communication react handlers
7372
+ * Holds the call or resumes it based on call state.
7373
+ */
7374
+ onToggleHold: () => Promise<void>;
7375
+ /**
7376
+ * Optional strings to override in component
7377
+ */
7378
+ strings?: HoldButtonStrings;
7379
+ }
7380
+
7381
+ /**
7382
+ * Selector type for the {@link HoldButton} component.
7383
+ * @public
7384
+ */
7385
+ export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7386
+ checked: boolean;
7387
+ };
7388
+
7389
+ /**
7390
+ * Strings for the hold button labels
7391
+ * @beta
7392
+ */
7393
+ export declare interface HoldButtonStrings {
7394
+ /**
7395
+ * Label for when action is to resume call.
7396
+ */
7397
+ onLabel: string;
7398
+ /**
7399
+ * Label for when action is to hold call.
7400
+ */
7401
+ offLabel: string;
7402
+ /**
7403
+ * Content for when button is checked
7404
+ */
7405
+ tooltipOnContent: string;
7406
+ /**
7407
+ * Content for when button is unchecked
7408
+ */
7409
+ tooltipOffContent: string;
7410
+ }
7411
+
6208
7412
  /**
6209
7413
  * {@link HorizontalGallery} Component Styles.
6210
7414
  * @public
@@ -6289,6 +7493,10 @@ export declare interface _Identifiers {
6289
7493
  verticalGalleryVideoTile: string;
6290
7494
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
6291
7495
  verticalGalleryPageCounter: string;
7496
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
7497
+ mentionSuggestionList: string;
7498
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
7499
+ mentionSuggestionItem: string;
6292
7500
  }
6293
7501
 
6294
7502
  /**
@@ -6350,6 +7558,27 @@ export declare interface ImageOverlayStrings {
6350
7558
  dismissButtonAriaLabel: string;
6351
7559
  }
6352
7560
 
7561
+ /**
7562
+ * Preset dark theme for the ImageOverlay component.
7563
+ *
7564
+ * @public
7565
+ */
7566
+ export declare const imageOverlayTheme: PartialTheme;
7567
+
7568
+ /**
7569
+ * @beta
7570
+ * This contains a readonly array that returns all the active `incomingCalls`.
7571
+ * An active incoming call is a call that has not been answered, declined or disconnected.
7572
+ */
7573
+ export declare type IncomingCallManagement = {
7574
+ /**
7575
+ * @beta
7576
+ * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7577
+ * @returns readonly array of {@link DeclarativeIncomingCall}
7578
+ */
7579
+ incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7580
+ };
7581
+
6353
7582
  /**
6354
7583
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
6355
7584
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -6534,6 +7763,28 @@ export declare type LocalizationProviderProps = {
6534
7763
  children: React_2.ReactNode;
6535
7764
  };
6536
7765
 
7766
+ /**
7767
+ * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
7768
+ * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
7769
+ *
7770
+ * @beta
7771
+ */
7772
+ export declare interface LocalRecordingCallFeatureState {
7773
+ /**
7774
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
7775
+ */
7776
+ isLocalRecordingActive: boolean;
7777
+ /**
7778
+ * Contains list of information of started recordings
7779
+ * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
7780
+ */
7781
+ activeLocalRecordings?: LocalRecordingInfo[];
7782
+ /**
7783
+ * Contains list of information of stopped recordings
7784
+ */
7785
+ lastStoppedLocalRecording?: LocalRecordingInfo[];
7786
+ }
7787
+
6537
7788
  /**
6538
7789
  * @public
6539
7790
  */
@@ -6639,6 +7890,76 @@ export declare interface MediaDiagnosticsState {
6639
7890
  latest: LatestMediaDiagnostics;
6640
7891
  }
6641
7892
 
7893
+ /**
7894
+ * Mention's state, as reflected in the UI.
7895
+ *
7896
+ * @beta
7897
+ */
7898
+ export declare interface Mention {
7899
+ /** ID of a mention */
7900
+ id: string;
7901
+ /** Display text of a mention */
7902
+ displayText: string;
7903
+ /** Optional React element to render an item icon of a mention suggestion */
7904
+ icon?: JSX.Element;
7905
+ }
7906
+
7907
+ /**
7908
+ * Options to display suggestions in the mention scenario.
7909
+ *
7910
+ * @beta
7911
+ */
7912
+ export declare interface MentionDisplayOptions {
7913
+ /**
7914
+ * Optional callback for customizing the mention renderer in a message thread.
7915
+ */
7916
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7917
+ }
7918
+
7919
+ /**
7920
+ * Options to lookup suggestions in the mention scenario.
7921
+ *
7922
+ * @beta
7923
+ */
7924
+ export declare interface MentionLookupOptions {
7925
+ /**
7926
+ * Optional string to set trigger keyword for mention a specific participant.
7927
+ *
7928
+ * @defaultValue `@`
7929
+ */
7930
+ trigger?: string;
7931
+ /**
7932
+ * Optional callback to fetch a list of mention suggestions base on the query.
7933
+ */
7934
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
7935
+ /**
7936
+ * Optional callback to render an item of the mention suggestions list.
7937
+ */
7938
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
7939
+ }
7940
+
7941
+ /**
7942
+ * Options to lookup suggestions and display mentions in the mention scenario.
7943
+ *
7944
+ * @beta
7945
+ */
7946
+ export declare type MentionOptions = {
7947
+ lookupOptions?: MentionLookupOptions;
7948
+ displayOptions?: MentionDisplayOptions;
7949
+ };
7950
+
7951
+ /**
7952
+ * Strings of {@link _MentionPopover} that can be overridden.
7953
+ *
7954
+ * @beta
7955
+ */
7956
+ export declare interface MentionPopoverStrings {
7957
+ /**
7958
+ * Header text for MentionPopover
7959
+ */
7960
+ mentionPopoverHeader: string;
7961
+ }
7962
+
6642
7963
  /**
6643
7964
  * Discriminated union of all messages.
6644
7965
  *
@@ -6646,7 +7967,7 @@ export declare interface MediaDiagnosticsState {
6646
7967
  *
6647
7968
  * @public
6648
7969
  */
6649
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7970
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
6650
7971
 
6651
7972
  /**
6652
7973
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -6880,7 +8201,7 @@ export declare type MessageThreadProps = {
6880
8201
  /**
6881
8202
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
6882
8203
  */
6883
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
8204
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
6884
8205
  /**
6885
8206
  * number of participants in the thread
6886
8207
  */
@@ -6961,6 +8282,11 @@ export declare type MessageThreadProps = {
6961
8282
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
6962
8283
  */
6963
8284
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
8285
+ /**
8286
+ * Optional callback to render attachments in the message component.
8287
+ * @beta
8288
+ */
8289
+ onRenderAttachmentDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
6964
8290
  /**
6965
8291
  * Optional callback to edit a message.
6966
8292
  *
@@ -7002,11 +8328,33 @@ export declare type MessageThreadProps = {
7002
8328
  * Optional strings to override in component
7003
8329
  */
7004
8330
  strings?: Partial<MessageThreadStrings>;
8331
+ /**
8332
+ * @beta
8333
+ * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
8334
+ * As this moment, the uploadOptions would be ignored and this option is intended for download only.
8335
+ */
8336
+ attachmentOptions?: AttachmentOptions;
8337
+ /**
8338
+ * Optional function to provide customized date format.
8339
+ * @beta
8340
+ */
8341
+ onDisplayDateTimeString?: (messageDate: Date) => string;
8342
+ /**
8343
+ * Optional props needed to lookup a mention query and display mentions
8344
+ * @beta
8345
+ */
8346
+ mentionOptions?: MentionOptions;
7005
8347
  /**
7006
8348
  * Optional callback called when an inline image is clicked.
7007
8349
  * @beta
7008
8350
  */
7009
8351
  inlineImageOptions?: InlineImageOptions;
8352
+ /**
8353
+ * enables rich text editor for the edit box
8354
+ *
8355
+ * @defaultValue `false`
8356
+ */
8357
+ richTextEditor?: boolean;
7010
8358
  };
7011
8359
 
7012
8360
  /**
@@ -7080,6 +8428,16 @@ export declare interface MessageThreadStrings {
7080
8428
  actionMenuMoreOptions?: string;
7081
8429
  /** Aria label to announce when a message is deleted */
7082
8430
  messageDeletedAnnouncementAriaLabel: string;
8431
+ /** String for download attachment button in attachment card */
8432
+ downloadAttachment: string;
8433
+ /** String for open attachment button in attachment card */
8434
+ openAttachment: string;
8435
+ /** String for policy violation message removal */
8436
+ blockedWarningText: string;
8437
+ /** String for policy violation message removal details link */
8438
+ blockedWarningLinkText: string;
8439
+ /** String for aria text in attachment card group*/
8440
+ attachmentCardGroupMessage: string;
7083
8441
  }
7084
8442
 
7085
8443
  /**
@@ -7107,6 +8465,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
7107
8465
  /** Styles for system message container. */
7108
8466
  systemMessageContainer?: ComponentSlotStyle;
7109
8467
  /** Styles for blocked message container. */
8468
+ blockedMessageContainer?: ComponentSlotStyle;
7110
8469
  /** Styles for message status indicator container. */
7111
8470
  messageStatusContainer?: (mine: boolean) => IStyle;
7112
8471
  }
@@ -7275,6 +8634,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
7275
8634
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
7276
8635
  }
7277
8636
 
8637
+ /**
8638
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8639
+ * by their browsers settings.
8640
+ *
8641
+ * @beta
8642
+ */
8643
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8644
+
8645
+ /**
8646
+ * @beta
8647
+ * Props for MicrophoneSitePermissions component.
8648
+ */
8649
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8650
+ /** Icon name for the microphone icon */
8651
+ microphoneIconName?: string;
8652
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
8653
+ strings?: MicrophoneSitePermissionsStrings;
8654
+ }
8655
+
8656
+ /**
8657
+ * @beta
8658
+ * Strings for MicrophoneSitePermissions component.
8659
+ */
8660
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8661
+
7278
8662
  /**
7279
8663
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
7280
8664
  *
@@ -7293,6 +8677,13 @@ export declare interface NetworkDiagnosticsState {
7293
8677
  latest: LatestNetworkDiagnostics;
7294
8678
  }
7295
8679
 
8680
+ /**
8681
+ * Callback function used to provide custom data to build profile for a user.
8682
+ *
8683
+ * @beta
8684
+ */
8685
+ export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8686
+
7296
8687
  /**
7297
8688
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
7298
8689
  *
@@ -7415,6 +8806,14 @@ export declare interface ParticipantItemProps {
7415
8806
  onClick?: (props?: ParticipantItemProps) => void;
7416
8807
  /** Optional value to determine if the tooltip should be shown for participants or not */
7417
8808
  showParticipantOverflowTooltip?: boolean;
8809
+ /**
8810
+ * Optional value to determine and display a participants connection status.
8811
+ * For example, `Connecting`, `Ringing` etc.
8812
+ * The actual text that is displayed is determined by the localized string
8813
+ * corresponding to the provided participant state.
8814
+ * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8815
+ */
8816
+ participantState?: ParticipantState;
7418
8817
  /**
7419
8818
  * Optional aria property that prefixes the ParticipantItems aria content
7420
8819
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -7440,6 +8839,12 @@ export declare interface ParticipantItemStrings {
7440
8839
  mutedIconLabel: string;
7441
8840
  /** placeholder text for participants who does not have a display name*/
7442
8841
  displayNamePlaceholder?: string;
8842
+ /** String shown when `participantState` is `Ringing` */
8843
+ participantStateRinging?: string;
8844
+ /** String shown when `participantState` is `Hold` */
8845
+ participantStateHold?: string;
8846
+ /** String for the attendee role */
8847
+ attendeeRole: string;
7443
8848
  }
7444
8849
 
7445
8850
  /**
@@ -7518,6 +8923,10 @@ export declare type ParticipantListProps = {
7518
8923
  styles?: ParticipantListStyles;
7519
8924
  /** Optional value to determine if the tooltip should be shown for participants or not */
7520
8925
  showParticipantOverflowTooltip?: boolean;
8926
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
8927
+ totalParticipantCount?: number;
8928
+ /** Strings for the participant list */
8929
+ strings?: ParticipantListStrings;
7521
8930
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
7522
8931
  participantAriaLabelledBy?: string;
7523
8932
  };
@@ -7530,8 +8939,21 @@ export declare type ParticipantListProps = {
7530
8939
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7531
8940
  participants: CallParticipantListParticipant[];
7532
8941
  myUserId: string;
8942
+ totalParticipantCount?: number;
7533
8943
  };
7534
8944
 
8945
+ /**
8946
+ * Strings for the {@link ParticipantList}.
8947
+ *
8948
+ * @beta
8949
+ */
8950
+ export declare interface ParticipantListStrings {
8951
+ /**
8952
+ * String for rendering the count of participants not contained in the displayed participant list
8953
+ */
8954
+ overflowParticipantCount?: string;
8955
+ }
8956
+
7535
8957
  /**
7536
8958
  * Styles for the {@link ParticipantList}.
7537
8959
  *
@@ -7761,6 +9183,18 @@ export declare interface PPTLiveCallFeatureState {
7761
9183
  isActive: boolean;
7762
9184
  }
7763
9185
 
9186
+ /**
9187
+ * The profile of a user.
9188
+ *
9189
+ * @beta
9190
+ */
9191
+ export declare type Profile = {
9192
+ /**
9193
+ * Primary text to display, usually the name of the person.
9194
+ */
9195
+ displayName?: string;
9196
+ };
9197
+
7764
9198
  /**
7765
9199
  * Raised hand state with order
7766
9200
  *
@@ -7952,10 +9386,6 @@ export declare type ReactionSprite = {
7952
9386
  * The frame count of the resource reaction in the sprite image
7953
9387
  */
7954
9388
  frameCount: number;
7955
- /**
7956
- * The square size of one frame in the animation resource..
7957
- */
7958
- size?: number;
7959
9389
  };
7960
9390
 
7961
9391
  /**
@@ -7998,6 +9428,15 @@ export declare interface RecordingCallFeature {
7998
9428
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
7999
9429
  */
8000
9430
  isRecordingActive: boolean;
9431
+ /**
9432
+ * Contains list of information of started recordings
9433
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
9434
+ */
9435
+ activeRecordings?: RecordingInfo[];
9436
+ /**
9437
+ * Contains list of information of stopped recordings
9438
+ */
9439
+ lastStoppedRecording?: RecordingInfo[];
8001
9440
  }
8002
9441
 
8003
9442
  /**
@@ -8037,105 +9476,242 @@ export declare interface RemoteParticipantState {
8037
9476
  /**
8038
9477
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
8039
9478
  */
8040
- isSpeaking: boolean;
9479
+ isSpeaking: boolean;
9480
+ /**
9481
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
9482
+ */
9483
+ role?: ParticipantRole;
9484
+ /**
9485
+ * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9486
+ */
9487
+ raisedHand?: RaisedHandState;
9488
+ /**
9489
+ * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
9490
+ *
9491
+ * @public
9492
+ */
9493
+ contentSharingStream?: HTMLElement;
9494
+ /**
9495
+ * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
9496
+ * UI helper props receivedOn which indicates the timestamp when the message was received.
9497
+ *
9498
+ * @public
9499
+ */
9500
+ reactionState?: ReactionState;
9501
+ /**
9502
+ * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9503
+ */
9504
+ spotlight?: SpotlightState;
9505
+ }
9506
+
9507
+ /**
9508
+ * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
9509
+ *
9510
+ * @public
9511
+ */
9512
+ export declare interface RemoteVideoStreamState {
9513
+ /**
9514
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
9515
+ */
9516
+ id: number;
9517
+ /**
9518
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
9519
+ */
9520
+ mediaStreamType: MediaStreamType;
9521
+ /**
9522
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
9523
+ */
9524
+ isAvailable: boolean;
9525
+ /**
9526
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
9527
+ * @public
9528
+ */
9529
+ isReceiving: boolean;
9530
+ /**
9531
+ * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
9532
+ * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
9533
+ */
9534
+ view?: VideoStreamRendererViewState;
9535
+ /**
9536
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
9537
+ */
9538
+ streamSize?: {
9539
+ width: number;
9540
+ height: number;
9541
+ };
9542
+ }
9543
+
9544
+ /**
9545
+ * Menu options for remote video tiles in {@link VideoGallery}.
9546
+ *
9547
+ * @public
9548
+ */
9549
+ export declare interface RemoteVideoTileMenuOptions {
9550
+ /**
9551
+ * If set to true, remote video tiles in the VideoGallery will not have menu options
9552
+ *
9553
+ * @defaultValue false
9554
+ */
9555
+ isHidden?: boolean;
9556
+ }
9557
+
9558
+ /**
9559
+ * Details required for download a resource to cache.
9560
+ *
9561
+ * @public
9562
+ */
9563
+ export declare type ResourceDetails = {
9564
+ threadId: string;
9565
+ messageId: string;
9566
+ resourceUrl: string;
9567
+ };
9568
+
9569
+ /**
9570
+ * Result of the Resource downloaded from stateful client
9571
+ * @public
9572
+ */
9573
+ export declare type ResourceFetchResult = {
9574
+ sourceUrl?: string;
9575
+ error?: Error;
9576
+ };
9577
+
9578
+ /**
9579
+ * A component to render SendBox with Rich Text Editor support.
9580
+ *
9581
+ * @beta
9582
+ */
9583
+ export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
9584
+
9585
+ /**
9586
+ * Props for {@link RichTextSendBox}.
9587
+ *
9588
+ * @beta
9589
+ */
9590
+ export declare interface RichTextSendBoxProps {
9591
+ /**
9592
+ * Optional boolean to disable text box
9593
+ * @defaultValue false
9594
+ */
9595
+ disabled?: boolean;
9596
+ /**
9597
+ * Optional strings to override in component
9598
+ */
9599
+ strings?: Partial<RichTextSendBoxStrings>;
9600
+ /**
9601
+ * Optional text for system message above the text box
9602
+ */
9603
+ systemMessage?: string;
9604
+ /**
9605
+ * Optional array of active attachment uploads where each object has attributes
9606
+ * of a attachment upload like name, progress, errorMessage etc.
9607
+ * @beta
9608
+ */
9609
+ activeAttachmentUploads?: AttachmentMetadata[];
9610
+ /**
9611
+ * enumerable to determine if the input box has focus on render or not.
9612
+ * When undefined nothing has focus on render
9613
+ */
9614
+ autoFocus?: 'sendBoxTextField';
9615
+ /**
9616
+ * Optional callback to remove the attachment upload before sending by clicking on
9617
+ * cancel icon.
9618
+ * @beta
9619
+ */
9620
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
9621
+ /**
9622
+ * Callback function used when the send button is clicked.
9623
+ */
9624
+ onSendMessage: (content: string) => Promise<void>;
9625
+ /**
9626
+ * Optional callback called when user is typing
9627
+ */
9628
+ onTyping?: () => Promise<void>;
9629
+ }
9630
+
9631
+ /**
9632
+ * Strings of {@link RichTextSendBox} that can be overridden.
9633
+ *
9634
+ * @beta
9635
+ */
9636
+ export declare interface RichTextSendBoxStrings extends SendBoxStrings {
9637
+ /**
9638
+ * Tooltip text for the bold button.
9639
+ */
9640
+ boldTooltip: string;
9641
+ /**
9642
+ * Tooltip text for the italic button.
9643
+ */
9644
+ italicTooltip: string;
9645
+ /**
9646
+ * Tooltip text for the underline button.
9647
+ */
9648
+ underlineTooltip: string;
9649
+ /**
9650
+ * Tooltip text for the bullet list button.
9651
+ */
9652
+ bulletListTooltip: string;
9653
+ /**
9654
+ * Tooltip text for the number list button.
9655
+ */
9656
+ numberListTooltip: string;
9657
+ /**
9658
+ * Tooltip text for the increase indent button.
9659
+ */
9660
+ increaseIndentTooltip: string;
9661
+ /**
9662
+ * Tooltip text for the decrease indent button.
9663
+ */
9664
+ decreaseIndentTooltip: string;
8041
9665
  /**
8042
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
9666
+ * Tooltip text insert table button.
8043
9667
  */
8044
- role?: ParticipantRole;
9668
+ insertTableTooltip: string;
8045
9669
  /**
8046
- * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9670
+ * Tooltip text for the rich text format button button.
8047
9671
  */
8048
- raisedHand?: RaisedHandState;
9672
+ richTextFormatButtonTooltip: string;
8049
9673
  /**
8050
- * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
8051
- *
8052
- * @public
9674
+ * Text for the insert menu item.
8053
9675
  */
8054
- contentSharingStream?: HTMLElement;
9676
+ insertRowOrColumnMenu: string;
8055
9677
  /**
8056
- * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
8057
- * UI helper props receivedOn which indicates the timestamp when the message was received.
8058
- *
8059
- * @public
9678
+ * Title for the insert table menu.
8060
9679
  */
8061
- reactionState?: ReactionState;
9680
+ insertTableMenuTitle: string;
8062
9681
  /**
8063
- * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9682
+ * Text for the insert menu item to insert row above the current selection.
8064
9683
  */
8065
- spotlight?: SpotlightState;
8066
- }
8067
-
8068
- /**
8069
- * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
8070
- *
8071
- * @public
8072
- */
8073
- export declare interface RemoteVideoStreamState {
9684
+ insertRowAboveMenu: string;
8074
9685
  /**
8075
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
9686
+ * Text for the insert menu item to insert row below the current selection.
8076
9687
  */
8077
- id: number;
9688
+ insertRowBelowMenu: string;
8078
9689
  /**
8079
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
9690
+ * Text for the insert menu item to insert column to the left from the current selection.
8080
9691
  */
8081
- mediaStreamType: MediaStreamType;
9692
+ insertColumnLeftMenu: string;
8082
9693
  /**
8083
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
9694
+ * Text for the insert menu item to insert column to the right from the current selection.
8084
9695
  */
8085
- isAvailable: boolean;
9696
+ insertColumnRightMenu: string;
8086
9697
  /**
8087
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8088
- * @public
9698
+ * Text for the delete row or column menu.
8089
9699
  */
8090
- isReceiving: boolean;
9700
+ deleteRowOrColumnMenu: string;
8091
9701
  /**
8092
- * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8093
- * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
9702
+ * Text for the delete column menu.
8094
9703
  */
8095
- view?: VideoStreamRendererViewState;
9704
+ deleteColumnMenu: string;
8096
9705
  /**
8097
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
9706
+ * Text for the delete row menu.
8098
9707
  */
8099
- streamSize?: {
8100
- width: number;
8101
- height: number;
8102
- };
8103
- }
8104
-
8105
- /**
8106
- * Menu options for remote video tiles in {@link VideoGallery}.
8107
- *
8108
- * @public
8109
- */
8110
- export declare interface RemoteVideoTileMenuOptions {
9708
+ deleteRowMenu: string;
8111
9709
  /**
8112
- * If set to true, remote video tiles in the VideoGallery will not have menu options
8113
- *
8114
- * @defaultValue false
9710
+ * Text for the delete table menu.
8115
9711
  */
8116
- isHidden?: boolean;
9712
+ deleteTableMenu: string;
8117
9713
  }
8118
9714
 
8119
- /**
8120
- * Details required for download a resource to cache.
8121
- *
8122
- * @public
8123
- */
8124
- export declare type ResourceDetails = {
8125
- threadId: string;
8126
- messageId: string;
8127
- resourceUrl: string;
8128
- };
8129
-
8130
- /**
8131
- * Result of the Resource downloaded from stateful client
8132
- * @public
8133
- */
8134
- export declare type ResourceFetchResult = {
8135
- sourceUrl?: string;
8136
- error?: Error;
8137
- };
8138
-
8139
9715
  /**
8140
9716
  * A button to start / stop screen sharing.
8141
9717
  *
@@ -8207,6 +9783,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
8207
9783
  */
8208
9784
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
8209
9785
 
9786
+ /**
9787
+ * @beta
9788
+ * Error to be displayed to the user in an error bar above sendbox.
9789
+ */
9790
+ export declare interface SendBoxErrorBarError {
9791
+ /** Error Message to be displayed */
9792
+ message: string;
9793
+ /**
9794
+ * Unix Timestamp. Preferred generation using `Date.now()`
9795
+ */
9796
+ timestamp: number;
9797
+ }
9798
+
8210
9799
  /**
8211
9800
  * Props for {@link SendBox}.
8212
9801
  *
@@ -8226,6 +9815,11 @@ export declare interface SendBoxProps {
8226
9815
  * Optional override behavior on send button click
8227
9816
  */
8228
9817
  onSendMessage?: (content: string) => Promise<void>;
9818
+ /**
9819
+ * Optional props needed to lookup suggestions in the mention scenario.
9820
+ * @beta
9821
+ */
9822
+ mentionLookupOptions?: MentionLookupOptions;
8229
9823
  /**
8230
9824
  * Optional callback called when user is typing
8231
9825
  */
@@ -8262,6 +9856,25 @@ export declare interface SendBoxProps {
8262
9856
  * When undefined nothing has focus on render
8263
9857
  */
8264
9858
  autoFocus?: 'sendBoxTextField';
9859
+ /**
9860
+ * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
9861
+ * vertically to accommodate the uploaded attachments. Attachment uploads will
9862
+ * be rendered below the text area in sendBox.
9863
+ * @beta
9864
+ */
9865
+ onRenderAttachmentUploads?: () => JSX.Element;
9866
+ /**
9867
+ * Optional array of active attachment uploads where each object has attributes
9868
+ * of a attachment upload like name, progress, errorMessage etc.
9869
+ * @beta
9870
+ */
9871
+ activeAttachmentUploads?: AttachmentMetadata[];
9872
+ /**
9873
+ * Optional callback to remove the attachment upload before sending by clicking on
9874
+ * cancel icon.
9875
+ * @beta
9876
+ */
9877
+ onCancelAttachmentUpload?: (attachmentId: string) => void;
8265
9878
  }
8266
9879
 
8267
9880
  /**
@@ -8292,6 +9905,26 @@ export declare interface SendBoxStrings {
8292
9905
  * Aria label for send message button
8293
9906
  */
8294
9907
  sendButtonAriaLabel: string;
9908
+ /**
9909
+ * Error message indicating that all attachment uploads are not complete.
9910
+ */
9911
+ attachmentUploadsPendingError: string;
9912
+ /**
9913
+ * Aria label to notify user when focus is on cancel attachment upload button.
9914
+ */
9915
+ removeAttachment: string;
9916
+ /**
9917
+ * Aria label to notify user attachment uploading starts.
9918
+ */
9919
+ uploading: string;
9920
+ /**
9921
+ * Aria label to notify user attachment is uploaded.
9922
+ */
9923
+ uploadCompleted: string;
9924
+ /**
9925
+ * Aria label to notify user more attachment action menu.
9926
+ */
9927
+ attachmentMoreMenu: string;
8295
9928
  }
8296
9929
 
8297
9930
  /**
@@ -8312,6 +9945,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
8312
9945
  systemMessage?: IStyle;
8313
9946
  }
8314
9947
 
9948
+ /**
9949
+ * @beta
9950
+ * Strings for SitePermissions component
9951
+ */
9952
+ export declare type SitePermissionsStrings = {
9953
+ /**
9954
+ * Main text string.
9955
+ */
9956
+ primaryText?: string;
9957
+ /**
9958
+ * Subtext string.
9959
+ */
9960
+ secondaryText?: string;
9961
+ /**
9962
+ * More help link string.
9963
+ */
9964
+ linkText?: string;
9965
+ /**
9966
+ * Primary button text string.
9967
+ */
9968
+ primaryButtonText?: string;
9969
+ /**
9970
+ * Aria label describing the content of the container
9971
+ */
9972
+ ariaLabel?: string;
9973
+ };
9974
+
9975
+ /**
9976
+ * Fluent styles for {@link SitePermissionsContainer}.
9977
+ *
9978
+ * @beta
9979
+ */
9980
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
9981
+ /** Styles for the primary button. */
9982
+ primaryButton?: IButtonStyles;
9983
+ /** Styles for the help troubleshooting link text. */
9984
+ troubleshootingLink?: ILinkStyles;
9985
+ }
9986
+
8315
9987
  /**
8316
9988
  * @public
8317
9989
  * Type for representing a custom sound to use for a calling event
@@ -8492,7 +10164,7 @@ export declare interface SpotlightState {
8492
10164
  * Identifier types for initiating a call using the CallAdapter
8493
10165
  * @public
8494
10166
  */
8495
- export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
10167
+ 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;
8496
10168
 
8497
10169
  /**
8498
10170
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
@@ -8605,6 +10277,19 @@ export declare interface StatefulCallClient extends CallClient {
8605
10277
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
8606
10278
  */
8607
10279
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
10280
+ /** @conditional-compile-remove(one-to-n-calling) */
10281
+ /**
10282
+ * The CallAgent is used to handle calls.
10283
+ * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
10284
+ * - The CallClient can only have one active CallAgent instance at a time.
10285
+ * - You can create a new CallClient instance to create a new CallAgent.
10286
+ * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
10287
+ * createCallAgent() method again to create a new CallAgent.
10288
+ * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
10289
+ * @param options - The CallAgentOptions for additional options like display name.
10290
+ * @public
10291
+ */
10292
+ createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
8608
10293
  }
8609
10294
 
8610
10295
  /**
@@ -8617,7 +10302,16 @@ export declare type StatefulCallClientArgs = {
8617
10302
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
8618
10303
  * state. It is not used by StatefulCallClient.
8619
10304
  */
8620
- userId: CommunicationUserIdentifier;
10305
+ userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
10306
+ /**
10307
+ * A phone number in E.164 format that will be used to represent the callers identity. This number is required
10308
+ * to start a PSTN call.
10309
+ *
10310
+ * example: +11234567
10311
+ *
10312
+ * This is not a cached value from the headless calling client.
10313
+ */
10314
+ alternateCallerId?: string;
8621
10315
  };
8622
10316
 
8623
10317
  /**
@@ -8848,6 +10542,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
8848
10542
  */
8849
10543
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
8850
10544
 
10545
+ /**
10546
+ * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
10547
+ *
10548
+ * @beta
10549
+ */
10550
+ export declare interface TeamsCallAdapter extends CommonCallAdapter {
10551
+ /**
10552
+ * Join the call with microphone initially on/off.
10553
+ * @deprecated Use joinCall(options?:JoinCallOptions) instead.
10554
+ * @param microphoneOn - Whether microphone is initially enabled
10555
+ *
10556
+ * @beta
10557
+ */
10558
+ joinCall(microphoneOn?: boolean): TeamsCall | undefined;
10559
+ /**
10560
+ * Join the call with options bag to set microphone/camera initial state when joining call
10561
+ * true = turn on the device when joining call
10562
+ * false = turn off the device when joining call
10563
+ * 'keep'/undefined = retain devices' precall state
10564
+ *
10565
+ * @param options - param to set microphone/camera initially on/off.
10566
+ *
10567
+ * @public
10568
+ */
10569
+ joinCall(options?: JoinCallOptions): TeamsCall | undefined;
10570
+ /**
10571
+ * Start the call.
10572
+ *
10573
+ * @param participants - An array of participant ids to join
10574
+ *
10575
+ * @beta
10576
+ */
10577
+ startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
10578
+ /**
10579
+ * Start the call.
10580
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
10581
+ * @beta
10582
+ */
10583
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
10584
+ }
10585
+
10586
+ /**
10587
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
10588
+ *
10589
+ * @beta
10590
+ */
10591
+ export declare type TeamsCallAdapterArgs = {
10592
+ userId: MicrosoftTeamsUserIdentifier;
10593
+ credential: CommunicationTokenCredential;
10594
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
10595
+ /**
10596
+ * Optional parameters for the {@link TeamsCallAdapter} created
10597
+ */
10598
+ options?: TeamsAdapterOptions;
10599
+ };
10600
+
10601
+ /**
10602
+ * Object containing all the teams call handlers required for calling components.
10603
+ *
10604
+ * Calling related components from this package are able to pick out relevant handlers from this object.
10605
+ * See {@link useHandlers} and {@link usePropsFor}.
10606
+ *
10607
+ * @beta
10608
+ */
10609
+ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
10610
+ onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
10611
+ }
10612
+
8851
10613
  /**
8852
10614
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
8853
10615
  *
@@ -9048,11 +10810,118 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
9048
10810
  typingString?: IStyle;
9049
10811
  }
9050
10812
 
10813
+ /**
10814
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
10815
+ *
10816
+ * @beta
10817
+ */
10818
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
10819
+
10820
+ /**
10821
+ * props for {@link UnsupportedBrowser} UI
10822
+ *
10823
+ * @beta
10824
+ */
10825
+ export declare interface UnsupportedBrowserProps {
10826
+ /** Handler to perform an action when the help link is actioned */
10827
+ onTroubleshootingClick?: () => void;
10828
+ /** String overrides for the component */
10829
+ strings?: UnsupportedBrowserStrings;
10830
+ }
10831
+
10832
+ /**
10833
+ * Strings for UnsupportedBrowser component
10834
+ *
10835
+ * @beta
10836
+ */
10837
+ export declare interface UnsupportedBrowserStrings {
10838
+ /** String for the primary text */
10839
+ primaryText: string;
10840
+ /** String for the secondary text */
10841
+ secondaryText: string;
10842
+ /** String to display in the text for the help link */
10843
+ moreHelpLinkText: string;
10844
+ }
10845
+
10846
+ /**
10847
+ * UI to display to the user that the browser version they are using is out of date
10848
+ * and not supported by Azure Communications Calling service.
10849
+ *
10850
+ * @beta
10851
+ */
10852
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
10853
+
10854
+ /**
10855
+ * props for {@link UnsupportedBrowserVersion} UI
10856
+ *
10857
+ * @beta
10858
+ */
10859
+ export declare interface UnsupportedBrowserVersionProps {
10860
+ /** Handler to perform an action when the help link is actioned */
10861
+ onTroubleshootingClick?: () => void;
10862
+ /** String overrides for the component */
10863
+ strings?: UnsupportedBrowserVersionStrings;
10864
+ /** Handler to allow user to continue into the call */
10865
+ onContinueAnywayClick?: () => void;
10866
+ }
10867
+
10868
+ /**
10869
+ * Strings for UnsupportedBrowser component
10870
+ *
10871
+ * @beta
10872
+ */
10873
+ export declare interface UnsupportedBrowserVersionStrings {
10874
+ /** String for the primary text */
10875
+ primaryText: string;
10876
+ /** String for the secondary text */
10877
+ secondaryText: string;
10878
+ /** String to display in the text for the help link */
10879
+ moreHelpLinkText: string;
10880
+ /** String for continue without updating button */
10881
+ continueAnywayButtonText?: string;
10882
+ }
10883
+
10884
+ /**
10885
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
10886
+ *
10887
+ * @beta
10888
+ */
10889
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
10890
+
10891
+ /**
10892
+ * Props for {@link UnsupportedOperatingSystem} UI
10893
+ *
10894
+ * @beta
10895
+ */
10896
+ export declare interface UnsupportedOperatingSystemProps {
10897
+ /** Handler to perform a action when the help link is actioned */
10898
+ onTroubleshootingClick?: () => void;
10899
+ /** String overrides for the component */
10900
+ strings?: UnsupportedOperatingSystemStrings;
10901
+ }
10902
+
10903
+ /**
10904
+ * Strings for UnsupportedBrowser component
10905
+ *
10906
+ * @beta
10907
+ */
10908
+ export declare interface UnsupportedOperatingSystemStrings {
10909
+ /** String for the primary text */
10910
+ primaryText: string;
10911
+ /** String for the secondary text */
10912
+ secondaryText: string;
10913
+ /** String to display in the text for the help link */
10914
+ moreHelpLinkText: string;
10915
+ }
10916
+
9051
10917
  /**
9052
10918
  * @public
9053
10919
  * Callback function run when a message is updated.
9054
10920
  */
9055
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
10921
+ export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
10922
+ metadata?: Record<string, string>;
10923
+ attachmentMetadata?: AttachmentMetadata[];
10924
+ }) => Promise<void>;
9056
10925
 
9057
10926
  /**
9058
10927
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -9200,6 +11069,44 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
9200
11069
  */
9201
11070
  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;
9202
11071
 
11072
+ /**
11073
+ * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
11074
+ *
11075
+ * Useful when implementing a custom component that utilizes the providers
11076
+ * exported from this library.
11077
+ *
11078
+ * you must have previously used the CallProvider with a TeamsCall object to use this hook
11079
+ *
11080
+ * @beta
11081
+ */
11082
+ export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
11083
+
11084
+ /**
11085
+ * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
11086
+ *
11087
+ * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
11088
+ * creation of the adapter internally.
11089
+ *
11090
+ * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
11091
+ * as they are created. The adapter is only created when all arguments are defined.
11092
+ *
11093
+ * Note that you must memoize the arguments to avoid recreating adapter on each render.
11094
+ * See storybook for typical usage examples.
11095
+ *
11096
+ * @beta
11097
+ */
11098
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
11099
+
11100
+ /**
11101
+ * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
11102
+ *
11103
+ * Useful when implementing a custom component that utilizes the providers
11104
+ * exported from this library.
11105
+ *
11106
+ * @beta
11107
+ */
11108
+ export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
11109
+
9203
11110
  /**
9204
11111
  * React hook to access theme
9205
11112
  *
@@ -9339,7 +11246,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
9339
11246
  /**
9340
11247
  * @public
9341
11248
  */
9342
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
11249
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
9343
11250
 
9344
11251
  /**
9345
11252
  * The state of the local participant in the {@link VideoGallery}.
@@ -9515,6 +11422,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
9515
11422
  isSpeaking?: boolean;
9516
11423
  /** Video stream of shared screen */
9517
11424
  screenShareStream?: VideoGalleryStream;
11425
+ /**
11426
+ * @beta
11427
+ * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
11428
+ */
11429
+ state?: ParticipantState;
9518
11430
  /** Whether participant is raised a hand */
9519
11431
  raisedHand?: RaisedHand;
9520
11432
  /**
@@ -9611,6 +11523,8 @@ export declare interface VideoGalleryStrings {
9611
11523
  stopSpotlightVideoTileMenuLabel: string;
9612
11524
  /** Menu text shown in Video Tile contextual menu to stop spotlight on local user's video tile */
9613
11525
  stopSpotlightOnSelfVideoTileMenuLabel: string;
11526
+ /** String for the attendee role */
11527
+ attendeeRole: string;
9614
11528
  }
9615
11529
 
9616
11530
  /**
@@ -9776,6 +11690,12 @@ export declare interface VideoTileProps {
9776
11690
  isSpeaking?: boolean;
9777
11691
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
9778
11692
  raisedHand?: RaisedHand;
11693
+ /**
11694
+ * The call connection state of the participant.
11695
+ * For example, `Hold` means the participant is on hold.
11696
+ */
11697
+ participantState?: ParticipantState;
11698
+ strings?: VideoTileStrings;
9779
11699
  /**
9780
11700
  * Display custom menu items in the VideoTile's contextual menu.
9781
11701
  * Uses Fluent UI ContextualMenu.
@@ -9796,6 +11716,15 @@ export declare interface VideoTileProps {
9796
11716
  reactionResources?: ReactionResources;
9797
11717
  }
9798
11718
 
11719
+ /**
11720
+ * Strings of {@link VideoTile} that can be overridden.
11721
+ * @beta
11722
+ */
11723
+ export declare interface VideoTileStrings {
11724
+ participantStateRinging: string;
11725
+ participantStateHold: string;
11726
+ }
11727
+
9799
11728
  /**
9800
11729
  * Fluent styles for {@link VideoTile}.
9801
11730
  *