@azure/communication-react 1.4.1-beta.1 → 1.4.1

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 (835) hide show
  1. package/CHANGELOG.json +0 -507
  2. package/{CHANGELOG.beta.md → CHANGELOG.md} +292 -47
  3. package/dist/communication-react.d.ts +59 -1782
  4. package/dist/dist-cjs/communication-react/index.js +8226 -12265
  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 +24 -7
  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 +1 -2
  16. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/logEvent.js +0 -2
  18. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/safeStringify.js +1 -2
  21. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/telemetry.d.ts +0 -10
  23. package/dist/dist-esm/acs-ui-common/src/telemetry.js +0 -10
  24. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  25. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  26. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +0 -9
  28. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -10
  29. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -13
  31. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +9 -27
  32. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +46 -22
  34. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +43 -7
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +266 -26
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js +5 -17
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +3 -7
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -29
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js +3 -6
  45. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  47. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  48. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  49. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +9 -26
  50. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js +0 -2
  52. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +2 -12
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js +1 -27
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -8
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -16
  59. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -27
  60. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js +0 -2
  63. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  64. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -11
  65. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +3 -19
  66. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  67. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +1 -7
  68. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +0 -11
  69. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  70. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +4 -13
  71. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  72. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -21
  73. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +2 -16
  75. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +187 -42
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -21
  78. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js +1 -4
  79. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -4
  81. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +10 -60
  82. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +80 -12
  84. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js +1 -2
  86. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -3
  89. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +8 -19
  90. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +3 -4
  92. package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -15
  93. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +55 -58
  95. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +1 -2
  97. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -16
  98. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.d.ts +3 -3
  100. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js +1 -4
  101. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +18 -11
  103. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +1 -0
  105. package/dist/dist-esm/calling-stateful-client/src/Logger.js +1 -0
  106. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  108. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +1 -12
  109. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +1 -4
  111. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  113. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +2 -14
  114. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +0 -23
  116. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +36 -52
  117. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +54 -33
  119. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  120. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js +1 -4
  121. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  122. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -5
  123. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/index.d.ts +5 -3
  125. package/dist/dist-esm/calling-stateful-client/src/index.js +1 -2
  126. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  127. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -6
  128. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  129. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  130. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  131. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +18 -21
  132. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -4
  134. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +13 -11
  135. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  136. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js +1 -4
  139. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  140. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  141. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +13 -48
  142. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  144. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js +0 -2
  147. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  148. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +8 -5
  149. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  150. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +2 -7
  151. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  152. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  153. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  154. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js +1 -4
  155. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  156. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -17
  157. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  158. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +15 -16
  160. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  162. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +68 -59
  163. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +121 -115
  165. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  166. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +0 -2
  167. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  168. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  169. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js +0 -2
  170. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  171. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js +0 -2
  172. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  173. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js +0 -2
  174. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  175. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js +0 -2
  176. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  177. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js +0 -2
  178. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  179. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js +0 -2
  180. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  181. package/dist/dist-esm/communication-react/src/index.d.ts +2 -20
  182. package/dist/dist-esm/communication-react/src/index.js +1 -13
  183. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  184. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  186. package/dist/dist-esm/react-components/src/components/CameraButton.js +9 -10
  187. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +8 -7
  189. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  190. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +17 -38
  191. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +5 -12
  193. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +31 -26
  195. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +28 -63
  197. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +12 -9
  199. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  201. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +10 -19
  203. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +3 -4
  205. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  208. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/ControlBar.js +15 -13
  210. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  212. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  213. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +15 -6
  214. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  215. package/dist/dist-esm/react-components/src/components/{DevicePermissions/DevicePermissionDropdown.d.ts → DevicePermissionDropdown.d.ts} +0 -4
  216. package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js +29 -0
  217. package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js.map +1 -0
  218. package/dist/dist-esm/react-components/src/components/DevicesButton.js +30 -7
  219. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +48 -48
  221. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  223. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  224. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  225. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -12
  226. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  228. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +3 -4
  230. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  232. package/dist/dist-esm/react-components/src/components/EndCallButton.js +8 -5
  233. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/ErrorBar.js +6 -4
  235. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/FileCard.js +4 -4
  237. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  239. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +10 -14
  241. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  242. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -10
  243. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/GridLayout.js +44 -55
  245. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +3 -4
  247. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  248. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +8 -7
  249. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  250. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +12 -6
  251. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  253. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +9 -28
  255. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -27
  257. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +1 -23
  259. package/dist/dist-esm/react-components/src/components/MessageThread.js +120 -188
  260. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +11 -17
  262. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +137 -137
  264. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -15
  266. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +16 -19
  267. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  268. package/dist/dist-esm/react-components/src/components/ParticipantList.js +9 -25
  269. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  270. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +31 -44
  271. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  273. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  275. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +5 -18
  277. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +4 -6
  279. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +12 -6
  281. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -35
  283. package/dist/dist-esm/react-components/src/components/SendBox.js +10 -37
  284. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +3 -4
  286. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/StreamMedia.js +4 -5
  289. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  291. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.d.ts +1 -2
  293. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +17 -29
  294. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -15
  296. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  298. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  300. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  303. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +6 -13
  304. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/VideoGallery.js +44 -97
  306. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -11
  308. package/dist/dist-esm/react-components/src/components/VideoTile.js +32 -36
  309. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +10 -4
  311. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/index.d.ts +2 -16
  313. package/dist/dist-esm/react-components/src/components/index.js +1 -11
  314. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +12 -3
  316. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +0 -2
  318. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js +2 -0
  320. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +0 -2
  324. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +4 -1
  327. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +11 -10
  330. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  332. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +11 -3
  335. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  337. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  338. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.d.ts +5 -1
  340. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +12 -0
  341. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +39 -18
  344. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +0 -4
  346. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +0 -6
  347. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -1
  349. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -10
  350. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -6
  352. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js +5 -10
  355. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -7
  357. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  360. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  362. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  363. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/utils.d.ts +0 -4
  365. package/dist/dist-esm/react-components/src/components/utils.js +11 -21
  366. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +13 -21
  368. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/index.d.ts +0 -2
  373. package/dist/dist-esm/react-components/src/index.js +0 -2
  374. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -42
  376. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -56
  379. package/dist/dist-esm/react-components/src/localization/locales/index.js +42 -16
  380. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +8 -7
  382. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -15
  384. package/dist/dist-esm/react-components/src/theming/icons.js +12 -113
  385. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/theming/themeUtils.js +1 -4
  388. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  389. package/dist/dist-esm/react-components/src/theming/themes.js +0 -2
  390. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  391. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +0 -7
  392. package/dist/dist-esm/react-components/src/types/ChatMessage.js +0 -2
  393. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js +0 -2
  396. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  397. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -3
  398. package/dist/dist-esm/react-components/src/types/OnRender.js +0 -2
  399. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -3
  401. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +0 -2
  402. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  404. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  405. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  407. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -76
  408. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +18 -110
  409. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  410. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -120
  411. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  412. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -52
  413. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +47 -167
  414. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  415. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -51
  416. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -11
  417. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  418. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  419. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  420. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  421. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -2
  422. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  423. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +0 -3
  424. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +10 -76
  425. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  426. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -2
  427. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +13 -136
  428. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  429. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.d.ts +0 -2
  430. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js +0 -23
  431. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js.map +1 -1
  432. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.d.ts +0 -2
  433. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js +0 -25
  434. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js.map +1 -1
  435. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  436. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  437. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +3 -3
  438. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  439. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +23 -35
  440. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  441. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -2
  442. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +20 -73
  443. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  444. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +21 -16
  445. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  446. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +14 -4
  447. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  448. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  449. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  450. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +3 -4
  451. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  452. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  453. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  454. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -1
  455. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  456. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +4 -41
  457. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  458. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  459. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  460. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +8 -12
  461. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  462. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  463. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  464. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  465. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  466. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -7
  467. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  468. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +6 -29
  469. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  470. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  471. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  472. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  473. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -2
  474. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  475. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +0 -1
  476. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +4 -10
  477. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  478. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -8
  479. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +12 -139
  480. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  481. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +0 -1
  482. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -21
  483. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  484. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +2 -2
  485. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  486. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  487. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  488. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  489. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -5
  490. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -7
  491. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  492. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  493. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  494. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  495. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +6 -13
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +1 -1
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -3
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +0 -2
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +2 -4
  510. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  511. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  512. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  513. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  514. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +2 -2
  515. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +2 -2
  516. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  517. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  518. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  519. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  520. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +2 -2
  521. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  522. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  523. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  524. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.d.ts +2 -6
  525. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +10 -11
  526. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  527. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +6 -2
  528. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  529. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js +0 -2
  530. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  531. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -4
  532. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  533. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -4
  534. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  535. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -3
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js +0 -2
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +3 -23
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js +0 -2
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -9
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +17 -77
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  551. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +4 -78
  552. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +18 -77
  553. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  554. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +16 -43
  556. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +0 -2
  558. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +14 -36
  559. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
  560. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +1 -1
  562. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js +7 -11
  563. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js +0 -2
  565. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js +6 -3
  567. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +1 -1
  568. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +1 -1
  570. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.d.ts +0 -1
  571. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  573. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -22
  575. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +11 -140
  576. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  577. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -56
  578. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  579. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -9
  580. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -36
  581. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  582. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -9
  583. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -34
  584. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  585. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +2 -4
  586. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  587. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +21 -67
  588. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js +1 -2
  590. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
  592. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -3
  594. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  595. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -11
  596. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -10
  597. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +2 -0
  599. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +13 -2
  600. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  601. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  602. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -8
  603. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  605. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +9 -41
  607. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  609. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +0 -9
  611. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +36 -111
  612. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  614. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -156
  615. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -13
  617. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js +0 -2
  618. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -7
  620. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  623. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js +0 -2
  625. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +6 -6
  628. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -5
  630. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
  633. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  635. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  636. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  637. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  638. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  639. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  640. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  641. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -15
  642. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  643. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -3
  644. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +6 -22
  646. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  647. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +9 -7
  650. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -7
  652. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +7 -26
  653. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +1 -2
  655. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +18 -6
  656. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  657. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +1 -2
  658. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  659. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  660. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -28
  662. package/dist/dist-esm/react-composites/src/composites/common/icons.js +8 -23
  663. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js +0 -2
  665. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +16 -5
  667. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  669. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +22 -5
  671. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -6
  673. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  675. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/index.js +0 -2
  677. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  678. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  679. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  680. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -2
  682. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -2
  683. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -2
  684. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -2
  685. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +0 -2
  686. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -2
  688. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -2
  689. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -2
  690. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -2
  691. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -2
  692. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -2
  693. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -2
  694. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -2
  695. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -2
  696. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  697. package/package.json +12 -12
  698. package/CHANGELOG.stable.md +0 -287
  699. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -51
  700. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +0 -270
  701. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +0 -1
  702. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.d.ts +0 -20
  703. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +0 -36
  704. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +0 -1
  705. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -43
  706. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -81
  707. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  708. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +0 -26
  709. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js +0 -4
  710. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +0 -1
  711. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +0 -53
  712. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -204
  713. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +0 -1
  714. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.d.ts +0 -13
  715. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +0 -88
  716. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +0 -1
  717. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  718. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -89
  719. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  720. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  721. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  722. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  723. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +0 -19
  724. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -35
  725. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +0 -1
  726. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -8
  727. package/dist/dist-esm/calling-stateful-client/src/index-public.js +0 -4
  728. package/dist/dist-esm/calling-stateful-client/src/index-public.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/DevicePermissionDropdown.js +0 -27
  736. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +0 -1
  737. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.d.ts +0 -101
  738. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js +0 -80
  739. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js.map +0 -1
  740. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.d.ts +0 -86
  741. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.js +0 -31
  742. package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.js.map +0 -1
  743. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  744. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  745. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  746. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +0 -32
  747. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -33
  748. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +0 -1
  749. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  750. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  751. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  752. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.d.ts +0 -38
  753. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js +0 -92
  754. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +0 -1
  755. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +0 -22
  756. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js +0 -53
  757. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +0 -1
  758. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  759. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  760. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  761. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +0 -61
  762. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +0 -74
  763. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +0 -1
  764. package/dist/dist-esm/react-components/src/permissions/index.d.ts +0 -2
  765. package/dist/dist-esm/react-components/src/permissions/index.js +0 -4
  766. package/dist/dist-esm/react-components/src/permissions/index.js.map +0 -1
  767. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  768. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  769. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  770. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.d.ts +0 -24
  771. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +0 -80
  772. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +0 -1
  773. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.d.ts +0 -28
  774. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js +0 -32
  775. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js.map +0 -1
  776. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -17
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +0 -63
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +0 -1
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +0 -16
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +0 -38
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +0 -1
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -15
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -36
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -13
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -26
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  797. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
  798. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
  799. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
  800. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -13
  801. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
  802. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
  803. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  804. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  805. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  806. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  807. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  808. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  809. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  810. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  811. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  812. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  813. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
  814. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  815. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
  816. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  817. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  818. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  819. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  820. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  821. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  822. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  823. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  824. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  825. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  826. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  827. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  828. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  829. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  830. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  831. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  832. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  833. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  834. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  835. 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';
@@ -43,24 +42,18 @@ import { CreateViewOptions } from '@azure/communication-calling';
43
42
  import { DeviceAccess } from '@azure/communication-calling';
44
43
  import { DeviceManager } from '@azure/communication-calling';
45
44
  import { DominantSpeakersInfo } from '@azure/communication-calling';
46
- import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
47
45
  import { GroupCallLocator } from '@azure/communication-calling';
48
46
  import { IButtonProps } from '@fluentui/react';
49
47
  import { IButtonStyles } from '@fluentui/react';
50
48
  import { IContextualMenuItem } from '@fluentui/react';
51
49
  import { IContextualMenuItemStyles } from '@fluentui/react';
52
50
  import { IContextualMenuStyles } from '@fluentui/react';
53
- import { IDropdownOption } from '@fluentui/react';
54
- import { IDropdownStyles } from '@fluentui/react';
55
- import { ILinkStyles } from '@fluentui/react';
56
51
  import { IMessageBarProps } from '@fluentui/react';
57
- import { IncomingCall } from '@azure/communication-calling';
58
52
  import { IPersonaStyleProps } from '@fluentui/react';
59
53
  import { IPersonaStyles } from '@fluentui/react';
60
54
  import { IRenderFunction } from '@fluentui/react';
61
55
  import { IStyle } from '@fluentui/react';
62
56
  import { IStyleFunctionOrObject } from '@fluentui/react';
63
- import { ITextFieldStyles } from '@fluentui/react';
64
57
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
65
58
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
66
59
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
@@ -68,7 +61,6 @@ import { MediaStreamType } from '@azure/communication-calling';
68
61
  import { MicrosoftTeamsUserKind } from '@azure/communication-common';
69
62
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
70
63
  import { PartialTheme } from '@fluentui/react';
71
- import { ParticipantRole } from '@azure/communication-calling';
72
64
  import { PermissionConstraints } from '@azure/communication-calling';
73
65
  import { PersonaInitialsColor } from '@fluentui/react';
74
66
  import { PersonaPresence } from '@fluentui/react';
@@ -79,12 +71,9 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
79
71
  import { default as React_2 } from 'react';
80
72
  import type { RemoteParticipant } from '@azure/communication-calling';
81
73
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
82
- import { RoomCallLocator } from '@azure/communication-calling';
83
74
  import { ScalingMode } from '@azure/communication-calling';
84
75
  import { SendMessageOptions } from '@azure/communication-chat';
85
76
  import { StartCallOptions } from '@azure/communication-calling';
86
- import { TeamsCall } from '@azure/communication-calling';
87
- import { TeamsCallAgent } from '@azure/communication-calling';
88
77
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
89
78
  import { Theme } from '@fluentui/react';
90
79
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
@@ -113,38 +102,6 @@ export declare interface ActiveErrorMessage {
113
102
  timestamp?: Date;
114
103
  }
115
104
 
116
- /**
117
- * Attributes required for SendBox to show file uploads like name, progress etc.
118
- * @beta
119
- */
120
- export declare interface ActiveFileUpload {
121
- /**
122
- * Unique identifier for the file upload.
123
- */
124
- id: string;
125
- /**
126
- * File name to be rendered for uploaded file.
127
- */
128
- filename: string;
129
- /**
130
- * A number between 0 and 1 indicating the progress of the upload.
131
- * This is unrelated to the `uploadComplete` property.
132
- * It is only used to show the progress of the upload.
133
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
134
- * property to true to mark the upload as complete.
135
- */
136
- progress: number;
137
- /**
138
- * Error to be displayed to the user if the upload fails.
139
- */
140
- error?: SendBoxErrorBarError;
141
- /**
142
- * `true` means that the upload is completed.
143
- * This is independent of the upload `progress`.
144
- */
145
- uploadComplete?: boolean;
146
- }
147
-
148
105
  /**
149
106
  * Error reported via error events and stored in adapter state.
150
107
  *
@@ -261,25 +218,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
261
218
  displayName: string;
262
219
  credential: CommunicationTokenCredential;
263
220
  locator: CallAdapterLocator;
264
- alternateCallerId?: string;
265
- /**
266
- * Optional parameters for the {@link AzureCommunicationCallAdapter} created
267
- */
268
- options?: AzureCommunicationCallAdapterOptions;
269
- };
270
-
271
- /**
272
- * Optional parameters to create {@link AzureCommunicationCallAdapter}
273
- *
274
- * @beta
275
- */
276
- export declare type AzureCommunicationCallAdapterOptions = {
277
- /**
278
- * Use this to hint the role of the user when the role is not available before a Rooms call is started. This value
279
- * should be obtained using the Rooms API. This role will determine permissions in the configuration page of the
280
- * {@link CallComposite}. The true role of the user will be synced with ACS services when a Rooms call starts.
281
- */
282
- roleHint?: Role;
283
221
  };
284
222
 
285
223
  /**
@@ -293,7 +231,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
293
231
  displayName: string;
294
232
  credential: CommunicationTokenCredential;
295
233
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
296
- alternateCallerId?: string;
297
234
  };
298
235
 
299
236
  /**
@@ -377,136 +314,6 @@ export declare interface BaseCustomStyles {
377
314
  root?: IStyle;
378
315
  }
379
316
 
380
- /**
381
- * @beta
382
- * Props for BrowserPermissionDeniedIOS component.
383
- */
384
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
385
- /**
386
- * Localization strings for BrowserPermissionDeniedIOS component.
387
- */
388
- strings?: BrowserPermissionDeniedIOSStrings;
389
- /**
390
- * Link to image source.
391
- *
392
- * Image is inserted into the top of the component.
393
- */
394
- imageSource?: string;
395
- }
396
-
397
- /**
398
- * @beta
399
- * Strings for BrowserPermissionDeniedIOS component
400
- */
401
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
402
- /**
403
- * Image alt text
404
- */
405
- imageAltText: string;
406
- /**
407
- * Main text string.
408
- */
409
- primaryText: string;
410
- /**
411
- * Subtext string.
412
- */
413
- secondaryText: string;
414
- /**
415
- * Step 1 string
416
- */
417
- step1Text: string;
418
- /**
419
- * Step 1 digit string
420
- */
421
- step1DigitText: string;
422
- /**
423
- * Step 2 string
424
- */
425
- step2Text: string;
426
- /**
427
- * Step 2 digit string
428
- */
429
- step2DigitText: string;
430
- /**
431
- * Step 3 string
432
- */
433
- step3Text: string;
434
- /**
435
- * Step 3 digit string
436
- */
437
- step3DigitText: string;
438
- /**
439
- * Step 4 string
440
- */
441
- step4Text: string;
442
- /**
443
- * Step 4 digit string
444
- */
445
- step4DigitText: string;
446
- }
447
-
448
- /**
449
- * @beta
450
- * Props for BrowserPermissionDenied component.
451
- */
452
- export declare interface BrowserPermissionDeniedProps {
453
- /**
454
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
455
- */
456
- onTroubleshootingClick?: () => void;
457
- /**
458
- * Action to be taken by the try again primary button.
459
- */
460
- onTryAgainClick?: () => void;
461
- /**
462
- * Localization strings for BrowserPermissionDenied component.
463
- */
464
- strings?: BrowserPermissionDeniedStrings;
465
- /**
466
- * Allows users to pass in an object contains custom CSS styles.
467
- * @Example
468
- * ```
469
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
470
- * ```
471
- */
472
- styles?: BrowserPermissionDeniedStyles;
473
- }
474
-
475
- /**
476
- * @beta
477
- * Strings for BrowserPermissionDenied component
478
- */
479
- export declare interface BrowserPermissionDeniedStrings {
480
- /**
481
- * Main button text string.
482
- */
483
- primaryButtonText: string;
484
- /**
485
- * Main text string.
486
- */
487
- primaryText: string;
488
- /**
489
- * Subtext string.
490
- */
491
- secondaryText: string;
492
- /**
493
- * More help link string.
494
- */
495
- linkText: string;
496
- }
497
-
498
- /**
499
- * Fluent styles for {@link BrowserPermissionDenied}.
500
- *
501
- * @beta
502
- */
503
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
504
- /** Styles for the primary button. */
505
- primaryButton?: IButtonStyles;
506
- /** Styles for the help troubleshooting link text. */
507
- troubleshootingLink?: ILinkStyles;
508
- }
509
-
510
317
  /**
511
318
  * {@link CallComposite} Adapter interface.
512
319
  *
@@ -582,12 +389,6 @@ export declare interface CallAdapterCallManagement {
582
389
  * @public
583
390
  */
584
391
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
585
- /**
586
- * Start the call.
587
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
588
- * @beta
589
- */
590
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
591
392
  /**
592
393
  * Start sharing the screen during a call.
593
394
  *
@@ -608,12 +409,6 @@ export declare interface CallAdapterCallManagement {
608
409
  * @public
609
410
  */
610
411
  removeParticipant(userId: string): Promise<void>;
611
- /**
612
- * Remove a participant from the call.
613
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
614
- * @beta
615
- */
616
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
617
412
  /**
618
413
  * Create the html view for a stream.
619
414
  *
@@ -638,31 +433,6 @@ export declare interface CallAdapterCallManagement {
638
433
  * @public
639
434
  */
640
435
  disposeStreamView(remoteUserId?: string, options?: VideoStreamOptions): Promise<void>;
641
- /**
642
- * Holds the call.
643
- *
644
- * @beta
645
- */
646
- holdCall(): Promise<void>;
647
- /**
648
- * Resumes the call from a `LocalHold` state.
649
- *
650
- * @beta
651
- */
652
- resumeCall(): Promise<void>;
653
- /**
654
- * Add a participant to the call.
655
- *
656
- * @beta
657
- */
658
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
659
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
660
- /**
661
- * send dtmf tone to another participant in a 1:1 PSTN call
662
- *
663
- * @beta
664
- */
665
- sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
666
436
  }
667
437
 
668
438
  /**
@@ -681,16 +451,6 @@ export declare type CallAdapterClientState = {
681
451
  * Latest error encountered for each operation performed via the adapter.
682
452
  */
683
453
  latestErrors: AdapterErrors;
684
- /**
685
- * Azure communications Phone number to make PSTN calls with.
686
- */
687
- alternateCallerId?: string;
688
- /**
689
- * Use this to hint the role of the user when the role is not available before a Rooms call is started. This value
690
- * should be obtained using the Rooms API. This role will determine permissions in the configuration page of the
691
- * {@link CallComposite}. The true role of the user will be synced with ACS services when a Rooms call starts.
692
- */
693
- roleHint?: Role;
694
454
  };
695
455
 
696
456
  /**
@@ -775,7 +535,7 @@ export declare interface CallAdapterDeviceManagement {
775
535
  *
776
536
  * @public
777
537
  */
778
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
538
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
779
539
 
780
540
  /**
781
541
  * {@link CallAdapter} state.
@@ -928,7 +688,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
928
688
  */
929
689
  export declare interface CallAgentProviderProps {
930
690
  children: React_2.ReactNode;
931
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
691
+ callAgent?: CallAgent;
932
692
  }
933
693
 
934
694
  /**
@@ -953,7 +713,7 @@ export declare interface CallAgentState {
953
713
  */
954
714
  export declare interface CallAndChatLocator {
955
715
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
956
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
716
+ callLocator: GroupCallLocator;
957
717
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
958
718
  chatThreadId: string;
959
719
  }
@@ -1040,12 +800,6 @@ export declare interface CallClientState {
1040
800
  * See documentation of {@Link CallErrors} for details.
1041
801
  */
1042
802
  latestErrors: CallErrors;
1043
- /**
1044
- * A phone number in E.164 format that will be used to represent callers identity.
1045
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1046
- * be used as the caller id in the PSTN call.
1047
- */
1048
- alternateCallerId?: string;
1049
803
  }
1050
804
 
1051
805
  /**
@@ -1109,10 +863,6 @@ export declare type CallCompositeIcons = {
1109
863
  ParticipantItemScreenShareStart?: JSX.Element;
1110
864
  VideoTileMicOff?: JSX.Element;
1111
865
  LocalCameraSwitch?: JSX.Element;
1112
- PeoplePaneAddPerson?: JSX.Element;
1113
- PeoplePaneOpenDialpad?: JSX.Element;
1114
- DialpadStartCall?: JSX.Element;
1115
- NoticePageInvalidRoom?: JSX.Element;
1116
866
  };
1117
867
 
1118
868
  /**
@@ -1133,60 +883,6 @@ export declare type CallCompositeOptions = {
1133
883
  * @defaultValue true
1134
884
  */
1135
885
  callControls?: boolean | CallControlOptions;
1136
- /**
1137
- * Device permission restrictions for your call.
1138
- * Require device permissions to be set or have them as optional or not required to start a call
1139
- */
1140
- devicePermissions?: DevicePermissionRestrictions;
1141
- /**
1142
- * Opt in call readiness feature for your call
1143
- * Setting this to `true` will add call readiness features to the call experience
1144
- */
1145
- callReadinessOptedIn?: boolean;
1146
- /**
1147
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1148
- * unable to grant your site the required permissions for the call.
1149
- *
1150
- * @example
1151
- * ```ts
1152
- * onPermissionsTroubleshootingClick: () =>
1153
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1154
- * ```
1155
- *
1156
- * @remarks
1157
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1158
- */
1159
- onPermissionsTroubleshootingClick?: (permissionsState: {
1160
- camera: PermissionState;
1161
- microphone: PermissionState;
1162
- }) => void;
1163
- /**
1164
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1165
- * having network issues when connecting to the call.
1166
- *
1167
- * @example
1168
- * ```ts
1169
- * onNetworkingTroubleShootingClick?: () =>
1170
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1171
- * ```
1172
- *
1173
- * @remarks
1174
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1175
- */
1176
- onNetworkingTroubleShootingClick?: () => void;
1177
- /**
1178
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1179
- *
1180
- * @example
1181
- * ```ts
1182
- * onBrowserTroubleShootingClick?: () =>
1183
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1184
- * ```
1185
- *
1186
- * @remarks
1187
- * if this is not supplied, the composite will not show a unsupported browser page.
1188
- */
1189
- onEnvironmentInfoTroubleshootingClick?: () => void;
1190
886
  };
1191
887
 
1192
888
  /**
@@ -1194,7 +890,7 @@ export declare type CallCompositeOptions = {
1194
890
  *
1195
891
  * @public
1196
892
  */
1197
- 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';
893
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'lobby' | 'removedFromCall';
1198
894
 
1199
895
  /**
1200
896
  * Props for {@link CallComposite}.
@@ -1396,130 +1092,10 @@ export declare interface CallCompositeStrings {
1396
1092
  * Tooltip text used to inform a user that toggling microphone in lobby is not supported.
1397
1093
  */
1398
1094
  microphoneToggleInLobbyNotAllowed: string;
1399
- /**
1400
- * Side pane People section Title.
1401
- */
1402
- peoplePaneTitle: string;
1403
- /**
1404
- * Aria label string for return to call back button
1405
- */
1406
- returnToCallButtonAriaLabel?: string;
1407
- /**
1408
- * Aria Description string for return to call button
1409
- */
1410
- returnToCallButtonAriaDescription?: string;
1411
- /**
1412
- * control bar People button label
1413
- */
1414
- peopleButtonLabel: string;
1415
- /**
1416
- * control bar Chat button label.
1417
- */
1418
- chatButtonLabel: string;
1419
- /**
1420
- * Label for SidePaneHeader dismiss button
1421
- */
1422
- dismissSidePaneButtonLabel?: string;
1423
- /**
1424
- * Side pane People section subheader.
1425
- */
1426
- peoplePaneSubTitle: string;
1427
- /**
1428
- * Label for button to copy invite link
1429
- */
1430
- copyInviteLinkButtonLabel: string;
1431
- /**
1432
- * Label for button to open dialpad
1433
- */
1434
- openDialpadButtonLabel: string;
1435
- /**
1436
- * Label for menu item to remove participant
1437
- */
1438
- removeMenuLabel: string;
1439
- /**
1440
- * Label for add people dropdown
1441
- */
1442
- peoplePaneAddPeopleButtonLabel: string;
1443
- /**
1444
- * Label for button to start a call
1445
- */
1446
- dialpadStartCallButtonLabel: string;
1447
- /**
1448
- * Title for dialpad Modal
1449
- */
1450
- dialpadModalTitle: string;
1451
- /**
1452
- * Aria Label for dialpad Modal
1453
- */
1454
- dialpadModalAriaLabel: string;
1455
- /**
1456
- * Aria Label for dialpad Modal close button
1457
- */
1458
- dialpadCloseModalButtonAriaLabel: string;
1459
- /**
1460
- * label for more button in the Calling composite
1461
- */
1462
- moreButtonCallingLabel: string;
1463
- /**
1464
- * Label for the resume call button on the hold pane
1465
- */
1466
- resumeCallButtonLabel: string;
1467
- /**
1468
- * Label for the resume call button on the hold pane when call is resuming
1469
- */
1470
- resumingCallButtonLabel: string;
1471
- /**
1472
- * Aria label for the resume call button on the hold pane
1473
- */
1474
- resumeCallButtonAriaLabel: string;
1475
- /**
1476
- * Aria label for the resume call button on the hold pane when call is resuming
1477
- */
1478
- resumingCallButtonAriaLabel: string;
1479
- /**
1480
- * Label for the hold pane
1481
- */
1482
- holdScreenLabel: string;
1483
- /**
1484
- * Placeholder text for dtmf dialpad
1485
- */
1486
- dtmfDialpadPlaceholderText: string;
1487
- /**
1488
- * Label for the button to open dtmf dialpad
1489
- */
1490
- openDtmfDialpadLabel: string;
1491
1095
  /**
1492
1096
  * aria label for when the invite link has been actioned
1493
1097
  */
1494
1098
  copyInviteLinkActionedAriaLabel: string;
1495
- /**
1496
- * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1497
- */
1498
- roomNotFoundTitle: string;
1499
- /**
1500
- * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1501
- */
1502
- roomNotFoundDetails?: string;
1503
- /**
1504
- * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
1505
- */
1506
- deniedPermissionToRoomTitle: string;
1507
- /**
1508
- * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
1509
- */
1510
- deniedPermissionToRoomDetails?: string;
1511
- /**
1512
- * Control bar People button ToolTipContent
1513
- */
1514
- peopleButtonTooltipOpen: string;
1515
- /**
1516
- * Control bar People button ToolTipContent
1517
- */
1518
- peopleButtonTooltipClose: string;
1519
- /**
1520
- * Label disaplayed on the lobby screen during a 1:1 outbound call.
1521
- */
1522
- outboundCallingNoticeString: string;
1523
1099
  }
1524
1100
 
1525
1101
  /**
@@ -1549,9 +1125,7 @@ export declare type CallControlOptions = {
1549
1125
  * Show or Hide Camera Button during a call
1550
1126
  * @defaultValue true
1551
1127
  */
1552
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
1553
- disabled: boolean;
1554
- };
1128
+ cameraButton?: boolean;
1555
1129
  /**
1556
1130
  * Show or Hide EndCall button during a call.
1557
1131
  * @defaultValue true
@@ -1561,16 +1135,12 @@ export declare type CallControlOptions = {
1561
1135
  * Show or Hide Microphone button during a call.
1562
1136
  * @defaultValue true
1563
1137
  */
1564
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
1565
- disabled: boolean;
1566
- };
1138
+ microphoneButton?: boolean;
1567
1139
  /**
1568
1140
  * Show or Hide Devices button during a call.
1569
1141
  * @defaultValue true
1570
1142
  */
1571
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
1572
- disabled: boolean;
1573
- };
1143
+ devicesButton?: boolean;
1574
1144
  /**
1575
1145
  * Show, Hide or Disable participants button during a call.
1576
1146
  * @defaultValue true
@@ -1585,20 +1155,6 @@ export declare type CallControlOptions = {
1585
1155
  screenShareButton?: boolean | {
1586
1156
  disabled: boolean;
1587
1157
  };
1588
- /**
1589
- * Show, Hide or disable the more button during a call.
1590
- * @defaultValue true
1591
- */
1592
- moreButton?: boolean;
1593
- /**
1594
- * Inject custom buttons in the call controls.
1595
- *
1596
- * @beta
1597
- */
1598
- onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
1599
- holdButton?: boolean | {
1600
- disabled: boolean;
1601
- };
1602
1158
  };
1603
1159
 
1604
1160
  /**
@@ -1660,7 +1216,7 @@ export declare type CallErrors = {
1660
1216
  *
1661
1217
  * @public
1662
1218
  */
1663
- 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';
1219
+ 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';
1664
1220
 
1665
1221
  /**
1666
1222
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -1688,9 +1244,24 @@ export declare type CallingBaseSelectorProps = {
1688
1244
  *
1689
1245
  * @public
1690
1246
  */
1691
- export declare interface CallingHandlers extends CommonCallingHandlers {
1692
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => Call | undefined;
1693
- }
1247
+ export declare type CallingHandlers = {
1248
+ onStartLocalVideo: () => Promise<void>;
1249
+ onToggleCamera: (options?: VideoStreamOptions) => Promise<void>;
1250
+ onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => Call | undefined;
1251
+ onSelectMicrophone: (device: AudioDeviceInfo) => Promise<void>;
1252
+ onSelectSpeaker: (device: AudioDeviceInfo) => Promise<void>;
1253
+ onSelectCamera: (device: VideoDeviceInfo, options?: VideoStreamOptions) => Promise<void>;
1254
+ onToggleMicrophone: () => Promise<void>;
1255
+ onStartScreenShare: () => Promise<void>;
1256
+ onStopScreenShare: () => Promise<void>;
1257
+ onToggleScreenShare: () => Promise<void>;
1258
+ onHangUp: (forEveryone?: boolean) => Promise<void>;
1259
+ onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
1260
+ onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
1261
+ onRemoveParticipant(userId: string): Promise<void>;
1262
+ onDisposeRemoteStreamView: (userId: string) => Promise<void>;
1263
+ onDisposeLocalStreamView: () => Promise<void>;
1264
+ };
1694
1265
 
1695
1266
  /**
1696
1267
  * Helper type for {@link usePropsFor}.
@@ -1727,25 +1298,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
1727
1298
  isMuted?: boolean;
1728
1299
  /** Whether calling participant is speaking */
1729
1300
  isSpeaking?: boolean;
1730
- /** Role of participant in Rooms call */
1731
- role?: Role;
1732
- };
1733
-
1734
- /**
1735
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
1736
- *
1737
- * @remarks
1738
- * This is currently in beta and only supports calling one Teams User.
1739
- *
1740
- * @example
1741
- * ```
1742
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
1743
- * ```
1744
- *
1745
- * @beta
1746
- */
1747
- export declare type CallParticipantsLocator = {
1748
- participantIds: string[];
1749
1301
  };
1750
1302
 
1751
1303
  /**
@@ -1764,7 +1316,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
1764
1316
  */
1765
1317
  export declare interface CallProviderProps {
1766
1318
  children: React_2.ReactNode;
1767
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1319
+ call?: Call;
1768
1320
  }
1769
1321
 
1770
1322
  /**
@@ -1778,10 +1330,6 @@ export declare interface CallState {
1778
1330
  * Proxy of {@link @azure/communication-calling#Call.id}.
1779
1331
  */
1780
1332
  id: string;
1781
- /**
1782
- * Type of the call.
1783
- */
1784
- type: 'Teams' | 'ACS';
1785
1333
  /**
1786
1334
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
1787
1335
  */
@@ -1864,10 +1412,6 @@ export declare interface CallState {
1864
1412
  * Stores the latest call diagnostics.
1865
1413
  */
1866
1414
  diagnostics: DiagnosticsCallFeatureState;
1867
- /**
1868
- * Proxy of {@link @azure/communication-calling#Call.role}.
1869
- */
1870
- role?: ParticipantRole;
1871
1415
  }
1872
1416
 
1873
1417
  /**
@@ -1891,12 +1435,6 @@ export declare interface CallWithChatAdapterManagement {
1891
1435
  * @public
1892
1436
  */
1893
1437
  removeParticipant(userId: string): Promise<void>;
1894
- /**
1895
- * Remove a participant from the call.
1896
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
1897
- * @beta
1898
- */
1899
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
1900
1438
  /**
1901
1439
  * Join the call with microphone initially on/off.
1902
1440
  *
@@ -1951,12 +1489,6 @@ export declare interface CallWithChatAdapterManagement {
1951
1489
  * @public
1952
1490
  */
1953
1491
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
1954
- /**
1955
- * Start the call.
1956
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
1957
- * @beta
1958
- */
1959
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
1960
1492
  /**
1961
1493
  * Start sharing the screen during a call.
1962
1494
  *
@@ -2109,45 +1641,6 @@ export declare interface CallWithChatAdapterManagement {
2109
1641
  * @public
2110
1642
  */
2111
1643
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2112
- /** @beta */
2113
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2114
- /** @beta */
2115
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
2116
- /** @beta */
2117
- clearFileUploads: () => void;
2118
- /** @beta */
2119
- cancelFileUpload: (id: string) => void;
2120
- /** @beta */
2121
- updateFileUploadProgress: (id: string, progress: number) => void;
2122
- /** @beta */
2123
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2124
- /** @beta */
2125
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
2126
- /**
2127
- * Puts the Call in a Localhold.
2128
- *
2129
- * @beta
2130
- */
2131
- holdCall: () => Promise<void>;
2132
- /**
2133
- * Resumes the call from a LocalHold state.
2134
- *
2135
- * @beta
2136
- */
2137
- resumeCall: () => Promise<void>;
2138
- /**
2139
- * Adds a new Participant to the call.
2140
- *
2141
- * @beta
2142
- */
2143
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2144
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2145
- /**
2146
- * send dtmf tone to another participant in the call in 1:1 calls
2147
- *
2148
- * @beta
2149
- */
2150
- sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2151
1644
  }
2152
1645
 
2153
1646
  /**
@@ -2218,14 +1711,6 @@ export declare interface CallWithChatAdapterUiState {
2218
1711
  * @public
2219
1712
  */
2220
1713
  page: CallCompositePage;
2221
- /**
2222
- * Files being uploaded by a user in the current thread.
2223
- * Should be set to null once the upload is complete.
2224
- * Array of type {@link FileUploadsUiState}
2225
- *
2226
- * @beta
2227
- */
2228
- fileUploads?: FileUploadsUiState;
2229
1714
  }
2230
1715
 
2231
1716
  /**
@@ -2250,8 +1735,6 @@ export declare interface CallWithChatClientState {
2250
1735
  devices: DeviceManagerState;
2251
1736
  /** State of whether the active call is a Teams interop call */
2252
1737
  isTeamsCall: boolean;
2253
- /** alternateCallerId for PSTN call */
2254
- alternateCallerId?: string | undefined;
2255
1738
  }
2256
1739
 
2257
1740
  /**
@@ -2318,9 +1801,6 @@ export declare type CallWithChatCompositeIcons = {
2318
1801
  ParticipantItemScreenShareStart?: JSX.Element;
2319
1802
  VideoTileMicOff?: JSX.Element;
2320
1803
  LocalCameraSwitch?: JSX.Element;
2321
- PeoplePaneAddPerson?: JSX.Element;
2322
- PeoplePaneOpenDialpad?: JSX.Element;
2323
- DialpadStartCall?: JSX.Element;
2324
1804
  EditBoxCancel?: JSX.Element;
2325
1805
  EditBoxSubmit?: JSX.Element;
2326
1806
  MessageDelivered?: JSX.Element;
@@ -2347,53 +1827,6 @@ export declare type CallWithChatCompositeOptions = {
2347
1827
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
2348
1828
  */
2349
1829
  callControls?: boolean | CallWithChatControlOptions;
2350
- /**
2351
- * Properties for configuring the File Sharing feature.
2352
- * If undefined, file sharing feature will be disabled.
2353
- * @beta
2354
- */
2355
- fileSharing?: FileSharingOptions;
2356
- /**
2357
- * Device permission restrictions for your call.
2358
- * Require device permissions to be set or have them as optional or not required to start a call
2359
- */
2360
- devicePermissions?: DevicePermissionRestrictions;
2361
- /**
2362
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
2363
- * unable to grant your site the required permissions for the call.
2364
- *
2365
- * @example
2366
- * ```ts
2367
- * onPermissionsTroubleshootingClick: () =>
2368
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
2369
- * ```
2370
- *
2371
- * @remarks
2372
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
2373
- */
2374
- onPermissionsTroubleshootingClick?: (permissionsState: {
2375
- camera: PermissionState;
2376
- microphone: PermissionState;
2377
- }) => void;
2378
- /**
2379
- * Optional callback to supply users with further troubleshooting steps for network issues
2380
- * experienced when connecting to a call.
2381
- *
2382
- * @example
2383
- * ```ts
2384
- * onNetworkingTroubleShootingClick?: () =>
2385
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
2386
- * ```
2387
- *
2388
- * @remarks
2389
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
2390
- */
2391
- onNetworkingTroubleShootingClick?: () => void;
2392
- /**
2393
- * Opt in call readiness feature for your call
2394
- * setting this to True will add call readiness feature in call experience
2395
- */
2396
- callReadinessOptedIn?: boolean;
2397
1830
  };
2398
1831
 
2399
1832
  /**
@@ -2519,10 +1952,6 @@ export declare interface CallWithChatCompositeStrings {
2519
1952
  * Label for button to copy invite link
2520
1953
  */
2521
1954
  copyInviteLinkButtonLabel: string;
2522
- /**
2523
- * Label for button to open dialpad
2524
- */
2525
- openDialpadButtonLabel: string;
2526
1955
  /**
2527
1956
  * Label for SidePaneHeader dismiss button
2528
1957
  */
@@ -2535,34 +1964,6 @@ export declare interface CallWithChatCompositeStrings {
2535
1964
  * Aria label string for return to call back button
2536
1965
  */
2537
1966
  returnToCallButtonAriaLabel?: string;
2538
- /**
2539
- * Label for add people dropdown
2540
- */
2541
- peoplePaneAddPeopleButtonLabel: string;
2542
- /**
2543
- * Label for button to start a call
2544
- */
2545
- dialpadStartCallButtonLabel: string;
2546
- /**
2547
- * Title for dialpad Modal
2548
- */
2549
- dialpadModalTitle: string;
2550
- /**
2551
- * Aria Label for dialpad Modal
2552
- */
2553
- dialpadModalAriaLabel: string;
2554
- /**
2555
- * Aria Label for dialpad Modal close button
2556
- */
2557
- dialpadCloseModalButtonAriaLabel: string;
2558
- /**
2559
- * Placeholder text for dtmf dialpad
2560
- */
2561
- dtmfDialpadPlaceholderText: string;
2562
- /**
2563
- * Label for the button to open dtmf dialpad
2564
- */
2565
- openDtmfDialpadLabel: string;
2566
1967
  /**
2567
1968
  * aria label for when the invite link has been actioned
2568
1969
  */
@@ -2589,16 +1990,12 @@ export declare interface CallWithChatControlOptions {
2589
1990
  * Show or Hide Microphone button during a call.
2590
1991
  * @defaultValue true
2591
1992
  */
2592
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2593
- disabled: boolean;
2594
- };
1993
+ microphoneButton?: boolean;
2595
1994
  /**
2596
1995
  * Show or Hide Camera Button during a call
2597
1996
  * @defaultValue true
2598
1997
  */
2599
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2600
- disabled: boolean;
2601
- };
1998
+ cameraButton?: boolean;
2602
1999
  /**
2603
2000
  * Show, Hide or Disable the screen share button during a call.
2604
2001
  * @defaultValue true
@@ -2615,32 +2012,12 @@ export declare interface CallWithChatControlOptions {
2615
2012
  * Show or hide the chat button in the call-with-chat composite control bar.
2616
2013
  * @defaultValue true
2617
2014
  */
2618
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2619
- disabled: boolean;
2620
- };
2015
+ chatButton?: boolean;
2621
2016
  /**
2622
2017
  * Show or hide the people button in the call-with-chat composite control bar.
2623
2018
  * @defaultValue true
2624
2019
  */
2625
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
2626
- disabled: boolean;
2627
- };
2628
- /**
2629
- * Inject custom buttons in the call controls.
2630
- *
2631
- * @beta
2632
- */
2633
- onFetchCustomButtonProps?: CustomCallWithChatControlButtonCallback[];
2634
- /**
2635
- * Show or hide the more button in the call-with-chat control bar.
2636
- */
2637
- moreButton?: boolean;
2638
- /**
2639
- * Show or hide the hold button in the bottom sheet drawer
2640
- */
2641
- holdButton?: boolean | {
2642
- disabled: boolean;
2643
- };
2020
+ peopleButton?: boolean;
2644
2021
  }
2645
2022
 
2646
2023
  /**
@@ -2650,35 +2027,6 @@ export declare interface CallWithChatControlOptions {
2650
2027
  */
2651
2028
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
2652
2029
 
2653
- /**
2654
- * @beta
2655
- *
2656
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
2657
- * by their browsers settings.
2658
- */
2659
- export declare const CameraAndMicrophoneDomainPermissions: (props: CameraAndMicrophoneDomainPermissionsProps) => JSX.Element;
2660
-
2661
- /**
2662
- * @beta
2663
- * Props for CameraAndMicrophoneDomainPermissions component.
2664
- */
2665
- export declare interface CameraAndMicrophoneDomainPermissionsProps extends CommonDomainPermissionsProps {
2666
- /** Icon name for the camera icon */
2667
- cameraIconName?: string;
2668
- /** Icon name for the microphone icon */
2669
- microphoneIconName?: string;
2670
- /** Icon name for the central icon between the camera and microphone icons */
2671
- connectorIconName?: string;
2672
- /** Strings for use with the {@link CameraAndMicrophoneDomainPermissions} */
2673
- strings?: CameraAndMicrophoneDomainPermissionsStrings;
2674
- }
2675
-
2676
- /**
2677
- * @beta
2678
- * Strings for CameraAndMicrophoneDomainPermissions component.
2679
- */
2680
- export declare type CameraAndMicrophoneDomainPermissionsStrings = DomainPermissionsStrings;
2681
-
2682
2030
  /**
2683
2031
  * A button to turn camera on / off.
2684
2032
  *
@@ -2815,37 +2163,12 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
2815
2163
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
2816
2164
  }
2817
2165
 
2818
- /**
2819
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
2820
- * by their browsers settings.
2821
- *
2822
- * @beta
2823
- */
2824
- export declare const CameraDomainPermissions: (props: CameraDomainPermissionsProps) => JSX.Element;
2825
-
2826
- /**
2827
- * @beta
2828
- * Props for CameraDomainPermissions component.
2829
- */
2830
- export declare interface CameraDomainPermissionsProps extends CommonDomainPermissionsProps {
2831
- /** Icon name for the camera icon */
2832
- cameraIconName?: string;
2833
- /** Strings for use with the {@link CameraDomainPermissions} */
2834
- strings?: CameraDomainPermissionsStrings;
2835
- }
2836
-
2837
- /**
2838
- * @beta
2839
- * Strings for CameraDomainPermissions component.
2840
- */
2841
- export declare type CameraDomainPermissionsStrings = DomainPermissionsStrings;
2842
-
2843
2166
  /**
2844
2167
  * {@link ChatComposite} Adapter interface.
2845
2168
  *
2846
2169
  * @public
2847
2170
  */
2848
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
2171
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
2849
2172
 
2850
2173
  /**
2851
2174
  * {@link ChatAdapter} state.
@@ -2953,9 +2276,7 @@ export declare interface ChatAdapterThreadManagement {
2953
2276
  /**
2954
2277
  * Update a message content.
2955
2278
  */
2956
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
2957
- attachedFilesMetadata?: FileMetadata[];
2958
- }): Promise<void>;
2279
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
2959
2280
  /**
2960
2281
  * Delete a message in the thread.
2961
2282
  */
@@ -2977,13 +2298,6 @@ export declare interface ChatAdapterThreadManagement {
2977
2298
  */
2978
2299
  export declare type ChatAdapterUiState = {
2979
2300
  error?: Error;
2980
- /**
2981
- * Files being uploaded by a user in the current thread.
2982
- * Should be set to null once the upload is complete.
2983
- * Array of type {@link FileUploadsUiState}
2984
- * @beta
2985
- */
2986
- fileUploads?: FileUploadsUiState;
2987
2301
  };
2988
2302
 
2989
2303
  /**
@@ -3086,7 +2400,6 @@ export declare type ChatCompositeIcons = {
3086
2400
  ParticipantItemOptionsHovered?: JSX.Element;
3087
2401
  SendBoxSend?: JSX.Element;
3088
2402
  SendBoxSendHovered?: JSX.Element;
3089
- SendBoxAttachFile?: JSX.Element;
3090
2403
  };
3091
2404
 
3092
2405
  /**
@@ -3101,13 +2414,6 @@ export declare type ChatCompositeOptions = {
3101
2414
  * @defaultValue true
3102
2415
  */
3103
2416
  errorBar?: boolean;
3104
- /**
3105
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
3106
- * @defaultValue false
3107
- *
3108
- * @beta
3109
- */
3110
- participantPane?: boolean;
3111
2417
  /**
3112
2418
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
3113
2419
  * @defaultValue true
@@ -3118,12 +2424,6 @@ export declare type ChatCompositeOptions = {
3118
2424
  * When undefined nothing has focus on render
3119
2425
  */
3120
2426
  autoFocus?: 'sendBoxTextField';
3121
- /**
3122
- * Properties for configuring the File Sharing feature.
3123
- * If undefined, file sharing feature will be disabled.
3124
- * @beta
3125
- */
3126
- fileSharing?: FileSharingOptions;
3127
2427
  };
3128
2428
 
3129
2429
  /**
@@ -3150,13 +2450,7 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
3150
2450
  /**
3151
2451
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
3152
2452
  */
3153
- options?: ChatCompositeOptions;
3154
- /**
3155
- * Optimizes the composite form factor for either desktop or mobile.
3156
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
3157
- * @defaultValue 'desktop'
3158
- */
3159
- formFactor?: 'desktop' | 'mobile';
2453
+ options?: ChatCompositeOptions;
3160
2454
  }
3161
2455
 
3162
2456
  /**
@@ -3171,10 +2465,6 @@ export declare interface ChatCompositeStrings {
3171
2465
  * Chat list header text
3172
2466
  */
3173
2467
  chatListHeader: string;
3174
- /**
3175
- * Upload File Button text
3176
- */
3177
- uploadFile: string;
3178
2468
  }
3179
2469
 
3180
2470
  /**
@@ -3240,9 +2530,7 @@ export declare type ChatHandlers = {
3240
2530
  onRemoveParticipant: (userId: string) => Promise<void>;
3241
2531
  updateThreadTopicName: (topicName: string) => Promise<void>;
3242
2532
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
3243
- onUpdateMessage: (messageId: string, content: string, metadata?: Record<string, string>, options?: {
3244
- attachedFilesMetadata?: FileMetadata[];
3245
- }) => Promise<void>;
2533
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
3246
2534
  onDeleteMessage: (messageId: string) => Promise<void>;
3247
2535
  };
3248
2536
 
@@ -3268,12 +2556,6 @@ export declare interface ChatMessage extends MessageCommon {
3268
2556
  * {@link @azure/communication-chat#ChatMessage.metadata}
3269
2557
  */
3270
2558
  metadata?: Record<string, string>;
3271
- /**
3272
- * @beta
3273
- * A list of files attached to the message.
3274
- * {@link FileMetadata}
3275
- */
3276
- attachedFilesMetadata?: FileMetadata[];
3277
2559
  }
3278
2560
 
3279
2561
  /**
@@ -3398,68 +2680,6 @@ export declare type ClientState = CallClientState & ChatClientState;
3398
2680
  */
3399
2681
  export declare type Common<A, B> = Pick<A, CommonProperties<A, B>>;
3400
2682
 
3401
- /**
3402
- * Object containing all the handlers required for calling components.
3403
- *
3404
- * Calling related components from this package are able to pick out relevant handlers from this object.
3405
- * See {@link useHandlers} and {@link usePropsFor}.
3406
- *
3407
- * @public
3408
- */
3409
- export declare interface CommonCallingHandlers {
3410
- onStartLocalVideo: () => Promise<void>;
3411
- onToggleCamera: (options?: VideoStreamOptions) => Promise<void>;
3412
- onSelectMicrophone: (device: AudioDeviceInfo) => Promise<void>;
3413
- onSelectSpeaker: (device: AudioDeviceInfo) => Promise<void>;
3414
- onSelectCamera: (device: VideoDeviceInfo, options?: VideoStreamOptions) => Promise<void>;
3415
- onToggleMicrophone: () => Promise<void>;
3416
- onStartScreenShare: () => Promise<void>;
3417
- onStopScreenShare: () => Promise<void>;
3418
- onToggleScreenShare: () => Promise<void>;
3419
- onHangUp: (forEveryone?: boolean) => Promise<void>;
3420
- onToggleHold: () => Promise<void>;
3421
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
3422
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
3423
- onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3424
- onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3425
- onDisposeRemoteStreamView: (userId: string) => Promise<void>;
3426
- onDisposeLocalStreamView: () => Promise<void>;
3427
- onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3428
- onRemoveParticipant(userId: string): Promise<void>;
3429
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
3430
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
3431
- onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => void;
3432
- }
3433
-
3434
- /**
3435
- * @beta
3436
- * Props for DomainPermissions components.
3437
- */
3438
- export declare interface CommonDomainPermissionsProps {
3439
- /**
3440
- * Name of application calling experience is in.
3441
- */
3442
- appName: string;
3443
- /**
3444
- * Type of the Domain Permissions component.
3445
- */
3446
- type: 'request' | 'denied' | 'check';
3447
- /**
3448
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
3449
- * If this is not provided the button will not be shown.
3450
- */
3451
- onTroubleshootingClick?: () => void;
3452
- /**
3453
- * Action that is taken when the user clicks the continue anyway button.
3454
- * If this is not provided the button will not be shown.
3455
- */
3456
- onContinueAnywayClick?: () => void;
3457
- /**
3458
- * Styles for DomainPermissions component.
3459
- */
3460
- styles?: DomainPermissionsStyles;
3461
- }
3462
-
3463
2683
  /**
3464
2684
  * Return intersect properties of 2 types
3465
2685
  *
@@ -3596,11 +2816,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
3596
2816
  export declare interface ComponentLocale {
3597
2817
  /** Strings for components */
3598
2818
  strings: ComponentStrings;
3599
- /**
3600
- * Optional function to provide customized date format.
3601
- * @beta
3602
- */
3603
- onDisplayDateTimeString?: (messageDate: Date) => string;
3604
2819
  }
3605
2820
 
3606
2821
  /**
@@ -3642,36 +2857,6 @@ export declare interface ComponentStrings {
3642
2857
  errorBar: ErrorBarStrings;
3643
2858
  /** Strings for VideoGallery */
3644
2859
  videoGallery: VideoGalleryStrings;
3645
- /** Strings for Dialpad */
3646
- dialpad: DialpadStrings;
3647
- /** Strings for VideoTile */
3648
- videoTile: VideoTileStrings;
3649
- /** Strings for HoldButton */
3650
- holdButton: HoldButtonStrings;
3651
- /** Strings for a domain permission request prompt */
3652
- CameraAndMicrophoneDomainPermissionsRequest: DomainPermissionsStrings;
3653
- /** Strings for a domain permission request prompt */
3654
- CameraDomainPermissionsRequest: DomainPermissionsStrings;
3655
- /** Strings for a domain permission request prompt */
3656
- MicrophoneDomainPermissionsRequest: DomainPermissionsStrings;
3657
- /** Strings for a domain permission generic checking prompt */
3658
- CameraAndMicrophoneDomainPermissionsCheck: DomainPermissionsStrings;
3659
- /** Strings for a domain permission generic checking prompt */
3660
- CameraDomainPermissionsCheck: DomainPermissionsStrings;
3661
- /** Strings for a domain permission generic checking prompt */
3662
- MicrophoneDomainPermissionsCheck: DomainPermissionsStrings;
3663
- /** Strings for a domain permission denied prompt */
3664
- CameraAndMicrophoneDomainPermissionsDenied: DomainPermissionsStrings;
3665
- /** Strings for a domain permission denied prompt */
3666
- CameraDomainPermissionsDenied: DomainPermissionsStrings;
3667
- /** Strings for a domain permission denied prompt */
3668
- MicrophoneDomainPermissionsDenied: DomainPermissionsStrings;
3669
- /** Strings for unsupported browser UI */
3670
- UnsupportedBrowser: UnsupportedBrowserStrings;
3671
- /** Strings for BrowserPemissionDenied */
3672
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
3673
- /** Strings for BrowserPemissionDeniedIOS */
3674
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
3675
2860
  }
3676
2861
 
3677
2862
  /**
@@ -3979,7 +3164,7 @@ export declare interface ControlBarProps {
3979
3164
  *
3980
3165
  * @public
3981
3166
  */
3982
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
3167
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
3983
3168
 
3984
3169
  /**
3985
3170
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -3989,9 +3174,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
3989
3174
  *
3990
3175
  * @public
3991
3176
  */
3992
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: {
3993
- roleHint?: Role;
3994
- }) => Promise<CallAdapter>;
3177
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator) => Promise<CallAdapter>;
3995
3178
 
3996
3179
  /**
3997
3180
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -3999,7 +3182,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
3999
3182
  *
4000
3183
  * @public
4001
3184
  */
4002
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
3185
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4003
3186
 
4004
3187
  /**
4005
3188
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -4031,7 +3214,7 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
4031
3214
  export declare const createAzureCommunicationChatAdapterFromClient: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => Promise<ChatAdapter>;
4032
3215
 
4033
3216
  /**
4034
- * Create the default implementation of {@link CallingHandlers} for teams call.
3217
+ * Create the default implementation of {@link CallingHandlers}.
4035
3218
  *
4036
3219
  * Useful when implementing a custom component that utilizes the providers
4037
3220
  * exported from this library.
@@ -4052,16 +3235,6 @@ export declare const createDefaultCallingHandlers: (callClient: StatefulCallClie
4052
3235
  */
4053
3236
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
4054
3237
 
4055
- /**
4056
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
4057
- *
4058
- * Useful when implementing a custom component that utilizes the providers
4059
- * exported from this library.
4060
- *
4061
- * @beta
4062
- */
4063
- 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;
4064
-
4065
3238
  /**
4066
3239
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
4067
3240
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -4137,159 +3310,8 @@ export declare type CustomAvatarOptions = {
4137
3310
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
4138
3311
  /** Display name to be used in Persona */
4139
3312
  text?: string;
4140
- /** State for the participant to be displayed in the defaultPlaceHolder */
4141
- participantState?: ParticipantState;
4142
3313
  };
4143
3314
 
4144
- /**
4145
- * A callback that returns the props to render a custom {@link ControlBarButton}.
4146
- *
4147
- * The response indicates where the custom button should be placed.
4148
- *
4149
- * Performance tip: This callback is only called when either the callback or its arguments change.
4150
- *
4151
- * @beta
4152
- */
4153
- export declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallControlButtonProps;
4154
-
4155
- /**
4156
- * Arguments for {@link CustomCallControlButtonCallback}.
4157
- *
4158
- * @beta
4159
- */
4160
- export declare interface CustomCallControlButtonCallbackArgs {
4161
- /**
4162
- * Buttons should reduce the size to fit a smaller viewport when `displayType` is `'compact'`.
4163
- *
4164
- * @defaultValue `'default'`
4165
- */
4166
- displayType?: CallControlDisplayType;
4167
- }
4168
-
4169
- /**
4170
- * Placement for a custom button injected in the {@link CallControls}.
4171
- *
4172
- * 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
4173
- *
4174
- * Multiple buttons assigned the same placement are appended in order.
4175
- * E.g., if two buttons are placed in 'primary', they'll both appear on the right end (left end in rtl mode)
4176
- * before the EndCallButton in the order provided.
4177
- *
4178
- * @beta
4179
- */
4180
- export declare type CustomCallControlButtonPlacement = 'primary';
4181
-
4182
- /**
4183
- * Response from {@link CustomCallControlButtonCallback}.
4184
- *
4185
- * Includes the placement prop necessary to indicate where to place the
4186
- * {@link ControlBarButton} and a {@link DrawerMenuItem}
4187
- *
4188
- * @beta
4189
- */
4190
- export declare interface CustomCallControlButtonProps extends CustomControlButtonProps {
4191
- /**
4192
- * Where to place the custom button relative to other buttons.
4193
- */
4194
- placement: CustomCallControlButtonPlacement;
4195
- /**
4196
- * Icon to render. Icon is a non-default icon name that needs to be registered as a
4197
- * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
4198
- */
4199
- iconName?: string;
4200
- }
4201
-
4202
- /**
4203
- * A callback that returns the props to render a custom {@link ControlBarButton} and {@link DrawerMenuItem}.
4204
- *
4205
- * The response indicates where the custom button should be placed.
4206
- *
4207
- * Performance tip: This callback is only called when either the callback or its arguments change.
4208
- * @beta
4209
- */
4210
- export declare type CustomCallWithChatControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallWithChatControlButtonProps;
4211
-
4212
- /**
4213
- * Placement for a custom button injected in the {@link CallWithChatControlBar}.
4214
- *
4215
- * 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
4216
- * 'overflow': Place the buttons(s) on the end of the overflow Menu.
4217
- * 'secondary': Place the button(s) on the left end of the side control bar (right in rtl mode).
4218
- *
4219
- * Multiple buttons assigned the same placement are appended in order.
4220
- * E.g., if two buttons are placed in 'secondary', they'll both appear on the left end (right end in rtl mode)
4221
- * in the order provided.
4222
- *
4223
- * @beta
4224
- */
4225
- export declare type CustomCallWithChatControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
4226
-
4227
- /**
4228
- * Response from {@link CustomCallWithChatControlButtonCallback}.
4229
- *
4230
- * Includes the icon and placement prop necessary to indicate where to place the
4231
- * {@link ControlBarButton} and a {@link DrawerMenuItem}
4232
- *
4233
- * @beta
4234
- */
4235
- export declare interface CustomCallWithChatControlButtonProps extends CustomControlButtonProps {
4236
- /**
4237
- * Where to place the custom button relative to other buttons.
4238
- */
4239
- placement: CustomCallWithChatControlButtonPlacement;
4240
- /**
4241
- * Icon to render. Icon is a non-default icon name that needs to be registered as a
4242
- * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
4243
- */
4244
- iconName?: string;
4245
- }
4246
-
4247
- /**
4248
- * Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
4249
- *
4250
- * @beta
4251
- */
4252
- export declare interface CustomControlButtonProps {
4253
- /**
4254
- * Calback for when button is clicked
4255
- */
4256
- onItemClick?: () => void;
4257
- /**
4258
- * Whether the buttons is disabled
4259
- */
4260
- disabled?: boolean;
4261
- /**
4262
- * Whether the label is displayed or not.
4263
- *
4264
- * @defaultValue `false`
4265
- */
4266
- showLabel?: boolean;
4267
- /**
4268
- * Fluent styles, common to all {@link ControlBarButton}s or {@link DrawerMenuItem}s.
4269
- */
4270
- styles?: ControlBarButtonStyles | BaseCustomStyles;
4271
- /**
4272
- * Optional label for the button
4273
- */
4274
- text?: string;
4275
- /**
4276
- * A unique key for the button
4277
- */
4278
- key?: string | number;
4279
- /**
4280
- * The aria label of the button for the benefit of screen readers.
4281
- */
4282
- ariaLabel?: string;
4283
- /**
4284
- * Detailed description of the button for the benefit of screen readers.
4285
- */
4286
- ariaDescription?: string;
4287
- /**
4288
- * A unique id set for the standard HTML id attibute
4289
- */
4290
- id?: string;
4291
- }
4292
-
4293
3315
  /**
4294
3316
  * A custom message type.
4295
3317
  *
@@ -4309,18 +3331,6 @@ export declare interface CustomMessage extends MessageCommon {
4309
3331
  */
4310
3332
  export declare const darkTheme: PartialTheme & CallingTheme;
4311
3333
 
4312
- /**
4313
- * @beta
4314
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
4315
- */
4316
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
4317
-
4318
- /**
4319
- * @beta
4320
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
4321
- */
4322
- export declare type DeclarativeIncomingCall = IncomingCall;
4323
-
4324
3334
  /**
4325
3335
  * The default set of icons that are available to use in the UI components.
4326
3336
  *
@@ -4337,11 +3347,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4337
3347
  ControlButtonMicOn: JSX.Element;
4338
3348
  ControlButtonOptions: JSX.Element;
4339
3349
  ControlButtonParticipants: JSX.Element;
4340
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
4341
3350
  ControlButtonScreenShareStart: JSX.Element;
4342
3351
  ControlButtonScreenShareStop: JSX.Element;
4343
- CancelFileUpload: JSX.Element;
4344
- DownloadFile: JSX.Element;
4345
3352
  EditBoxCancel: JSX.Element;
4346
3353
  EditBoxSubmit: JSX.Element;
4347
3354
  ErrorBarCallCameraAccessDenied: JSX.Element;
@@ -4374,21 +3381,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4374
3381
  ParticipantItemOptions: JSX.Element;
4375
3382
  ParticipantItemOptionsHovered: JSX.Element;
4376
3383
  ParticipantItemScreenShareStart: JSX.Element;
4377
- HoldCallContextualMenuItem: JSX.Element;
4378
- HoldCallButton: JSX.Element;
4379
- ResumeCall: JSX.Element;
4380
3384
  SendBoxSend: JSX.Element;
4381
3385
  SendBoxSendHovered: JSX.Element;
4382
3386
  VideoTileMicOff: JSX.Element;
4383
- DialpadBackspace: JSX.Element;
4384
- DomainPermissionsSparkle: JSX.Element;
4385
- DomainPermissionCamera: JSX.Element;
4386
- DomainPermissionMic: JSX.Element;
4387
- DomainPermissionCameraDenied: JSX.Element;
4388
- DomainPermissionMicDenied: JSX.Element;
4389
- UnsupportedBrowserWarning: JSX.Element;
4390
- BrowserPermissionDeniedError: JSX.Element;
4391
- VideoTilePinned: JSX.Element;
4392
3387
  };
4393
3388
 
4394
3389
  /**
@@ -4409,7 +3404,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4409
3404
  ParticipantItemOptionsHovered: JSX.Element;
4410
3405
  SendBoxSend: JSX.Element;
4411
3406
  SendBoxSendHovered: JSX.Element;
4412
- SendBoxAttachFile?: JSX.Element | undefined;
4413
3407
  ControlButtonCameraOff: JSX.Element;
4414
3408
  ControlButtonCameraOn: JSX.Element;
4415
3409
  ControlButtonEndCall: JSX.Element;
@@ -4452,10 +3446,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4452
3446
  ParticipantItemScreenShareStart: JSX.Element;
4453
3447
  VideoTileMicOff: JSX.Element;
4454
3448
  LocalCameraSwitch?: JSX.Element | undefined;
4455
- PeoplePaneAddPerson?: JSX.Element | undefined;
4456
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
4457
- DialpadStartCall?: JSX.Element | undefined;
4458
- NoticePageInvalidRoom?: JSX.Element | undefined;
4459
3449
  ChevronLeft?: JSX.Element | undefined;
4460
3450
  ControlBarChatButtonActive?: JSX.Element | undefined;
4461
3451
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -4466,25 +3456,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4466
3456
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
4467
3457
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
4468
3458
  MoreDrawerSpeakers?: JSX.Element | undefined;
3459
+ SendBoxAttachFile?: JSX.Element | undefined;
4469
3460
  ChatMessageOptions: JSX.Element;
4470
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
4471
- CancelFileUpload: JSX.Element;
4472
- DownloadFile: JSX.Element;
4473
3461
  ErrorBarCallVideoRecoveredBySystem: JSX.Element;
4474
3462
  ErrorBarCallVideoStoppedBySystem: JSX.Element;
4475
3463
  MessageResend: JSX.Element;
4476
- HoldCallContextualMenuItem: JSX.Element;
4477
- HoldCallButton: JSX.Element;
4478
- ResumeCall: JSX.Element;
4479
- DialpadBackspace: JSX.Element;
4480
- DomainPermissionsSparkle: JSX.Element;
4481
- DomainPermissionCamera: JSX.Element;
4482
- DomainPermissionMic: JSX.Element;
4483
- DomainPermissionCameraDenied: JSX.Element;
4484
- DomainPermissionMicDenied: JSX.Element;
4485
- UnsupportedBrowserWarning: JSX.Element;
4486
- BrowserPermissionDeniedError: JSX.Element;
4487
- VideoTilePinned: JSX.Element;
4488
3464
  };
4489
3465
 
4490
3466
  /**
@@ -4542,95 +3518,6 @@ export declare type DeviceManagerState = {
4542
3518
  unparentedViews: LocalVideoStreamState[];
4543
3519
  };
4544
3520
 
4545
- /**
4546
- * A dropdown to trigger device permission prompt
4547
- *
4548
- * @internal
4549
- */
4550
- export declare const _DevicePermissionDropdown: (props: _DevicePermissionDropdownProps) => JSX.Element;
4551
-
4552
- /**
4553
- * Props for {@link _DevicePermissionDropdown}.
4554
- *
4555
- * @internal
4556
- */
4557
- export declare interface _DevicePermissionDropdownProps {
4558
- /**
4559
- * icon shown in dropdown placeholder
4560
- */
4561
- icon?: JSX.Element;
4562
- /**
4563
- * Dropdown content
4564
- */
4565
- options?: IDropdownOption[];
4566
- /**
4567
- * Ask for permissions of devices.
4568
- *
4569
- * @remarks
4570
- * Browser permission window will pop up if permissions are not granted yet
4571
- *
4572
- * @param constrain - Define constraints for accessing local devices {@link @azure/communication-calling#PermissionConstraints }
4573
- */
4574
- askDevicePermission?(constrain: _PermissionConstraints): Promise<void>;
4575
- /**
4576
- * Optional callback when component is clicked
4577
- */
4578
- onClick?: () => void;
4579
- /**
4580
- * Define constraints for accessing local devices {@link @azure/communication-calling#PermissionConstraints }
4581
- */
4582
- constrain?: _PermissionConstraints;
4583
- /**
4584
- * Strings for devicepermissiondropdown
4585
- */
4586
- strings?: _DevicePermissionDropdownStrings;
4587
- /**
4588
- * Styles for devicepermissiondropdown
4589
- */
4590
- styles?: Partial<IDropdownStyles>;
4591
- }
4592
-
4593
- /**
4594
- * Strings of {@link DevicePermissionDropdown} that can be overridden.
4595
- *
4596
- * @internal
4597
- */
4598
- export declare interface _DevicePermissionDropdownStrings {
4599
- /**
4600
- * dropdown label
4601
- */
4602
- label?: string;
4603
- /**
4604
- * dropdown placeholder
4605
- */
4606
- placeHolderText: string;
4607
- /** string for action button */
4608
- actionButtonContent?: string;
4609
- }
4610
-
4611
- /**
4612
- * Device Permission restrictions.
4613
- * Be able to start a call depending on camera and microphone permission options.
4614
- *
4615
- * @beta
4616
- */
4617
- export declare interface DevicePermissionRestrictions {
4618
- /**
4619
- * Camera Permission prompts for your call.
4620
- * 'required' - requires the permission to be allowed before permitting the user join the call.
4621
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
4622
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
4623
- */
4624
- camera: 'required' | 'optional' | 'doNotPrompt';
4625
- /**
4626
- * Microphone permission prompts for your call.
4627
- * 'required' - requires the permission to be allowed before permitting the user join the call.
4628
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
4629
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
4630
- */
4631
- microphone: 'required' | 'optional' | 'doNotPrompt';
4632
- }
4633
-
4634
3521
  /**
4635
3522
  * A button to open a menu that controls device options.
4636
3523
  *
@@ -4785,134 +3672,34 @@ export declare type DiagnosticChangedEventListner = (event: MediaDiagnosticChang
4785
3672
  */
4786
3673
  export declare interface DiagnosticsCallFeatureState {
4787
3674
  /**
4788
- * Stores diagnostics related to network conditions.
4789
- */
4790
- network: NetworkDiagnosticsState;
4791
- /**
4792
- * Stores diagnostics related to media quality.
4793
- */
4794
- media: MediaDiagnosticsState;
4795
- }
4796
-
4797
- /**
4798
- * A component to allow users to enter phone number through clicking on dialpad/using keyboard
4799
- * It will return empty component for stable builds
4800
- *
4801
- * @beta
4802
- */
4803
- export declare const Dialpad: (props: DialpadProps) => JSX.Element;
4804
-
4805
- /**
4806
- * Props for {@link Dialpad} component.
4807
- *
4808
- * @beta
4809
- */
4810
- export declare interface DialpadProps {
4811
- strings?: DialpadStrings;
4812
- /** function to send dtmf tones on button click */
4813
- onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
4814
- /** Callback for dialpad button behavior*/
4815
- onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
4816
- /** set dialpad textfield content */
4817
- textFieldValue?: string;
4818
- /** on change function for text field, provides an unformatted plain text*/
4819
- onChange?: (input: string) => void;
4820
- /** boolean input to determine when to show/hide delete button, default true */
4821
- showDeleteButton?: boolean;
4822
- /** boolean input to determine if dialpad is in mobile view, default false */
4823
- isMobile?: boolean;
4824
- styles?: DialpadStyles;
4825
- }
4826
-
4827
- /**
4828
- * Strings of {@link Dialpad} that can be overridden.
4829
- *
4830
- * @beta
4831
- */
4832
- export declare interface DialpadStrings {
4833
- placeholderText: string;
4834
- deleteButtonAriaLabel?: string;
4835
- }
4836
-
4837
- /**
4838
- * Styles for {@link Dialpad} component.
4839
- *
4840
- * @beta
4841
- */
4842
- export declare interface DialpadStyles {
4843
- root?: IStyle;
4844
- button?: IButtonStyles;
4845
- textField?: Partial<ITextFieldStyles>;
4846
- digit?: IStyle;
4847
- letter?: IStyle;
4848
- deleteIcon?: IButtonStyles;
4849
- }
4850
-
4851
- /**
4852
- * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
4853
- *
4854
- * @public
4855
- */
4856
- export declare type DisplayNameChangedListener = (event: {
4857
- participantId: CommunicationIdentifierKind;
4858
- displayName: string;
4859
- }) => void;
4860
-
4861
- /**
4862
- * Functionality for correctly disposing a Composite.
4863
- *
4864
- * @public
4865
- */
4866
- export declare interface Disposable {
4867
- /** Dispose of the Composite */
4868
- dispose(): void;
4869
- }
4870
-
4871
- /**
4872
- * @beta
4873
- * Strings for DomainPermissions component
4874
- */
4875
- export declare type DomainPermissionsStrings = {
4876
- /**
4877
- * Main text string.
4878
- */
4879
- primaryText?: string;
4880
- /**
4881
- * Subtext string.
4882
- */
4883
- secondaryText?: string;
4884
- /**
4885
- * More help link string.
4886
- */
4887
- linkText?: string;
4888
- /**
4889
- * Primary button text string.
3675
+ * Stores diagnostics related to network conditions.
4890
3676
  */
4891
- primaryButtonText?: string;
3677
+ network: NetworkDiagnosticsState;
4892
3678
  /**
4893
- * Aria label describing the content of the container
3679
+ * Stores diagnostics related to media quality.
4894
3680
  */
4895
- ariaLabel?: string;
4896
- };
3681
+ media: MediaDiagnosticsState;
3682
+ }
4897
3683
 
4898
3684
  /**
4899
- * Fluent styles for {@link DomainPermissionsContainer}.
3685
+ * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
4900
3686
  *
4901
- * @beta
3687
+ * @public
4902
3688
  */
4903
- export declare interface DomainPermissionsStyles extends BaseCustomStyles {
4904
- /** Styles for the primary button. */
4905
- primaryButton?: IButtonStyles;
4906
- /** Styles for the help troubleshooting link text. */
4907
- troubleshootingLink?: ILinkStyles;
4908
- }
3689
+ export declare type DisplayNameChangedListener = (event: {
3690
+ participantId: CommunicationIdentifierKind;
3691
+ displayName: string;
3692
+ }) => void;
4909
3693
 
4910
3694
  /**
4911
- * DTMF tone for PSTN calls.
3695
+ * Functionality for correctly disposing a Composite.
4912
3696
  *
4913
- * @beta
3697
+ * @public
4914
3698
  */
4915
- export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
3699
+ export declare interface Disposable {
3700
+ /** Dispose of the Composite */
3701
+ dispose(): void;
3702
+ }
4916
3703
 
4917
3704
  /**
4918
3705
  * A type for trivial selectors that return no data.
@@ -5136,199 +3923,6 @@ export declare interface ErrorBarStrings {
5136
3923
  */
5137
3924
  export declare type ErrorType = keyof ErrorBarStrings;
5138
3925
 
5139
- /**
5140
- * @beta
5141
- * A file download error returned via a {@link FileDownloadHandler}.
5142
- * This error message is used to render an error message in the UI.
5143
- */
5144
- export declare interface FileDownloadError {
5145
- /** The error message to display in the UI */
5146
- errorMessage: string;
5147
- }
5148
-
5149
- /**
5150
- * @beta
5151
- *
5152
- * A callback function for handling file downloads.
5153
- * The function needs to return a promise that resolves to a file download URL.
5154
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
5155
- *
5156
- * @example
5157
- * ```ts
5158
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
5159
- * if (isUnauthorizedUser(userId)) {
5160
- * return { errorMessage: 'You don’t have permission to download this file.' };
5161
- * } else {
5162
- * return new URL(fileData.url);
5163
- * }
5164
- * }
5165
- *
5166
- * const App = () => (
5167
- * <ChatComposite
5168
- * ...
5169
- * fileSharing={{
5170
- * fileDownloadHandler: fileDownloadHandler
5171
- * }}
5172
- * />
5173
- * )
5174
- *
5175
- * ```
5176
- * @param userId - The user ID of the user downloading the file.
5177
- * @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
5178
- */
5179
- export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
5180
-
5181
- /**
5182
- * Meta Data containing information about the uploaded file.
5183
- * @beta
5184
- */
5185
- export declare interface FileMetadata {
5186
- /**
5187
- * File name to be displayed.
5188
- */
5189
- name: string;
5190
- /**
5191
- * Extension is used for rendering the file icon.
5192
- * An unknown extension will be rendered as a generic icon.
5193
- * Example: `jpeg`
5194
- */
5195
- extension: string;
5196
- /**
5197
- * Download URL for the file.
5198
- */
5199
- url: string;
5200
- }
5201
-
5202
- /**
5203
- * Properties for configuring the File Sharing feature.
5204
- * @beta
5205
- */
5206
- export declare interface FileSharingOptions {
5207
- /**
5208
- * A string containing the comma separated list of accepted file types.
5209
- * Similar to the `accept` attribute of the `<input type="file" />` element.
5210
- * Accepts any type of file if not specified.
5211
- * @beta
5212
- */
5213
- accept?: string;
5214
- /**
5215
- * Allows multiple files to be selected if set to `true`.
5216
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
5217
- * @defaultValue false
5218
- * @beta
5219
- */
5220
- multiple?: boolean;
5221
- /**
5222
- * A function of type {@link FileUploadHandler} for handling file uploads.
5223
- * @beta
5224
- */
5225
- uploadHandler: FileUploadHandler;
5226
- /**
5227
- * A function of type {@link FileDownloadHandler} for handling file downloads.
5228
- * If the function is not specified, the file's `url` will be opened in a new tab to
5229
- * initiate the download.
5230
- */
5231
- downloadHandler?: FileDownloadHandler;
5232
- }
5233
-
5234
- /**
5235
- * @beta
5236
- */
5237
- export declare interface FileUploadAdapter {
5238
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
5239
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
5240
- clearFileUploads: () => void;
5241
- cancelFileUpload: (id: string) => void;
5242
- updateFileUploadProgress: (id: string, progress: number) => void;
5243
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
5244
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
5245
- }
5246
-
5247
- /**
5248
- * @beta
5249
- * Error message to be displayed to the user if the upload fails.
5250
- */
5251
- export declare type FileUploadError = {
5252
- message: string;
5253
- timestamp: number;
5254
- };
5255
-
5256
- /**
5257
- * @beta
5258
- * A callback function for handling file uploads.
5259
- *
5260
- * @param userId - The user ID of the user uploading the file.
5261
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
5262
- */
5263
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
5264
-
5265
- /**
5266
- * A wrapper object for a file that is being uploaded.
5267
- * Allows mmanaging file uploads by providing common functions for updating the
5268
- * upload progress, canceling an upload, completing an upload etc.
5269
- * @beta
5270
- */
5271
- export declare interface FileUploadManager {
5272
- /**
5273
- * Unique identifier for the file upload.
5274
- */
5275
- id: string;
5276
- /**
5277
- * HTML {@link File} object for the uploaded file.
5278
- */
5279
- file?: File;
5280
- /**
5281
- * Update the progress of the upload.
5282
- * @param value - number between 0 and 1
5283
- */
5284
- notifyUploadProgressChanged: (value: number) => void;
5285
- /**
5286
- * Mark the upload as complete.
5287
- * Requires the `metadata` param containing uploaded file information.
5288
- * @param metadata - {@link FileMetadata}
5289
- */
5290
- notifyUploadCompleted: (metadata: FileMetadata) => void;
5291
- /**
5292
- * Mark the upload as failed.
5293
- * @param message - An error message that can be displayed to the user.
5294
- */
5295
- notifyUploadFailed: (message: string) => void;
5296
- }
5297
-
5298
- /**
5299
- * Contains the state attibutes of a file upload like name, progress etc.
5300
- * @beta
5301
- */
5302
- export declare interface FileUploadState {
5303
- /**
5304
- * Unique identifier for the file upload.
5305
- */
5306
- id: string;
5307
- /**
5308
- * Filename extracted from the {@link File} object.
5309
- * This attribute is used to render the filename if `metadata.name` is not available.
5310
- */
5311
- filename: string;
5312
- /**
5313
- * A number between 0 and 1 indicating the progress of the upload.
5314
- */
5315
- progress: number;
5316
- /**
5317
- * Meta Data {@link FileMetadata} containing information about the uploaded file.
5318
- */
5319
- metadata?: FileMetadata;
5320
- /**
5321
- * Error message to be displayed to the user if the upload fails.
5322
- */
5323
- error?: FileUploadError;
5324
- }
5325
-
5326
- /**
5327
- * A record containing {@link FileUploadState} mapped to unique ids.
5328
- * @beta
5329
- */
5330
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
5331
-
5332
3926
  /**
5333
3927
  * Provider to apply a Fluent theme across this library's react components.
5334
3928
  *
@@ -5369,7 +3963,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
5369
3963
  *
5370
3964
  * @public
5371
3965
  */
5372
- 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 : AreEqual<Component, typeof _DevicePermissionDropdown> extends true ? EmptySelector : undefined;
3966
+ 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;
5373
3967
 
5374
3968
  /**
5375
3969
  * Get the selector for a specified component.
@@ -5431,63 +4025,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
5431
4025
  children?: IStyle;
5432
4026
  }
5433
4027
 
5434
- /**
5435
- * a button to hold or resume a ongoing call.
5436
- *
5437
- * Can be used with {@link ControlBar}
5438
- *
5439
- * @param props - properties for the hold button.
5440
- * @returns
5441
- * @beta
5442
- */
5443
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
5444
-
5445
- /**
5446
- *@beta
5447
- */
5448
- export declare interface HoldButtonProps extends ControlBarButtonProps {
5449
- /**
5450
- * Utility property for using this component with communication react handlers
5451
- * Holds the call or resumes it based on call state.
5452
- */
5453
- onToggleHold: () => Promise<void>;
5454
- /**
5455
- * Optional strings to override in component
5456
- */
5457
- strings?: HoldButtonStrings;
5458
- }
5459
-
5460
- /**
5461
- * Selector type for the {@link HoldButton} component.
5462
- * @public
5463
- */
5464
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
5465
- checked: boolean;
5466
- };
5467
-
5468
- /**
5469
- * Strings for the hold button labels
5470
- * @beta
5471
- */
5472
- export declare interface HoldButtonStrings {
5473
- /**
5474
- * Label for when action is to resume call.
5475
- */
5476
- onLabel: string;
5477
- /**
5478
- * Label for when action is to hold call.
5479
- */
5480
- offLabel: string;
5481
- /**
5482
- * Content for when button is checked
5483
- */
5484
- tooltipOnContent: string;
5485
- /**
5486
- * Content for when button is unchecked
5487
- */
5488
- tooltipOffContent: string;
5489
- }
5490
-
5491
4028
  /**
5492
4029
  * {@link HorizontalGallery} Component Styles.
5493
4030
  * @public
@@ -5568,20 +4105,6 @@ export declare interface _Identifiers {
5568
4105
  horizontalGalleryRightNavButton: string;
5569
4106
  }
5570
4107
 
5571
- /**
5572
- * @beta
5573
- * This contains a readonly array that returns all the active `incomingCalls`.
5574
- * An active incoming call is a call that has not been answered, declined or disconnected.
5575
- */
5576
- export declare type IncomingCallManagement = {
5577
- /**
5578
- * @beta
5579
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
5580
- * @returns readonly array of {@link DeclarativeIncomingCall}
5581
- */
5582
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
5583
- };
5584
-
5585
4108
  /**
5586
4109
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
5587
4110
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -6048,11 +4571,6 @@ export declare type MessageThreadProps = {
6048
4571
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
6049
4572
  */
6050
4573
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
6051
- /**
6052
- * Optional callback to render uploaded files in the message component.
6053
- * @beta
6054
- */
6055
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
6056
4574
  /**
6057
4575
  * Optional callback to edit a message.
6058
4576
  *
@@ -6088,18 +4606,6 @@ export declare type MessageThreadProps = {
6088
4606
  * Optional strings to override in component
6089
4607
  */
6090
4608
  strings?: Partial<MessageThreadStrings>;
6091
- /**
6092
- * @beta
6093
- * Optional function called when someone clicks on the file download icon.
6094
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
6095
- * this function will be called with the data inside `fileSharingMetadata` key.
6096
- */
6097
- fileDownloadHandler?: FileDownloadHandler;
6098
- /**
6099
- * Optional function to provide customized date format.
6100
- * @beta
6101
- */
6102
- onDisplayDateTimeString?: (messageDate: Date) => string;
6103
4609
  };
6104
4610
 
6105
4611
  /**
@@ -6171,8 +4677,6 @@ export declare interface MessageThreadStrings {
6171
4677
  editBoxSubmitButton: string;
6172
4678
  /** String for action menu indicating there are more options */
6173
4679
  actionMenuMoreOptions?: string;
6174
- /** String for download file button in file card */
6175
- downloadFile: string;
6176
4680
  }
6177
4681
 
6178
4682
  /**
@@ -6355,31 +4859,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
6355
4859
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
6356
4860
  }
6357
4861
 
6358
- /**
6359
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
6360
- * by their browsers settings.
6361
- *
6362
- * @beta
6363
- */
6364
- export declare const MicrophoneDomainPermissions: (props: MicrophoneDomainPermissionsProps) => JSX.Element;
6365
-
6366
- /**
6367
- * @beta
6368
- * Props for MicrophoneDomainPermissions component.
6369
- */
6370
- export declare interface MicrophoneDomainPermissionsProps extends CommonDomainPermissionsProps {
6371
- /** Icon name for the microphone icon */
6372
- microphoneIconName?: string;
6373
- /** Strings for use with the {@link MicrophoneDomainPermissions} */
6374
- strings?: MicrophoneDomainPermissionsStrings;
6375
- }
6376
-
6377
- /**
6378
- * @beta
6379
- * Strings for MicrophoneDomainPermissions component.
6380
- */
6381
- export declare type MicrophoneDomainPermissionsStrings = DomainPermissionsStrings;
6382
-
6383
4862
  /**
6384
4863
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
6385
4864
  *
@@ -6487,14 +4966,6 @@ export declare interface ParticipantItemProps {
6487
4966
  onClick?: (props?: ParticipantItemProps) => void;
6488
4967
  /** prop to determine if we should show tooltip for participants or not */
6489
4968
  showParticipantOverflowTooltip?: boolean;
6490
- /**
6491
- * Optional value to determine and display a participants connection status.
6492
- * For example, `Connecting`, `Ringing` etc.
6493
- * The actual text that is displayed is determined by the localized string
6494
- * corresponding to the provided participant state.
6495
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
6496
- */
6497
- participantState?: ParticipantState;
6498
4969
  }
6499
4970
 
6500
4971
  /**
@@ -6515,12 +4986,6 @@ export declare interface ParticipantItemStrings {
6515
4986
  mutedIconLabel: string;
6516
4987
  /** placeholder text for participants who does not have a display name*/
6517
4988
  displayNamePlaceholder?: string;
6518
- /** String shown when `participantState` is `Connecting` */
6519
- participantStateConnecting?: string;
6520
- /** String shown when `participantState` is `Ringing` */
6521
- participantStateRinging?: string;
6522
- /** String shown when `participantState` is `Hold` */
6523
- participantStateHold?: string;
6524
4989
  }
6525
4990
 
6526
4991
  /**
@@ -6824,16 +5289,6 @@ export declare type ParticipantsRemovedListener = (event: {
6824
5289
  */
6825
5290
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
6826
5291
 
6827
- /**
6828
- * Define constraints for accessing local devices {@link @azure/communication-calling#PermissionConstraints }
6829
- *
6830
- * @internal
6831
- */
6832
- export declare type _PermissionConstraints = {
6833
- audio: boolean;
6834
- video: boolean;
6835
- };
6836
-
6837
5292
  /**
6838
5293
  * An array of key value pairs that stores each sender's display name and last read message
6839
5294
  *
@@ -6897,10 +5352,6 @@ export declare interface RemoteParticipantState {
6897
5352
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
6898
5353
  */
6899
5354
  isSpeaking: boolean;
6900
- /**
6901
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
6902
- */
6903
- role?: ParticipantRole;
6904
5355
  }
6905
5356
 
6906
5357
  /**
@@ -6925,7 +5376,6 @@ export declare interface RemoteVideoStreamState {
6925
5376
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
6926
5377
  * @beta
6927
5378
  */
6928
- isReceiving: boolean;
6929
5379
  /**
6930
5380
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
6931
5381
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -6933,12 +5383,6 @@ export declare interface RemoteVideoStreamState {
6933
5383
  view?: VideoStreamRendererViewState;
6934
5384
  }
6935
5385
 
6936
- /**
6937
- * @beta
6938
- * The role of a call participant.
6939
- */
6940
- export declare type Role = 'Presenter' | 'Attendee' | 'Consumer' | 'Organizer';
6941
-
6942
5386
  /**
6943
5387
  * A button to start / stop screen sharing.
6944
5388
  *
@@ -6972,7 +5416,6 @@ export declare interface ScreenShareButtonProps extends ControlBarButtonProps {
6972
5416
  */
6973
5417
  export declare type ScreenShareButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6974
5418
  checked?: boolean;
6975
- disabled?: boolean;
6976
5419
  };
6977
5420
 
6978
5421
  /**
@@ -7010,19 +5453,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
7010
5453
  */
7011
5454
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
7012
5455
 
7013
- /**
7014
- * @beta
7015
- * Error to be displayed to the user in an error bar above sendbox.
7016
- */
7017
- export declare interface SendBoxErrorBarError {
7018
- /** Error Message to be displayed */
7019
- message: string;
7020
- /**
7021
- * Unix Timestamp. Preferred generation using `Date.now()`
7022
- */
7023
- timestamp: number;
7024
- }
7025
-
7026
5456
  /**
7027
5457
  * Props for {@link SendBox}.
7028
5458
  *
@@ -7078,25 +5508,6 @@ export declare interface SendBoxProps {
7078
5508
  * When undefined nothing has focus on render
7079
5509
  */
7080
5510
  autoFocus?: 'sendBoxTextField';
7081
- /**
7082
- * Optional callback to render uploaded files in the SendBox. The sendbox will expand
7083
- * veritcally to accomodate the uploaded files. File uploads will
7084
- * be rendered below the text area in sendbox.
7085
- * @beta
7086
- */
7087
- onRenderFileUploads?: () => JSX.Element;
7088
- /**
7089
- * Optional array of active file uploads where each object has attibutes
7090
- * of a file upload like name, progress, errorMessage etc.
7091
- * @beta
7092
- */
7093
- activeFileUploads?: ActiveFileUpload[];
7094
- /**
7095
- * Optional callback to remove the file upload before sending by clicking on
7096
- * cancel icon.
7097
- * @beta
7098
- */
7099
- onCancelFileUpload?: (fileId: string) => void;
7100
5511
  }
7101
5512
 
7102
5513
  /**
@@ -7127,22 +5538,6 @@ export declare interface SendBoxStrings {
7127
5538
  * Aria label for send message button
7128
5539
  */
7129
5540
  sendButtonAriaLabel: string;
7130
- /**
7131
- * Error message indicating that all file uploads are not complete.
7132
- */
7133
- fileUploadsPendingError: string;
7134
- /**
7135
- * Aria label to notify user when focus is on cancel file upload button.
7136
- */
7137
- removeFile: string;
7138
- /**
7139
- * Aria label to notify user file uploading starts.
7140
- */
7141
- uploading: string;
7142
- /**
7143
- * Aria label to notify user file is uploaded.
7144
- */
7145
- uploadCompleted: string;
7146
5541
  }
7147
5542
 
7148
5543
  /**
@@ -7269,19 +5664,6 @@ export declare interface StatefulCallClient extends CallClient {
7269
5664
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
7270
5665
  */
7271
5666
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
7272
- /** @conditional-compile-remove(one-to-n-calling) */
7273
- /**
7274
- * The CallAgent is used to handle calls.
7275
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
7276
- * - The CallClient can only have one active CallAgent instance at a time.
7277
- * - You can create a new CallClient instance to create a new CallAgent.
7278
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
7279
- * createCallAgent() method again to create a new CallAgent.
7280
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
7281
- * @param options - The CallAgentOptions for additional options like display name.
7282
- * @public
7283
- */
7284
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
7285
5667
  }
7286
5668
 
7287
5669
  /**
@@ -7295,15 +5677,6 @@ export declare type StatefulCallClientArgs = {
7295
5677
  * state. It is not used by StatefulCallClient.
7296
5678
  */
7297
5679
  userId: CommunicationUserIdentifier;
7298
- /**
7299
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
7300
- * to start a PSTN call.
7301
- *
7302
- * example: +11234567
7303
- *
7304
- * This is not a cached value from the headless calling client.
7305
- */
7306
- alternateCallerId?: string;
7307
5680
  };
7308
5681
 
7309
5682
  /**
@@ -7443,18 +5816,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
7443
5816
  iconName: string;
7444
5817
  }
7445
5818
 
7446
- /**
7447
- * Object containing all the teams call handlers required for calling components.
7448
- *
7449
- * Calling related components from this package are able to pick out relevant handlers from this object.
7450
- * See {@link useHandlers} and {@link usePropsFor}.
7451
- *
7452
- * @beta
7453
- */
7454
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
7455
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
7456
- }
7457
-
7458
5819
  /**
7459
5820
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
7460
5821
  *
@@ -7634,46 +5995,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
7634
5995
  typingString?: IStyle;
7635
5996
  }
7636
5997
 
7637
- /**
7638
- * UI to display to the user that the browser they are using is not supported by calling application.
7639
- *
7640
- * @beta
7641
- */
7642
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
7643
-
7644
- /**
7645
- * props for UnsupportedBrowser UI
7646
- *
7647
- * @beta
7648
- */
7649
- export declare interface UnsupportedBrowserProps {
7650
- /** Handler to perform a action when the help link is actioned */
7651
- onTroubleshootingClick?: () => void;
7652
- /** String overrides for the component */
7653
- strings: UnsupportedBrowserStrings;
7654
- }
7655
-
7656
- /**
7657
- * Strings for UnsupportedBrowser component
7658
- *
7659
- * @beta
7660
- */
7661
- export declare interface UnsupportedBrowserStrings {
7662
- /** String for the primary text */
7663
- primaryText: string;
7664
- /** String for the secondary text */
7665
- secondaryText: string;
7666
- /** String for the help link */
7667
- moreHelpLink: string;
7668
- }
7669
-
7670
5998
  /**
7671
5999
  * @public
7672
6000
  * Callback function run when a message is updated.
7673
6001
  */
7674
- export declare type UpdateMessageCallback = (messageId: string, content: string, metadata?: Record<string, string>, options?: {
7675
- attachedFilesMetadata?: FileMetadata[];
7676
- }) => Promise<void>;
6002
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
7677
6003
 
7678
6004
  /**
7679
6005
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -7729,8 +6055,6 @@ export declare const useAzureCommunicationChatAdapter: (args: Partial<AzureCommu
7729
6055
  * Useful when implementing a custom component that utilizes the providers
7730
6056
  * exported from this library.
7731
6057
  *
7732
- * you must have previously used the CallProvider with a Call object to use this hook
7733
- *
7734
6058
  * @public
7735
6059
  */
7736
6060
  export declare const useCall: () => Call | undefined;
@@ -7821,28 +6145,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
7821
6145
  */
7822
6146
  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;
7823
6147
 
7824
- /**
7825
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
7826
- *
7827
- * Useful when implementing a custom component that utilizes the providers
7828
- * exported from this library.
7829
- *
7830
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
7831
- *
7832
- * @beta
7833
- */
7834
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
7835
-
7836
- /**
7837
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
7838
- *
7839
- * Useful when implementing a custom component that utilizes the providers
7840
- * exported from this library.
7841
- *
7842
- * @beta
7843
- */
7844
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
7845
-
7846
6148
  /**
7847
6149
  * React hook to access theme
7848
6150
  *
@@ -7961,11 +6263,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
7961
6263
  isSpeaking?: boolean;
7962
6264
  /** Video stream of shared screen */
7963
6265
  screenShareStream?: VideoGalleryStream;
7964
- /**
7965
- * @beta
7966
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
7967
- */
7968
- state?: ParticipantState;
7969
6266
  }
7970
6267
 
7971
6268
  /**
@@ -8113,10 +6410,6 @@ export declare interface VideoTileProps {
8113
6410
  * Whether the video is muted or not.
8114
6411
  */
8115
6412
  isMuted?: boolean;
8116
- /**
8117
- * If true, the video tile will show the pin icon.
8118
- */
8119
- isPinned?: boolean;
8120
6413
  /**
8121
6414
  * Display Name of the Participant to be shown in the label.
8122
6415
  * @remarks `displayName` is used to generate avatar initials if `initialsName` is not provided.
@@ -8145,22 +6438,6 @@ export declare interface VideoTileProps {
8145
6438
  noVideoAvailableAriaLabel?: string;
8146
6439
  /** Whether the participant in the videoTile is speaking. Shows a speaking indicator (border). */
8147
6440
  isSpeaking?: boolean;
8148
- /**
8149
- * The call connection state of the participant.
8150
- * For example, `Hold` means the participant is on hold.
8151
- */
8152
- participantState?: ParticipantState;
8153
- strings?: VideoTileStrings;
8154
- }
8155
-
8156
- /**
8157
- * Strings of {@link VideoTile} that can be overridden.
8158
- * @beta
8159
- */
8160
- export declare interface VideoTileStrings {
8161
- participantStateConnecting: string;
8162
- participantStateRinging: string;
8163
- participantStateHold: string;
8164
6441
  }
8165
6442
 
8166
6443
  /**