@azure/communication-react 1.10.0-alpha-202311100012 → 1.10.0

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 (1042) hide show
  1. package/dist/communication-react.d.ts +68 -2248
  2. package/dist/dist-cjs/communication-react/index.js +4785 -11799
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
  11. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -2
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -11
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  23. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +10 -54
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  26. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +5 -12
  27. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -24
  29. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -11
  31. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +41 -52
  32. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +1 -11
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +3 -19
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -19
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  44. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  45. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  46. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  47. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  48. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +13 -58
  49. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  52. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  61. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -23
  62. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +0 -4
  64. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +1 -14
  65. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -4
  67. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -41
  68. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  69. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +8 -52
  70. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  71. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  72. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  73. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
  77. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -64
  79. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -8
  81. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +13 -79
  82. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  84. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +79 -109
  86. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +5 -13
  91. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/Converter.js +12 -24
  95. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +57 -51
  97. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  99. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  100. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
  102. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
  106. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  108. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +0 -8
  109. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  113. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
  114. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  116. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
  117. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +31 -33
  119. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  120. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
  121. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  122. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  124. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  125. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  126. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  127. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  128. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  129. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  130. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
  131. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  134. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  135. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  136. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +14 -13
  138. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  139. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -5
  140. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +12 -5
  141. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  142. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  144. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +15 -146
  147. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  148. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  149. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  150. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  151. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  152. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  153. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  154. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  155. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  156. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
  158. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  160. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
  162. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  163. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -10
  165. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  166. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  167. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  168. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  169. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
  170. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  171. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -6
  172. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  173. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  174. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  175. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  176. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  177. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  178. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  179. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -1
  180. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  181. package/dist/dist-esm/communication-react/src/index.d.ts +0 -27
  182. package/dist/dist-esm/communication-react/src/index.js +0 -16
  183. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  184. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
  186. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  187. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
  190. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  191. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  192. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  193. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  194. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/CameraButton.js +19 -8
  197. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  199. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +8 -9
  201. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +22 -44
  203. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +4 -6
  205. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -37
  207. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  208. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +1 -22
  209. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +5 -20
  210. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +0 -2
  212. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +39 -36
  213. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -22
  215. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +19 -93
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -15
  218. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +21 -124
  219. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  221. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  223. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  225. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  228. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  230. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  232. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  234. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  236. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
  238. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
  240. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  242. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  244. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  246. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  248. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
  250. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  253. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
  255. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/FileCard.js +3 -2
  257. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  259. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -31
  261. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +14 -37
  262. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +7 -8
  264. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  266. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  268. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
  270. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  272. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +17 -26
  273. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  275. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +10 -29
  277. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -23
  279. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -52
  281. package/dist/dist-esm/react-components/src/components/MessageThread.js +91 -221
  282. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -17
  284. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  286. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  288. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
  289. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  291. package/dist/dist-esm/react-components/src/components/ParticipantList.js +26 -70
  292. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  294. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  296. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  298. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
  300. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +14 -47
  302. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  303. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  304. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  306. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
  308. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -41
  310. package/dist/dist-esm/react-components/src/components/SendBox.js +13 -39
  311. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  313. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  314. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
  316. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  318. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  320. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  322. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  324. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
  326. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  327. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
  328. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  330. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
  332. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +34 -19
  334. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
  336. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +12 -8
  338. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +17 -13
  340. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
  342. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +16 -38
  344. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +10 -14
  346. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +0 -5
  348. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +27 -70
  349. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  351. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  354. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -19
  356. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  358. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
  360. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +0 -5
  362. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +22 -65
  363. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  365. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +32 -7
  367. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  369. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
  375. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
  377. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
  379. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  381. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +32 -19
  383. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  385. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +22 -62
  386. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -14
  388. package/dist/dist-esm/react-components/src/components/VideoGallery.js +36 -131
  389. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -7
  391. package/dist/dist-esm/react-components/src/components/VideoTile.js +54 -39
  392. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  394. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -19
  396. package/dist/dist-esm/react-components/src/components/index.js +0 -12
  397. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  398. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +5 -1
  401. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  404. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  405. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  409. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +4 -1
  410. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  411. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +1 -1
  413. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +8 -2
  414. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  416. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  419. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  421. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -0
  424. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -0
  427. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  428. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +17 -3
  429. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  430. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
  433. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  434. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  435. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  437. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  439. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
  440. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  442. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  443. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  444. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  445. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
  446. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  447. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  448. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/components/utils.js +10 -13
  450. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  451. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
  452. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  454. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  455. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
  456. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  459. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  460. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -65
  461. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  463. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +3 -1
  464. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +3 -2
  466. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +3 -1
  467. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  468. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +3 -2
  469. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +3 -1
  470. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  471. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +3 -2
  472. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +3 -1
  473. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +3 -2
  475. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +3 -1
  476. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  477. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +3 -2
  478. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +3 -1
  479. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +3 -2
  481. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +3 -1
  482. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +3 -2
  484. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +3 -1
  485. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  486. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +3 -2
  487. package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
  488. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +3 -1
  490. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  491. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +3 -2
  492. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +3 -1
  493. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  494. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +3 -2
  495. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +3 -1
  496. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  497. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +3 -2
  498. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +3 -1
  499. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  500. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +3 -2
  501. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +3 -1
  502. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +3 -2
  504. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +3 -1
  505. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  506. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +3 -2
  507. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +3 -1
  508. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  509. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +3 -2
  510. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +3 -1
  511. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  512. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +3 -2
  513. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +3 -1
  514. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  515. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +3 -2
  516. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +3 -1
  517. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +3 -2
  519. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +3 -1
  521. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  522. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +3 -2
  523. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +3 -1
  524. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +3 -2
  526. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
  527. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  528. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  529. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  530. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -15
  531. package/dist/dist-esm/react-components/src/theming/icons.js +10 -112
  532. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  536. package/dist/dist-esm/react-components/src/theming/themes.d.ts +2 -21
  537. package/dist/dist-esm/react-components/src/theming/themes.js +0 -16
  538. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
  540. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  542. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -27
  543. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  544. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  545. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  547. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  548. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  549. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  550. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  552. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  553. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  554. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -112
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +38 -128
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -144
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -77
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +52 -393
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -134
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -9
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +4 -16
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -6
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +31 -118
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +59 -114
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +18 -10
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +23 -34
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +24 -62
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +34 -25
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +36 -63
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +8 -13
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +4 -12
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +5 -47
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +8 -17
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -10
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -13
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +8 -31
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -6
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +8 -19
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -15
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +19 -155
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -17
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +9 -15
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.d.ts +5 -11
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -9
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -10
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +8 -14
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +8 -14
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +8 -14
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +8 -14
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +9 -15
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +6 -12
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +10 -16
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +16 -22
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +1 -7
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +9 -15
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +4 -10
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +20 -32
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +9 -15
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +12 -18
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +0 -2
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +9 -23
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +1 -2
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +3 -2
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -9
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -10
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  726. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  727. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +3 -15
  728. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +15 -115
  729. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -102
  732. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +24 -108
  733. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  735. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
  737. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  738. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -3
  739. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  740. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  742. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +6 -33
  744. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +8 -151
  745. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -64
  747. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  748. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -10
  749. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -40
  750. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  751. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -13
  752. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -37
  753. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  754. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  756. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  758. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  760. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -26
  761. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -15
  762. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  763. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  764. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  765. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -6
  766. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  767. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  768. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  769. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -148
  770. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  772. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -28
  774. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +29 -159
  775. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  776. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  777. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  778. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -17
  780. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  782. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  784. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  785. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  786. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  788. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +5 -3
  789. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  790. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +2 -10
  791. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  792. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -4
  794. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  796. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  797. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  798. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  799. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  800. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  801. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  802. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  803. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  804. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  805. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +8 -6
  806. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  807. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
  808. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  809. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  810. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  811. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  812. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
  814. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +34 -63
  815. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  816. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +33 -35
  817. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +54 -136
  819. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  820. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  821. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  823. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +7 -5
  824. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +98 -115
  826. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +0 -1
  829. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  831. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  832. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +15 -37
  834. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  836. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +14 -13
  838. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -35
  840. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +15 -7
  842. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  843. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  844. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  845. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +13 -16
  846. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  847. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  848. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -28
  850. package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -17
  851. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  852. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  853. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  854. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  856. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
  857. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  858. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  859. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  860. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
  861. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  862. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  863. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -15
  865. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  867. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  868. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  870. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  872. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  873. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +6 -5
  874. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -5
  876. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -5
  878. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  879. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -5
  880. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -5
  882. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +6 -5
  884. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +6 -5
  886. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +6 -5
  888. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  890. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +6 -5
  891. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -5
  893. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  894. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +6 -5
  895. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -5
  897. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  898. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -5
  899. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  900. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -5
  901. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  902. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +6 -5
  903. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  904. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -5
  905. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  906. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +6 -5
  907. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  908. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -5
  909. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  911. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +6 -5
  912. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  913. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +6 -5
  914. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  915. package/dist/tsdoc-metadata.json +1 -1
  916. package/package.json +3 -3
  917. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
  918. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -87
  919. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  920. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  921. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -91
  922. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  923. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  924. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  925. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  926. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  927. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  928. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  929. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  930. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  931. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  932. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  933. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  934. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  935. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  936. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  937. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  938. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  939. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  940. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  941. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  942. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  943. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  944. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +0 -71
  945. package/dist/dist-esm/react-components/src/components/ImageGallery.js +0 -53
  946. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +0 -1
  947. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  948. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -125
  949. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  950. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -41
  951. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -611
  952. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  953. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  954. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -822
  955. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  956. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
  957. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -127
  958. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
  959. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  960. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  961. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  962. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +0 -68
  963. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -202
  964. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +0 -1
  965. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  966. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -68
  967. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  968. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  969. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  970. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  971. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  972. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  973. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  974. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  975. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  976. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  977. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  978. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  979. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  980. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.d.ts +0 -17
  981. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +0 -41
  982. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +0 -1
  983. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  984. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  985. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  986. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  987. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  988. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  989. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  990. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  991. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  992. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
  993. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -34
  994. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  995. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -11
  996. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +0 -113
  997. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +0 -1
  998. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  999. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  1000. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  1001. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  1002. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  1003. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  1004. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +0 -37
  1005. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +0 -55
  1006. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +0 -1
  1007. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  1008. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  1009. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  1010. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  1011. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  1012. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  1013. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  1014. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  1015. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  1016. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  1017. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
  1018. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  1019. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -34
  1020. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  1021. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  1022. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  1023. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  1024. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  1025. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  1026. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  1027. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  1028. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  1029. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  1030. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  1031. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  1032. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  1033. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  1034. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  1035. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  1036. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  1037. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  1038. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  1039. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
  1040. package/dist/dist-esm/react-composites/src/composites/common/sounds/CallEndedSound.d.ts +0 -7
  1041. package/dist/dist-esm/react-composites/src/composites/common/sounds/CallEndedSound.js +0 -9
  1042. package/dist/dist-esm/react-composites/src/composites/common/sounds/CallEndedSound.js.map +0 -1
@@ -17,7 +17,6 @@
17
17
 
18
18
  /// <reference types="react" />
19
19
 
20
- import { AddPhoneNumberOptions } from '@azure/communication-calling';
21
20
  import { AudioDeviceInfo } from '@azure/communication-calling';
22
21
  import { BackgroundBlurConfig } from '@azure/communication-calling';
23
22
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -30,7 +29,6 @@ import { CallClientOptions } from '@azure/communication-calling';
30
29
  import { CallDirection } from '@azure/communication-calling';
31
30
  import { CallEndReason } from '@azure/communication-calling';
32
31
  import { CallerInfo } from '@azure/communication-calling';
33
- import { CallKind } from '@azure/communication-calling';
34
32
  import { CallState as CallState_2 } from '@azure/communication-calling';
35
33
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
36
34
  import { CaptionsResultType } from '@azure/communication-calling';
@@ -44,13 +42,11 @@ import { CommunicationIdentifier } from '@azure/communication-common';
44
42
  import { CommunicationIdentifierKind } from '@azure/communication-common';
45
43
  import { CommunicationTokenCredential } from '@azure/communication-common';
46
44
  import { CommunicationUserIdentifier } from '@azure/communication-common';
47
- import type { CommunicationUserKind } from '@azure/communication-common';
45
+ import { CommunicationUserKind } from '@azure/communication-common';
48
46
  import { CreateViewOptions } from '@azure/communication-calling';
49
47
  import { DeviceAccess } from '@azure/communication-calling';
50
48
  import { DeviceManager } from '@azure/communication-calling';
51
49
  import { DominantSpeakersInfo } from '@azure/communication-calling';
52
- import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
53
- import { EnvironmentInfo } from '@azure/communication-calling';
54
50
  import { GroupCallLocator } from '@azure/communication-calling';
55
51
  import { IButtonProps } from '@fluentui/react';
56
52
  import { IButtonStyles } from '@fluentui/react';
@@ -58,22 +54,20 @@ import { IContextualMenuItem } from '@fluentui/react';
58
54
  import { IContextualMenuItemStyles } from '@fluentui/react';
59
55
  import { IContextualMenuProps } from '@fluentui/react';
60
56
  import { IContextualMenuStyles } from '@fluentui/react';
61
- import { ILinkStyles } from '@fluentui/react';
62
57
  import { IMessageBarProps } from '@fluentui/react';
63
- import { IncomingCall } from '@azure/communication-calling';
64
58
  import { IPersonaStyleProps } from '@fluentui/react';
65
59
  import { IPersonaStyles } from '@fluentui/react';
66
60
  import { IRawStyle } from '@fluentui/react';
67
61
  import { IRenderFunction } from '@fluentui/react';
68
62
  import { IStyle } from '@fluentui/react';
69
63
  import { IStyleFunctionOrObject } from '@fluentui/react';
70
- import { ITextFieldStyles } from '@fluentui/react';
71
64
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
72
65
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
73
66
  import { LocalVideoStream } from '@azure/communication-calling';
74
67
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
75
68
  import { MediaStreamType } from '@azure/communication-calling';
76
- import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
69
+ import { MicrosoftTeamsAppKind } from '@azure/communication-common';
70
+ import { MicrosoftTeamsUserKind } from '@azure/communication-common';
77
71
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
78
72
  import { PartialTheme } from '@fluentui/react';
79
73
  import { ParticipantCapabilities } from '@azure/communication-calling';
@@ -82,44 +76,24 @@ import { PermissionConstraints } from '@azure/communication-calling';
82
76
  import { PersonaInitialsColor } from '@fluentui/react';
83
77
  import { PersonaPresence } from '@fluentui/react';
84
78
  import { PersonaSize } from '@fluentui/react';
85
- import { PhoneNumberIdentifier } from '@azure/communication-common';
79
+ import { PhoneNumberKind } from '@azure/communication-common';
86
80
  import { PropertyChangedEvent } from '@azure/communication-calling';
87
81
  import { default as React_2 } from 'react';
88
82
  import type { RemoteParticipant } from '@azure/communication-calling';
89
83
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
90
- import { RoomCallLocator } from '@azure/communication-calling';
91
84
  import { ScalingMode } from '@azure/communication-calling';
92
85
  import { SendMessageOptions } from '@azure/communication-chat';
93
86
  import { StartCallOptions } from '@azure/communication-calling';
94
87
  import { StartCaptionsOptions } from '@azure/communication-calling';
95
- import { SyntheticEvent } from 'react';
96
- import { TeamsCall } from '@azure/communication-calling';
97
- import { TeamsCallAgent } from '@azure/communication-calling';
98
88
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
99
89
  import { Theme } from '@fluentui/react';
100
- import { TransferRequestedEventArgs } from '@azure/communication-calling';
101
90
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
91
+ import { UnknownIdentifierKind } from '@azure/communication-common';
102
92
  import { VideoDeviceInfo } from '@azure/communication-calling';
103
93
  import { VideoEffectName } from '@azure/communication-calling';
104
94
  import { VideoStreamRenderer } from '@azure/communication-calling';
105
95
  import { VideoStreamRendererView } from '@azure/communication-calling';
106
96
 
107
- /**
108
- * Transfer feature state
109
- *
110
- * @beta
111
- */
112
- export declare interface AcceptedTransfer {
113
- /**
114
- * Stores call id of accepted transfer
115
- */
116
- callId: string;
117
- /**
118
- * Stores timestamp when transfer was accepted
119
- */
120
- timestamp: Date;
121
- }
122
-
123
97
  /**
124
98
  * Active error messages to be shown via {@link ErrorBar}.
125
99
  *
@@ -139,38 +113,6 @@ export declare interface ActiveErrorMessage {
139
113
  timestamp?: Date;
140
114
  }
141
115
 
142
- /**
143
- * Attributes required for SendBox to show file uploads like name, progress etc.
144
- * @beta
145
- */
146
- export declare interface ActiveFileUpload {
147
- /**
148
- * Unique identifier for the file upload.
149
- */
150
- id: string;
151
- /**
152
- * File name to be rendered for uploaded file.
153
- */
154
- filename: string;
155
- /**
156
- * A number between 0 and 1 indicating the progress of the upload.
157
- * This is unrelated to the `uploadComplete` property.
158
- * It is only used to show the progress of the upload.
159
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
160
- * property to true to mark the upload as complete.
161
- */
162
- progress: number;
163
- /**
164
- * Error to be displayed to the user if the upload fails.
165
- */
166
- error?: SendBoxErrorBarError;
167
- /**
168
- * `true` means that the upload is completed.
169
- * This is independent of the upload `progress`.
170
- */
171
- uploadComplete?: boolean;
172
- }
173
-
174
116
  /**
175
117
  * Error reported via error events and stored in adapter state.
176
118
  *
@@ -237,15 +179,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
237
179
  */
238
180
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
239
181
 
240
- /**
241
- * Meta Data of the attachment object returned by the ACS SDK.
242
- * @beta
243
- */
244
- export declare interface AttachmentDownloadResult {
245
- attachmentId: string;
246
- blobUrl: string;
247
- }
248
-
249
182
  /**
250
183
  * Custom data attributes for displaying avatar for a user.
251
184
  *
@@ -275,11 +208,6 @@ export declare type AvatarPersonaData = {
275
208
  * @defaultvalue `white`
276
209
  */
277
210
  initialsTextColor?: string;
278
- /**
279
- * If true, show the special coin for unknown persona.
280
- * It has '?' in place of initials, with static font and background colors
281
- */
282
- showUnknownPersonaCoin?: boolean;
283
211
  };
284
212
 
285
213
  /**
@@ -301,11 +229,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
301
229
  displayName: string;
302
230
  credential: CommunicationTokenCredential;
303
231
  locator: CallAdapterLocator;
304
- /**
305
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
306
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
307
- */
308
- alternateCallerId?: string;
309
232
  /**
310
233
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
311
234
  */
@@ -330,7 +253,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
330
253
  displayName: string;
331
254
  credential: CommunicationTokenCredential;
332
255
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
333
- alternateCallerId?: string;
334
256
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
335
257
  };
336
258
 
@@ -346,7 +268,6 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
346
268
  chatClient: StatefulChatClient;
347
269
  chatThreadClient: ChatThreadClient;
348
270
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
349
- chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
350
271
  };
351
272
 
352
273
  /**
@@ -362,14 +283,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
362
283
  threadId: string;
363
284
  };
364
285
 
365
- /**
366
- * Configuration options to include when creating AzureCommunicationChatAdapter.
367
- * @beta
368
- */
369
- export declare type AzureCommunicationChatAdapterOptions = {
370
- credential?: CommunicationTokenCredential;
371
- };
372
-
373
286
  /**
374
287
  * Properties common to all composites exported from this library.
375
288
  *
@@ -425,186 +338,6 @@ export declare interface BaseCustomStyles {
425
338
  root?: IStyle;
426
339
  }
427
340
 
428
- /**
429
- * Base interface that all Meta Data should extend.
430
- * Typically used for ACS to ACS file transfers.
431
- * @beta
432
- */
433
- export declare interface BaseFileMetadata {
434
- /**
435
- * File name to be displayed.
436
- */
437
- name: string;
438
- /**
439
- * Extension is used for rendering the file icon.
440
- * An unknown extension will be rendered as a generic icon.
441
- * Example: `jpeg`
442
- */
443
- extension: string;
444
- /**
445
- * Download URL for the file.
446
- */
447
- url: string;
448
- /**
449
- * Unique ID of the file.
450
- */
451
- id: string;
452
- /**
453
- * Attachment Type
454
- */
455
- attachmentType: FileMetadataAttachmentType;
456
- }
457
-
458
- /**
459
- * Content blocked message type.
460
- *
461
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
462
- *
463
- * @beta
464
- */
465
- export declare interface BlockedMessage extends MessageCommon {
466
- messageType: 'blocked';
467
- warningText?: string;
468
- linkText?: string;
469
- link?: string;
470
- deletedOn?: Date;
471
- senderId?: string;
472
- senderDisplayName?: string;
473
- status?: MessageStatus;
474
- attached?: MessageAttachedStatus;
475
- mine?: boolean;
476
- }
477
-
478
- /**
479
- * @beta
480
- * Props for BrowserPermissionDeniedIOS component.
481
- */
482
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
483
- /**
484
- * Localization strings for BrowserPermissionDeniedIOS component.
485
- */
486
- strings?: BrowserPermissionDeniedIOSStrings;
487
- /**
488
- * Link to image source.
489
- *
490
- * Image is inserted into the top of the component.
491
- */
492
- imageSource?: string;
493
- }
494
-
495
- /**
496
- * @beta
497
- * Strings for BrowserPermissionDeniedIOS component
498
- */
499
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
500
- /**
501
- * Image alt text
502
- */
503
- imageAltText: string;
504
- /**
505
- * Main text string.
506
- */
507
- primaryText: string;
508
- /**
509
- * Subtext string.
510
- */
511
- secondaryText: string;
512
- /**
513
- * Step 1 string
514
- */
515
- step1Text: string;
516
- /**
517
- * Step 1 digit string
518
- */
519
- step1DigitText: string;
520
- /**
521
- * Step 2 string
522
- */
523
- step2Text: string;
524
- /**
525
- * Step 2 digit string
526
- */
527
- step2DigitText: string;
528
- /**
529
- * Step 3 string
530
- */
531
- step3Text: string;
532
- /**
533
- * Step 3 digit string
534
- */
535
- step3DigitText: string;
536
- /**
537
- * Step 4 string
538
- */
539
- step4Text: string;
540
- /**
541
- * Step 4 digit string
542
- */
543
- step4DigitText: string;
544
- }
545
-
546
- /**
547
- * @beta
548
- * Props for BrowserPermissionDenied component.
549
- */
550
- export declare interface BrowserPermissionDeniedProps {
551
- /**
552
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
553
- */
554
- onTroubleshootingClick?: () => void;
555
- /**
556
- * Action to be taken by the try again primary button.
557
- */
558
- onTryAgainClick?: () => void;
559
- /**
560
- * Localization strings for BrowserPermissionDenied component.
561
- */
562
- strings?: BrowserPermissionDeniedStrings;
563
- /**
564
- * Allows users to pass in an object contains custom CSS styles.
565
- * @Example
566
- * ```
567
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
568
- * ```
569
- */
570
- styles?: BrowserPermissionDeniedStyles;
571
- }
572
-
573
- /**
574
- * @beta
575
- * Strings for BrowserPermissionDenied component
576
- */
577
- export declare interface BrowserPermissionDeniedStrings {
578
- /**
579
- * Main button text string.
580
- */
581
- primaryButtonText: string;
582
- /**
583
- * Main text string.
584
- */
585
- primaryText: string;
586
- /**
587
- * Subtext string.
588
- */
589
- secondaryText: string;
590
- /**
591
- * More help link string.
592
- */
593
- linkText: string;
594
- }
595
-
596
- /**
597
- * Fluent styles for {@link BrowserPermissionDenied}.
598
- *
599
- * @beta
600
- */
601
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
602
- /** Styles for the primary button. */
603
- primaryButton?: IButtonStyles;
604
- /** Styles for the help troubleshooting link text. */
605
- troubleshootingLink?: ILinkStyles;
606
- }
607
-
608
341
  /**
609
342
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
610
343
  *
@@ -638,12 +371,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
638
371
  * @public
639
372
  */
640
373
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
641
- /**
642
- * Start the call.
643
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
644
- * @beta
645
- */
646
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
647
374
  }
648
375
 
649
376
  /**
@@ -688,12 +415,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
688
415
  * @public
689
416
  */
690
417
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
691
- /**
692
- * Start the call.
693
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
694
- * @beta
695
- */
696
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
697
418
  }
698
419
 
699
420
  /**
@@ -770,12 +491,6 @@ export declare interface CallAdapterCallOperations {
770
491
  * @public
771
492
  */
772
493
  removeParticipant(userId: string): Promise<void>;
773
- /**
774
- * Remove a participant from the call.
775
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
776
- * @beta
777
- */
778
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
779
494
  /**
780
495
  * Create the html view for a stream.
781
496
  *
@@ -827,35 +542,6 @@ export declare interface CallAdapterCallOperations {
827
542
  * @public
828
543
  */
829
544
  disposeLocalVideoStreamView(): Promise<void>;
830
- /**
831
- * Holds the call.
832
- *
833
- * @beta
834
- */
835
- holdCall(): Promise<void>;
836
- /**
837
- * Resumes the call from a `LocalHold` state.
838
- *
839
- * @beta
840
- */
841
- resumeCall(): Promise<void>;
842
- /**
843
- * Add a participant to the call.
844
- *
845
- * @beta
846
- */
847
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
848
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
849
- /**
850
- * send dtmf tone to another participant in a 1:1 PSTN call
851
- *
852
- * @beta
853
- */
854
- sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
855
- /**
856
- * Continues into a call when the browser version is not supported.
857
- */
858
- allowUnsupportedBrowserVersion(): void;
859
545
  /**
860
546
  * Function to Start captions
861
547
  * @param options - options for start captions
@@ -915,22 +601,10 @@ export declare type CallAdapterClientState = {
915
601
  devices: DeviceManagerState;
916
602
  endedCall?: CallState;
917
603
  isTeamsCall: boolean;
918
- /**
919
- * State to track whether the call is a rooms call.
920
- */
921
- isRoomsCall: boolean;
922
604
  /**
923
605
  * Latest error encountered for each operation performed via the adapter.
924
606
  */
925
607
  latestErrors: AdapterErrors;
926
- /**
927
- * Azure communications Phone number to make PSTN calls with.
928
- */
929
- alternateCallerId?: string;
930
- /**
931
- * Environment information about system the adapter is made on
932
- */
933
- environmentInfo?: EnvironmentInfo;
934
608
  /**
935
609
  * State to track whether the local participant's camera is on. To be used when creating a custom
936
610
  * control bar with the CallComposite.
@@ -948,14 +622,6 @@ export declare type CallAdapterClientState = {
948
622
  * State to track the selected video background effect.
949
623
  */
950
624
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
951
- /**
952
- * Call from transfer request accepted by local user
953
- */
954
- acceptedTransferCallState?: CallState;
955
- /**
956
- * Hide attendee names in teams meeting
957
- */
958
- hideAttendeeNames?: boolean;
959
625
  };
960
626
 
961
627
  /**
@@ -1040,7 +706,7 @@ export declare interface CallAdapterDeviceManagement {
1040
706
  *
1041
707
  * @public
1042
708
  */
1043
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
709
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
1044
710
 
1045
711
  /**
1046
712
  * {@link CommonCallAdapter} state.
@@ -1133,10 +799,6 @@ export declare interface CallAdapterSubscribers {
1133
799
  * Subscribe function for 'isSpokenLanguageChanged' event.
1134
800
  */
1135
801
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1136
- /**
1137
- * Subscribe function for 'transferRequested' event.
1138
- */
1139
- on(event: 'transferRequested', listener: TransferRequestedListener): void;
1140
802
  /**
1141
803
  * Subscribe function for 'capabilitiesChanged' event.
1142
804
  */
@@ -1205,10 +867,6 @@ export declare interface CallAdapterSubscribers {
1205
867
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
1206
868
  */
1207
869
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1208
- /**
1209
- * Unsubscribe function for 'transferRequested' event.
1210
- */
1211
- off(event: 'transferRequested', listener: TransferRequestedListener): void;
1212
870
  /**
1213
871
  * Unsubscribe function for 'capabilitiesChanged' event.
1214
872
  */
@@ -1223,7 +881,6 @@ export declare interface CallAdapterSubscribers {
1223
881
  export declare type CallAdapterUiState = {
1224
882
  isLocalPreviewMicrophoneEnabled: boolean;
1225
883
  page: CallCompositePage;
1226
- unsupportedBrowserVersionsAllowed?: boolean;
1227
884
  };
1228
885
 
1229
886
  /**
@@ -1242,7 +899,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1242
899
  */
1243
900
  export declare interface CallAgentProviderProps {
1244
901
  children: React_2.ReactNode;
1245
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
902
+ callAgent?: CallAgent;
1246
903
  }
1247
904
 
1248
905
  /**
@@ -1267,7 +924,7 @@ export declare interface CallAgentState {
1267
924
  */
1268
925
  export declare interface CallAndChatLocator {
1269
926
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1270
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
927
+ callLocator: GroupCallLocator;
1271
928
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1272
929
  chatThreadId: string;
1273
930
  }
@@ -1354,16 +1011,6 @@ export declare interface CallClientState {
1354
1011
  * See documentation of {@Link CallErrors} for details.
1355
1012
  */
1356
1013
  latestErrors: CallErrors;
1357
- /**
1358
- * A phone number in E.164 format that will be used to represent callers identity.
1359
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1360
- * be used as the caller id in the PSTN call.
1361
- */
1362
- alternateCallerId?: string;
1363
- /**
1364
- * state to track the environment that the stateful client was made in is supported
1365
- */
1366
- environmentInfo?: EnvironmentInfo;
1367
1014
  }
1368
1015
 
1369
1016
  /**
@@ -1434,10 +1081,6 @@ export declare type CallCompositeIcons = {
1434
1081
  ParticipantItemScreenShareStart?: JSX.Element;
1435
1082
  VideoTileMicOff?: JSX.Element;
1436
1083
  LocalCameraSwitch?: JSX.Element;
1437
- PeoplePaneAddPerson?: JSX.Element;
1438
- PeoplePaneOpenDialpad?: JSX.Element;
1439
- DialpadStartCall?: JSX.Element;
1440
- NoticePageAccessDeniedRoomsCall?: JSX.Element;
1441
1084
  BlurVideoBackground?: JSX.Element;
1442
1085
  RemoveVideoBackgroundEffect?: JSX.Element;
1443
1086
  GalleryOptions?: JSX.Element;
@@ -1468,66 +1111,10 @@ export declare type CallCompositeOptions = {
1468
1111
  * @defaultValue true
1469
1112
  */
1470
1113
  callControls?: boolean | CallControlOptions;
1471
- /**
1472
- * Device permissions check options for your call.
1473
- * Here you can choose what device permissions you prompt the user for,
1474
- * as well as what device permissions must be accepted before starting a call.
1475
- */
1476
- deviceChecks?: DeviceCheckOptions;
1477
- /**
1478
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1479
- * unable to grant your site the required permissions for the call.
1480
- *
1481
- * @example
1482
- * ```ts
1483
- * onPermissionsTroubleshootingClick: () =>
1484
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1485
- * ```
1486
- *
1487
- * @remarks
1488
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1489
- */
1490
- onPermissionsTroubleshootingClick?: (permissionsState: {
1491
- camera: PermissionState;
1492
- microphone: PermissionState;
1493
- }) => void;
1494
- /**
1495
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1496
- * having network issues when connecting to the call.
1497
- *
1498
- * @example
1499
- * ```ts
1500
- * onNetworkingTroubleShootingClick?: () =>
1501
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1502
- * ```
1503
- *
1504
- * @remarks
1505
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1506
- */
1507
- onNetworkingTroubleShootingClick?: () => void;
1508
- /**
1509
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1510
- *
1511
- * @example
1512
- * ```ts
1513
- * onBrowserTroubleShootingClick?: () =>
1514
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1515
- * ```
1516
- *
1517
- * @remarks
1518
- * if this is not supplied, the composite will not show a unsupported browser page.
1519
- */
1520
- onEnvironmentInfoTroubleshootingClick?: () => void;
1521
1114
  /**
1522
1115
  * Remote participant video tile menu options
1523
1116
  */
1524
1117
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
1525
- /**
1526
- * Options for controlling the local video tile.
1527
- *
1528
- * @remarks if 'false' the local video tile will not be rendered.
1529
- */
1530
- localVideoTile?: boolean | LocalVideoTileOptions;
1531
1118
  /**
1532
1119
  * Options for controlling the starting layout of the composite's video gallery
1533
1120
  */
@@ -1537,40 +1124,6 @@ export declare type CallCompositeOptions = {
1537
1124
  */
1538
1125
  layout?: VideoGalleryLayout;
1539
1126
  };
1540
- /**
1541
- * Logo displayed on the configuration page.
1542
- */
1543
- logo?: {
1544
- /**
1545
- * URL for the logo image.
1546
- *
1547
- * @remarks
1548
- * Recommended size is 80x80 pixels.
1549
- */
1550
- url: string;
1551
- /**
1552
- * Alt text for the logo image.
1553
- */
1554
- alt?: string;
1555
- /**
1556
- * The logo can be displayed as a circle or a square.
1557
- *
1558
- * @defaultValue 'circle'
1559
- */
1560
- shape?: 'circle' | 'square';
1561
- };
1562
- /**
1563
- * Background image displayed on the configuration page.
1564
- */
1565
- backgroundImage?: {
1566
- /**
1567
- * URL for the background image.
1568
- *
1569
- * @remarks
1570
- * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
1571
- */
1572
- url: string;
1573
- };
1574
1127
  };
1575
1128
 
1576
1129
  /**
@@ -1578,7 +1131,7 @@ export declare type CallCompositeOptions = {
1578
1131
  *
1579
1132
  * @public
1580
1133
  */
1581
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | /* @conditional-compile-remove(rooms) */ 'deniedPermissionToRoom' | 'removedFromCall' | /* @conditional-compile-remove(rooms) */ 'roomNotFound' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1134
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
1582
1135
 
1583
1136
  /**
1584
1137
  * Props for {@link CallComposite}.
@@ -1825,147 +1378,55 @@ export declare interface CallCompositeStrings {
1825
1378
  */
1826
1379
  dismissSidePaneButtonLabel?: string;
1827
1380
  /**
1828
- * Side pane People section subheader.
1381
+ * label for more button in the Calling composite
1829
1382
  */
1830
- peoplePaneSubTitle: string;
1383
+ moreButtonCallingLabel: string;
1831
1384
  /**
1832
- * Label for button to copy invite link
1385
+ * aria label for when the invite link has been actioned
1833
1386
  */
1834
- copyInviteLinkButtonLabel: string;
1387
+ copyInviteLinkActionedAriaLabel: string;
1835
1388
  /**
1836
- * Label for button to open dialpad
1389
+ * Video Effects pane title.
1837
1390
  */
1838
- openDialpadButtonLabel: string;
1391
+ videoEffectsPaneTitle: string;
1839
1392
  /**
1840
- * Label for menu item to remove participant
1393
+ * Video Effects pane sub section title for choosing background.
1841
1394
  */
1842
- removeMenuLabel: string;
1395
+ videoEffectsPaneBackgroundSelectionTitle: string;
1843
1396
  /**
1844
- * Label for add people dropdown
1397
+ * Label for the button to open effects
1845
1398
  */
1846
- peoplePaneAddPeopleButtonLabel: string;
1399
+ configurationPageVideoEffectsButtonLabel?: string;
1847
1400
  /**
1848
- * Label for button to start a call
1401
+ * Error message for video effect failure
1849
1402
  */
1850
- dialpadStartCallButtonLabel: string;
1403
+ unableToStartVideoEffect?: string;
1851
1404
  /**
1852
- * Title for dialpad Modal
1405
+ * Label for the blur video background effect item
1853
1406
  */
1854
- dialpadModalTitle: string;
1407
+ blurBackgroundEffectButtonLabel?: string;
1855
1408
  /**
1856
- * Aria Label for dialpad Modal
1409
+ * Tooltip text for the blur video background effect item
1857
1410
  */
1858
- dialpadModalAriaLabel: string;
1411
+ blurBackgroundTooltip?: string;
1859
1412
  /**
1860
- * Aria Label for dialpad Modal close button
1413
+ * Label for the remove video background effect item
1861
1414
  */
1862
- dialpadCloseModalButtonAriaLabel: string;
1415
+ removeBackgroundEffectButtonLabel?: string;
1863
1416
  /**
1864
- * label for more button in the Calling composite
1417
+ * Tooltip text for the blur video background effect item
1865
1418
  */
1866
- moreButtonCallingLabel: string;
1419
+ removeBackgroundTooltip?: string;
1867
1420
  /**
1868
- * Label for the resume call button on the hold pane
1421
+ * Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.
1869
1422
  */
1870
- resumeCallButtonLabel: string;
1423
+ cameraOffBackgroundEffectWarningText?: string;
1871
1424
  /**
1872
- * Label for the resume call button on the hold pane when call is resuming
1425
+ * Notice to be announced by narrator when a participant joins a call
1873
1426
  */
1874
- resumingCallButtonLabel: string;
1427
+ participantJoinedNoticeString: string;
1875
1428
  /**
1876
- * Aria label for the resume call button on the hold pane
1877
- */
1878
- resumeCallButtonAriaLabel: string;
1879
- /**
1880
- * Aria label for the resume call button on the hold pane when call is resuming
1881
- */
1882
- resumingCallButtonAriaLabel: string;
1883
- /**
1884
- * Label for the hold pane
1885
- */
1886
- holdScreenLabel: string;
1887
- /**
1888
- * Placeholder text for dtmf dialpad
1889
- */
1890
- dtmfDialpadPlaceholderText: string;
1891
- /**
1892
- * Label for the button to open dtmf dialpad
1893
- */
1894
- openDtmfDialpadLabel: string;
1895
- /**
1896
- * aria label for when the invite link has been actioned
1897
- */
1898
- copyInviteLinkActionedAriaLabel: string;
1899
- /**
1900
- * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1901
- */
1902
- roomNotFoundTitle: string;
1903
- /**
1904
- * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1905
- */
1906
- roomNotFoundDetails?: string;
1907
- /**
1908
- * Video Effects pane title.
1909
- */
1910
- videoEffectsPaneTitle: string;
1911
- /**
1912
- * Video Effects pane sub section title for choosing background.
1913
- */
1914
- videoEffectsPaneBackgroundSelectionTitle: string;
1915
- /**
1916
- * Label for the button to open effects
1917
- */
1918
- configurationPageVideoEffectsButtonLabel?: string;
1919
- /**
1920
- * Error message for video effect failure
1921
- */
1922
- unableToStartVideoEffect?: string;
1923
- /**
1924
- * Label for the blur video background effect item
1925
- */
1926
- blurBackgroundEffectButtonLabel?: string;
1927
- /**
1928
- * Tooltip text for the blur video background effect item
1929
- */
1930
- blurBackgroundTooltip?: string;
1931
- /**
1932
- * Label for the remove video background effect item
1933
- */
1934
- removeBackgroundEffectButtonLabel?: string;
1935
- /**
1936
- * Tooltip text for the blur video background effect item
1937
- */
1938
- removeBackgroundTooltip?: string;
1939
- /**
1940
- * Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.
1941
- */
1942
- cameraOffBackgroundEffectWarningText?: string;
1943
- /**
1944
- * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
1945
- */
1946
- deniedPermissionToRoomTitle: string;
1947
- /**
1948
- * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
1949
- */
1950
- deniedPermissionToRoomDetails?: string;
1951
- /**
1952
- * Control bar People button ToolTipContent
1953
- */
1954
- peopleButtonTooltipOpen: string;
1955
- /**
1956
- * Control bar People button ToolTipContent
1957
- */
1958
- peopleButtonTooltipClose: string;
1959
- /**
1960
- * Label disaplayed on the lobby screen during a 1:1 outbound call.
1961
- */
1962
- outboundCallingNoticeString: string;
1963
- /**
1964
- * Notice to be announced by narrator when a participant joins a call
1965
- */
1966
- participantJoinedNoticeString: string;
1967
- /**
1968
- * Notice to be announced by narrator when a participant joins a call
1429
+ * Notice to be announced by narrator when a participant joins a call
1969
1430
  */
1970
1431
  twoParticipantJoinedNoticeString: string;
1971
1432
  /**
@@ -2084,58 +1545,6 @@ export declare interface CallCompositeStrings {
2084
1545
  * captions banner loading spinner label
2085
1546
  */
2086
1547
  captionsBannerSpinnerText?: string;
2087
- /**
2088
- * transfer page text when showing the transferor who initiated the transfer
2089
- */
2090
- transferPageTransferorText: string;
2091
- /**
2092
- * transfer page text when showing the transfer target
2093
- */
2094
- transferPageTransferTargetText: string;
2095
- /**
2096
- * transfer page display name for unknown participant
2097
- */
2098
- transferPageUnknownTransferorDisplayName: string;
2099
- /**
2100
- * transfer page display name for unknown participant
2101
- */
2102
- transferPageUnknownTransferTargetDisplayName: string;
2103
- /**
2104
- * notice to be announced by narrator the transfer page is showing
2105
- */
2106
- transferPageNoticeString: string;
2107
- /**
2108
- * Title text of the page shown to the user when target participant could not be reached
2109
- */
2110
- participantCouldNotBeReachedTitle?: string;
2111
- /**
2112
- * More details text of the page shown to the user when target participant could not be reached
2113
- */
2114
- participantCouldNotBeReachedMoreDetails?: string;
2115
- /**
2116
- * Title text of the page shown to the user when permission to reach participant is not allowed
2117
- */
2118
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2119
- /**
2120
- * More details text of the page shown to the user when permission to reach participant is not allowed
2121
- */
2122
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2123
- /**
2124
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2125
- */
2126
- unableToResolveTenantTitle?: string;
2127
- /**
2128
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2129
- */
2130
- unableToResolveTenantMoreDetails?: string;
2131
- /**
2132
- * Title text of the page shown to the user when target participant id is malformed
2133
- */
2134
- participantIdIsMalformedTitle?: string;
2135
- /**
2136
- * More details text of the page shown to the user when target participant id is malformed
2137
- */
2138
- participantIdIsMalformedMoreDetails?: string;
2139
1548
  /**
2140
1549
  * Controls label to move the overflow gallery around
2141
1550
  */
@@ -2186,7 +1595,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2186
1595
  *
2187
1596
  * @public
2188
1597
  */
2189
- export declare type CallControlOptions = CommonCallControlOptions & {
1598
+ export declare type CallControlOptions = (CommonCallControlOptions & {
2190
1599
  /**
2191
1600
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2192
1601
  * @defaultValue true
@@ -2195,7 +1604,7 @@ export declare type CallControlOptions = CommonCallControlOptions & {
2195
1604
  disabled: boolean;
2196
1605
  };
2197
1606
  legacyControlBarExperience?: boolean;
2198
- };
1607
+ });
2199
1608
 
2200
1609
  /**
2201
1610
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2256,7 +1665,7 @@ export declare type CallErrors = {
2256
1665
  *
2257
1666
  * @public
2258
1667
  */
2259
- 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' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.setConstraints';
1668
+ 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';
2260
1669
 
2261
1670
  /**
2262
1671
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2336,23 +1745,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2336
1745
  raisedHand?: RaisedHand;
2337
1746
  };
2338
1747
 
2339
- /**
2340
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2341
- *
2342
- * @remarks
2343
- * This is currently in beta and only supports calling one Teams User.
2344
- *
2345
- * @example
2346
- * ```
2347
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2348
- * ```
2349
- *
2350
- * @beta
2351
- */
2352
- export declare type CallParticipantsLocator = {
2353
- participantIds: string[];
2354
- };
2355
-
2356
1748
  /**
2357
1749
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2358
1750
  *
@@ -2369,7 +1761,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2369
1761
  */
2370
1762
  export declare interface CallProviderProps {
2371
1763
  children: React_2.ReactNode;
2372
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1764
+ call?: Call;
2373
1765
  }
2374
1766
 
2375
1767
  /**
@@ -2383,10 +1775,6 @@ export declare interface CallState {
2383
1775
  * Proxy of {@link @azure/communication-calling#Call.id}.
2384
1776
  */
2385
1777
  id: string;
2386
- /**
2387
- * Type of the call.
2388
- */
2389
- kind: CallKind;
2390
1778
  /**
2391
1779
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2392
1780
  */
@@ -2485,22 +1873,10 @@ export declare interface CallState {
2485
1873
  * Proxy of {@link @azure/communication-calling#Call.role}.
2486
1874
  */
2487
1875
  role?: ParticipantRole;
2488
- /**
2489
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2490
- */
2491
- totalParticipantCount?: number;
2492
- /**
2493
- * Transfer state of call
2494
- */
2495
- transfer: TransferFeature;
2496
1876
  /**
2497
1877
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
2498
1878
  */
2499
1879
  capabilitiesFeature?: CapabilitiesFeatureState;
2500
- /**
2501
- * Hide attendee names in teams meeting
2502
- */
2503
- hideAttendeeNames?: boolean;
2504
1880
  }
2505
1881
 
2506
1882
  /**
@@ -2524,12 +1900,6 @@ export declare interface CallWithChatAdapterManagement {
2524
1900
  * @public
2525
1901
  */
2526
1902
  removeParticipant(userId: string): Promise<void>;
2527
- /**
2528
- * Remove a participant from the call.
2529
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2530
- * @beta
2531
- */
2532
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2533
1903
  /**
2534
1904
  * Join the call with microphone initially on/off.
2535
1905
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2595,12 +1965,6 @@ export declare interface CallWithChatAdapterManagement {
2595
1965
  * @public
2596
1966
  */
2597
1967
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2598
- /**
2599
- * Start the call.
2600
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2601
- * @beta
2602
- */
2603
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
2604
1968
  /**
2605
1969
  * Start sharing the screen during a call.
2606
1970
  *
@@ -2790,52 +2154,6 @@ export declare interface CallWithChatAdapterManagement {
2790
2154
  * @public
2791
2155
  */
2792
2156
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2793
- /** @beta */
2794
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2795
- /** @beta */
2796
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
2797
- /** @beta */
2798
- clearFileUploads: () => void;
2799
- /** @beta */
2800
- cancelFileUpload: (id: string) => void;
2801
- /** @beta */
2802
- updateFileUploadProgress: (id: string, progress: number) => void;
2803
- /** @beta */
2804
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2805
- /** @beta */
2806
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
2807
- downloadAttachments: (options: {
2808
- attachmentUrls: Record<string, string>;
2809
- }) => Promise<AttachmentDownloadResult[]>;
2810
- /**
2811
- * Puts the Call in a Localhold.
2812
- *
2813
- * @beta
2814
- */
2815
- holdCall: () => Promise<void>;
2816
- /**
2817
- * Resumes the call from a LocalHold state.
2818
- *
2819
- * @beta
2820
- */
2821
- resumeCall: () => Promise<void>;
2822
- /**
2823
- * Adds a new Participant to the call.
2824
- *
2825
- * @beta
2826
- */
2827
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2828
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2829
- /**
2830
- * send dtmf tone to another participant in the call in 1:1 calls
2831
- *
2832
- * @beta
2833
- */
2834
- sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2835
- /**
2836
- * Continues into a call when the browser version is not supported.
2837
- */
2838
- allowUnsupportedBrowserVersion(): void;
2839
2157
  /**
2840
2158
  * Function to Start captions
2841
2159
  * @param options - options for start captions
@@ -2961,22 +2279,6 @@ export declare interface CallWithChatAdapterUiState {
2961
2279
  * @public
2962
2280
  */
2963
2281
  page: CallCompositePage;
2964
- /**
2965
- * Files being uploaded by a user in the current thread.
2966
- * Should be set to null once the upload is complete.
2967
- * Array of type {@link FileUploadsUiState}
2968
- *
2969
- * @beta
2970
- */
2971
- fileUploads?: FileUploadsUiState;
2972
- /**
2973
- * State to track whether the end user has opted in to using a
2974
- * out of date version of a supported browser. Allows the user
2975
- * to start a call in this state.
2976
- *
2977
- * @beta
2978
- */
2979
- unsupportedBrowserVersionsAllowed?: boolean;
2980
2282
  }
2981
2283
 
2982
2284
  /**
@@ -3001,20 +2303,12 @@ export declare interface CallWithChatClientState {
3001
2303
  devices: DeviceManagerState;
3002
2304
  /** State of whether the active call is a Teams interop call */
3003
2305
  isTeamsCall: boolean;
3004
- /** State of whether the active call is a rooms call */
3005
- isRoomsCall: boolean;
3006
- /** alternateCallerId for PSTN call */
3007
- alternateCallerId?: string | undefined;
3008
- /** Environment information for system adapter is made on */
3009
- environmentInfo?: EnvironmentInfo;
3010
2306
  /** Default set of background images for background replacement effect */
3011
2307
  videoBackgroundImages?: VideoBackgroundImage[];
3012
2308
  /** Dependency to be injected for video background effects */
3013
2309
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3014
2310
  /** State to track the selected video background effect */
3015
2311
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3016
- /** Hide attendee names in teams meeting */
3017
- hideAttendeeNames?: boolean;
3018
2312
  }
3019
2313
 
3020
2314
  /**
@@ -3083,9 +2377,6 @@ export declare type CallWithChatCompositeIcons = {
3083
2377
  ParticipantItemScreenShareStart?: JSX.Element;
3084
2378
  VideoTileMicOff?: JSX.Element;
3085
2379
  LocalCameraSwitch?: JSX.Element;
3086
- PeoplePaneAddPerson?: JSX.Element;
3087
- PeoplePaneOpenDialpad?: JSX.Element;
3088
- DialpadStartCall?: JSX.Element;
3089
2380
  DefaultCustomButton?: JSX.Element;
3090
2381
  EditBoxCancel?: JSX.Element;
3091
2382
  EditBoxSubmit?: JSX.Element;
@@ -3113,72 +2404,10 @@ export declare type CallWithChatCompositeOptions = {
3113
2404
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3114
2405
  */
3115
2406
  callControls?: boolean | CallWithChatControlOptions;
3116
- /**
3117
- * Properties for configuring the File Sharing feature.
3118
- * If undefined, file sharing feature will be disabled.
3119
- * @beta
3120
- */
3121
- fileSharing?: FileSharingOptions;
3122
- /**
3123
- * Device permissions check options for your call.
3124
- * Here you can choose what device permissions you prompt the user for,
3125
- * as well as what device permissions must be accepted before starting a call.
3126
- */
3127
- deviceChecks?: DeviceCheckOptions;
3128
- /**
3129
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3130
- * unable to grant your site the required permissions for the call.
3131
- *
3132
- * @example
3133
- * ```ts
3134
- * onPermissionsTroubleshootingClick: () =>
3135
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3136
- * ```
3137
- *
3138
- * @remarks
3139
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3140
- */
3141
- onPermissionsTroubleshootingClick?: (permissionsState: {
3142
- camera: PermissionState;
3143
- microphone: PermissionState;
3144
- }) => void;
3145
- /**
3146
- * Optional callback to supply users with further troubleshooting steps for network issues
3147
- * experienced when connecting to a call.
3148
- *
3149
- * @example
3150
- * ```ts
3151
- * onNetworkingTroubleShootingClick?: () =>
3152
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3153
- * ```
3154
- *
3155
- * @remarks
3156
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3157
- */
3158
- onNetworkingTroubleShootingClick?: () => void;
3159
- /**
3160
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3161
- *
3162
- * @example
3163
- * ```ts
3164
- * onBrowserTroubleShootingClick?: () =>
3165
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3166
- * ```
3167
- *
3168
- * @remarks
3169
- * if this is not supplied, the composite will not show a unsupported browser page.
3170
- */
3171
- onEnvironmentInfoTroubleshootingClick?: () => void;
3172
2407
  /**
3173
2408
  * Remote participant video tile menu options
3174
2409
  */
3175
2410
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
3176
- /**
3177
- * Options for controlling the local video tile.
3178
- *
3179
- * @remarks if 'false' the local video tile will not be rendered.
3180
- */
3181
- localVideoTile?: boolean | LocalVideoTileOptions;
3182
2411
  /**
3183
2412
  * Options for controlling the starting layout of the composite's video gallery
3184
2413
  */
@@ -3188,40 +2417,6 @@ export declare type CallWithChatCompositeOptions = {
3188
2417
  */
3189
2418
  layout?: VideoGalleryLayout;
3190
2419
  };
3191
- /**
3192
- * Logo displayed on the configuration page.
3193
- */
3194
- logo?: {
3195
- /**
3196
- * URL for the logo image.
3197
- *
3198
- * @remarks
3199
- * Recommended size is 80x80 pixels.
3200
- */
3201
- url: string;
3202
- /**
3203
- * Alt text for the logo image.
3204
- */
3205
- alt?: string;
3206
- /**
3207
- * The logo can be displayed as a circle or a square.
3208
- *
3209
- * @defaultValue 'circle'
3210
- */
3211
- shape?: 'circle' | 'square';
3212
- };
3213
- /**
3214
- * Background image displayed on the configuration page.
3215
- */
3216
- backgroundImage?: {
3217
- /**
3218
- * URL for the background image.
3219
- *
3220
- * @remarks
3221
- * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
3222
- */
3223
- url: string;
3224
- };
3225
2420
  };
3226
2421
 
3227
2422
  /**
@@ -3373,10 +2568,6 @@ export declare interface CallWithChatCompositeStrings {
3373
2568
  * Label for button to copy invite link
3374
2569
  */
3375
2570
  copyInviteLinkButtonLabel: string;
3376
- /**
3377
- * Label for button to open dialpad
3378
- */
3379
- openDialpadButtonLabel: string;
3380
2571
  /**
3381
2572
  * Label for SidePaneHeader dismiss button
3382
2573
  */
@@ -3389,34 +2580,6 @@ export declare interface CallWithChatCompositeStrings {
3389
2580
  * Aria label string for return to call back button
3390
2581
  */
3391
2582
  returnToCallButtonAriaLabel?: string;
3392
- /**
3393
- * Label for add people dropdown
3394
- */
3395
- peoplePaneAddPeopleButtonLabel: string;
3396
- /**
3397
- * Label for button to start a call
3398
- */
3399
- dialpadStartCallButtonLabel: string;
3400
- /**
3401
- * Title for dialpad Modal
3402
- */
3403
- dialpadModalTitle: string;
3404
- /**
3405
- * Aria Label for dialpad Modal
3406
- */
3407
- dialpadModalAriaLabel: string;
3408
- /**
3409
- * Aria Label for dialpad Modal close button
3410
- */
3411
- dialpadCloseModalButtonAriaLabel: string;
3412
- /**
3413
- * Placeholder text for dtmf dialpad
3414
- */
3415
- dtmfDialpadPlaceholderText: string;
3416
- /**
3417
- * Label for the button to open dtmf dialpad
3418
- */
3419
- openDtmfDialpadLabel: string;
3420
2583
  /**
3421
2584
  * aria label for when the invite link has been actioned
3422
2585
  */
@@ -3433,9 +2596,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3433
2596
  * Show or hide the chat button in the call-with-chat composite control bar.
3434
2597
  * @defaultValue true
3435
2598
  */
3436
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3437
- disabled: boolean;
3438
- };
2599
+ chatButton?: boolean;
3439
2600
  }
3440
2601
 
3441
2602
  /**
@@ -3445,35 +2606,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3445
2606
  */
3446
2607
  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' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
3447
2608
 
3448
- /**
3449
- * @beta
3450
- *
3451
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3452
- * by their browsers settings.
3453
- */
3454
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3455
-
3456
- /**
3457
- * @beta
3458
- * Props for CameraAndMicrophoneSitePermissions component.
3459
- */
3460
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3461
- /** Icon name for the camera icon */
3462
- cameraIconName?: string;
3463
- /** Icon name for the microphone icon */
3464
- microphoneIconName?: string;
3465
- /** Icon name for the central icon between the camera and microphone icons */
3466
- connectorIconName?: string;
3467
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3468
- strings?: CameraAndMicrophoneSitePermissionsStrings;
3469
- }
3470
-
3471
- /**
3472
- * @beta
3473
- * Strings for CameraAndMicrophoneSitePermissions component.
3474
- */
3475
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3476
-
3477
2609
  /**
3478
2610
  * A button to turn camera on / off.
3479
2611
  *
@@ -3630,31 +2762,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3630
2762
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3631
2763
  }
3632
2764
 
3633
- /**
3634
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3635
- * by their browsers settings.
3636
- *
3637
- * @beta
3638
- */
3639
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3640
-
3641
- /**
3642
- * @beta
3643
- * Props for CameraSitePermissions component.
3644
- */
3645
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3646
- /** Icon name for the camera icon */
3647
- cameraIconName?: string;
3648
- /** Strings for use with the {@link CameraSitePermissions} */
3649
- strings?: CameraSitePermissionsStrings;
3650
- }
3651
-
3652
- /**
3653
- * @beta
3654
- * Strings for CameraSitePermissions component.
3655
- */
3656
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3657
-
3658
2765
  /**
3659
2766
  * @public
3660
2767
  * Callback function run when a message edit is cancelled.
@@ -3860,7 +2967,7 @@ export declare type CaptionsReceivedListener = (event: {
3860
2967
  *
3861
2968
  * @public
3862
2969
  */
3863
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
2970
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
3864
2971
 
3865
2972
  /**
3866
2973
  * {@link ChatAdapter} state.
@@ -3968,9 +3075,7 @@ export declare interface ChatAdapterThreadManagement {
3968
3075
  /**
3969
3076
  * Update a message content.
3970
3077
  */
3971
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
3972
- attachedFilesMetadata?: FileMetadata[];
3973
- }): Promise<void>;
3078
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3974
3079
  /**
3975
3080
  * Delete a message in the thread.
3976
3081
  */
@@ -3983,9 +3088,6 @@ export declare interface ChatAdapterThreadManagement {
3983
3088
  *
3984
3089
  */
3985
3090
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3986
- downloadAttachments: (options: {
3987
- attachmentUrls: Record<string, string>;
3988
- }) => Promise<AttachmentDownloadResult[]>;
3989
3091
  }
3990
3092
 
3991
3093
  /**
@@ -3995,13 +3097,6 @@ export declare interface ChatAdapterThreadManagement {
3995
3097
  */
3996
3098
  export declare type ChatAdapterUiState = {
3997
3099
  error?: Error;
3998
- /**
3999
- * Files being uploaded by a user in the current thread.
4000
- * Should be set to null once the upload is complete.
4001
- * Array of type {@link FileUploadsUiState}
4002
- * @beta
4003
- */
4004
- fileUploads?: FileUploadsUiState;
4005
3100
  };
4006
3101
 
4007
3102
  /**
@@ -4104,7 +3199,6 @@ export declare type ChatCompositeIcons = {
4104
3199
  ParticipantItemOptionsHovered?: JSX.Element;
4105
3200
  SendBoxSend?: JSX.Element;
4106
3201
  SendBoxSendHovered?: JSX.Element;
4107
- SendBoxAttachFile?: JSX.Element;
4108
3202
  };
4109
3203
 
4110
3204
  /**
@@ -4119,13 +3213,6 @@ export declare type ChatCompositeOptions = {
4119
3213
  * @defaultValue true
4120
3214
  */
4121
3215
  errorBar?: boolean;
4122
- /**
4123
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4124
- * @defaultValue false
4125
- *
4126
- * @beta
4127
- */
4128
- participantPane?: boolean;
4129
3216
  /**
4130
3217
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4131
3218
  * @defaultValue true
@@ -4136,12 +3223,6 @@ export declare type ChatCompositeOptions = {
4136
3223
  * When undefined nothing has focus on render
4137
3224
  */
4138
3225
  autoFocus?: 'sendBoxTextField';
4139
- /**
4140
- * Properties for configuring the File Sharing feature.
4141
- * If undefined, file sharing feature will be disabled.
4142
- * @beta
4143
- */
4144
- fileSharing?: FileSharingOptions;
4145
3226
  };
4146
3227
 
4147
3228
  /**
@@ -4169,12 +3250,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4169
3250
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4170
3251
  */
4171
3252
  options?: ChatCompositeOptions;
4172
- /**
4173
- * Optimizes the composite form factor for either desktop or mobile.
4174
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4175
- * @defaultValue 'desktop'
4176
- */
4177
- formFactor?: 'desktop' | 'mobile';
4178
3253
  }
4179
3254
 
4180
3255
  /**
@@ -4189,10 +3264,6 @@ export declare interface ChatCompositeStrings {
4189
3264
  * Chat list header text
4190
3265
  */
4191
3266
  chatListHeader: string;
4192
- /**
4193
- * Upload File Button text
4194
- */
4195
- uploadFile: string;
4196
3267
  }
4197
3268
 
4198
3269
  /**
@@ -4241,7 +3312,7 @@ export declare type ChatErrors = {
4241
3312
  *
4242
3313
  * @public
4243
3314
  */
4244
- 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';
3315
+ 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';
4245
3316
 
4246
3317
  /**
4247
3318
  * Object containing all the handlers required for chat components.
@@ -4258,10 +3329,7 @@ export declare type ChatHandlers = {
4258
3329
  onRemoveParticipant: (userId: string) => Promise<void>;
4259
3330
  updateThreadTopicName: (topicName: string) => Promise<void>;
4260
3331
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4261
- onUpdateMessage: (messageId: string, content: string, options?: {
4262
- metadata?: Record<string, string>;
4263
- attachedFilesMetadata?: FileMetadata[];
4264
- }) => Promise<void>;
3332
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4265
3333
  onDeleteMessage: (messageId: string) => Promise<void>;
4266
3334
  };
4267
3335
 
@@ -4288,12 +3356,6 @@ export declare interface ChatMessage extends MessageCommon {
4288
3356
  * {@link @azure/communication-chat#ChatMessage.metadata}
4289
3357
  */
4290
3358
  metadata?: Record<string, string>;
4291
- /**
4292
- * @beta
4293
- * A list of files attached to the message.
4294
- * {@link FileMetadata}
4295
- */
4296
- attachedFilesMetadata?: FileMetadata[];
4297
3359
  }
4298
3360
 
4299
3361
  /**
@@ -4307,7 +3369,6 @@ export declare interface ChatMessage extends MessageCommon {
4307
3369
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4308
3370
  clientMessageId?: string;
4309
3371
  status: MessageStatus;
4310
- policyViolation?: boolean;
4311
3372
  };
4312
3373
 
4313
3374
  /**
@@ -4327,26 +3388,6 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
4327
3388
  */
4328
3389
  export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
4329
3390
 
4330
- /**
4331
- * Custom Fluent theme palette used by chat related components in this library.
4332
- *
4333
- * @beta
4334
- */
4335
- export declare interface ChatTheme {
4336
- /**
4337
- * Custom Fluent theme palette used by chat related components in this library.
4338
- *
4339
- * @beta
4340
- */
4341
- chatPalette: {
4342
- modalOverlayBlack: string;
4343
- modalTitleWhite: string;
4344
- modalButtonBackground: string;
4345
- modalButtonBackgroundHover: string;
4346
- modalButtonBackgroundActive: string;
4347
- };
4348
- }
4349
-
4350
3391
  /**
4351
3392
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
4352
3393
  *
@@ -4472,12 +3513,6 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
4472
3513
  * @public
4473
3514
  */
4474
3515
  startCall(participants: string[], options?: StartCallOptions): void;
4475
- /**
4476
- * Start the call.
4477
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4478
- * @beta
4479
- */
4480
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
4481
3516
  }
4482
3517
 
4483
3518
  /**
@@ -4493,12 +3528,6 @@ export declare type CommonCallAdapterOptions = {
4493
3528
  videoBackgroundImages?: VideoBackgroundImage[];
4494
3529
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
4495
3530
  };
4496
- /**
4497
- * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4498
- * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4499
- * and would not be updated again within the lifecycle of adapter.
4500
- */
4501
- onFetchProfile?: OnFetchProfileCallback;
4502
3531
  };
4503
3532
 
4504
3533
  /**
@@ -4521,9 +3550,7 @@ export declare type CommonCallControlOptions = {
4521
3550
  * Show or Hide Camera Button during a call
4522
3551
  * @defaultValue true
4523
3552
  */
4524
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4525
- disabled: boolean;
4526
- };
3553
+ cameraButton?: boolean;
4527
3554
  /**
4528
3555
  * Show or Hide EndCall button during a call.
4529
3556
  * @defaultValue true
@@ -4533,16 +3560,12 @@ export declare type CommonCallControlOptions = {
4533
3560
  * Show or Hide Microphone button during a call.
4534
3561
  * @defaultValue true
4535
3562
  */
4536
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4537
- disabled: boolean;
4538
- };
3563
+ microphoneButton?: boolean;
4539
3564
  /**
4540
3565
  * Show or Hide Devices button during a call.
4541
3566
  * @defaultValue true
4542
3567
  */
4543
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4544
- disabled: boolean;
4545
- };
3568
+ devicesButton?: boolean;
4546
3569
  /**
4547
3570
  * Show, Hide or Disable participants button during a call.
4548
3571
  * @defaultValue true
@@ -4573,16 +3596,11 @@ export declare type CommonCallControlOptions = {
4573
3596
  * Inject custom buttons in the call controls.
4574
3597
  */
4575
3598
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4576
- holdButton?: boolean | {
4577
- disabled: boolean;
4578
- };
4579
3599
  /**
4580
3600
  * Show or hide the people button in the composite control bar.
4581
3601
  * @defaultValue true
4582
3602
  */
4583
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4584
- disabled: boolean;
4585
- };
3603
+ peopleButton?: boolean;
4586
3604
  };
4587
3605
 
4588
3606
  /**
@@ -4607,9 +3625,6 @@ export declare interface CommonCallingHandlers {
4607
3625
  onRaiseHand: () => Promise<void>;
4608
3626
  onLowerHand: () => Promise<void>;
4609
3627
  onToggleRaiseHand: () => Promise<void>;
4610
- onToggleHold: () => Promise<void>;
4611
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4612
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4613
3628
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4614
3629
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4615
3630
  /**
@@ -4619,10 +3634,7 @@ export declare interface CommonCallingHandlers {
4619
3634
  onDisposeLocalStreamView: () => Promise<void>;
4620
3635
  onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
4621
3636
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4622
- onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4623
3637
  onRemoveParticipant(userId: string): Promise<void>;
4624
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4625
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4626
3638
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
4627
3639
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4628
3640
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4642,39 +3654,6 @@ export declare type CommonProperties<A, B> = {
4642
3654
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4643
3655
  }[keyof A & keyof B];
4644
3656
 
4645
- /**
4646
- * @beta
4647
- * Props for SitePermissions components.
4648
- */
4649
- export declare interface CommonSitePermissionsProps {
4650
- /**
4651
- * Name of application calling experience is in.
4652
- */
4653
- appName: string;
4654
- /**
4655
- * Kind of the Site Permissions component.
4656
- */
4657
- kind: 'request' | 'denied' | 'check';
4658
- /**
4659
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4660
- */
4661
- browserHint?: 'safari' | 'unset';
4662
- /**
4663
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
4664
- * If this is not provided the button will not be shown.
4665
- */
4666
- onTroubleshootingClick?: () => void;
4667
- /**
4668
- * Action that is taken when the user clicks the continue anyway button.
4669
- * If this is not provided the button will not be shown.
4670
- */
4671
- onContinueAnywayClick?: () => void;
4672
- /**
4673
- * Styles for SitePermissions component.
4674
- */
4675
- styles?: SitePermissionsStyles;
4676
- }
4677
-
4678
3657
  /**
4679
3658
  * A Chat or Calling participant's state, as reflected in the UI.
4680
3659
  *
@@ -4851,11 +3830,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
4851
3830
  export declare interface ComponentLocale {
4852
3831
  /** Strings for components */
4853
3832
  strings: ComponentStrings;
4854
- /**
4855
- * Optional function to provide customized date format.
4856
- * @beta
4857
- */
4858
- onDisplayDateTimeString?: (messageDate: Date) => string;
4859
3833
  }
4860
3834
 
4861
3835
  /**
@@ -4901,64 +3875,16 @@ export declare interface ComponentStrings {
4901
3875
  typingIndicator: TypingIndicatorStrings;
4902
3876
  /** Strings for SendBox */
4903
3877
  sendBox: SendBoxStrings;
4904
- /** Strings for MentionPopover */
4905
- mentionPopover: MentionPopoverStrings;
4906
- /** Strings for ImageGallery */
4907
- imageGallery: ImageGalleryStrings;
4908
3878
  /** Strings for MessageStatusIndicator */
4909
3879
  messageStatusIndicator: MessageStatusIndicatorStrings;
4910
3880
  /** Strings for ErroBar */
4911
3881
  errorBar: ErrorBarStrings;
4912
3882
  /** Strings for VideoGallery */
4913
3883
  videoGallery: VideoGalleryStrings;
4914
- /** Strings for Dialpad */
4915
- dialpad: DialpadStrings;
4916
- /** Strings for VideoTile */
4917
- videoTile: VideoTileStrings;
4918
- /** Strings for HoldButton */
4919
- holdButton: HoldButtonStrings;
4920
- /** Strings for a site's permission request prompt */
4921
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
4922
- /** Strings for a site's permission request prompt */
4923
- CameraSitePermissionsRequest: SitePermissionsStrings;
4924
- /** Strings for a site's permission request prompt */
4925
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
4926
- /** Strings for a site's permission generic checking prompt */
4927
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
4928
- /** Strings for a site's permission generic checking prompt */
4929
- CameraSitePermissionsCheck: SitePermissionsStrings;
4930
- /** Strings for a site's permission generic checking prompt */
4931
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
4932
- /** Strings for a site's permission denied prompt */
4933
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
4934
- /** Strings for a site's permission denied prompt for safari browsers*/
4935
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4936
- /** Strings for a site's permission denied prompt */
4937
- CameraSitePermissionsDenied: SitePermissionsStrings;
4938
- /** Strings for a site's permission denied prompt */
4939
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
4940
- /** Strings for a site's permission denied prompt for safari browsers*/
4941
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
4942
- /** Strings for a site's permission denied prompt for safari browsers*/
4943
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4944
- /** Strings for unsupported browser UI */
4945
- UnsupportedBrowser: UnsupportedBrowserStrings;
4946
- /** Strings for unsupported browser version UI */
4947
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
4948
- /** Strings for unsupported browser version UI */
4949
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
4950
- /** Strings for BrowserPemissionDenied */
4951
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
4952
- /** Strings for BrowserPemissionDeniedIOS */
4953
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
4954
3884
  /**
4955
3885
  * Strings for the VerticalGallery.
4956
3886
  */
4957
3887
  verticalGallery: VerticalGalleryStrings;
4958
- /** Strings for the participant list component */
4959
- ParticipantList: ParticipantListStrings;
4960
- /** Strings for the attendee role */
4961
- AttendeeRole: string;
4962
3888
  }
4963
3889
 
4964
3890
  /**
@@ -5321,7 +4247,7 @@ export declare interface ControlBarProps {
5321
4247
  *
5322
4248
  * @public
5323
4249
  */
5324
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4250
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
5325
4251
 
5326
4252
  /**
5327
4253
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -5331,7 +4257,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
5331
4257
  *
5332
4258
  * @public
5333
4259
  */
5334
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4260
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
5335
4261
 
5336
4262
  /**
5337
4263
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -5339,7 +4265,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
5339
4265
  *
5340
4266
  * @public
5341
4267
  */
5342
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4268
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5343
4269
 
5344
4270
  /**
5345
4271
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5350,7 +4276,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
5350
4276
  *
5351
4277
  * @public
5352
4278
  */
5353
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4279
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5354
4280
 
5355
4281
  /**
5356
4282
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -5369,16 +4295,14 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
5369
4295
  *
5370
4296
  * @public
5371
4297
  */
5372
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
5373
- credential?: CommunicationTokenCredential;
5374
- }): Promise<ChatAdapter>;
4298
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5375
4299
 
5376
4300
  /**
5377
4301
  * Type of {@link createDefaultCallingHandlers}.
5378
4302
  *
5379
4303
  * @public
5380
4304
  */
5381
- export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
4305
+ export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, /* @conditional-compile-remove(video-background-effects) */ options?: CallingHandlersOptions) => CallingHandlers;
5382
4306
 
5383
4307
  /**
5384
4308
  * Create the default implementation of {@link CallingHandlers} for teams call.
@@ -5402,18 +4326,6 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5402
4326
  */
5403
4327
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5404
4328
 
5405
- /**
5406
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5407
- *
5408
- * Useful when implementing a custom component that utilizes the providers
5409
- * exported from this library.
5410
- *
5411
- * @beta
5412
- */
5413
- 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?: {
5414
- onResolveVideoBackgroundEffectsDependency?: (() => Promise<VideoBackgroundEffectsDependency>) | undefined;
5415
- } | undefined) => never | TeamsCallingHandlers;
5416
-
5417
4329
  /**
5418
4330
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5419
4331
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -5439,21 +4351,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5439
4351
  */
5440
4352
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
5441
4353
 
5442
- /**
5443
- * @beta
5444
- */
5445
- export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5446
-
5447
- /**
5448
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5449
- *
5450
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
5451
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5452
- *
5453
- * @beta
5454
- */
5455
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: CommonCallAdapterOptions | undefined) => Promise<TeamsCallAdapter>;
5456
-
5457
4354
  /**
5458
4355
  * Object returned after creating a local or remote VideoStream.
5459
4356
  * This contains helper functions to manipulate the render of the stream.
@@ -5504,13 +4401,6 @@ export declare type CustomAvatarOptions = {
5504
4401
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5505
4402
  /** Display name to be used in Persona */
5506
4403
  text?: string;
5507
- /** State for the participant to be displayed in the defaultPlaceHolder */
5508
- participantState?: ParticipantState;
5509
- /**
5510
- * If true, show the special coin for unknown persona.
5511
- * It has '?' in place of initials, with static font and background colors
5512
- */
5513
- showUnknownPersonaCoin?: boolean;
5514
4404
  };
5515
4405
 
5516
4406
  /**
@@ -5636,19 +4526,7 @@ export declare interface CustomMessage extends MessageCommon {
5636
4526
  *
5637
4527
  * @public
5638
4528
  */
5639
- export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5640
-
5641
- /**
5642
- * @beta
5643
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5644
- */
5645
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
5646
-
5647
- /**
5648
- * @beta
5649
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
5650
- */
5651
- export declare type DeclarativeIncomingCall = IncomingCall;
4529
+ export declare const darkTheme: PartialTheme & CallingTheme;
5652
4530
 
5653
4531
  /**
5654
4532
  * The default set of icons that are available to use in the UI components.
@@ -5666,16 +4544,12 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5666
4544
  ControlButtonMicOn: React_2.JSX.Element;
5667
4545
  ControlButtonOptions: React_2.JSX.Element;
5668
4546
  ControlButtonParticipants: React_2.JSX.Element;
5669
- ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5670
4547
  ControlButtonScreenShareStart: React_2.JSX.Element;
5671
4548
  ControlButtonScreenShareStop: React_2.JSX.Element;
5672
4549
  ControlButtonRaiseHand: React_2.JSX.Element;
5673
4550
  ControlButtonLowerHand: React_2.JSX.Element;
5674
4551
  RaiseHandContextualMenuItem: React_2.JSX.Element;
5675
4552
  LowerHandContextualMenuItem: React_2.JSX.Element;
5676
- CancelFileUpload: React_2.JSX.Element;
5677
- DownloadFile: React_2.JSX.Element;
5678
- DataLossPreventionProhibited: React_2.JSX.Element;
5679
4553
  EditBoxCancel: React_2.JSX.Element;
5680
4554
  EditBoxSubmit: React_2.JSX.Element;
5681
4555
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -5708,20 +4582,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5708
4582
  ParticipantItemOptions: React_2.JSX.Element;
5709
4583
  ParticipantItemOptionsHovered: React_2.JSX.Element;
5710
4584
  ParticipantItemScreenShareStart: React_2.JSX.Element;
5711
- HoldCallContextualMenuItem: React_2.JSX.Element;
5712
- HoldCallButton: React_2.JSX.Element;
5713
- ResumeCall: React_2.JSX.Element;
5714
4585
  SendBoxSend: React_2.JSX.Element;
5715
4586
  SendBoxSendHovered: React_2.JSX.Element;
5716
4587
  VideoTileMicOff: React_2.JSX.Element;
5717
- DialpadBackspace: React_2.JSX.Element;
5718
- SitePermissionsSparkle: React_2.JSX.Element;
5719
- SitePermissionCamera: React_2.JSX.Element;
5720
- SitePermissionMic: React_2.JSX.Element;
5721
- SitePermissionCameraDenied: React_2.JSX.Element;
5722
- SitePermissionMicDenied: React_2.JSX.Element;
5723
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
5724
- BrowserPermissionDeniedError: React_2.JSX.Element;
5725
4588
  VideoTilePinned: React_2.JSX.Element;
5726
4589
  VideoTileMoreOptions: React_2.JSX.Element;
5727
4590
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5764,7 +4627,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5764
4627
  ParticipantItemOptionsHovered: JSX.Element | React_2.JSX.Element;
5765
4628
  SendBoxSend: JSX.Element | React_2.JSX.Element;
5766
4629
  SendBoxSendHovered: JSX.Element | React_2.JSX.Element;
5767
- SendBoxAttachFile?: JSX.Element | undefined;
5768
4630
  ControlBarPeopleButton?: JSX.Element | undefined;
5769
4631
  ControlButtonCameraOff: JSX.Element | React_2.JSX.Element;
5770
4632
  ControlButtonCameraOn: JSX.Element | React_2.JSX.Element;
@@ -5814,10 +4676,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5814
4676
  ParticipantItemScreenShareStart: JSX.Element | React_2.JSX.Element;
5815
4677
  VideoTileMicOff: JSX.Element | React_2.JSX.Element;
5816
4678
  LocalCameraSwitch?: JSX.Element | undefined;
5817
- PeoplePaneAddPerson?: JSX.Element | undefined;
5818
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
5819
- DialpadStartCall?: JSX.Element | undefined;
5820
- NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
5821
4679
  BlurVideoBackground?: JSX.Element | undefined;
5822
4680
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
5823
4681
  GalleryOptions?: JSX.Element | undefined;
@@ -5837,25 +4695,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5837
4695
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
5838
4696
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
5839
4697
  MoreDrawerSpeakers?: JSX.Element | undefined;
4698
+ SendBoxAttachFile?: JSX.Element | undefined;
5840
4699
  ChatMessageOptions: React_2.JSX.Element;
5841
- ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5842
- CancelFileUpload: React_2.JSX.Element;
5843
- DownloadFile: React_2.JSX.Element;
5844
- DataLossPreventionProhibited: React_2.JSX.Element;
5845
4700
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
5846
4701
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
5847
4702
  MessageResend: React_2.JSX.Element;
5848
- HoldCallContextualMenuItem: React_2.JSX.Element;
5849
- HoldCallButton: React_2.JSX.Element;
5850
- ResumeCall: React_2.JSX.Element;
5851
- DialpadBackspace: React_2.JSX.Element;
5852
- SitePermissionsSparkle: React_2.JSX.Element;
5853
- SitePermissionCamera: React_2.JSX.Element;
5854
- SitePermissionMic: React_2.JSX.Element;
5855
- SitePermissionCameraDenied: React_2.JSX.Element;
5856
- SitePermissionMicDenied: React_2.JSX.Element;
5857
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
5858
- BrowserPermissionDeniedError: React_2.JSX.Element;
5859
4703
  VideoTilePinned: React_2.JSX.Element;
5860
4704
  VideoTileMoreOptions: React_2.JSX.Element;
5861
4705
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5880,29 +4724,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5880
4724
  ContextMenuSpeakerIcon: React_2.JSX.Element;
5881
4725
  };
5882
4726
 
5883
- /**
5884
- * Device Checks.
5885
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
5886
- *
5887
- * @beta
5888
- */
5889
- export declare interface DeviceCheckOptions {
5890
- /**
5891
- * Camera Permission prompts for your call.
5892
- * 'required' - requires the permission to be allowed before permitting the user join the call.
5893
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5894
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5895
- */
5896
- camera: 'required' | 'optional' | 'doNotPrompt';
5897
- /**
5898
- * Microphone permission prompts for your call.
5899
- * 'required' - requires the permission to be allowed before permitting the user join the call.
5900
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5901
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5902
- */
5903
- microphone: 'required' | 'optional' | 'doNotPrompt';
5904
- }
5905
-
5906
4727
  /**
5907
4728
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
5908
4729
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -6121,60 +4942,6 @@ export declare interface DiagnosticsCallFeatureState {
6121
4942
  media: MediaDiagnosticsState;
6122
4943
  }
6123
4944
 
6124
- /**
6125
- * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6126
- * It will return empty component for stable builds
6127
- *
6128
- * @beta
6129
- */
6130
- export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6131
-
6132
- /**
6133
- * Props for {@link Dialpad} component.
6134
- *
6135
- * @beta
6136
- */
6137
- export declare interface DialpadProps {
6138
- strings?: DialpadStrings;
6139
- /** function to send dtmf tones on button click */
6140
- onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
6141
- /** Callback for dialpad button behavior*/
6142
- onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
6143
- /** set dialpad textfield content */
6144
- textFieldValue?: string;
6145
- /** on change function for text field, provides an unformatted plain text*/
6146
- onChange?: (input: string) => void;
6147
- /** boolean input to determine when to show/hide delete button, default true */
6148
- showDeleteButton?: boolean;
6149
- /** boolean input to determine if dialpad is in mobile view, default false */
6150
- isMobile?: boolean;
6151
- styles?: DialpadStyles;
6152
- }
6153
-
6154
- /**
6155
- * Strings of {@link Dialpad} that can be overridden.
6156
- *
6157
- * @beta
6158
- */
6159
- export declare interface DialpadStrings {
6160
- placeholderText: string;
6161
- deleteButtonAriaLabel?: string;
6162
- }
6163
-
6164
- /**
6165
- * Styles for {@link Dialpad} component.
6166
- *
6167
- * @beta
6168
- */
6169
- export declare interface DialpadStyles {
6170
- root?: IStyle;
6171
- button?: IButtonStyles;
6172
- textField?: Partial<ITextFieldStyles>;
6173
- digit?: IStyle;
6174
- letter?: IStyle;
6175
- deleteIcon?: IButtonStyles;
6176
- }
6177
-
6178
4945
  /**
6179
4946
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
6180
4947
  *
@@ -6195,13 +4962,6 @@ export declare interface Disposable {
6195
4962
  dispose(): void;
6196
4963
  }
6197
4964
 
6198
- /**
6199
- * DTMF tone for PSTN calls.
6200
- *
6201
- * @beta
6202
- */
6203
- export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6204
-
6205
4965
  /**
6206
4966
  * A type for trivial selectors that return no data.
6207
4967
  *
@@ -6455,199 +5215,6 @@ export declare interface ErrorBarStrings {
6455
5215
  */
6456
5216
  export declare type ErrorType = keyof ErrorBarStrings;
6457
5217
 
6458
- /**
6459
- * @beta
6460
- * A file download error returned via a {@link FileDownloadHandler}.
6461
- * This error message is used to render an error message in the UI.
6462
- */
6463
- export declare interface FileDownloadError {
6464
- /** The error message to display in the UI */
6465
- errorMessage: string;
6466
- }
6467
-
6468
- /**
6469
- * @beta
6470
- *
6471
- * A callback function for handling file downloads.
6472
- * The function needs to return a promise that resolves to a file download URL.
6473
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6474
- *
6475
- * @example
6476
- * ```ts
6477
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6478
- * if (isUnauthorizedUser(userId)) {
6479
- * return { errorMessage: 'You don’t have permission to download this file.' };
6480
- * } else {
6481
- * return new URL(fileData.url);
6482
- * }
6483
- * }
6484
- *
6485
- * const App = () => (
6486
- * <ChatComposite
6487
- * ...
6488
- * fileSharing={{
6489
- * fileDownloadHandler: fileDownloadHandler
6490
- * }}
6491
- * />
6492
- * )
6493
- *
6494
- * ```
6495
- * @param userId - The user ID of the user downloading the file.
6496
- * @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
6497
- */
6498
- export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
6499
-
6500
- /**
6501
- * Meta Data containing information about the uploaded file.
6502
- * @beta
6503
- */
6504
- export declare type FileMetadata = FileSharingMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ ImageFileMetadata;
6505
-
6506
- /**
6507
- * @beta
6508
- */
6509
- export declare type FileMetadataAttachmentType = 'fileSharing' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
6510
-
6511
- /**
6512
- * Meta Data containing basic information about the uploaded file.
6513
- * Typically used for ACS to ACS file transfers.
6514
- * @beta
6515
- */
6516
- export declare interface FileSharingMetadata extends BaseFileMetadata {
6517
- attachmentType: 'fileSharing';
6518
- payload?: Record<string, string>;
6519
- }
6520
-
6521
- /**
6522
- * Properties for configuring the File Sharing feature.
6523
- * @beta
6524
- */
6525
- export declare interface FileSharingOptions {
6526
- /**
6527
- * A string containing the comma separated list of accepted file types.
6528
- * Similar to the `accept` attribute of the `<input type="file" />` element.
6529
- * Accepts any type of file if not specified.
6530
- * @beta
6531
- */
6532
- accept?: string;
6533
- /**
6534
- * Allows multiple files to be selected if set to `true`.
6535
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
6536
- * @defaultValue false
6537
- * @beta
6538
- */
6539
- multiple?: boolean;
6540
- /**
6541
- * A function of type {@link FileUploadHandler} for handling file uploads.
6542
- * @beta
6543
- */
6544
- uploadHandler: FileUploadHandler;
6545
- /**
6546
- * A function of type {@link FileDownloadHandler} for handling file downloads.
6547
- * If the function is not specified, the file's `url` will be opened in a new tab to
6548
- * initiate the download.
6549
- */
6550
- downloadHandler?: FileDownloadHandler;
6551
- }
6552
-
6553
- /**
6554
- * @beta
6555
- */
6556
- export declare interface FileUploadAdapter {
6557
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6558
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
6559
- clearFileUploads: () => void;
6560
- cancelFileUpload: (id: string) => void;
6561
- updateFileUploadProgress: (id: string, progress: number) => void;
6562
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6563
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
6564
- }
6565
-
6566
- /**
6567
- * @beta
6568
- * Error message to be displayed to the user if the upload fails.
6569
- */
6570
- export declare type FileUploadError = {
6571
- message: string;
6572
- timestamp: number;
6573
- };
6574
-
6575
- /**
6576
- * @beta
6577
- * A callback function for handling file uploads.
6578
- *
6579
- * @param userId - The user ID of the user uploading the file.
6580
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6581
- */
6582
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6583
-
6584
- /**
6585
- * A wrapper object for a file that is being uploaded.
6586
- * Allows mmanaging file uploads by providing common functions for updating the
6587
- * upload progress, canceling an upload, completing an upload etc.
6588
- * @beta
6589
- */
6590
- export declare interface FileUploadManager {
6591
- /**
6592
- * Unique identifier for the file upload.
6593
- */
6594
- id: string;
6595
- /**
6596
- * HTML {@link File} object for the uploaded file.
6597
- */
6598
- file?: File;
6599
- /**
6600
- * Update the progress of the upload.
6601
- * @param value - number between 0 and 1
6602
- */
6603
- notifyUploadProgressChanged: (value: number) => void;
6604
- /**
6605
- * Mark the upload as complete.
6606
- * Requires the `metadata` param containing uploaded file information.
6607
- * @param metadata - {@link FileMetadata}
6608
- */
6609
- notifyUploadCompleted: (metadata: FileMetadata) => void;
6610
- /**
6611
- * Mark the upload as failed.
6612
- * @param message - An error message that can be displayed to the user.
6613
- */
6614
- notifyUploadFailed: (message: string) => void;
6615
- }
6616
-
6617
- /**
6618
- * Contains the state attibutes of a file upload like name, progress etc.
6619
- * @beta
6620
- */
6621
- export declare interface FileUploadState {
6622
- /**
6623
- * Unique identifier for the file upload.
6624
- */
6625
- id: string;
6626
- /**
6627
- * Filename extracted from the {@link File} object.
6628
- * This attribute is used to render the filename if `metadata.name` is not available.
6629
- */
6630
- filename: string;
6631
- /**
6632
- * A number between 0 and 1 indicating the progress of the upload.
6633
- */
6634
- progress: number;
6635
- /**
6636
- * Meta Data {@link FileMetadata} containing information about the uploaded file.
6637
- */
6638
- metadata?: FileMetadata;
6639
- /**
6640
- * Error message to be displayed to the user if the upload fails.
6641
- */
6642
- error?: FileUploadError;
6643
- }
6644
-
6645
- /**
6646
- * A record containing {@link FileUploadState} mapped to unique ids.
6647
- * @beta
6648
- */
6649
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
6650
-
6651
5218
  /**
6652
5219
  * Provider to apply a Fluent theme across this library's react components.
6653
5220
  *
@@ -6687,7 +5254,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
6687
5254
  *
6688
5255
  * @public
6689
5256
  */
6690
- 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;
5257
+ 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 : undefined;
6691
5258
 
6692
5259
  /**
6693
5260
  * Get the selector for a specified component.
@@ -6749,63 +5316,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
6749
5316
  children?: IStyle;
6750
5317
  }
6751
5318
 
6752
- /**
6753
- * a button to hold or resume a ongoing call.
6754
- *
6755
- * Can be used with {@link ControlBar}
6756
- *
6757
- * @param props - properties for the hold button.
6758
- * @returns
6759
- * @beta
6760
- */
6761
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
6762
-
6763
- /**
6764
- *@beta
6765
- */
6766
- export declare interface HoldButtonProps extends ControlBarButtonProps {
6767
- /**
6768
- * Utility property for using this component with communication react handlers
6769
- * Holds the call or resumes it based on call state.
6770
- */
6771
- onToggleHold: () => Promise<void>;
6772
- /**
6773
- * Optional strings to override in component
6774
- */
6775
- strings?: HoldButtonStrings;
6776
- }
6777
-
6778
- /**
6779
- * Selector type for the {@link HoldButton} component.
6780
- * @public
6781
- */
6782
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6783
- checked: boolean;
6784
- };
6785
-
6786
- /**
6787
- * Strings for the hold button labels
6788
- * @beta
6789
- */
6790
- export declare interface HoldButtonStrings {
6791
- /**
6792
- * Label for when action is to resume call.
6793
- */
6794
- onLabel: string;
6795
- /**
6796
- * Label for when action is to hold call.
6797
- */
6798
- offLabel: string;
6799
- /**
6800
- * Content for when button is checked
6801
- */
6802
- tooltipOnContent: string;
6803
- /**
6804
- * Content for when button is unchecked
6805
- */
6806
- tooltipOffContent: string;
6807
- }
6808
-
6809
5319
  /**
6810
5320
  * {@link HorizontalGallery} Component Styles.
6811
5321
  * @public
@@ -6890,108 +5400,8 @@ export declare interface _Identifiers {
6890
5400
  verticalGalleryVideoTile: string;
6891
5401
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
6892
5402
  verticalGalleryPageCounter: string;
6893
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
6894
- mentionSuggestionList: string;
6895
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
6896
- mentionSuggestionItem: string;
6897
- }
6898
-
6899
- /**
6900
- * Meta Data containing data for images.
6901
- * @beta
6902
- */
6903
- export declare interface ImageFileMetadata extends BaseFileMetadata {
6904
- attachmentType: 'inlineImage';
6905
- previewUrl?: string;
6906
- }
6907
-
6908
- /**
6909
- * Component to render a fullscreen modal for a selected image.
6910
- *
6911
- * @beta
6912
- */
6913
- export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
6914
-
6915
- /**
6916
- * Props for {@link ImageGallery}.
6917
- *
6918
- * @beta
6919
- */
6920
- export declare interface ImageGalleryImageProps {
6921
- /** Image Url used to display the image in a large scale. */
6922
- imageUrl: string;
6923
- /** String used as a file name when downloading this image to user's local device. */
6924
- downloadFilename: string;
6925
- /** Optional string used as a alt text for the image. @default 'image' */
6926
- altText?: string;
6927
- /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
6928
- title?: string;
6929
- /** Optional JSX element used as a title icon and displayed to the left of the title element. */
6930
- titleIcon?: JSX.Element;
6931
- }
6932
-
6933
- /**
6934
- * Props for {@link ImageGallery}.
6935
- *
6936
- * @beta
6937
- */
6938
- export declare interface ImageGalleryProps {
6939
- /**
6940
- * Boolean that controls whether the modal is displayed.
6941
- */
6942
- isOpen: boolean;
6943
- /**
6944
- * Array of images used to populate the ImageGallery
6945
- */
6946
- images: Array<ImageGalleryImageProps>;
6947
- /**
6948
- * Callback to invoke when the ImageGallery modal is dismissed
6949
- */
6950
- onDismiss: () => void;
6951
- /**
6952
- * Callback called when the download button is clicked.
6953
- */
6954
- onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
6955
- /**
6956
- * Callback called when there's an error loading the image.
6957
- */
6958
- onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
6959
- /**
6960
- * Indicating which index of the images array to start with.
6961
- */
6962
- startIndex?: number;
6963
- }
6964
-
6965
- /**
6966
- * Strings of {@link ImageGallery} that can be overridden.
6967
- *
6968
- * @beta
6969
- */
6970
- export declare interface ImageGalleryStrings {
6971
- /**
6972
- * Download button label for ImageGallery
6973
- */
6974
- downloadButtonLabel: string;
6975
- /**
6976
- * Dismiss button aria label for ImageGallery
6977
- */
6978
- dismissButtonAriaLabel: string;
6979
5403
  }
6980
5404
 
6981
- /**
6982
- * @beta
6983
- * This contains a readonly array that returns all the active `incomingCalls`.
6984
- * An active incoming call is a call that has not been answered, declined or disconnected.
6985
- */
6986
- export declare type IncomingCallManagement = {
6987
- /**
6988
- * @beta
6989
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
6990
- * @returns readonly array of {@link DeclarativeIncomingCall}
6991
- */
6992
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
6993
- };
6994
-
6995
5405
  /**
6996
5406
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
6997
5407
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7122,7 +5532,7 @@ export declare interface JumpToNewMessageButtonProps {
7122
5532
  *
7123
5533
  * @public
7124
5534
  */
7125
- export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5535
+ export declare const lightTheme: PartialTheme & CallingTheme;
7126
5536
 
7127
5537
  /**
7128
5538
  * Whether the stream is loading or not.
@@ -7206,117 +5616,22 @@ export declare interface LocalVideoStreamVideoEffectsState {
7206
5616
  activeEffects?: VideoEffectName[];
7207
5617
  }
7208
5618
 
7209
- /**
7210
- * Options for the local video tile in the Call composite.
7211
- *
7212
- * @beta
7213
- */
7214
- export declare interface LocalVideoTileOptions {
7215
- /**
7216
- * Position of the local video tile. If unset will render the local tile in the floating local position.
7217
- *
7218
- * @defaultValue 'floating'
7219
- * @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
7220
- * 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
7221
- * local video tile rules and be docked in the bottom corner.
7222
- * This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
7223
- */
7224
- position?: 'grid' | 'floating';
7225
- }
7226
-
7227
- /**
7228
- * different modes of the local video tile
7229
- *
7230
- * @beta
7231
- */
7232
- export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
7233
-
7234
5619
  /**
7235
5620
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
7236
5621
  *
7237
5622
  * @public
7238
5623
  */
7239
5624
  export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
7240
- type: 'media';
7241
- };
7242
-
7243
- /**
7244
- * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
7245
- *
7246
- * @public
7247
- */
7248
- export declare interface MediaDiagnosticsState {
7249
- latest: LatestMediaDiagnostics;
7250
- }
7251
-
7252
- /**
7253
- * Mention's state, as reflected in the UI.
7254
- *
7255
- * @beta
7256
- */
7257
- export declare interface Mention {
7258
- /** ID of a mention */
7259
- id: string;
7260
- /** Display text of a mention */
7261
- displayText: string;
7262
- /** Optional React element to render an item icon of a mention suggestion */
7263
- icon?: JSX.Element;
7264
- }
7265
-
7266
- /**
7267
- * Options to display suggestions in the mention scenario.
7268
- *
7269
- * @beta
7270
- */
7271
- export declare interface MentionDisplayOptions {
7272
- /**
7273
- * Optional callback for customizing the mention renderer in a message thread.
7274
- */
7275
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7276
- }
7277
-
7278
- /**
7279
- * Options to lookup suggestions in the mention scenario.
7280
- *
7281
- * @beta
7282
- */
7283
- export declare interface MentionLookupOptions {
7284
- /**
7285
- * Optional string to set trigger keyword for mention a specific participant.
7286
- *
7287
- * @defaultValue `@`
7288
- */
7289
- trigger?: string;
7290
- /**
7291
- * Optional callback to fetch a list of mention suggestions base on the query.
7292
- */
7293
- onQueryUpdated: (query: string) => Promise<Mention[]>;
7294
- /**
7295
- * Optional callback to render an item of the mention suggestions list.
7296
- */
7297
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7298
- }
7299
-
7300
- /**
7301
- * Options to lookup suggestions and display mentions in the mention scenario.
7302
- *
7303
- * @beta
7304
- */
7305
- export declare type MentionOptions = {
7306
- lookupOptions?: MentionLookupOptions;
7307
- displayOptions?: MentionDisplayOptions;
5625
+ type: 'media';
7308
5626
  };
7309
5627
 
7310
5628
  /**
7311
- * Strings of {@link _MentionPopover} that can be overridden.
5629
+ * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
7312
5630
  *
7313
- * @beta
5631
+ * @public
7314
5632
  */
7315
- export declare interface MentionPopoverStrings {
7316
- /**
7317
- * Header text for MentionPopover
7318
- */
7319
- mentionPopoverHeader: string;
5633
+ export declare interface MediaDiagnosticsState {
5634
+ latest: LatestMediaDiagnostics;
7320
5635
  }
7321
5636
 
7322
5637
  /**
@@ -7326,7 +5641,7 @@ export declare interface MentionPopoverStrings {
7326
5641
  *
7327
5642
  * @public
7328
5643
  */
7329
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
5644
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7330
5645
 
7331
5646
  /**
7332
5647
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -7546,7 +5861,7 @@ export declare type MessageThreadProps = {
7546
5861
  /**
7547
5862
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
7548
5863
  */
7549
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
5864
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
7550
5865
  /**
7551
5866
  * number of participants in the thread
7552
5867
  */
@@ -7628,17 +5943,6 @@ export declare type MessageThreadProps = {
7628
5943
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
7629
5944
  */
7630
5945
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7631
- /**
7632
- * Optional callback to render uploaded files in the message component.
7633
- * @beta
7634
- */
7635
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
7636
- /**
7637
- * Optional callback to retrieve the inline image in a message.
7638
- * @param attachment - FileMetadata object we want to render
7639
- * @beta
7640
- */
7641
- onFetchAttachments?: (attachments: FileMetadata[]) => Promise<AttachmentDownloadResult[]>;
7642
5946
  /**
7643
5947
  * Optional callback to edit a message.
7644
5948
  *
@@ -7680,28 +5984,6 @@ export declare type MessageThreadProps = {
7680
5984
  * Optional strings to override in component
7681
5985
  */
7682
5986
  strings?: Partial<MessageThreadStrings>;
7683
- /**
7684
- * @beta
7685
- * Optional function called when someone clicks on the file download icon.
7686
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
7687
- * this function will be called with the data inside `fileSharingMetadata` key.
7688
- */
7689
- fileDownloadHandler?: FileDownloadHandler;
7690
- /**
7691
- * Optional function to provide customized date format.
7692
- * @beta
7693
- */
7694
- onDisplayDateTimeString?: (messageDate: Date) => string;
7695
- /**
7696
- * Optional props needed to lookup a mention query and display mentions
7697
- * @beta
7698
- */
7699
- mentionOptions?: MentionOptions;
7700
- /**
7701
- * Optional callback called when an inline image is clicked.
7702
- * @beta
7703
- */
7704
- onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
7705
5987
  };
7706
5988
 
7707
5989
  /**
@@ -7773,14 +6055,6 @@ export declare interface MessageThreadStrings {
7773
6055
  editBoxSubmitButton: string;
7774
6056
  /** String for action menu indicating there are more options */
7775
6057
  actionMenuMoreOptions?: string;
7776
- /** String for download file button in file card */
7777
- downloadFile: string;
7778
- /** String for policy violation message removal */
7779
- blockedWarningText: string;
7780
- /** String for policy violation message removal details link */
7781
- blockedWarningLinkText: string;
7782
- /** String for aria text in file attachment group*/
7783
- fileCardGroupMessage: string;
7784
6058
  }
7785
6059
 
7786
6060
  /**
@@ -7808,7 +6082,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
7808
6082
  /** Styles for system message container. */
7809
6083
  systemMessageContainer?: ComponentSlotStyle;
7810
6084
  /** Styles for blocked message container. */
7811
- blockedMessageContainer?: ComponentSlotStyle;
7812
6085
  /** Styles for message status indicator container. */
7813
6086
  messageStatusContainer?: (mine: boolean) => IStyle;
7814
6087
  }
@@ -7977,31 +6250,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
7977
6250
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
7978
6251
  }
7979
6252
 
7980
- /**
7981
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
7982
- * by their browsers settings.
7983
- *
7984
- * @beta
7985
- */
7986
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
7987
-
7988
- /**
7989
- * @beta
7990
- * Props for MicrophoneSitePermissions component.
7991
- */
7992
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
7993
- /** Icon name for the microphone icon */
7994
- microphoneIconName?: string;
7995
- /** Strings for use with the {@link MicrophoneSitePermissions} */
7996
- strings?: MicrophoneSitePermissionsStrings;
7997
- }
7998
-
7999
- /**
8000
- * @beta
8001
- * Strings for MicrophoneSitePermissions component.
8002
- */
8003
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8004
-
8005
6253
  /**
8006
6254
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
8007
6255
  *
@@ -8020,13 +6268,6 @@ export declare interface NetworkDiagnosticsState {
8020
6268
  latest: LatestNetworkDiagnostics;
8021
6269
  }
8022
6270
 
8023
- /**
8024
- * Callback function used to provide custom data to build profile for a user.
8025
- *
8026
- * @beta
8027
- */
8028
- export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8029
-
8030
6271
  /**
8031
6272
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
8032
6273
  *
@@ -8149,14 +6390,6 @@ export declare interface ParticipantItemProps {
8149
6390
  onClick?: (props?: ParticipantItemProps) => void;
8150
6391
  /** Optional value to determine if the tooltip should be shown for participants or not */
8151
6392
  showParticipantOverflowTooltip?: boolean;
8152
- /**
8153
- * Optional value to determine and display a participants connection status.
8154
- * For example, `Connecting`, `Ringing` etc.
8155
- * The actual text that is displayed is determined by the localized string
8156
- * corresponding to the provided participant state.
8157
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8158
- */
8159
- participantState?: ParticipantState;
8160
6393
  /**
8161
6394
  * Optional aria property that prefixes the ParticipantItems aria content
8162
6395
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -8182,10 +6415,6 @@ export declare interface ParticipantItemStrings {
8182
6415
  mutedIconLabel: string;
8183
6416
  /** placeholder text for participants who does not have a display name*/
8184
6417
  displayNamePlaceholder?: string;
8185
- /** String shown when `participantState` is `Ringing` */
8186
- participantStateRinging?: string;
8187
- /** String shown when `participantState` is `Hold` */
8188
- participantStateHold?: string;
8189
6418
  }
8190
6419
 
8191
6420
  /**
@@ -8265,10 +6494,6 @@ export declare type ParticipantListProps = {
8265
6494
  styles?: ParticipantListStyles;
8266
6495
  /** Optional value to determine if the tooltip should be shown for participants or not */
8267
6496
  showParticipantOverflowTooltip?: boolean;
8268
- /** Total number of people in the call. This number can be larger than the remote participant count. */
8269
- totalParticipantCount?: number;
8270
- /** Strings for the participant list */
8271
- strings?: ParticipantListStrings;
8272
6497
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
8273
6498
  participantAriaLabelledBy?: string;
8274
6499
  };
@@ -8281,21 +6506,8 @@ export declare type ParticipantListProps = {
8281
6506
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8282
6507
  participants: CallParticipantListParticipant[];
8283
6508
  myUserId: string;
8284
- totalParticipantCount?: number;
8285
6509
  };
8286
6510
 
8287
- /**
8288
- * Strings for the {@link ParticipantList}.
8289
- *
8290
- * @beta
8291
- */
8292
- export declare interface ParticipantListStrings {
8293
- /**
8294
- * String for rendering the count of participants not contained in the displayed participant list
8295
- */
8296
- overflowParticipantCount?: string;
8297
- }
8298
-
8299
6511
  /**
8300
6512
  * Styles for the {@link ParticipantList}.
8301
6513
  *
@@ -8512,18 +6724,6 @@ export declare type ParticipantsRemovedListener = (event: {
8512
6724
  */
8513
6725
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
8514
6726
 
8515
- /**
8516
- * The profile of a user.
8517
- *
8518
- * @beta
8519
- */
8520
- export declare type Profile = {
8521
- /**
8522
- * Primary text to display, usually the name of the person.
8523
- */
8524
- displayName?: string;
8525
- };
8526
-
8527
6727
  /**
8528
6728
  * Raised hand state with order
8529
6729
  *
@@ -8648,7 +6848,7 @@ export declare interface RemoteParticipantState {
8648
6848
  /**
8649
6849
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
8650
6850
  */
8651
- identifier: CommunicationIdentifierKind;
6851
+ identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind | MicrosoftTeamsAppKind;
8652
6852
  /**
8653
6853
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
8654
6854
  */
@@ -8676,10 +6876,6 @@ export declare interface RemoteParticipantState {
8676
6876
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
8677
6877
  */
8678
6878
  isSpeaking: boolean;
8679
- /**
8680
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
8681
- */
8682
- role?: ParticipantRole;
8683
6879
  /**
8684
6880
  * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
8685
6881
  */
@@ -8708,7 +6904,6 @@ export declare interface RemoteVideoStreamState {
8708
6904
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8709
6905
  * @beta
8710
6906
  */
8711
- isReceiving: boolean;
8712
6907
  /**
8713
6908
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8714
6909
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -8808,19 +7003,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
8808
7003
  */
8809
7004
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
8810
7005
 
8811
- /**
8812
- * @beta
8813
- * Error to be displayed to the user in an error bar above sendbox.
8814
- */
8815
- export declare interface SendBoxErrorBarError {
8816
- /** Error Message to be displayed */
8817
- message: string;
8818
- /**
8819
- * Unix Timestamp. Preferred generation using `Date.now()`
8820
- */
8821
- timestamp: number;
8822
- }
8823
-
8824
7006
  /**
8825
7007
  * Props for {@link SendBox}.
8826
7008
  *
@@ -8840,11 +7022,6 @@ export declare interface SendBoxProps {
8840
7022
  * Optional override behavior on send button click
8841
7023
  */
8842
7024
  onSendMessage?: (content: string) => Promise<void>;
8843
- /**
8844
- * Optional props needed to lookup suggestions in the mention scenario.
8845
- * @beta
8846
- */
8847
- mentionLookupOptions?: MentionLookupOptions;
8848
7025
  /**
8849
7026
  * Optional callback called when user is typing
8850
7027
  */
@@ -8881,25 +7058,6 @@ export declare interface SendBoxProps {
8881
7058
  * When undefined nothing has focus on render
8882
7059
  */
8883
7060
  autoFocus?: 'sendBoxTextField';
8884
- /**
8885
- * Optional callback to render uploaded files in the SendBox. The sendBox will expand
8886
- * vertically to accommodate the uploaded files. File uploads will
8887
- * be rendered below the text area in sendBox.
8888
- * @beta
8889
- */
8890
- onRenderFileUploads?: () => JSX.Element;
8891
- /**
8892
- * Optional array of active file uploads where each object has attributes
8893
- * of a file upload like name, progress, errorMessage etc.
8894
- * @beta
8895
- */
8896
- activeFileUploads?: ActiveFileUpload[];
8897
- /**
8898
- * Optional callback to remove the file upload before sending by clicking on
8899
- * cancel icon.
8900
- * @beta
8901
- */
8902
- onCancelFileUpload?: (fileId: string) => void;
8903
7061
  }
8904
7062
 
8905
7063
  /**
@@ -8930,22 +7088,6 @@ export declare interface SendBoxStrings {
8930
7088
  * Aria label for send message button
8931
7089
  */
8932
7090
  sendButtonAriaLabel: string;
8933
- /**
8934
- * Error message indicating that all file uploads are not complete.
8935
- */
8936
- fileUploadsPendingError: string;
8937
- /**
8938
- * Aria label to notify user when focus is on cancel file upload button.
8939
- */
8940
- removeFile: string;
8941
- /**
8942
- * Aria label to notify user file uploading starts.
8943
- */
8944
- uploading: string;
8945
- /**
8946
- * Aria label to notify user file is uploaded.
8947
- */
8948
- uploadCompleted: string;
8949
7091
  }
8950
7092
 
8951
7093
  /**
@@ -8966,45 +7108,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
8966
7108
  systemMessage?: IStyle;
8967
7109
  }
8968
7110
 
8969
- /**
8970
- * @beta
8971
- * Strings for SitePermissions component
8972
- */
8973
- export declare type SitePermissionsStrings = {
8974
- /**
8975
- * Main text string.
8976
- */
8977
- primaryText?: string;
8978
- /**
8979
- * Subtext string.
8980
- */
8981
- secondaryText?: string;
8982
- /**
8983
- * More help link string.
8984
- */
8985
- linkText?: string;
8986
- /**
8987
- * Primary button text string.
8988
- */
8989
- primaryButtonText?: string;
8990
- /**
8991
- * Aria label describing the content of the container
8992
- */
8993
- ariaLabel?: string;
8994
- };
8995
-
8996
- /**
8997
- * Fluent styles for {@link SitePermissionsContainer}.
8998
- *
8999
- * @beta
9000
- */
9001
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
9002
- /** Styles for the primary button. */
9003
- primaryButton?: IButtonStyles;
9004
- /** Styles for the help troubleshooting link text. */
9005
- troubleshootingLink?: ILinkStyles;
9006
- }
9007
-
9008
7111
  /**
9009
7112
  * @public
9010
7113
  * spoken language strings for captions setting modal
@@ -9161,19 +7264,6 @@ export declare interface StatefulCallClient extends CallClient {
9161
7264
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
9162
7265
  */
9163
7266
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9164
- /** @conditional-compile-remove(one-to-n-calling) */
9165
- /**
9166
- * The CallAgent is used to handle calls.
9167
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9168
- * - The CallClient can only have one active CallAgent instance at a time.
9169
- * - You can create a new CallClient instance to create a new CallAgent.
9170
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9171
- * createCallAgent() method again to create a new CallAgent.
9172
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9173
- * @param options - The CallAgentOptions for additional options like display name.
9174
- * @public
9175
- */
9176
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
9177
7267
  }
9178
7268
 
9179
7269
  /**
@@ -9186,16 +7276,7 @@ export declare type StatefulCallClientArgs = {
9186
7276
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
9187
7277
  * state. It is not used by StatefulCallClient.
9188
7278
  */
9189
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9190
- /**
9191
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9192
- * to start a PSTN call.
9193
- *
9194
- * example: +11234567
9195
- *
9196
- * This is not a cached value from the headless calling client.
9197
- */
9198
- alternateCallerId?: string;
7279
+ userId: CommunicationUserIdentifier;
9199
7280
  };
9200
7281
 
9201
7282
  /**
@@ -9350,74 +7431,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
9350
7431
  */
9351
7432
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
9352
7433
 
9353
- /**
9354
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9355
- *
9356
- * @beta
9357
- */
9358
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
9359
- /**
9360
- * Join the call with microphone initially on/off.
9361
- * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9362
- * @param microphoneOn - Whether microphone is initially enabled
9363
- *
9364
- * @beta
9365
- */
9366
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9367
- /**
9368
- * Join the call with options bag to set microphone/camera initial state when joining call
9369
- * true = turn on the device when joining call
9370
- * false = turn off the device when joining call
9371
- * 'keep'/undefined = retain devices' precall state
9372
- *
9373
- * @param options - param to set microphone/camera initially on/off.
9374
- *
9375
- * @public
9376
- */
9377
- joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9378
- /**
9379
- * Start the call.
9380
- *
9381
- * @param participants - An array of participant ids to join
9382
- *
9383
- * @beta
9384
- */
9385
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9386
- /**
9387
- * Start the call.
9388
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9389
- * @beta
9390
- */
9391
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9392
- }
9393
-
9394
- /**
9395
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9396
- *
9397
- * @beta
9398
- */
9399
- export declare type TeamsCallAdapterArgs = {
9400
- userId: MicrosoftTeamsUserIdentifier;
9401
- credential: CommunicationTokenCredential;
9402
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9403
- /**
9404
- * Optional parameters for the {@link TeamsCallAdapter} created
9405
- */
9406
- options?: TeamsAdapterOptions;
9407
- };
9408
-
9409
- /**
9410
- * Object containing all the teams call handlers required for calling components.
9411
- *
9412
- * Calling related components from this package are able to pick out relevant handlers from this object.
9413
- * See {@link useHandlers} and {@link usePropsFor}.
9414
- *
9415
- * @beta
9416
- */
9417
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9418
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9419
- }
9420
-
9421
7434
  /**
9422
7435
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
9423
7436
  *
@@ -9463,27 +7476,6 @@ export declare interface TranscriptionCallFeature {
9463
7476
  isTranscriptionActive: boolean;
9464
7477
  }
9465
7478
 
9466
- /**
9467
- * Transfer feature state
9468
- *
9469
- * @beta
9470
- */
9471
- export declare interface TransferFeature {
9472
- /**
9473
- * Accepted transfer requests
9474
- */
9475
- acceptedTransfers: {
9476
- [key: string]: AcceptedTransfer;
9477
- };
9478
- }
9479
-
9480
- /**
9481
- * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
9482
- *
9483
- * @beta
9484
- */
9485
- export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
9486
-
9487
7479
  /**
9488
7480
  * Component to notify local user when one or more participants in the chat thread are typing.
9489
7481
  *
@@ -9618,118 +7610,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
9618
7610
  typingString?: IStyle;
9619
7611
  }
9620
7612
 
9621
- /**
9622
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
9623
- *
9624
- * @beta
9625
- */
9626
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
9627
-
9628
- /**
9629
- * props for {@link UnsupportedBrowser} UI
9630
- *
9631
- * @beta
9632
- */
9633
- export declare interface UnsupportedBrowserProps {
9634
- /** Handler to perform an action when the help link is actioned */
9635
- onTroubleshootingClick?: () => void;
9636
- /** String overrides for the component */
9637
- strings?: UnsupportedBrowserStrings;
9638
- }
9639
-
9640
- /**
9641
- * Strings for UnsupportedBrowser component
9642
- *
9643
- * @beta
9644
- */
9645
- export declare interface UnsupportedBrowserStrings {
9646
- /** String for the primary text */
9647
- primaryText: string;
9648
- /** String for the secondary text */
9649
- secondaryText: string;
9650
- /** String to display in the text for the help link */
9651
- moreHelpLinkText: string;
9652
- }
9653
-
9654
- /**
9655
- * UI to display to the user that the browser version they are using is out of date
9656
- * and not supported by Azure Communications Calling service.
9657
- *
9658
- * @beta
9659
- */
9660
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
9661
-
9662
- /**
9663
- * props for {@link UnsupportedBrowserVersion} UI
9664
- *
9665
- * @beta
9666
- */
9667
- export declare interface UnsupportedBrowserVersionProps {
9668
- /** Handler to perform an action when the help link is actioned */
9669
- onTroubleshootingClick?: () => void;
9670
- /** String overrides for the component */
9671
- strings?: UnsupportedBrowserVersionStrings;
9672
- /** Handler to allow user to continue into the call */
9673
- onContinueAnywayClick?: () => void;
9674
- }
9675
-
9676
- /**
9677
- * Strings for UnsupportedBrowser component
9678
- *
9679
- * @beta
9680
- */
9681
- export declare interface UnsupportedBrowserVersionStrings {
9682
- /** String for the primary text */
9683
- primaryText: string;
9684
- /** String for the secondary text */
9685
- secondaryText: string;
9686
- /** String to display in the text for the help link */
9687
- moreHelpLinkText: string;
9688
- /** String for continue without updating button */
9689
- continueAnywayButtonText?: string;
9690
- }
9691
-
9692
- /**
9693
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
9694
- *
9695
- * @beta
9696
- */
9697
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
9698
-
9699
- /**
9700
- * Props for {@link UnsupportedOperatingSystem} UI
9701
- *
9702
- * @beta
9703
- */
9704
- export declare interface UnsupportedOperatingSystemProps {
9705
- /** Handler to perform a action when the help link is actioned */
9706
- onTroubleshootingClick?: () => void;
9707
- /** String overrides for the component */
9708
- strings?: UnsupportedOperatingSystemStrings;
9709
- }
9710
-
9711
- /**
9712
- * Strings for UnsupportedBrowser component
9713
- *
9714
- * @beta
9715
- */
9716
- export declare interface UnsupportedOperatingSystemStrings {
9717
- /** String for the primary text */
9718
- primaryText: string;
9719
- /** String for the secondary text */
9720
- secondaryText: string;
9721
- /** String to display in the text for the help link */
9722
- moreHelpLinkText: string;
9723
- }
9724
-
9725
7613
  /**
9726
7614
  * @public
9727
7615
  * Callback function run when a message is updated.
9728
7616
  */
9729
- export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
9730
- metadata?: Record<string, string>;
9731
- attachedFilesMetadata?: FileMetadata[];
9732
- }) => Promise<void>;
7617
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
9733
7618
 
9734
7619
  /**
9735
7620
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -9877,44 +7762,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
9877
7762
  */
9878
7763
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: "chat" | "calling" | undefined) => ParamT extends Selector ? ReturnType<ParamT> : undefined;
9879
7764
 
9880
- /**
9881
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
9882
- *
9883
- * Useful when implementing a custom component that utilizes the providers
9884
- * exported from this library.
9885
- *
9886
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
9887
- *
9888
- * @beta
9889
- */
9890
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9891
-
9892
- /**
9893
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
9894
- *
9895
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
9896
- * creation of the adapter internally.
9897
- *
9898
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
9899
- * as they are created. The adapter is only created when all arguments are defined.
9900
- *
9901
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
9902
- * See storybook for typical usage examples.
9903
- *
9904
- * @beta
9905
- */
9906
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
9907
-
9908
- /**
9909
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
9910
- *
9911
- * Useful when implementing a custom component that utilizes the providers
9912
- * exported from this library.
9913
- *
9914
- * @beta
9915
- */
9916
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
9917
-
9918
7765
  /**
9919
7766
  * React hook to access theme
9920
7767
  *
@@ -10054,7 +7901,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
10054
7901
  /**
10055
7902
  * @public
10056
7903
  */
10057
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
7904
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
10058
7905
 
10059
7906
  /**
10060
7907
  * The state of the local participant in the {@link VideoGallery}.
@@ -10176,13 +8023,6 @@ export declare interface VideoGalleryProps {
10176
8023
  * @defaultValue 'horizontalBottom'
10177
8024
  */
10178
8025
  overflowGalleryPosition?: OverflowGalleryPosition;
10179
- /**
10180
- * Determines the aspect ratio of local video tile in the video gallery.
10181
- * @remarks 'followDeviceOrientation' will be responsive to the screen orientation and will change between 9:16 (portrait) and
10182
- * 16:9 (landscape) aspect ratios.
10183
- * @defaultValue 'followDeviceOrientation'
10184
- */
10185
- localVideoTileSize?: LocalVideoTileSize;
10186
8026
  }
10187
8027
 
10188
8028
  /**
@@ -10195,11 +8035,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
10195
8035
  isSpeaking?: boolean;
10196
8036
  /** Video stream of shared screen */
10197
8037
  screenShareStream?: VideoGalleryStream;
10198
- /**
10199
- * @beta
10200
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10201
- */
10202
- state?: ParticipantState;
10203
8038
  /** Whether participant is raised a hand */
10204
8039
  raisedHand?: RaisedHand;
10205
8040
  }
@@ -10439,12 +8274,6 @@ export declare interface VideoTileProps {
10439
8274
  isSpeaking?: boolean;
10440
8275
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
10441
8276
  raisedHand?: RaisedHand;
10442
- /**
10443
- * The call connection state of the participant.
10444
- * For example, `Hold` means the participant is on hold.
10445
- */
10446
- participantState?: ParticipantState;
10447
- strings?: VideoTileStrings;
10448
8277
  /**
10449
8278
  * Display custom menu items in the VideoTile's contextual menu.
10450
8279
  * Uses Fluent UI ContextualMenu.
@@ -10457,15 +8286,6 @@ export declare interface VideoTileProps {
10457
8286
  onLongTouch?: () => void;
10458
8287
  }
10459
8288
 
10460
- /**
10461
- * Strings of {@link VideoTile} that can be overridden.
10462
- * @beta
10463
- */
10464
- export declare interface VideoTileStrings {
10465
- participantStateRinging: string;
10466
- participantStateHold: string;
10467
- }
10468
-
10469
8289
  /**
10470
8290
  * Fluent styles for {@link VideoTile}.
10471
8291
  *