@azure/communication-react 1.4.3-alpha-202301150014.0 → 1.5.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 (842) hide show
  1. package/CHANGELOG.json +1047 -0
  2. package/CHANGELOG.stable.md +79 -2
  3. package/dist/communication-react.d.ts +29 -1976
  4. package/dist/dist-cjs/communication-react/index.js +6443 -10799
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/identifier.js +64 -3
  13. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  21. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -11
  23. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -12
  24. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -13
  26. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +5 -20
  27. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +49 -20
  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 +31 -35
  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.js +1 -13
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -22
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  44. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  45. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +10 -31
  47. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  49. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  50. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  52. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  57. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -14
  59. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +4 -25
  60. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +0 -5
  62. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +0 -11
  63. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  64. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +9 -25
  65. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -21
  67. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  68. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  69. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  70. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  71. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  72. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  73. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +67 -62
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -27
  76. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -7
  78. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +4 -56
  79. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  81. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +64 -56
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -9
  88. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -13
  90. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +57 -51
  92. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  94. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
  97. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  100. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +0 -8
  101. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  104. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
  105. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  107. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
  108. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +13 -3
  110. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  113. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  114. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  116. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  118. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  119. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -2
  120. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  122. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  123. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  124. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  125. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  126. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +14 -13
  127. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  128. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -4
  129. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +10 -3
  130. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  131. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  132. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  134. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  135. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +10 -41
  136. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  139. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  140. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  141. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  142. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  144. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  147. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  148. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
  149. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  150. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  151. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -7
  152. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  153. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  154. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  155. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  156. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +127 -113
  157. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  158. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  160. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  162. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  163. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  165. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  166. package/dist/dist-esm/communication-react/src/index.d.ts +0 -21
  167. package/dist/dist-esm/communication-react/src/index.js +0 -14
  168. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  169. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  170. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  171. package/dist/dist-esm/react-components/src/components/CameraButton.js +6 -6
  172. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  173. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +8 -7
  174. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  175. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +17 -36
  176. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  177. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +4 -8
  178. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  179. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +30 -24
  180. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  181. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +24 -55
  182. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  183. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +11 -7
  184. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  186. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  187. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  188. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  190. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  191. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  193. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  195. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  197. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  199. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  201. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/DevicesButton.js +30 -7
  203. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
  205. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.d.ts +0 -1
  207. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +2 -18
  208. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  210. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.d.ts +0 -4
  212. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  213. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  215. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.d.ts +0 -4
  217. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +3 -3
  218. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  221. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -2
  223. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/FileCard.js +3 -2
  225. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  227. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  228. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +9 -12
  229. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +7 -8
  231. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  232. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  233. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  235. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -5
  237. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +12 -5
  239. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  241. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  242. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +9 -27
  243. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -23
  245. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +1 -23
  247. package/dist/dist-esm/react-components/src/components/MessageThread.js +97 -157
  248. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +6 -9
  250. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  252. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  253. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  254. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -22
  255. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/ParticipantList.js +9 -25
  257. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  259. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  261. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  262. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  263. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -2
  265. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +12 -68
  266. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  268. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +12 -6
  270. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -35
  272. package/dist/dist-esm/react-components/src/components/SendBox.js +8 -32
  273. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  275. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  278. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  280. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  282. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  284. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +1 -1
  286. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -12
  287. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -13
  289. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  291. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.d.ts +1 -1
  293. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -12
  294. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +8 -25
  296. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -11
  298. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +16 -33
  300. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  303. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  305. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +7 -2
  307. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  309. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +29 -8
  311. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  313. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  314. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -10
  318. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  320. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +0 -2
  322. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +30 -31
  323. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +14 -38
  325. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +0 -66
  327. package/dist/dist-esm/react-components/src/components/VideoGallery.js +19 -147
  328. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +1 -22
  330. package/dist/dist-esm/react-components/src/components/VideoTile.js +46 -98
  331. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +10 -3
  333. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -13
  335. package/dist/dist-esm/react-components/src/components/index.js +0 -8
  336. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +12 -3
  338. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +4 -1
  346. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
  349. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  351. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  354. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  356. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -2
  359. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  360. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +13 -2
  362. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  367. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
  371. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  374. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/utils/useLongPress.d.ts +0 -1
  376. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +2 -15
  377. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  379. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/utils.js +8 -9
  381. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +10 -14
  383. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  385. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/index.d.ts +0 -2
  388. package/dist/dist-esm/react-components/src/index.js +0 -2
  389. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
  391. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +96 -6
  394. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +95 -5
  395. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
  396. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +95 -5
  397. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +96 -6
  398. package/dist/dist-esm/react-components/src/localization/locales/index.js +42 -14
  399. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +95 -5
  401. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +95 -5
  402. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +95 -5
  403. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +95 -5
  404. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +96 -6
  405. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +95 -5
  406. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +96 -6
  407. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +95 -5
  408. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +95 -5
  409. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +6 -3
  410. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  411. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -20
  412. package/dist/dist-esm/react-components/src/theming/icons.js +11 -121
  413. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +0 -7
  418. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  422. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -3
  424. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +0 -2
  425. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -8
  428. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  429. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  430. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  431. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -89
  432. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +17 -95
  433. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  434. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -120
  435. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  436. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -77
  437. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +31 -248
  438. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  439. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -107
  440. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -9
  441. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  442. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  443. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  444. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  445. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  446. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -8
  447. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  448. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -5
  449. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  450. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  451. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +0 -3
  452. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +10 -76
  453. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  454. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -2
  455. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +13 -135
  456. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  457. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  458. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  459. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  460. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  461. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  462. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  463. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  464. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  465. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  466. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  467. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  468. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  469. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -32
  470. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  471. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  472. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +19 -66
  473. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  474. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +21 -16
  475. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  476. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +0 -2
  477. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +17 -25
  478. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  479. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  480. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  481. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  482. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  483. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  484. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  485. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -1
  486. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  487. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +5 -44
  488. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  489. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  490. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  491. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -8
  492. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  493. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  494. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  495. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -13
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +6 -27
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -7
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +0 -1
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -8
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  510. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -8
  511. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +12 -140
  512. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  513. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +0 -1
  514. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -19
  515. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  516. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +2 -2
  517. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  518. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  519. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  520. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  521. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -10
  522. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -10
  523. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  524. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  525. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  526. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  527. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  528. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  529. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  530. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  531. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  532. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  533. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  534. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +1 -1
  535. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +2 -2
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +6 -2
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +0 -2
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -1
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +3 -23
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -9
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +3 -15
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +12 -106
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +4 -87
  581. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +14 -78
  582. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -1
  584. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +15 -41
  585. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  586. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +0 -2
  587. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +12 -34
  588. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js +1 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js +7 -9
  592. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  594. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js +6 -3
  595. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +1 -1
  596. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +1 -1
  597. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.d.ts +0 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  601. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -25
  603. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +7 -139
  604. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  605. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -60
  606. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  607. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -10
  608. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -39
  609. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -9
  611. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -31
  612. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  614. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +21 -67
  615. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
  618. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -22
  622. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -10
  623. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  626. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -6
  627. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  628. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  629. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +9 -41
  631. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  633. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +0 -9
  635. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +25 -88
  636. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  638. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  639. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -13
  641. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  643. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  646. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  647. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +5 -3
  650. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -3
  652. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
  655. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  657. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  659. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  660. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  662. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  663. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  665. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  667. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  669. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +6 -21
  671. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +8 -6
  675. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -6
  677. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -24
  678. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +1 -2
  680. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +18 -6
  681. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +1 -2
  683. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  684. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  685. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  686. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -33
  687. package/dist/dist-esm/react-composites/src/composites/common/icons.js +5 -19
  688. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  690. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +16 -6
  691. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  693. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +22 -5
  695. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  697. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  699. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  701. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  702. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +17 -3
  705. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +17 -3
  706. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +17 -3
  707. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +17 -3
  708. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +17 -3
  710. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +17 -3
  711. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +17 -3
  712. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +17 -3
  713. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +17 -3
  714. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +17 -3
  715. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +17 -3
  716. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +17 -3
  717. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +17 -3
  718. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  719. package/package.json +14 -15
  720. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -43
  721. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -81
  722. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  723. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  724. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -89
  725. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  726. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  727. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  728. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  729. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  730. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  731. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  732. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  733. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  734. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  735. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  736. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  737. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  738. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  739. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  740. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  741. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  742. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  743. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  744. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.d.ts +0 -25
  745. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js +0 -65
  746. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js.map +0 -1
  747. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +0 -9
  748. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +0 -18
  749. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +0 -1
  750. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.d.ts +0 -6
  751. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js +0 -9
  752. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +0 -1
  753. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.d.ts +0 -10
  754. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +0 -29
  755. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +0 -1
  756. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  757. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  758. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  759. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  760. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  761. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  762. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  763. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  764. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  765. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  766. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  767. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  768. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +0 -61
  769. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +0 -74
  770. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +0 -1
  771. package/dist/dist-esm/react-components/src/permissions/index.d.ts +0 -2
  772. package/dist/dist-esm/react-components/src/permissions/index.js +0 -4
  773. package/dist/dist-esm/react-components/src/permissions/index.js.map +0 -1
  774. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  775. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  776. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.d.ts +0 -24
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +0 -80
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +0 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -17
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +0 -63
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +0 -1
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +0 -16
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +0 -38
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +0 -1
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -15
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -38
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  802. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  803. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  804. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
  805. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
  806. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -13
  808. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
  809. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
  810. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  811. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  812. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  813. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  814. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  815. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  816. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  817. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  818. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  819. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  820. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
  821. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  822. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
  823. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  824. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  825. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  826. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  827. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  828. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  829. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  830. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  831. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  832. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  833. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  834. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  835. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  836. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  837. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  838. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  839. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  840. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  841. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  842. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.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 { Call } from '@azure/communication-calling';
23
22
  import { CallAgent } from '@azure/communication-calling';
@@ -26,7 +25,6 @@ import { CallClientOptions } from '@azure/communication-calling';
26
25
  import { CallDirection } from '@azure/communication-calling';
27
26
  import { CallEndReason } from '@azure/communication-calling';
28
27
  import { CallerInfo } from '@azure/communication-calling';
29
- import { CallKind } from '@azure/communication-calling';
30
28
  import { CallState as CallState_2 } from '@azure/communication-calling';
31
29
  import { ChatClient } from '@azure/communication-chat';
32
30
  import { ChatClientOptions } from '@azure/communication-chat';
@@ -44,33 +42,25 @@ import { CreateViewOptions } from '@azure/communication-calling';
44
42
  import { DeviceAccess } from '@azure/communication-calling';
45
43
  import { DeviceManager } from '@azure/communication-calling';
46
44
  import { DominantSpeakersInfo } from '@azure/communication-calling';
47
- import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
48
- import { EnvironmentInfo } from '@azure/communication-calling';
49
45
  import { GroupCallLocator } from '@azure/communication-calling';
50
46
  import { IButtonProps } from '@fluentui/react';
51
47
  import { IButtonStyles } from '@fluentui/react';
52
48
  import { IContextualMenuItem } from '@fluentui/react';
53
49
  import { IContextualMenuItemStyles } from '@fluentui/react';
54
- import { IContextualMenuProps } from '@fluentui/react';
55
50
  import { IContextualMenuStyles } from '@fluentui/react';
56
- import { ILinkStyles } from '@fluentui/react';
57
51
  import { IMessageBarProps } from '@fluentui/react';
58
- import { IncomingCall } from '@azure/communication-calling';
59
52
  import { IPersonaStyleProps } from '@fluentui/react';
60
53
  import { IPersonaStyles } from '@fluentui/react';
61
54
  import { IRenderFunction } from '@fluentui/react';
62
55
  import { IStyle } from '@fluentui/react';
63
56
  import { IStyleFunctionOrObject } from '@fluentui/react';
64
- import { ITextFieldStyles } from '@fluentui/react';
65
57
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
66
58
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
67
59
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
68
60
  import { MediaStreamType } from '@azure/communication-calling';
69
- import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
70
61
  import { MicrosoftTeamsUserKind } from '@azure/communication-common';
71
62
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
72
63
  import { PartialTheme } from '@fluentui/react';
73
- import { ParticipantRole } from '@azure/communication-calling';
74
64
  import { PermissionConstraints } from '@azure/communication-calling';
75
65
  import { PersonaInitialsColor } from '@fluentui/react';
76
66
  import { PersonaPresence } from '@fluentui/react';
@@ -81,12 +71,9 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
81
71
  import { default as React_2 } from 'react';
82
72
  import type { RemoteParticipant } from '@azure/communication-calling';
83
73
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
84
- import { RoomCallLocator } from '@azure/communication-calling';
85
74
  import { ScalingMode } from '@azure/communication-calling';
86
75
  import { SendMessageOptions } from '@azure/communication-chat';
87
76
  import { StartCallOptions } from '@azure/communication-calling';
88
- import { TeamsCall } from '@azure/communication-calling';
89
- import { TeamsCallAgent } from '@azure/communication-calling';
90
77
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
91
78
  import { Theme } from '@fluentui/react';
92
79
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
@@ -115,38 +102,6 @@ export declare interface ActiveErrorMessage {
115
102
  timestamp?: Date;
116
103
  }
117
104
 
118
- /**
119
- * Attributes required for SendBox to show file uploads like name, progress etc.
120
- * @beta
121
- */
122
- export declare interface ActiveFileUpload {
123
- /**
124
- * Unique identifier for the file upload.
125
- */
126
- id: string;
127
- /**
128
- * File name to be rendered for uploaded file.
129
- */
130
- filename: string;
131
- /**
132
- * A number between 0 and 1 indicating the progress of the upload.
133
- * This is unrelated to the `uploadComplete` property.
134
- * It is only used to show the progress of the upload.
135
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
136
- * property to true to mark the upload as complete.
137
- */
138
- progress: number;
139
- /**
140
- * Error to be displayed to the user if the upload fails.
141
- */
142
- error?: SendBoxErrorBarError;
143
- /**
144
- * `true` means that the upload is completed.
145
- * This is independent of the upload `progress`.
146
- */
147
- uploadComplete?: boolean;
148
- }
149
-
150
105
  /**
151
106
  * Error reported via error events and stored in adapter state.
152
107
  *
@@ -242,11 +197,6 @@ export declare type AvatarPersonaData = {
242
197
  * @defaultvalue `white`
243
198
  */
244
199
  initialsTextColor?: string;
245
- /**
246
- * If true, show the special coin for unknown persona.
247
- * It has '?' in place of initials, with static font and background colors
248
- */
249
- showUnknownPersonaCoin?: boolean;
250
200
  };
251
201
 
252
202
  /**
@@ -268,29 +218,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
268
218
  displayName: string;
269
219
  credential: CommunicationTokenCredential;
270
220
  locator: CallAdapterLocator;
271
- /**
272
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
273
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
274
- */
275
- alternateCallerId?: string;
276
- /**
277
- * Optional parameters for the {@link AzureCommunicationCallAdapter} created
278
- */
279
- options?: AzureCommunicationCallAdapterOptions;
280
- };
281
-
282
- /**
283
- * Optional parameters to create {@link AzureCommunicationCallAdapter}
284
- *
285
- * @beta
286
- */
287
- export declare type AzureCommunicationCallAdapterOptions = {
288
- /**
289
- * Use this to hint the role of the user when the role is not available before a Rooms call is started. This value
290
- * should be obtained using the Rooms API. This role will determine permissions in the configuration page of the
291
- * {@link CallComposite}. The true role of the user will be synced with ACS services when a Rooms call starts.
292
- */
293
- roleHint?: Role;
294
221
  };
295
222
 
296
223
  /**
@@ -304,8 +231,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
304
231
  displayName: string;
305
232
  credential: CommunicationTokenCredential;
306
233
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
307
- alternateCallerId?: string;
308
- callAdapterOptions?: AzureCommunicationCallAdapterOptions;
309
234
  };
310
235
 
311
236
  /**
@@ -389,136 +314,6 @@ export declare interface BaseCustomStyles {
389
314
  root?: IStyle;
390
315
  }
391
316
 
392
- /**
393
- * @beta
394
- * Props for BrowserPermissionDeniedIOS component.
395
- */
396
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
397
- /**
398
- * Localization strings for BrowserPermissionDeniedIOS component.
399
- */
400
- strings?: BrowserPermissionDeniedIOSStrings;
401
- /**
402
- * Link to image source.
403
- *
404
- * Image is inserted into the top of the component.
405
- */
406
- imageSource?: string;
407
- }
408
-
409
- /**
410
- * @beta
411
- * Strings for BrowserPermissionDeniedIOS component
412
- */
413
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
414
- /**
415
- * Image alt text
416
- */
417
- imageAltText: string;
418
- /**
419
- * Main text string.
420
- */
421
- primaryText: string;
422
- /**
423
- * Subtext string.
424
- */
425
- secondaryText: string;
426
- /**
427
- * Step 1 string
428
- */
429
- step1Text: string;
430
- /**
431
- * Step 1 digit string
432
- */
433
- step1DigitText: string;
434
- /**
435
- * Step 2 string
436
- */
437
- step2Text: string;
438
- /**
439
- * Step 2 digit string
440
- */
441
- step2DigitText: string;
442
- /**
443
- * Step 3 string
444
- */
445
- step3Text: string;
446
- /**
447
- * Step 3 digit string
448
- */
449
- step3DigitText: string;
450
- /**
451
- * Step 4 string
452
- */
453
- step4Text: string;
454
- /**
455
- * Step 4 digit string
456
- */
457
- step4DigitText: string;
458
- }
459
-
460
- /**
461
- * @beta
462
- * Props for BrowserPermissionDenied component.
463
- */
464
- export declare interface BrowserPermissionDeniedProps {
465
- /**
466
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
467
- */
468
- onTroubleshootingClick?: () => void;
469
- /**
470
- * Action to be taken by the try again primary button.
471
- */
472
- onTryAgainClick?: () => void;
473
- /**
474
- * Localization strings for BrowserPermissionDenied component.
475
- */
476
- strings?: BrowserPermissionDeniedStrings;
477
- /**
478
- * Allows users to pass in an object contains custom CSS styles.
479
- * @Example
480
- * ```
481
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
482
- * ```
483
- */
484
- styles?: BrowserPermissionDeniedStyles;
485
- }
486
-
487
- /**
488
- * @beta
489
- * Strings for BrowserPermissionDenied component
490
- */
491
- export declare interface BrowserPermissionDeniedStrings {
492
- /**
493
- * Main button text string.
494
- */
495
- primaryButtonText: string;
496
- /**
497
- * Main text string.
498
- */
499
- primaryText: string;
500
- /**
501
- * Subtext string.
502
- */
503
- secondaryText: string;
504
- /**
505
- * More help link string.
506
- */
507
- linkText: string;
508
- }
509
-
510
- /**
511
- * Fluent styles for {@link BrowserPermissionDenied}.
512
- *
513
- * @beta
514
- */
515
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
516
- /** Styles for the primary button. */
517
- primaryButton?: IButtonStyles;
518
- /** Styles for the help troubleshooting link text. */
519
- troubleshootingLink?: ILinkStyles;
520
- }
521
-
522
317
  /**
523
318
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
524
319
  *
@@ -541,12 +336,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
541
336
  * @public
542
337
  */
543
338
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
544
- /**
545
- * Start the call.
546
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
547
- * @beta
548
- */
549
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
550
339
  }
551
340
 
552
341
  /**
@@ -580,12 +369,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
580
369
  * @public
581
370
  */
582
371
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
583
- /**
584
- * Start the call.
585
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
586
- * @beta
587
- */
588
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
589
372
  }
590
373
 
591
374
  /**
@@ -650,12 +433,6 @@ export declare interface CallAdapterCallOperations {
650
433
  * @public
651
434
  */
652
435
  removeParticipant(userId: string): Promise<void>;
653
- /**
654
- * Remove a participant from the call.
655
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
656
- * @beta
657
- */
658
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
659
436
  /**
660
437
  * Create the html view for a stream.
661
438
  *
@@ -680,35 +457,6 @@ export declare interface CallAdapterCallOperations {
680
457
  * @public
681
458
  */
682
459
  disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
683
- /**
684
- * Holds the call.
685
- *
686
- * @beta
687
- */
688
- holdCall(): Promise<void>;
689
- /**
690
- * Resumes the call from a `LocalHold` state.
691
- *
692
- * @beta
693
- */
694
- resumeCall(): Promise<void>;
695
- /**
696
- * Add a participant to the call.
697
- *
698
- * @beta
699
- */
700
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
701
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
702
- /**
703
- * send dtmf tone to another participant in a 1:1 PSTN call
704
- *
705
- * @beta
706
- */
707
- sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
708
- /**
709
- * Continues into a call when the browser version is not supported.
710
- */
711
- allowUnsupportedBrowserVersion(): void;
712
460
  }
713
461
 
714
462
  /**
@@ -727,25 +475,6 @@ export declare type CallAdapterClientState = {
727
475
  * Latest error encountered for each operation performed via the adapter.
728
476
  */
729
477
  latestErrors: AdapterErrors;
730
- /**
731
- * Azure communications Phone number to make PSTN calls with.
732
- */
733
- alternateCallerId?: string;
734
- /**
735
- * Environment information about system the adapter is made on
736
- */
737
- environmentInfo?: EnvironmentInfo;
738
- /**
739
- * Use this to hint the role of the user when the role is not available before a Rooms call is started. This value
740
- * should be obtained using the Rooms API. This role will determine permissions in the configuration page of the
741
- * {@link CallComposite}. The true role of the user will be synced with ACS services when a Rooms call starts.
742
- */
743
- roleHint?: Role;
744
- /**
745
- * State to track whether the local participant's camera is on. To be used when creating a custom
746
- * control bar with the CallComposite.
747
- */
748
- cameraStatus?: 'On' | 'Off';
749
478
  };
750
479
 
751
480
  /**
@@ -830,7 +559,7 @@ export declare interface CallAdapterDeviceManagement {
830
559
  *
831
560
  * @public
832
561
  */
833
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
562
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
834
563
 
835
564
  /**
836
565
  * {@link CommonCallAdapter} state.
@@ -965,7 +694,6 @@ export declare interface CallAdapterSubscribers {
965
694
  export declare type CallAdapterUiState = {
966
695
  isLocalPreviewMicrophoneEnabled: boolean;
967
696
  page: CallCompositePage;
968
- unsupportedBrowserVersionsAllowed?: boolean;
969
697
  };
970
698
 
971
699
  /**
@@ -984,7 +712,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
984
712
  */
985
713
  export declare interface CallAgentProviderProps {
986
714
  children: React_2.ReactNode;
987
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
715
+ callAgent?: CallAgent;
988
716
  }
989
717
 
990
718
  /**
@@ -1009,7 +737,7 @@ export declare interface CallAgentState {
1009
737
  */
1010
738
  export declare interface CallAndChatLocator {
1011
739
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1012
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
740
+ callLocator: GroupCallLocator;
1013
741
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1014
742
  chatThreadId: string;
1015
743
  }
@@ -1096,16 +824,6 @@ export declare interface CallClientState {
1096
824
  * See documentation of {@Link CallErrors} for details.
1097
825
  */
1098
826
  latestErrors: CallErrors;
1099
- /**
1100
- * A phone number in E.164 format that will be used to represent callers identity.
1101
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1102
- * be used as the caller id in the PSTN call.
1103
- */
1104
- alternateCallerId?: string;
1105
- /**
1106
- * state to track the environment that the stateful client was made in is supported
1107
- */
1108
- environmentInfo?: EnvironmentInfo;
1109
827
  }
1110
828
 
1111
829
  /**
@@ -1169,10 +887,6 @@ export declare type CallCompositeIcons = {
1169
887
  ParticipantItemScreenShareStart?: JSX.Element;
1170
888
  VideoTileMicOff?: JSX.Element;
1171
889
  LocalCameraSwitch?: JSX.Element;
1172
- PeoplePaneAddPerson?: JSX.Element;
1173
- PeoplePaneOpenDialpad?: JSX.Element;
1174
- DialpadStartCall?: JSX.Element;
1175
- NoticePageInvalidRoom?: JSX.Element;
1176
890
  };
1177
891
 
1178
892
  /**
@@ -1193,60 +907,6 @@ export declare type CallCompositeOptions = {
1193
907
  * @defaultValue true
1194
908
  */
1195
909
  callControls?: boolean | CallControlOptions;
1196
- /**
1197
- * Device permissions check options for your call.
1198
- * Here you can choose what device permissions you prompt the user for,
1199
- * as well as what device permissions must be accepted before starting a call.
1200
- */
1201
- deviceChecks?: DeviceCheckOptions;
1202
- /**
1203
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1204
- * unable to grant your site the required permissions for the call.
1205
- *
1206
- * @example
1207
- * ```ts
1208
- * onPermissionsTroubleshootingClick: () =>
1209
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1210
- * ```
1211
- *
1212
- * @remarks
1213
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1214
- */
1215
- onPermissionsTroubleshootingClick?: (permissionsState: {
1216
- camera: PermissionState;
1217
- microphone: PermissionState;
1218
- }) => void;
1219
- /**
1220
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1221
- * having network issues when connecting to the call.
1222
- *
1223
- * @example
1224
- * ```ts
1225
- * onNetworkingTroubleShootingClick?: () =>
1226
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1227
- * ```
1228
- *
1229
- * @remarks
1230
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1231
- */
1232
- onNetworkingTroubleShootingClick?: () => void;
1233
- /**
1234
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1235
- *
1236
- * @example
1237
- * ```ts
1238
- * onBrowserTroubleShootingClick?: () =>
1239
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1240
- * ```
1241
- *
1242
- * @remarks
1243
- * if this is not supplied, the composite will not show a unsupported browser page.
1244
- */
1245
- onEnvironmentInfoTroubleshootingClick?: () => void;
1246
- /**
1247
- * Remote participant video tile menu options
1248
- */
1249
- remoteVideoTileMenu?: RemoteVideoTileMenuOptions;
1250
910
  };
1251
911
 
1252
912
  /**
@@ -1254,7 +914,7 @@ export declare type CallCompositeOptions = {
1254
914
  *
1255
915
  * @public
1256
916
  */
1257
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'lobby' | /* @conditional-compile-remove(rooms) */ 'deniedPermissionToRoom' | 'removedFromCall' | /* @conditional-compile-remove(rooms) */ 'roomNotFound' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment';
917
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'lobby' | 'removedFromCall';
1258
918
 
1259
919
  /**
1260
920
  * Props for {@link CallComposite}.
@@ -1468,130 +1128,10 @@ export declare interface CallCompositeStrings {
1468
1128
  * Tooltip text used to inform a user that toggling microphone in lobby is not supported.
1469
1129
  */
1470
1130
  microphoneToggleInLobbyNotAllowed: string;
1471
- /**
1472
- * Side pane People section Title.
1473
- */
1474
- peoplePaneTitle: string;
1475
- /**
1476
- * Aria label string for return to call back button
1477
- */
1478
- returnToCallButtonAriaLabel?: string;
1479
- /**
1480
- * Aria Description string for return to call button
1481
- */
1482
- returnToCallButtonAriaDescription?: string;
1483
- /**
1484
- * control bar People button label
1485
- */
1486
- peopleButtonLabel: string;
1487
- /**
1488
- * control bar Chat button label.
1489
- */
1490
- chatButtonLabel: string;
1491
- /**
1492
- * Label for SidePaneHeader dismiss button
1493
- */
1494
- dismissSidePaneButtonLabel?: string;
1495
- /**
1496
- * Side pane People section subheader.
1497
- */
1498
- peoplePaneSubTitle: string;
1499
- /**
1500
- * Label for button to copy invite link
1501
- */
1502
- copyInviteLinkButtonLabel: string;
1503
- /**
1504
- * Label for button to open dialpad
1505
- */
1506
- openDialpadButtonLabel: string;
1507
- /**
1508
- * Label for menu item to remove participant
1509
- */
1510
- removeMenuLabel: string;
1511
- /**
1512
- * Label for add people dropdown
1513
- */
1514
- peoplePaneAddPeopleButtonLabel: string;
1515
- /**
1516
- * Label for button to start a call
1517
- */
1518
- dialpadStartCallButtonLabel: string;
1519
- /**
1520
- * Title for dialpad Modal
1521
- */
1522
- dialpadModalTitle: string;
1523
- /**
1524
- * Aria Label for dialpad Modal
1525
- */
1526
- dialpadModalAriaLabel: string;
1527
- /**
1528
- * Aria Label for dialpad Modal close button
1529
- */
1530
- dialpadCloseModalButtonAriaLabel: string;
1531
- /**
1532
- * label for more button in the Calling composite
1533
- */
1534
- moreButtonCallingLabel: string;
1535
- /**
1536
- * Label for the resume call button on the hold pane
1537
- */
1538
- resumeCallButtonLabel: string;
1539
- /**
1540
- * Label for the resume call button on the hold pane when call is resuming
1541
- */
1542
- resumingCallButtonLabel: string;
1543
- /**
1544
- * Aria label for the resume call button on the hold pane
1545
- */
1546
- resumeCallButtonAriaLabel: string;
1547
- /**
1548
- * Aria label for the resume call button on the hold pane when call is resuming
1549
- */
1550
- resumingCallButtonAriaLabel: string;
1551
- /**
1552
- * Label for the hold pane
1553
- */
1554
- holdScreenLabel: string;
1555
- /**
1556
- * Placeholder text for dtmf dialpad
1557
- */
1558
- dtmfDialpadPlaceholderText: string;
1559
- /**
1560
- * Label for the button to open dtmf dialpad
1561
- */
1562
- openDtmfDialpadLabel: string;
1563
1131
  /**
1564
1132
  * aria label for when the invite link has been actioned
1565
1133
  */
1566
1134
  copyInviteLinkActionedAriaLabel: string;
1567
- /**
1568
- * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1569
- */
1570
- roomNotFoundTitle: string;
1571
- /**
1572
- * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1573
- */
1574
- roomNotFoundDetails?: string;
1575
- /**
1576
- * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
1577
- */
1578
- deniedPermissionToRoomTitle: string;
1579
- /**
1580
- * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
1581
- */
1582
- deniedPermissionToRoomDetails?: string;
1583
- /**
1584
- * Control bar People button ToolTipContent
1585
- */
1586
- peopleButtonTooltipOpen: string;
1587
- /**
1588
- * Control bar People button ToolTipContent
1589
- */
1590
- peopleButtonTooltipClose: string;
1591
- /**
1592
- * Label disaplayed on the lobby screen during a 1:1 outbound call.
1593
- */
1594
- outboundCallingNoticeString: string;
1595
1135
  /**
1596
1136
  * Notice to be announced by narrator when a participant joins a call
1597
1137
  */
@@ -1665,9 +1205,7 @@ export declare type CallControlOptions = {
1665
1205
  * Show or Hide Camera Button during a call
1666
1206
  * @defaultValue true
1667
1207
  */
1668
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
1669
- disabled: boolean;
1670
- };
1208
+ cameraButton?: boolean;
1671
1209
  /**
1672
1210
  * Show or Hide EndCall button during a call.
1673
1211
  * @defaultValue true
@@ -1677,16 +1215,12 @@ export declare type CallControlOptions = {
1677
1215
  * Show or Hide Microphone button during a call.
1678
1216
  * @defaultValue true
1679
1217
  */
1680
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
1681
- disabled: boolean;
1682
- };
1218
+ microphoneButton?: boolean;
1683
1219
  /**
1684
1220
  * Show or Hide Devices button during a call.
1685
1221
  * @defaultValue true
1686
1222
  */
1687
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
1688
- disabled: boolean;
1689
- };
1223
+ devicesButton?: boolean;
1690
1224
  /**
1691
1225
  * Show, Hide or Disable participants button during a call.
1692
1226
  * @defaultValue true
@@ -1701,20 +1235,6 @@ export declare type CallControlOptions = {
1701
1235
  screenShareButton?: boolean | {
1702
1236
  disabled: boolean;
1703
1237
  };
1704
- /**
1705
- * Show, Hide or disable the more button during a call.
1706
- * @defaultValue true
1707
- */
1708
- moreButton?: boolean;
1709
- /**
1710
- * Inject custom buttons in the call controls.
1711
- *
1712
- * @beta
1713
- */
1714
- onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
1715
- holdButton?: boolean | {
1716
- disabled: boolean;
1717
- };
1718
1238
  };
1719
1239
 
1720
1240
  /**
@@ -1776,7 +1296,7 @@ export declare type CallErrors = {
1776
1296
  *
1777
1297
  * @public
1778
1298
  */
1779
- export declare type CallErrorTarget = 'Call.addParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ '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';
1299
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopVideo' | 'Call.unmute' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject';
1780
1300
 
1781
1301
  /**
1782
1302
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -1843,25 +1363,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
1843
1363
  isMuted?: boolean;
1844
1364
  /** Whether calling participant is speaking */
1845
1365
  isSpeaking?: boolean;
1846
- /** Role of participant in Rooms call */
1847
- role?: Role;
1848
- };
1849
-
1850
- /**
1851
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
1852
- *
1853
- * @remarks
1854
- * This is currently in beta and only supports calling one Teams User.
1855
- *
1856
- * @example
1857
- * ```
1858
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
1859
- * ```
1860
- *
1861
- * @beta
1862
- */
1863
- export declare type CallParticipantsLocator = {
1864
- participantIds: string[];
1865
1366
  };
1866
1367
 
1867
1368
  /**
@@ -1880,7 +1381,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
1880
1381
  */
1881
1382
  export declare interface CallProviderProps {
1882
1383
  children: React_2.ReactNode;
1883
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1384
+ call?: Call;
1884
1385
  }
1885
1386
 
1886
1387
  /**
@@ -1894,10 +1395,6 @@ export declare interface CallState {
1894
1395
  * Proxy of {@link @azure/communication-calling#Call.id}.
1895
1396
  */
1896
1397
  id: string;
1897
- /**
1898
- * Type of the call.
1899
- */
1900
- kind: CallKind;
1901
1398
  /**
1902
1399
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
1903
1400
  */
@@ -1980,10 +1477,6 @@ export declare interface CallState {
1980
1477
  * Stores the latest call diagnostics.
1981
1478
  */
1982
1479
  diagnostics: DiagnosticsCallFeatureState;
1983
- /**
1984
- * Proxy of {@link @azure/communication-calling#Call.role}.
1985
- */
1986
- role?: ParticipantRole;
1987
1480
  }
1988
1481
 
1989
1482
  /**
@@ -2007,12 +1500,6 @@ export declare interface CallWithChatAdapterManagement {
2007
1500
  * @public
2008
1501
  */
2009
1502
  removeParticipant(userId: string): Promise<void>;
2010
- /**
2011
- * Remove a participant from the call.
2012
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2013
- * @beta
2014
- */
2015
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2016
1503
  /**
2017
1504
  * Join the call with microphone initially on/off.
2018
1505
  *
@@ -2067,12 +1554,6 @@ export declare interface CallWithChatAdapterManagement {
2067
1554
  * @public
2068
1555
  */
2069
1556
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2070
- /**
2071
- * Start the call.
2072
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2073
- * @beta
2074
- */
2075
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
2076
1557
  /**
2077
1558
  * Start sharing the screen during a call.
2078
1559
  *
@@ -2225,49 +1706,6 @@ export declare interface CallWithChatAdapterManagement {
2225
1706
  * @public
2226
1707
  */
2227
1708
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2228
- /** @beta */
2229
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2230
- /** @beta */
2231
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
2232
- /** @beta */
2233
- clearFileUploads: () => void;
2234
- /** @beta */
2235
- cancelFileUpload: (id: string) => void;
2236
- /** @beta */
2237
- updateFileUploadProgress: (id: string, progress: number) => void;
2238
- /** @beta */
2239
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2240
- /** @beta */
2241
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
2242
- /**
2243
- * Puts the Call in a Localhold.
2244
- *
2245
- * @beta
2246
- */
2247
- holdCall: () => Promise<void>;
2248
- /**
2249
- * Resumes the call from a LocalHold state.
2250
- *
2251
- * @beta
2252
- */
2253
- resumeCall: () => Promise<void>;
2254
- /**
2255
- * Adds a new Participant to the call.
2256
- *
2257
- * @beta
2258
- */
2259
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2260
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2261
- /**
2262
- * send dtmf tone to another participant in the call in 1:1 calls
2263
- *
2264
- * @beta
2265
- */
2266
- sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2267
- /**
2268
- * Continues into a call when the browser version is not supported.
2269
- */
2270
- allowUnsupportedBrowserVersion(): void;
2271
1709
  }
2272
1710
 
2273
1711
  /**
@@ -2338,22 +1776,6 @@ export declare interface CallWithChatAdapterUiState {
2338
1776
  * @public
2339
1777
  */
2340
1778
  page: CallCompositePage;
2341
- /**
2342
- * Files being uploaded by a user in the current thread.
2343
- * Should be set to null once the upload is complete.
2344
- * Array of type {@link FileUploadsUiState}
2345
- *
2346
- * @beta
2347
- */
2348
- fileUploads?: FileUploadsUiState;
2349
- /**
2350
- * State to track whether the end user has opted in to using a
2351
- * out of date version of a supported browser. Allows the user
2352
- * to start a call in this state.
2353
- *
2354
- * @beta
2355
- */
2356
- unsupportedBrowserVersionsAllowed?: boolean;
2357
1779
  }
2358
1780
 
2359
1781
  /**
@@ -2378,10 +1800,6 @@ export declare interface CallWithChatClientState {
2378
1800
  devices: DeviceManagerState;
2379
1801
  /** State of whether the active call is a Teams interop call */
2380
1802
  isTeamsCall: boolean;
2381
- /** alternateCallerId for PSTN call */
2382
- alternateCallerId?: string | undefined;
2383
- /** Environment information for system adapter is made on */
2384
- environmentInfo?: EnvironmentInfo;
2385
1803
  }
2386
1804
 
2387
1805
  /**
@@ -2448,9 +1866,6 @@ export declare type CallWithChatCompositeIcons = {
2448
1866
  ParticipantItemScreenShareStart?: JSX.Element;
2449
1867
  VideoTileMicOff?: JSX.Element;
2450
1868
  LocalCameraSwitch?: JSX.Element;
2451
- PeoplePaneAddPerson?: JSX.Element;
2452
- PeoplePaneOpenDialpad?: JSX.Element;
2453
- DialpadStartCall?: JSX.Element;
2454
1869
  EditBoxCancel?: JSX.Element;
2455
1870
  EditBoxSubmit?: JSX.Element;
2456
1871
  MessageDelivered?: JSX.Element;
@@ -2477,62 +1892,6 @@ export declare type CallWithChatCompositeOptions = {
2477
1892
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
2478
1893
  */
2479
1894
  callControls?: boolean | CallWithChatControlOptions;
2480
- /**
2481
- * Properties for configuring the File Sharing feature.
2482
- * If undefined, file sharing feature will be disabled.
2483
- * @beta
2484
- */
2485
- fileSharing?: FileSharingOptions;
2486
- /**
2487
- * Device permissions check options for your call.
2488
- * Here you can choose what device permissions you prompt the user for,
2489
- * as well as what device permissions must be accepted before starting a call.
2490
- */
2491
- deviceChecks?: DeviceCheckOptions;
2492
- /**
2493
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
2494
- * unable to grant your site the required permissions for the call.
2495
- *
2496
- * @example
2497
- * ```ts
2498
- * onPermissionsTroubleshootingClick: () =>
2499
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
2500
- * ```
2501
- *
2502
- * @remarks
2503
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
2504
- */
2505
- onPermissionsTroubleshootingClick?: (permissionsState: {
2506
- camera: PermissionState;
2507
- microphone: PermissionState;
2508
- }) => void;
2509
- /**
2510
- * Optional callback to supply users with further troubleshooting steps for network issues
2511
- * experienced when connecting to a call.
2512
- *
2513
- * @example
2514
- * ```ts
2515
- * onNetworkingTroubleShootingClick?: () =>
2516
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
2517
- * ```
2518
- *
2519
- * @remarks
2520
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
2521
- */
2522
- onNetworkingTroubleShootingClick?: () => void;
2523
- /**
2524
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
2525
- *
2526
- * @example
2527
- * ```ts
2528
- * onBrowserTroubleShootingClick?: () =>
2529
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
2530
- * ```
2531
- *
2532
- * @remarks
2533
- * if this is not supplied, the composite will not show a unsupported browser page.
2534
- */
2535
- onEnvironmentInfoTroubleshootingClick?: () => void;
2536
1895
  };
2537
1896
 
2538
1897
  /**
@@ -2658,10 +2017,6 @@ export declare interface CallWithChatCompositeStrings {
2658
2017
  * Label for button to copy invite link
2659
2018
  */
2660
2019
  copyInviteLinkButtonLabel: string;
2661
- /**
2662
- * Label for button to open dialpad
2663
- */
2664
- openDialpadButtonLabel: string;
2665
2020
  /**
2666
2021
  * Label for SidePaneHeader dismiss button
2667
2022
  */
@@ -2674,34 +2029,6 @@ export declare interface CallWithChatCompositeStrings {
2674
2029
  * Aria label string for return to call back button
2675
2030
  */
2676
2031
  returnToCallButtonAriaLabel?: string;
2677
- /**
2678
- * Label for add people dropdown
2679
- */
2680
- peoplePaneAddPeopleButtonLabel: string;
2681
- /**
2682
- * Label for button to start a call
2683
- */
2684
- dialpadStartCallButtonLabel: string;
2685
- /**
2686
- * Title for dialpad Modal
2687
- */
2688
- dialpadModalTitle: string;
2689
- /**
2690
- * Aria Label for dialpad Modal
2691
- */
2692
- dialpadModalAriaLabel: string;
2693
- /**
2694
- * Aria Label for dialpad Modal close button
2695
- */
2696
- dialpadCloseModalButtonAriaLabel: string;
2697
- /**
2698
- * Placeholder text for dtmf dialpad
2699
- */
2700
- dtmfDialpadPlaceholderText: string;
2701
- /**
2702
- * Label for the button to open dtmf dialpad
2703
- */
2704
- openDtmfDialpadLabel: string;
2705
2032
  /**
2706
2033
  * aria label for when the invite link has been actioned
2707
2034
  */
@@ -2728,16 +2055,12 @@ export declare interface CallWithChatControlOptions {
2728
2055
  * Show or Hide Microphone button during a call.
2729
2056
  * @defaultValue true
2730
2057
  */
2731
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2732
- disabled: boolean;
2733
- };
2058
+ microphoneButton?: boolean;
2734
2059
  /**
2735
2060
  * Show or Hide Camera Button during a call
2736
2061
  * @defaultValue true
2737
2062
  */
2738
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2739
- disabled: boolean;
2740
- };
2063
+ cameraButton?: boolean;
2741
2064
  /**
2742
2065
  * Show, Hide or Disable the screen share button during a call.
2743
2066
  * @defaultValue true
@@ -2754,32 +2077,12 @@ export declare interface CallWithChatControlOptions {
2754
2077
  * Show or hide the chat button in the call-with-chat composite control bar.
2755
2078
  * @defaultValue true
2756
2079
  */
2757
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2758
- disabled: boolean;
2759
- };
2080
+ chatButton?: boolean;
2760
2081
  /**
2761
2082
  * Show or hide the people button in the call-with-chat composite control bar.
2762
2083
  * @defaultValue true
2763
2084
  */
2764
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2765
- disabled: boolean;
2766
- };
2767
- /**
2768
- * Inject custom buttons in the call controls.
2769
- *
2770
- * @beta
2771
- */
2772
- onFetchCustomButtonProps?: CustomCallWithChatControlButtonCallback[];
2773
- /**
2774
- * Show or hide the more button in the call-with-chat control bar.
2775
- */
2776
- moreButton?: boolean;
2777
- /**
2778
- * Show or hide the hold button in the bottom sheet drawer
2779
- */
2780
- holdButton?: boolean | {
2781
- disabled: boolean;
2782
- };
2085
+ peopleButton?: boolean;
2783
2086
  }
2784
2087
 
2785
2088
  /**
@@ -2789,35 +2092,6 @@ export declare interface CallWithChatControlOptions {
2789
2092
  */
2790
2093
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
2791
2094
 
2792
- /**
2793
- * @beta
2794
- *
2795
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
2796
- * by their browsers settings.
2797
- */
2798
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
2799
-
2800
- /**
2801
- * @beta
2802
- * Props for CameraAndMicrophoneSitePermissions component.
2803
- */
2804
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
2805
- /** Icon name for the camera icon */
2806
- cameraIconName?: string;
2807
- /** Icon name for the microphone icon */
2808
- microphoneIconName?: string;
2809
- /** Icon name for the central icon between the camera and microphone icons */
2810
- connectorIconName?: string;
2811
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
2812
- strings?: CameraAndMicrophoneSitePermissionsStrings;
2813
- }
2814
-
2815
- /**
2816
- * @beta
2817
- * Strings for CameraAndMicrophoneSitePermissions component.
2818
- */
2819
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
2820
-
2821
2095
  /**
2822
2096
  * A button to turn camera on / off.
2823
2097
  *
@@ -2954,37 +2228,12 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
2954
2228
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
2955
2229
  }
2956
2230
 
2957
- /**
2958
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
2959
- * by their browsers settings.
2960
- *
2961
- * @beta
2962
- */
2963
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
2964
-
2965
- /**
2966
- * @beta
2967
- * Props for CameraSitePermissions component.
2968
- */
2969
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
2970
- /** Icon name for the camera icon */
2971
- cameraIconName?: string;
2972
- /** Strings for use with the {@link CameraSitePermissions} */
2973
- strings?: CameraSitePermissionsStrings;
2974
- }
2975
-
2976
- /**
2977
- * @beta
2978
- * Strings for CameraSitePermissions component.
2979
- */
2980
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
2981
-
2982
2231
  /**
2983
2232
  * {@link ChatComposite} Adapter interface.
2984
2233
  *
2985
2234
  * @public
2986
2235
  */
2987
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
2236
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
2988
2237
 
2989
2238
  /**
2990
2239
  * {@link ChatAdapter} state.
@@ -3092,9 +2341,7 @@ export declare interface ChatAdapterThreadManagement {
3092
2341
  /**
3093
2342
  * Update a message content.
3094
2343
  */
3095
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
3096
- attachedFilesMetadata?: FileMetadata[];
3097
- }): Promise<void>;
2344
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3098
2345
  /**
3099
2346
  * Delete a message in the thread.
3100
2347
  */
@@ -3116,13 +2363,6 @@ export declare interface ChatAdapterThreadManagement {
3116
2363
  */
3117
2364
  export declare type ChatAdapterUiState = {
3118
2365
  error?: Error;
3119
- /**
3120
- * Files being uploaded by a user in the current thread.
3121
- * Should be set to null once the upload is complete.
3122
- * Array of type {@link FileUploadsUiState}
3123
- * @beta
3124
- */
3125
- fileUploads?: FileUploadsUiState;
3126
2366
  };
3127
2367
 
3128
2368
  /**
@@ -3225,7 +2465,6 @@ export declare type ChatCompositeIcons = {
3225
2465
  ParticipantItemOptionsHovered?: JSX.Element;
3226
2466
  SendBoxSend?: JSX.Element;
3227
2467
  SendBoxSendHovered?: JSX.Element;
3228
- SendBoxAttachFile?: JSX.Element;
3229
2468
  };
3230
2469
 
3231
2470
  /**
@@ -3240,13 +2479,6 @@ export declare type ChatCompositeOptions = {
3240
2479
  * @defaultValue true
3241
2480
  */
3242
2481
  errorBar?: boolean;
3243
- /**
3244
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
3245
- * @defaultValue false
3246
- *
3247
- * @beta
3248
- */
3249
- participantPane?: boolean;
3250
2482
  /**
3251
2483
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
3252
2484
  * @defaultValue true
@@ -3257,12 +2489,6 @@ export declare type ChatCompositeOptions = {
3257
2489
  * When undefined nothing has focus on render
3258
2490
  */
3259
2491
  autoFocus?: 'sendBoxTextField';
3260
- /**
3261
- * Properties for configuring the File Sharing feature.
3262
- * If undefined, file sharing feature will be disabled.
3263
- * @beta
3264
- */
3265
- fileSharing?: FileSharingOptions;
3266
2492
  };
3267
2493
 
3268
2494
  /**
@@ -3290,12 +2516,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
3290
2516
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
3291
2517
  */
3292
2518
  options?: ChatCompositeOptions;
3293
- /**
3294
- * Optimizes the composite form factor for either desktop or mobile.
3295
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
3296
- * @defaultValue 'desktop'
3297
- */
3298
- formFactor?: 'desktop' | 'mobile';
3299
2519
  }
3300
2520
 
3301
2521
  /**
@@ -3310,10 +2530,6 @@ export declare interface ChatCompositeStrings {
3310
2530
  * Chat list header text
3311
2531
  */
3312
2532
  chatListHeader: string;
3313
- /**
3314
- * Upload File Button text
3315
- */
3316
- uploadFile: string;
3317
2533
  }
3318
2534
 
3319
2535
  /**
@@ -3379,9 +2595,7 @@ export declare type ChatHandlers = {
3379
2595
  onRemoveParticipant: (userId: string) => Promise<void>;
3380
2596
  updateThreadTopicName: (topicName: string) => Promise<void>;
3381
2597
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
3382
- onUpdateMessage: (messageId: string, content: string, metadata?: Record<string, string>, options?: {
3383
- attachedFilesMetadata?: FileMetadata[];
3384
- }) => Promise<void>;
2598
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
3385
2599
  onDeleteMessage: (messageId: string) => Promise<void>;
3386
2600
  };
3387
2601
 
@@ -3407,12 +2621,6 @@ export declare interface ChatMessage extends MessageCommon {
3407
2621
  * {@link @azure/communication-chat#ChatMessage.metadata}
3408
2622
  */
3409
2623
  metadata?: Record<string, string>;
3410
- /**
3411
- * @beta
3412
- * A list of files attached to the message.
3413
- * {@link FileMetadata}
3414
- */
3415
- attachedFilesMetadata?: FileMetadata[];
3416
2624
  }
3417
2625
 
3418
2626
  /**
@@ -3559,12 +2767,6 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
3559
2767
  * @public
3560
2768
  */
3561
2769
  startCall(participants: string[], options?: StartCallOptions): void;
3562
- /**
3563
- * Start the call.
3564
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
3565
- * @beta
3566
- */
3567
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
3568
2770
  }
3569
2771
 
3570
2772
  /**
@@ -3586,17 +2788,11 @@ export declare interface CommonCallingHandlers {
3586
2788
  onStopScreenShare: () => Promise<void>;
3587
2789
  onToggleScreenShare: () => Promise<void>;
3588
2790
  onHangUp: (forEveryone?: boolean) => Promise<void>;
3589
- onToggleHold: () => Promise<void>;
3590
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
3591
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
3592
2791
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3593
2792
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3594
2793
  onDisposeRemoteStreamView: (userId: string) => Promise<void>;
3595
2794
  onDisposeLocalStreamView: () => Promise<void>;
3596
- onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3597
2795
  onRemoveParticipant(userId: string): Promise<void>;
3598
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
3599
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
3600
2796
  onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => void;
3601
2797
  }
3602
2798
 
@@ -3609,39 +2805,6 @@ export declare type CommonProperties<A, B> = {
3609
2805
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
3610
2806
  }[keyof A & keyof B];
3611
2807
 
3612
- /**
3613
- * @beta
3614
- * Props for SitePermissions components.
3615
- */
3616
- export declare interface CommonSitePermissionsProps {
3617
- /**
3618
- * Name of application calling experience is in.
3619
- */
3620
- appName: string;
3621
- /**
3622
- * Type of the Site Permissions component.
3623
- */
3624
- type: 'request' | 'denied' | 'check';
3625
- /**
3626
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
3627
- */
3628
- browserHint?: 'safari' | 'unset';
3629
- /**
3630
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
3631
- * If this is not provided the button will not be shown.
3632
- */
3633
- onTroubleshootingClick?: () => void;
3634
- /**
3635
- * Action that is taken when the user clicks the continue anyway button.
3636
- * If this is not provided the button will not be shown.
3637
- */
3638
- onContinueAnywayClick?: () => void;
3639
- /**
3640
- * Styles for SitePermissions component.
3641
- */
3642
- styles?: SitePermissionsStyles;
3643
- }
3644
-
3645
2808
  /**
3646
2809
  * A Chat or Calling participant's state, as reflected in the UI.
3647
2810
  *
@@ -3769,11 +2932,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
3769
2932
  export declare interface ComponentLocale {
3770
2933
  /** Strings for components */
3771
2934
  strings: ComponentStrings;
3772
- /**
3773
- * Optional function to provide customized date format.
3774
- * @beta
3775
- */
3776
- onDisplayDateTimeString?: (messageDate: Date) => string;
3777
2935
  }
3778
2936
 
3779
2937
  /**
@@ -3815,46 +2973,6 @@ export declare interface ComponentStrings {
3815
2973
  errorBar: ErrorBarStrings;
3816
2974
  /** Strings for VideoGallery */
3817
2975
  videoGallery: VideoGalleryStrings;
3818
- /** Strings for Dialpad */
3819
- dialpad: DialpadStrings;
3820
- /** Strings for VideoTile */
3821
- videoTile: VideoTileStrings;
3822
- /** Strings for HoldButton */
3823
- holdButton: HoldButtonStrings;
3824
- /** Strings for a site's permission request prompt */
3825
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
3826
- /** Strings for a site's permission request prompt */
3827
- CameraSitePermissionsRequest: SitePermissionsStrings;
3828
- /** Strings for a site's permission request prompt */
3829
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
3830
- /** Strings for a site's permission generic checking prompt */
3831
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
3832
- /** Strings for a site's permission generic checking prompt */
3833
- CameraSitePermissionsCheck: SitePermissionsStrings;
3834
- /** Strings for a site's permission generic checking prompt */
3835
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
3836
- /** Strings for a site's permission denied prompt */
3837
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
3838
- /** Strings for a site's permission denied prompt for safari browsers*/
3839
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
3840
- /** Strings for a site's permission denied prompt */
3841
- CameraSitePermissionsDenied: SitePermissionsStrings;
3842
- /** Strings for a site's permission denied prompt */
3843
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
3844
- /** Strings for a site's permission denied prompt for safari browsers*/
3845
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
3846
- /** Strings for a site's permission denied prompt for safari browsers*/
3847
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
3848
- /** Strings for unsupported browser UI */
3849
- UnsupportedBrowser: UnsupportedBrowserStrings;
3850
- /** Strings for unsupported browser version UI */
3851
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
3852
- /** Strings for unsupported browser version UI */
3853
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
3854
- /** Strings for BrowserPemissionDenied */
3855
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
3856
- /** Strings for BrowserPemissionDeniedIOS */
3857
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
3858
2976
  }
3859
2977
 
3860
2978
  /**
@@ -4162,7 +3280,7 @@ export declare interface ControlBarProps {
4162
3280
  *
4163
3281
  * @public
4164
3282
  */
4165
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
3283
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4166
3284
 
4167
3285
  /**
4168
3286
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -4172,7 +3290,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
4172
3290
  *
4173
3291
  * @public
4174
3292
  */
4175
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
3293
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator) => Promise<CallAdapter>;
4176
3294
 
4177
3295
  /**
4178
3296
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -4180,7 +3298,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
4180
3298
  *
4181
3299
  * @public
4182
3300
  */
4183
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
3301
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4184
3302
 
4185
3303
  /**
4186
3304
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -4233,16 +3351,6 @@ export declare const createDefaultCallingHandlers: (callClient: StatefulCallClie
4233
3351
  */
4234
3352
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
4235
3353
 
4236
- /**
4237
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
4238
- *
4239
- * Useful when implementing a custom component that utilizes the providers
4240
- * exported from this library.
4241
- *
4242
- * @beta
4243
- */
4244
- 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) => never | TeamsCallingHandlers;
4245
-
4246
3354
  /**
4247
3355
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
4248
3356
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -4268,21 +3376,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
4268
3376
  */
4269
3377
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
4270
3378
 
4271
- /**
4272
- * @beta
4273
- */
4274
- export declare const createTeamsCallAdapter: ({ userId, credential, locator }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
4275
-
4276
- /**
4277
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
4278
- *
4279
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
4280
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
4281
- *
4282
- * @beta
4283
- */
4284
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator) => Promise<TeamsCallAdapter>;
4285
-
4286
3379
  /**
4287
3380
  * Object returned after creating a local or remote VideoStream.
4288
3381
  * This contains helper functions to manipulate the render of the stream.
@@ -4333,164 +3426,8 @@ export declare type CustomAvatarOptions = {
4333
3426
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
4334
3427
  /** Display name to be used in Persona */
4335
3428
  text?: string;
4336
- /** State for the participant to be displayed in the defaultPlaceHolder */
4337
- participantState?: ParticipantState;
4338
- /**
4339
- * If true, show the special coin for unknown persona.
4340
- * It has '?' in place of initials, with static font and background colors
4341
- */
4342
- showUnknownPersonaCoin?: boolean;
4343
3429
  };
4344
3430
 
4345
- /**
4346
- * A callback that returns the props to render a custom {@link ControlBarButton}.
4347
- *
4348
- * The response indicates where the custom button should be placed.
4349
- *
4350
- * Performance tip: This callback is only called when either the callback or its arguments change.
4351
- *
4352
- * @beta
4353
- */
4354
- export declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallControlButtonProps;
4355
-
4356
- /**
4357
- * Arguments for {@link CustomCallControlButtonCallback}.
4358
- *
4359
- * @beta
4360
- */
4361
- export declare interface CustomCallControlButtonCallbackArgs {
4362
- /**
4363
- * Buttons should reduce the size to fit a smaller viewport when `displayType` is `'compact'`.
4364
- *
4365
- * @defaultValue `'default'`
4366
- */
4367
- displayType?: CallControlDisplayType;
4368
- }
4369
-
4370
- /**
4371
- * Placement for a custom button injected in the {@link CallControls}.
4372
- *
4373
- * 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
4374
- *
4375
- * Multiple buttons assigned the same placement are appended in order.
4376
- * E.g., if two buttons are placed in 'primary', they'll both appear on the right end (left end in rtl mode)
4377
- * before the EndCallButton in the order provided.
4378
- *
4379
- * @beta
4380
- */
4381
- export declare type CustomCallControlButtonPlacement = 'primary';
4382
-
4383
- /**
4384
- * Response from {@link CustomCallControlButtonCallback}.
4385
- *
4386
- * Includes the placement prop necessary to indicate where to place the
4387
- * {@link ControlBarButton} and a {@link DrawerMenuItem}
4388
- *
4389
- * @beta
4390
- */
4391
- export declare interface CustomCallControlButtonProps extends CustomControlButtonProps {
4392
- /**
4393
- * Where to place the custom button relative to other buttons.
4394
- */
4395
- placement: CustomCallControlButtonPlacement;
4396
- /**
4397
- * Icon to render. Icon is a non-default icon name that needs to be registered as a
4398
- * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
4399
- */
4400
- iconName?: string;
4401
- }
4402
-
4403
- /**
4404
- * A callback that returns the props to render a custom {@link ControlBarButton} and {@link DrawerMenuItem}.
4405
- *
4406
- * The response indicates where the custom button should be placed.
4407
- *
4408
- * Performance tip: This callback is only called when either the callback or its arguments change.
4409
- * @beta
4410
- */
4411
- export declare type CustomCallWithChatControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallWithChatControlButtonProps;
4412
-
4413
- /**
4414
- * Placement for a custom button injected in the {@link CallWithChatControlBar}.
4415
- *
4416
- * 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
4417
- * 'overflow': Place the buttons(s) on the end of the overflow Menu.
4418
- * 'secondary': Place the button(s) on the left end of the side control bar (right in rtl mode).
4419
- *
4420
- * Multiple buttons assigned the same placement are appended in order.
4421
- * E.g., if two buttons are placed in 'secondary', they'll both appear on the left end (right end in rtl mode)
4422
- * in the order provided.
4423
- *
4424
- * @beta
4425
- */
4426
- export declare type CustomCallWithChatControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
4427
-
4428
- /**
4429
- * Response from {@link CustomCallWithChatControlButtonCallback}.
4430
- *
4431
- * Includes the icon and placement prop necessary to indicate where to place the
4432
- * {@link ControlBarButton} and a {@link DrawerMenuItem}
4433
- *
4434
- * @beta
4435
- */
4436
- export declare interface CustomCallWithChatControlButtonProps extends CustomControlButtonProps {
4437
- /**
4438
- * Where to place the custom button relative to other buttons.
4439
- */
4440
- placement: CustomCallWithChatControlButtonPlacement;
4441
- /**
4442
- * Icon to render. Icon is a non-default icon name that needs to be registered as a
4443
- * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
4444
- */
4445
- iconName?: string;
4446
- }
4447
-
4448
- /**
4449
- * Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
4450
- *
4451
- * @beta
4452
- */
4453
- export declare interface CustomControlButtonProps {
4454
- /**
4455
- * Calback for when button is clicked
4456
- */
4457
- onItemClick?: () => void;
4458
- /**
4459
- * Whether the buttons is disabled
4460
- */
4461
- disabled?: boolean;
4462
- /**
4463
- * Whether the label is displayed or not.
4464
- *
4465
- * @defaultValue `false`
4466
- */
4467
- showLabel?: boolean;
4468
- /**
4469
- * Fluent styles, common to all {@link ControlBarButton}s or {@link DrawerMenuItem}s.
4470
- */
4471
- styles?: ControlBarButtonStyles | BaseCustomStyles;
4472
- /**
4473
- * Optional label for the button
4474
- */
4475
- text?: string;
4476
- /**
4477
- * A unique key for the button
4478
- */
4479
- key?: string | number;
4480
- /**
4481
- * The aria label of the button for the benefit of screen readers.
4482
- */
4483
- ariaLabel?: string;
4484
- /**
4485
- * Detailed description of the button for the benefit of screen readers.
4486
- */
4487
- ariaDescription?: string;
4488
- /**
4489
- * A unique id set for the standard HTML id attibute
4490
- */
4491
- id?: string;
4492
- }
4493
-
4494
3431
  /**
4495
3432
  * A custom message type.
4496
3433
  *
@@ -4510,18 +3447,6 @@ export declare interface CustomMessage extends MessageCommon {
4510
3447
  */
4511
3448
  export declare const darkTheme: PartialTheme & CallingTheme;
4512
3449
 
4513
- /**
4514
- * @beta
4515
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
4516
- */
4517
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
4518
-
4519
- /**
4520
- * @beta
4521
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
4522
- */
4523
- export declare type DeclarativeIncomingCall = IncomingCall;
4524
-
4525
3450
  /**
4526
3451
  * The default set of icons that are available to use in the UI components.
4527
3452
  *
@@ -4538,11 +3463,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4538
3463
  ControlButtonMicOn: JSX.Element;
4539
3464
  ControlButtonOptions: JSX.Element;
4540
3465
  ControlButtonParticipants: JSX.Element;
4541
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
4542
3466
  ControlButtonScreenShareStart: JSX.Element;
4543
3467
  ControlButtonScreenShareStop: JSX.Element;
4544
- CancelFileUpload: JSX.Element;
4545
- DownloadFile: JSX.Element;
4546
3468
  EditBoxCancel: JSX.Element;
4547
3469
  EditBoxSubmit: JSX.Element;
4548
3470
  ErrorBarCallCameraAccessDenied: JSX.Element;
@@ -4575,26 +3497,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4575
3497
  ParticipantItemOptions: JSX.Element;
4576
3498
  ParticipantItemOptionsHovered: JSX.Element;
4577
3499
  ParticipantItemScreenShareStart: JSX.Element;
4578
- HoldCallContextualMenuItem: JSX.Element;
4579
- HoldCallButton: JSX.Element;
4580
- ResumeCall: JSX.Element;
4581
3500
  SendBoxSend: JSX.Element;
4582
3501
  SendBoxSendHovered: JSX.Element;
4583
3502
  VideoTileMicOff: JSX.Element;
4584
- DialpadBackspace: JSX.Element;
4585
- SitePermissionsSparkle: JSX.Element;
4586
- SitePermissionCamera: JSX.Element;
4587
- SitePermissionMic: JSX.Element;
4588
- SitePermissionCameraDenied: JSX.Element;
4589
- SitePermissionMicDenied: JSX.Element;
4590
- UnsupportedEnvironmentWarning: JSX.Element;
4591
- BrowserPermissionDeniedError: JSX.Element;
4592
- VideoTilePinned: JSX.Element;
4593
- VideoTileMoreOptions: JSX.Element;
4594
- VideoTileScaleFit: JSX.Element;
4595
- VideoTileScaleFill: JSX.Element;
4596
- PinParticipant: JSX.Element;
4597
- UnpinParticipant: JSX.Element;
4598
3503
  };
4599
3504
 
4600
3505
  /**
@@ -4615,7 +3520,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4615
3520
  ParticipantItemOptionsHovered: JSX.Element;
4616
3521
  SendBoxSend: JSX.Element;
4617
3522
  SendBoxSendHovered: JSX.Element;
4618
- SendBoxAttachFile?: JSX.Element | undefined;
4619
3523
  ControlButtonCameraOff: JSX.Element;
4620
3524
  ControlButtonCameraOn: JSX.Element;
4621
3525
  ControlButtonEndCall: JSX.Element;
@@ -4658,10 +3562,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4658
3562
  ParticipantItemScreenShareStart: JSX.Element;
4659
3563
  VideoTileMicOff: JSX.Element;
4660
3564
  LocalCameraSwitch?: JSX.Element | undefined;
4661
- PeoplePaneAddPerson?: JSX.Element | undefined;
4662
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
4663
- DialpadStartCall?: JSX.Element | undefined;
4664
- NoticePageInvalidRoom?: JSX.Element | undefined;
4665
3565
  ChevronLeft?: JSX.Element | undefined;
4666
3566
  ControlBarChatButtonActive?: JSX.Element | undefined;
4667
3567
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -4672,55 +3572,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4672
3572
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
4673
3573
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
4674
3574
  MoreDrawerSpeakers?: JSX.Element | undefined;
3575
+ SendBoxAttachFile?: JSX.Element | undefined;
4675
3576
  ChatMessageOptions: JSX.Element;
4676
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
4677
- CancelFileUpload: JSX.Element;
4678
- DownloadFile: JSX.Element;
4679
3577
  ErrorBarCallVideoRecoveredBySystem: JSX.Element;
4680
3578
  ErrorBarCallVideoStoppedBySystem: JSX.Element;
4681
3579
  MessageResend: JSX.Element;
4682
- HoldCallContextualMenuItem: JSX.Element;
4683
- HoldCallButton: JSX.Element;
4684
- ResumeCall: JSX.Element;
4685
- DialpadBackspace: JSX.Element;
4686
- SitePermissionsSparkle: JSX.Element;
4687
- SitePermissionCamera: JSX.Element;
4688
- SitePermissionMic: JSX.Element;
4689
- SitePermissionCameraDenied: JSX.Element;
4690
- SitePermissionMicDenied: JSX.Element;
4691
- UnsupportedEnvironmentWarning: JSX.Element;
4692
- BrowserPermissionDeniedError: JSX.Element;
4693
- VideoTilePinned: JSX.Element;
4694
- VideoTileMoreOptions: JSX.Element;
4695
- VideoTileScaleFit: JSX.Element;
4696
- VideoTileScaleFill: JSX.Element;
4697
- PinParticipant: JSX.Element;
4698
- UnpinParticipant: JSX.Element;
4699
3580
  };
4700
3581
 
4701
- /**
4702
- * Device Checks.
4703
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
4704
- *
4705
- * @beta
4706
- */
4707
- export declare interface DeviceCheckOptions {
4708
- /**
4709
- * Camera Permission prompts for your call.
4710
- * 'required' - requires the permission to be allowed before permitting the user join the call.
4711
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
4712
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
4713
- */
4714
- camera: 'required' | 'optional' | 'doNotPrompt';
4715
- /**
4716
- * Microphone permission prompts for your call.
4717
- * 'required' - requires the permission to be allowed before permitting the user join the call.
4718
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
4719
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
4720
- */
4721
- microphone: 'required' | 'optional' | 'doNotPrompt';
4722
- }
4723
-
4724
3582
  /**
4725
3583
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
4726
3584
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -4939,60 +3797,6 @@ export declare interface DiagnosticsCallFeatureState {
4939
3797
  media: MediaDiagnosticsState;
4940
3798
  }
4941
3799
 
4942
- /**
4943
- * A component to allow users to enter phone number through clicking on dialpad/using keyboard
4944
- * It will return empty component for stable builds
4945
- *
4946
- * @beta
4947
- */
4948
- export declare const Dialpad: (props: DialpadProps) => JSX.Element;
4949
-
4950
- /**
4951
- * Props for {@link Dialpad} component.
4952
- *
4953
- * @beta
4954
- */
4955
- export declare interface DialpadProps {
4956
- strings?: DialpadStrings;
4957
- /** function to send dtmf tones on button click */
4958
- onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
4959
- /** Callback for dialpad button behavior*/
4960
- onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
4961
- /** set dialpad textfield content */
4962
- textFieldValue?: string;
4963
- /** on change function for text field, provides an unformatted plain text*/
4964
- onChange?: (input: string) => void;
4965
- /** boolean input to determine when to show/hide delete button, default true */
4966
- showDeleteButton?: boolean;
4967
- /** boolean input to determine if dialpad is in mobile view, default false */
4968
- isMobile?: boolean;
4969
- styles?: DialpadStyles;
4970
- }
4971
-
4972
- /**
4973
- * Strings of {@link Dialpad} that can be overridden.
4974
- *
4975
- * @beta
4976
- */
4977
- export declare interface DialpadStrings {
4978
- placeholderText: string;
4979
- deleteButtonAriaLabel?: string;
4980
- }
4981
-
4982
- /**
4983
- * Styles for {@link Dialpad} component.
4984
- *
4985
- * @beta
4986
- */
4987
- export declare interface DialpadStyles {
4988
- root?: IStyle;
4989
- button?: IButtonStyles;
4990
- textField?: Partial<ITextFieldStyles>;
4991
- digit?: IStyle;
4992
- letter?: IStyle;
4993
- deleteIcon?: IButtonStyles;
4994
- }
4995
-
4996
3800
  /**
4997
3801
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
4998
3802
  *
@@ -5013,13 +3817,6 @@ export declare interface Disposable {
5013
3817
  dispose(): void;
5014
3818
  }
5015
3819
 
5016
- /**
5017
- * DTMF tone for PSTN calls.
5018
- *
5019
- * @beta
5020
- */
5021
- export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
5022
-
5023
3820
  /**
5024
3821
  * A type for trivial selectors that return no data.
5025
3822
  *
@@ -5260,199 +4057,6 @@ export declare interface ErrorBarStrings {
5260
4057
  */
5261
4058
  export declare type ErrorType = keyof ErrorBarStrings;
5262
4059
 
5263
- /**
5264
- * @beta
5265
- * A file download error returned via a {@link FileDownloadHandler}.
5266
- * This error message is used to render an error message in the UI.
5267
- */
5268
- export declare interface FileDownloadError {
5269
- /** The error message to display in the UI */
5270
- errorMessage: string;
5271
- }
5272
-
5273
- /**
5274
- * @beta
5275
- *
5276
- * A callback function for handling file downloads.
5277
- * The function needs to return a promise that resolves to a file download URL.
5278
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
5279
- *
5280
- * @example
5281
- * ```ts
5282
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
5283
- * if (isUnauthorizedUser(userId)) {
5284
- * return { errorMessage: 'You don’t have permission to download this file.' };
5285
- * } else {
5286
- * return new URL(fileData.url);
5287
- * }
5288
- * }
5289
- *
5290
- * const App = () => (
5291
- * <ChatComposite
5292
- * ...
5293
- * fileSharing={{
5294
- * fileDownloadHandler: fileDownloadHandler
5295
- * }}
5296
- * />
5297
- * )
5298
- *
5299
- * ```
5300
- * @param userId - The user ID of the user downloading the file.
5301
- * @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
5302
- */
5303
- export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
5304
-
5305
- /**
5306
- * Meta Data containing information about the uploaded file.
5307
- * @beta
5308
- */
5309
- export declare interface FileMetadata {
5310
- /**
5311
- * File name to be displayed.
5312
- */
5313
- name: string;
5314
- /**
5315
- * Extension is used for rendering the file icon.
5316
- * An unknown extension will be rendered as a generic icon.
5317
- * Example: `jpeg`
5318
- */
5319
- extension: string;
5320
- /**
5321
- * Download URL for the file.
5322
- */
5323
- url: string;
5324
- }
5325
-
5326
- /**
5327
- * Properties for configuring the File Sharing feature.
5328
- * @beta
5329
- */
5330
- export declare interface FileSharingOptions {
5331
- /**
5332
- * A string containing the comma separated list of accepted file types.
5333
- * Similar to the `accept` attribute of the `<input type="file" />` element.
5334
- * Accepts any type of file if not specified.
5335
- * @beta
5336
- */
5337
- accept?: string;
5338
- /**
5339
- * Allows multiple files to be selected if set to `true`.
5340
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
5341
- * @defaultValue false
5342
- * @beta
5343
- */
5344
- multiple?: boolean;
5345
- /**
5346
- * A function of type {@link FileUploadHandler} for handling file uploads.
5347
- * @beta
5348
- */
5349
- uploadHandler: FileUploadHandler;
5350
- /**
5351
- * A function of type {@link FileDownloadHandler} for handling file downloads.
5352
- * If the function is not specified, the file's `url` will be opened in a new tab to
5353
- * initiate the download.
5354
- */
5355
- downloadHandler?: FileDownloadHandler;
5356
- }
5357
-
5358
- /**
5359
- * @beta
5360
- */
5361
- export declare interface FileUploadAdapter {
5362
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
5363
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
5364
- clearFileUploads: () => void;
5365
- cancelFileUpload: (id: string) => void;
5366
- updateFileUploadProgress: (id: string, progress: number) => void;
5367
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
5368
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
5369
- }
5370
-
5371
- /**
5372
- * @beta
5373
- * Error message to be displayed to the user if the upload fails.
5374
- */
5375
- export declare type FileUploadError = {
5376
- message: string;
5377
- timestamp: number;
5378
- };
5379
-
5380
- /**
5381
- * @beta
5382
- * A callback function for handling file uploads.
5383
- *
5384
- * @param userId - The user ID of the user uploading the file.
5385
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
5386
- */
5387
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
5388
-
5389
- /**
5390
- * A wrapper object for a file that is being uploaded.
5391
- * Allows mmanaging file uploads by providing common functions for updating the
5392
- * upload progress, canceling an upload, completing an upload etc.
5393
- * @beta
5394
- */
5395
- export declare interface FileUploadManager {
5396
- /**
5397
- * Unique identifier for the file upload.
5398
- */
5399
- id: string;
5400
- /**
5401
- * HTML {@link File} object for the uploaded file.
5402
- */
5403
- file?: File;
5404
- /**
5405
- * Update the progress of the upload.
5406
- * @param value - number between 0 and 1
5407
- */
5408
- notifyUploadProgressChanged: (value: number) => void;
5409
- /**
5410
- * Mark the upload as complete.
5411
- * Requires the `metadata` param containing uploaded file information.
5412
- * @param metadata - {@link FileMetadata}
5413
- */
5414
- notifyUploadCompleted: (metadata: FileMetadata) => void;
5415
- /**
5416
- * Mark the upload as failed.
5417
- * @param message - An error message that can be displayed to the user.
5418
- */
5419
- notifyUploadFailed: (message: string) => void;
5420
- }
5421
-
5422
- /**
5423
- * Contains the state attibutes of a file upload like name, progress etc.
5424
- * @beta
5425
- */
5426
- export declare interface FileUploadState {
5427
- /**
5428
- * Unique identifier for the file upload.
5429
- */
5430
- id: string;
5431
- /**
5432
- * Filename extracted from the {@link File} object.
5433
- * This attribute is used to render the filename if `metadata.name` is not available.
5434
- */
5435
- filename: string;
5436
- /**
5437
- * A number between 0 and 1 indicating the progress of the upload.
5438
- */
5439
- progress: number;
5440
- /**
5441
- * Meta Data {@link FileMetadata} containing information about the uploaded file.
5442
- */
5443
- metadata?: FileMetadata;
5444
- /**
5445
- * Error message to be displayed to the user if the upload fails.
5446
- */
5447
- error?: FileUploadError;
5448
- }
5449
-
5450
- /**
5451
- * A record containing {@link FileUploadState} mapped to unique ids.
5452
- * @beta
5453
- */
5454
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
5455
-
5456
4060
  /**
5457
4061
  * Provider to apply a Fluent theme across this library's react components.
5458
4062
  *
@@ -5493,7 +4097,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
5493
4097
  *
5494
4098
  * @public
5495
4099
  */
5496
- 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;
4100
+ 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;
5497
4101
 
5498
4102
  /**
5499
4103
  * Get the selector for a specified component.
@@ -5544,72 +4148,15 @@ export declare interface GridLayoutProps {
5544
4148
  * ```
5545
4149
  */
5546
4150
  styles?: BaseCustomStyles;
5547
- }
5548
-
5549
- /**
5550
- * {@link GridLayout} Component Styles.
5551
- * @public
5552
- */
5553
- export declare interface GridLayoutStyles extends BaseCustomStyles {
5554
- /** Styles for each child of {@link GridLayout} */
5555
- children?: IStyle;
5556
- }
5557
-
5558
- /**
5559
- * a button to hold or resume a ongoing call.
5560
- *
5561
- * Can be used with {@link ControlBar}
5562
- *
5563
- * @param props - properties for the hold button.
5564
- * @returns
5565
- * @beta
5566
- */
5567
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
5568
-
5569
- /**
5570
- *@beta
5571
- */
5572
- export declare interface HoldButtonProps extends ControlBarButtonProps {
5573
- /**
5574
- * Utility property for using this component with communication react handlers
5575
- * Holds the call or resumes it based on call state.
5576
- */
5577
- onToggleHold: () => Promise<void>;
5578
- /**
5579
- * Optional strings to override in component
5580
- */
5581
- strings?: HoldButtonStrings;
5582
- }
5583
-
5584
- /**
5585
- * Selector type for the {@link HoldButton} component.
5586
- * @public
5587
- */
5588
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
5589
- checked: boolean;
5590
- };
4151
+ }
5591
4152
 
5592
4153
  /**
5593
- * Strings for the hold button labels
5594
- * @beta
4154
+ * {@link GridLayout} Component Styles.
4155
+ * @public
5595
4156
  */
5596
- export declare interface HoldButtonStrings {
5597
- /**
5598
- * Label for when action is to resume call.
5599
- */
5600
- onLabel: string;
5601
- /**
5602
- * Label for when action is to hold call.
5603
- */
5604
- offLabel: string;
5605
- /**
5606
- * Content for when button is checked
5607
- */
5608
- tooltipOnContent: string;
5609
- /**
5610
- * Content for when button is unchecked
5611
- */
5612
- tooltipOffContent: string;
4157
+ export declare interface GridLayoutStyles extends BaseCustomStyles {
4158
+ /** Styles for each child of {@link GridLayout} */
4159
+ children?: IStyle;
5613
4160
  }
5614
4161
 
5615
4162
  /**
@@ -5692,20 +4239,6 @@ export declare interface _Identifiers {
5692
4239
  horizontalGalleryRightNavButton: string;
5693
4240
  }
5694
4241
 
5695
- /**
5696
- * @beta
5697
- * This contains a readonly array that returns all the active `incomingCalls`.
5698
- * An active incoming call is a call that has not been answered, declined or disconnected.
5699
- */
5700
- export declare type IncomingCallManagement = {
5701
- /**
5702
- * @beta
5703
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
5704
- * @returns readonly array of {@link DeclarativeIncomingCall}
5705
- */
5706
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
5707
- };
5708
-
5709
4242
  /**
5710
4243
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
5711
4244
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -6172,11 +4705,6 @@ export declare type MessageThreadProps = {
6172
4705
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
6173
4706
  */
6174
4707
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
6175
- /**
6176
- * Optional callback to render uploaded files in the message component.
6177
- * @beta
6178
- */
6179
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
6180
4708
  /**
6181
4709
  * Optional callback to edit a message.
6182
4710
  *
@@ -6212,18 +4740,6 @@ export declare type MessageThreadProps = {
6212
4740
  * Optional strings to override in component
6213
4741
  */
6214
4742
  strings?: Partial<MessageThreadStrings>;
6215
- /**
6216
- * @beta
6217
- * Optional function called when someone clicks on the file download icon.
6218
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
6219
- * this function will be called with the data inside `fileSharingMetadata` key.
6220
- */
6221
- fileDownloadHandler?: FileDownloadHandler;
6222
- /**
6223
- * Optional function to provide customized date format.
6224
- * @beta
6225
- */
6226
- onDisplayDateTimeString?: (messageDate: Date) => string;
6227
4743
  };
6228
4744
 
6229
4745
  /**
@@ -6295,8 +4811,6 @@ export declare interface MessageThreadStrings {
6295
4811
  editBoxSubmitButton: string;
6296
4812
  /** String for action menu indicating there are more options */
6297
4813
  actionMenuMoreOptions?: string;
6298
- /** String for download file button in file card */
6299
- downloadFile: string;
6300
4814
  }
6301
4815
 
6302
4816
  /**
@@ -6479,31 +4993,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
6479
4993
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
6480
4994
  }
6481
4995
 
6482
- /**
6483
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
6484
- * by their browsers settings.
6485
- *
6486
- * @beta
6487
- */
6488
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
6489
-
6490
- /**
6491
- * @beta
6492
- * Props for MicrophoneSitePermissions component.
6493
- */
6494
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
6495
- /** Icon name for the microphone icon */
6496
- microphoneIconName?: string;
6497
- /** Strings for use with the {@link MicrophoneSitePermissions} */
6498
- strings?: MicrophoneSitePermissionsStrings;
6499
- }
6500
-
6501
- /**
6502
- * @beta
6503
- * Strings for MicrophoneSitePermissions component.
6504
- */
6505
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
6506
-
6507
4996
  /**
6508
4997
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
6509
4998
  *
@@ -6611,14 +5100,6 @@ export declare interface ParticipantItemProps {
6611
5100
  onClick?: (props?: ParticipantItemProps) => void;
6612
5101
  /** prop to determine if we should show tooltip for participants or not */
6613
5102
  showParticipantOverflowTooltip?: boolean;
6614
- /**
6615
- * Optional value to determine and display a participants connection status.
6616
- * For example, `Connecting`, `Ringing` etc.
6617
- * The actual text that is displayed is determined by the localized string
6618
- * corresponding to the provided participant state.
6619
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
6620
- */
6621
- participantState?: ParticipantState;
6622
5103
  }
6623
5104
 
6624
5105
  /**
@@ -6639,10 +5120,6 @@ export declare interface ParticipantItemStrings {
6639
5120
  mutedIconLabel: string;
6640
5121
  /** placeholder text for participants who does not have a display name*/
6641
5122
  displayNamePlaceholder?: string;
6642
- /** String shown when `participantState` is `Ringing` */
6643
- participantStateRinging?: string;
6644
- /** String shown when `participantState` is `Hold` */
6645
- participantStateHold?: string;
6646
5123
  }
6647
5124
 
6648
5125
  /**
@@ -7013,10 +5490,6 @@ export declare interface RemoteParticipantState {
7013
5490
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
7014
5491
  */
7015
5492
  isSpeaking: boolean;
7016
- /**
7017
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
7018
- */
7019
- role?: ParticipantRole;
7020
5493
  }
7021
5494
 
7022
5495
  /**
@@ -7041,7 +5514,6 @@ export declare interface RemoteVideoStreamState {
7041
5514
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
7042
5515
  * @beta
7043
5516
  */
7044
- isReceiving: boolean;
7045
5517
  /**
7046
5518
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
7047
5519
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -7049,26 +5521,6 @@ export declare interface RemoteVideoStreamState {
7049
5521
  view?: VideoStreamRendererViewState;
7050
5522
  }
7051
5523
 
7052
- /**
7053
- * Menu options for remote video tiles in {@link VideoGallery}.
7054
- *
7055
- * @beta
7056
- */
7057
- export declare interface RemoteVideoTileMenuOptions {
7058
- /**
7059
- * If set to true, remote video tiles in the VideoGallery will not have menu options
7060
- *
7061
- * @defaultValue false
7062
- */
7063
- isHidden?: boolean;
7064
- }
7065
-
7066
- /**
7067
- * @beta
7068
- * The role of a call participant.
7069
- */
7070
- export declare type Role = 'Presenter' | 'Attendee' | 'Consumer' | 'Organizer';
7071
-
7072
5524
  /**
7073
5525
  * A button to start / stop screen sharing.
7074
5526
  *
@@ -7102,7 +5554,6 @@ export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
7102
5554
  */
7103
5555
  export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7104
5556
  checked?: boolean;
7105
- disabled?: boolean;
7106
5557
  };
7107
5558
 
7108
5559
  /**
@@ -7140,19 +5591,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
7140
5591
  */
7141
5592
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
7142
5593
 
7143
- /**
7144
- * @beta
7145
- * Error to be displayed to the user in an error bar above sendbox.
7146
- */
7147
- export declare interface SendBoxErrorBarError {
7148
- /** Error Message to be displayed */
7149
- message: string;
7150
- /**
7151
- * Unix Timestamp. Preferred generation using `Date.now()`
7152
- */
7153
- timestamp: number;
7154
- }
7155
-
7156
5594
  /**
7157
5595
  * Props for {@link SendBox}.
7158
5596
  *
@@ -7208,25 +5646,6 @@ export declare interface SendBoxProps {
7208
5646
  * When undefined nothing has focus on render
7209
5647
  */
7210
5648
  autoFocus?: 'sendBoxTextField';
7211
- /**
7212
- * Optional callback to render uploaded files in the SendBox. The sendbox will expand
7213
- * veritcally to accomodate the uploaded files. File uploads will
7214
- * be rendered below the text area in sendbox.
7215
- * @beta
7216
- */
7217
- onRenderFileUploads?: () => JSX.Element;
7218
- /**
7219
- * Optional array of active file uploads where each object has attibutes
7220
- * of a file upload like name, progress, errorMessage etc.
7221
- * @beta
7222
- */
7223
- activeFileUploads?: ActiveFileUpload[];
7224
- /**
7225
- * Optional callback to remove the file upload before sending by clicking on
7226
- * cancel icon.
7227
- * @beta
7228
- */
7229
- onCancelFileUpload?: (fileId: string) => void;
7230
5649
  }
7231
5650
 
7232
5651
  /**
@@ -7257,22 +5676,6 @@ export declare interface SendBoxStrings {
7257
5676
  * Aria label for send message button
7258
5677
  */
7259
5678
  sendButtonAriaLabel: string;
7260
- /**
7261
- * Error message indicating that all file uploads are not complete.
7262
- */
7263
- fileUploadsPendingError: string;
7264
- /**
7265
- * Aria label to notify user when focus is on cancel file upload button.
7266
- */
7267
- removeFile: string;
7268
- /**
7269
- * Aria label to notify user file uploading starts.
7270
- */
7271
- uploading: string;
7272
- /**
7273
- * Aria label to notify user file is uploaded.
7274
- */
7275
- uploadCompleted: string;
7276
5679
  }
7277
5680
 
7278
5681
  /**
@@ -7293,45 +5696,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
7293
5696
  systemMessage?: IStyle;
7294
5697
  }
7295
5698
 
7296
- /**
7297
- * @beta
7298
- * Strings for SitePermissions component
7299
- */
7300
- export declare type SitePermissionsStrings = {
7301
- /**
7302
- * Main text string.
7303
- */
7304
- primaryText?: string;
7305
- /**
7306
- * Subtext string.
7307
- */
7308
- secondaryText?: string;
7309
- /**
7310
- * More help link string.
7311
- */
7312
- linkText?: string;
7313
- /**
7314
- * Primary button text string.
7315
- */
7316
- primaryButtonText?: string;
7317
- /**
7318
- * Aria label describing the content of the container
7319
- */
7320
- ariaLabel?: string;
7321
- };
7322
-
7323
- /**
7324
- * Fluent styles for {@link SitePermissionsContainer}.
7325
- *
7326
- * @beta
7327
- */
7328
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
7329
- /** Styles for the primary button. */
7330
- primaryButton?: IButtonStyles;
7331
- /** Styles for the help troubleshooting link text. */
7332
- troubleshootingLink?: ILinkStyles;
7333
- }
7334
-
7335
5699
  /**
7336
5700
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
7337
5701
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -7438,19 +5802,6 @@ export declare interface StatefulCallClient extends CallClient {
7438
5802
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
7439
5803
  */
7440
5804
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
7441
- /** @conditional-compile-remove(one-to-n-calling) */
7442
- /**
7443
- * The CallAgent is used to handle calls.
7444
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
7445
- * - The CallClient can only have one active CallAgent instance at a time.
7446
- * - You can create a new CallClient instance to create a new CallAgent.
7447
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
7448
- * createCallAgent() method again to create a new CallAgent.
7449
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
7450
- * @param options - The CallAgentOptions for additional options like display name.
7451
- * @public
7452
- */
7453
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
7454
5805
  }
7455
5806
 
7456
5807
  /**
@@ -7463,16 +5814,7 @@ export declare type StatefulCallClientArgs = {
7463
5814
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
7464
5815
  * state. It is not used by StatefulCallClient.
7465
5816
  */
7466
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
7467
- /**
7468
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
7469
- * to start a PSTN call.
7470
- *
7471
- * example: +11234567
7472
- *
7473
- * This is not a cached value from the headless calling client.
7474
- */
7475
- alternateCallerId?: string;
5817
+ userId: CommunicationUserIdentifier;
7476
5818
  };
7477
5819
 
7478
5820
  /**
@@ -7612,59 +5954,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
7612
5954
  iconName: string;
7613
5955
  }
7614
5956
 
7615
- /**
7616
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
7617
- *
7618
- * @beta
7619
- */
7620
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
7621
- /**
7622
- * Join the call with microphone initially on/off.
7623
- *
7624
- * @param microphoneOn - Whether microphone is initially enabled
7625
- *
7626
- * @beta
7627
- */
7628
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
7629
- /**
7630
- * Start the call.
7631
- *
7632
- * @param participants - An array of participant ids to join
7633
- *
7634
- * @beta
7635
- */
7636
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
7637
- /**
7638
- * Start the call.
7639
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
7640
- * @beta
7641
- */
7642
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
7643
- }
7644
-
7645
- /**
7646
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
7647
- *
7648
- * @beta
7649
- */
7650
- export declare type TeamsCallAdapterArgs = {
7651
- userId: MicrosoftTeamsUserIdentifier;
7652
- credential: CommunicationTokenCredential;
7653
- locator: TeamsMeetingLinkLocator;
7654
- };
7655
-
7656
- /**
7657
- * Object containing all the teams call handlers required for calling components.
7658
- *
7659
- * Calling related components from this package are able to pick out relevant handlers from this object.
7660
- * See {@link useHandlers} and {@link usePropsFor}.
7661
- *
7662
- * @beta
7663
- */
7664
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
7665
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
7666
- }
7667
-
7668
5957
  /**
7669
5958
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
7670
5959
  *
@@ -7844,117 +6133,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
7844
6133
  typingString?: IStyle;
7845
6134
  }
7846
6135
 
7847
- /**
7848
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
7849
- *
7850
- * @beta
7851
- */
7852
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
7853
-
7854
- /**
7855
- * props for {@link UnsupportedBrowser} UI
7856
- *
7857
- * @beta
7858
- */
7859
- export declare interface UnsupportedBrowserProps {
7860
- /** Handler to perform an action when the help link is actioned */
7861
- onTroubleshootingClick?: () => void;
7862
- /** String overrides for the component */
7863
- strings?: UnsupportedBrowserStrings;
7864
- }
7865
-
7866
- /**
7867
- * Strings for UnsupportedBrowser component
7868
- *
7869
- * @beta
7870
- */
7871
- export declare interface UnsupportedBrowserStrings {
7872
- /** String for the primary text */
7873
- primaryText: string;
7874
- /** String for the secondary text */
7875
- secondaryText: string;
7876
- /** String to display in the text for the help link */
7877
- moreHelpLinkText: string;
7878
- }
7879
-
7880
- /**
7881
- * UI to display to the user that the browser version they are using is out of date
7882
- * and not supported by Azure Communications Calling service.
7883
- *
7884
- * @beta
7885
- */
7886
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
7887
-
7888
- /**
7889
- * props for {@link UnsupportedBrowserVersion} UI
7890
- *
7891
- * @beta
7892
- */
7893
- export declare interface UnsupportedBrowserVersionProps {
7894
- /** Handler to perform an action when the help link is actioned */
7895
- onTroubleshootingClick?: () => void;
7896
- /** String overrides for the component */
7897
- strings?: UnsupportedBrowserVersionStrings;
7898
- /** Handler to allow user to continue into the call */
7899
- onContinueAnywayClick?: () => void;
7900
- }
7901
-
7902
- /**
7903
- * Strings for UnsupportedBrowser component
7904
- *
7905
- * @beta
7906
- */
7907
- export declare interface UnsupportedBrowserVersionStrings {
7908
- /** String for the primary text */
7909
- primaryText: string;
7910
- /** String for the secondary text */
7911
- secondaryText: string;
7912
- /** String to display in the text for the help link */
7913
- moreHelpLinkText: string;
7914
- /** String for continue without updating button */
7915
- continueAnywayButtonText?: string;
7916
- }
7917
-
7918
- /**
7919
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
7920
- *
7921
- * @beta
7922
- */
7923
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
7924
-
7925
- /**
7926
- * Props for {@link UnsupportedOperatingSystem} UI
7927
- *
7928
- * @beta
7929
- */
7930
- export declare interface UnsupportedOperatingSystemProps {
7931
- /** Handler to perform a action when the help link is actioned */
7932
- onTroubleshootingClick?: () => void;
7933
- /** String overrides for the component */
7934
- strings?: UnsupportedOperatingSystemStrings;
7935
- }
7936
-
7937
- /**
7938
- * Strings for UnsupportedBrowser component
7939
- *
7940
- * @beta
7941
- */
7942
- export declare interface UnsupportedOperatingSystemStrings {
7943
- /** String for the primary text */
7944
- primaryText: string;
7945
- /** String for the secondary text */
7946
- secondaryText: string;
7947
- /** String to display in the text for the help link */
7948
- moreHelpLinkText: string;
7949
- }
7950
-
7951
6136
  /**
7952
6137
  * @public
7953
6138
  * Callback function run when a message is updated.
7954
6139
  */
7955
- export declare type UpdateMessageCallback = (messageId: string, content: string, metadata?: Record<string, string>, options?: {
7956
- attachedFilesMetadata?: FileMetadata[];
7957
- }) => Promise<void>;
6140
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
7958
6141
 
7959
6142
  /**
7960
6143
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -8102,44 +6285,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
8102
6285
  */
8103
6286
  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;
8104
6287
 
8105
- /**
8106
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
8107
- *
8108
- * Useful when implementing a custom component that utilizes the providers
8109
- * exported from this library.
8110
- *
8111
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
8112
- *
8113
- * @beta
8114
- */
8115
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
8116
-
8117
- /**
8118
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
8119
- *
8120
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
8121
- * creation of the adapter internally.
8122
- *
8123
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
8124
- * as they are created. The adapter is only created when all arguments are defined.
8125
- *
8126
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
8127
- * See storybook for typical usage examples.
8128
- *
8129
- * @beta
8130
- */
8131
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
8132
-
8133
- /**
8134
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
8135
- *
8136
- * Useful when implementing a custom component that utilizes the providers
8137
- * exported from this library.
8138
- *
8139
- * @beta
8140
- */
8141
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
8142
-
8143
6288
  /**
8144
6289
  * React hook to access theme
8145
6290
  *
@@ -8246,24 +6391,6 @@ export declare interface VideoGalleryProps {
8246
6391
  * Camera control information for button to switch cameras.
8247
6392
  */
8248
6393
  localVideoCameraCycleButtonProps?: LocalVideoCameraCycleButtonProps;
8249
- /**
8250
- * List of pinned participant userIds.
8251
- */
8252
- pinnedParticipants?: string[];
8253
- /**
8254
- * This callback will be called when a participant video tile is pinned.
8255
- */
8256
- onPinParticipant?: (userId: string) => void;
8257
- /**
8258
- * This callback will be called when a participant video tile is un-pinned.
8259
- */
8260
- onUnpinParticipant?: (userId: string) => void;
8261
- /**
8262
- * Options for showing the remote video tile menu.
8263
- *
8264
- * @defaultValue \{ kind: 'contextual' \}
8265
- */
8266
- remoteVideoTileMenuOptions?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
8267
6394
  }
8268
6395
 
8269
6396
  /**
@@ -8276,11 +6403,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
8276
6403
  isSpeaking?: boolean;
8277
6404
  /** Video stream of shared screen */
8278
6405
  screenShareStream?: VideoGalleryStream;
8279
- /**
8280
- * @beta
8281
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
8282
- */
8283
- state?: ParticipantState;
8284
6406
  }
8285
6407
 
8286
6408
  /**
@@ -8311,8 +6433,6 @@ export declare interface VideoGalleryStream {
8311
6433
  isMirrored?: boolean;
8312
6434
  /** Render element of the video stream */
8313
6435
  renderElement?: HTMLElement;
8314
- /** Scaling mode of the video stream */
8315
- scalingMode?: ViewScalingMode;
8316
6436
  }
8317
6437
 
8318
6438
  /**
@@ -8335,14 +6455,6 @@ export declare interface VideoGalleryStrings {
8335
6455
  localVideoSelectedDescription: string;
8336
6456
  /** placeholder text for participants who does not have a display name*/
8337
6457
  displayNamePlaceholder: string;
8338
- /** Menu text shown in Video Tile contextual menu for setting a remote participants video to fit in frame */
8339
- fitRemoteParticipantToFrame: string;
8340
- /** Menu text shown in Video Tile contextual menu for setting a remote participants video to fill the frame */
8341
- fillRemoteParticipantFrame: string;
8342
- /** Menu text shown in Video Tile contextual menu for pinning a remote participant's video tile */
8343
- pinParticipantForMe: string;
8344
- /** Menu text shown in Video Tile contextual menu for setting a remote participant's video tile */
8345
- unpinParticipantForMe: string;
8346
6458
  }
8347
6459
 
8348
6460
  /**
@@ -8400,36 +6512,6 @@ export declare interface VideoStreamRendererViewState {
8400
6512
  */
8401
6513
  export declare const VideoTile: (props: VideoTileProps) => JSX.Element;
8402
6514
 
8403
- /**
8404
- * Properties for showing contextual menu for remote {@link VideoTile} components in {@link VideoGallery}.
8405
- *
8406
- * @beta
8407
- */
8408
- export declare interface VideoTileContextualMenuProps {
8409
- /**
8410
- * The menu property kind
8411
- */
8412
- kind: 'contextual';
8413
- }
8414
-
8415
- /**
8416
- * Properties for showing drawer menu on remote {@link VideoTile} long touch in {@link VideoGallery}.
8417
- *
8418
- * @beta
8419
- */
8420
- export declare interface VideoTileDrawerMenuProps {
8421
- /**
8422
- * The menu property kind
8423
- */
8424
- kind: 'drawer';
8425
- /**
8426
- * The optional id property provided on an element that the drawer menu should render within when a
8427
- * remote participant video tile Drawer is shown. If an id is not provided, then a drawer menu will
8428
- * render within the VideoGallery component.
8429
- */
8430
- hostId?: string;
8431
- }
8432
-
8433
6515
  /**
8434
6516
  * Props for {@link VideoTile}.
8435
6517
  *
@@ -8468,10 +6550,6 @@ export declare interface VideoTileProps {
8468
6550
  * Whether the video is muted or not.
8469
6551
  */
8470
6552
  isMuted?: boolean;
8471
- /**
8472
- * If true, the video tile will show the pin icon.
8473
- */
8474
- isPinned?: boolean;
8475
6553
  /**
8476
6554
  * Display Name of the Participant to be shown in the label.
8477
6555
  * @remarks `displayName` is used to generate avatar initials if `initialsName` is not provided.
@@ -8500,31 +6578,6 @@ export declare interface VideoTileProps {
8500
6578
  noVideoAvailableAriaLabel?: string;
8501
6579
  /** Whether the participant in the videoTile is speaking. Shows a speaking indicator (border). */
8502
6580
  isSpeaking?: boolean;
8503
- /**
8504
- * The call connection state of the participant.
8505
- * For example, `Hold` means the participant is on hold.
8506
- */
8507
- participantState?: ParticipantState;
8508
- strings?: VideoTileStrings;
8509
- /**
8510
- * Display custom menu items in the VideoTile's contextual menu.
8511
- * Uses Fluent UI ContextualMenu.
8512
- * An ellipses icon will be displayed to open the contextual menu if this prop is defined.
8513
- */
8514
- contextualMenu?: IContextualMenuProps;
8515
- /**
8516
- * Callback triggered by video tile on touch and hold.
8517
- */
8518
- onLongTouch?: () => void;
8519
- }
8520
-
8521
- /**
8522
- * Strings of {@link VideoTile} that can be overridden.
8523
- * @beta
8524
- */
8525
- export declare interface VideoTileStrings {
8526
- participantStateRinging: string;
8527
- participantStateHold: string;
8528
6581
  }
8529
6582
 
8530
6583
  /**