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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (606) hide show
  1. package/dist/communication-react.d.ts +157 -1968
  2. package/dist/dist-cjs/communication-react/index.js +2068 -7634
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/areEqual.d.ts +0 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  7. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -2
  8. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -5
  9. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  10. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
  11. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -13
  12. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  13. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +0 -4
  14. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  15. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +2 -10
  16. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +0 -14
  17. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  18. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +0 -10
  19. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -15
  21. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  22. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  23. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -12
  24. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  25. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  26. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  27. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  29. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +2 -8
  30. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  31. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  32. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  34. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  35. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  37. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +0 -12
  38. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +2 -9
  41. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +0 -3
  43. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  44. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  45. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  46. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  47. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  48. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  49. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -5
  50. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  51. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -24
  52. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  53. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -5
  54. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +1 -40
  55. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  56. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +8 -12
  57. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  58. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  59. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +0 -8
  60. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  61. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -7
  62. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  63. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  64. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -11
  65. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  66. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  67. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +2 -33
  68. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  69. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  70. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  71. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  72. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -2
  73. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  74. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -5
  75. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  76. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +0 -1
  77. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +5 -173
  78. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  79. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -3
  80. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  81. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  82. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  83. package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts +2 -5
  84. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +2 -24
  85. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  86. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -3
  87. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  88. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +1 -1
  89. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  90. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -4
  91. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  92. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -2
  93. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  94. package/dist/dist-esm/communication-react/src/index.d.ts +1 -28
  95. package/dist/dist-esm/communication-react/src/index.js +0 -14
  96. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  97. package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +0 -1
  98. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.d.ts +0 -1
  99. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.d.ts +0 -1
  100. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.d.ts +0 -1
  101. package/dist/dist-esm/react-components/src/components/Announcer.d.ts +0 -1
  102. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +0 -1
  103. package/dist/dist-esm/react-components/src/components/Caption.d.ts +0 -1
  104. package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +0 -1
  105. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.d.ts +0 -1
  106. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.d.ts +0 -1
  107. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +1 -20
  108. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +2 -7
  109. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  110. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +1 -7
  111. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +12 -43
  112. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  113. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -23
  114. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +8 -37
  115. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  116. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -11
  117. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +2 -10
  118. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  119. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -35
  120. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +1 -56
  121. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  122. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.d.ts +1 -3
  123. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js +5 -27
  124. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js.map +1 -1
  125. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.d.ts +0 -1
  126. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.d.ts +0 -1
  127. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.d.ts +0 -1
  128. package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts +0 -1
  129. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.d.ts +0 -1
  130. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.d.ts +0 -1
  131. package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +0 -1
  132. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts +7 -8
  133. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +2 -2
  134. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  135. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.d.ts +0 -1
  136. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.d.ts +0 -1
  137. package/dist/dist-esm/react-components/src/components/EndCallButton.d.ts +0 -1
  138. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +0 -1
  139. package/dist/dist-esm/react-components/src/components/FileCard.d.ts +0 -1
  140. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -41
  141. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +4 -25
  142. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  143. package/dist/dist-esm/react-components/src/components/FileUploadCards.d.ts +0 -1
  144. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.d.ts +0 -1
  145. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  146. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -18
  147. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  148. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.d.ts +0 -1
  149. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.d.ts +0 -1
  150. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -47
  151. package/dist/dist-esm/react-components/src/components/MessageThread.js +3 -16
  152. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  153. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +0 -1
  154. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -14
  155. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +0 -3
  156. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  157. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -21
  158. package/dist/dist-esm/react-components/src/components/ParticipantList.js +4 -22
  159. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  160. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +0 -1
  161. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.d.ts +0 -1
  162. package/dist/dist-esm/react-components/src/components/RaiseHandButton.d.ts +0 -1
  163. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +6 -25
  164. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  165. package/dist/dist-esm/react-components/src/components/ScreenShareButton.d.ts +0 -1
  166. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -42
  167. package/dist/dist-esm/react-components/src/components/SendBox.js +9 -81
  168. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  169. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -1
  170. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +1 -1
  171. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  172. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.d.ts +0 -1
  173. package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts +0 -1
  174. package/dist/dist-esm/react-components/src/components/SystemMessage.d.ts +0 -1
  175. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.d.ts +0 -1
  176. package/dist/dist-esm/react-components/src/components/TypingIndicator.d.ts +0 -1
  177. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +0 -1
  178. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -2
  179. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  180. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.d.ts +0 -1
  181. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +0 -2
  182. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  183. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.d.ts +0 -1
  184. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -24
  185. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  186. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.d.ts +0 -1
  187. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +0 -2
  188. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.d.ts +0 -1
  190. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +0 -1
  191. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +0 -1
  192. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +0 -1
  193. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -1
  194. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +0 -1
  196. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +0 -1
  197. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +1 -1
  198. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  199. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.d.ts +0 -1
  200. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +0 -1
  201. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +0 -1
  202. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +0 -1
  203. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +0 -1
  205. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +0 -1
  206. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +1 -1
  207. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  208. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +1 -5
  209. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  210. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +3 -18
  211. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +0 -9
  213. package/dist/dist-esm/react-components/src/components/VideoGallery.js +6 -42
  214. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  215. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +1 -9
  216. package/dist/dist-esm/react-components/src/components/VideoTile.js +7 -41
  217. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  218. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.d.ts +0 -1
  219. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +56 -56
  220. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  221. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -21
  222. package/dist/dist-esm/react-components/src/components/index.js +0 -12
  223. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +1 -1
  225. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +12 -5
  226. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.d.ts +1 -1
  228. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js +5 -3
  229. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
  231. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +0 -1
  232. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -3
  233. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +6 -3
  235. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +14 -6
  236. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  238. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  240. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  242. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
  243. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  245. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -60
  247. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  248. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +9 -3
  249. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +9 -3
  250. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +9 -3
  251. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +9 -3
  252. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +4 -2
  253. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +9 -3
  254. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +9 -3
  255. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +9 -3
  256. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +9 -3
  257. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +9 -3
  258. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +9 -3
  259. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +9 -3
  260. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +9 -3
  261. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +9 -3
  262. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +9 -3
  263. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +9 -3
  264. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +9 -3
  265. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +9 -3
  266. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +9 -3
  267. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +9 -3
  268. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +9 -3
  269. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -13
  270. package/dist/dist-esm/react-components/src/theming/icons.js +3 -111
  271. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/theming/themes.d.ts +2 -21
  273. package/dist/dist-esm/react-components/src/theming/themes.js +0 -16
  274. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -34
  276. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -9
  278. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/types/ReactionTypes.d.ts +1 -44
  280. package/dist/dist-esm/react-components/src/types/ReactionTypes.js +1 -2
  281. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  283. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  284. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  285. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +1 -74
  286. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +15 -28
  287. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  288. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +29 -105
  289. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  290. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +50 -75
  291. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +101 -289
  292. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  293. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +17 -99
  294. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -1
  295. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  296. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +1 -2
  297. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +1 -7
  298. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  299. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +3 -8
  300. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  301. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  302. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +2 -1
  303. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -25
  304. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  305. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -2
  306. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +2 -38
  307. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  308. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.d.ts +0 -1
  309. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -3
  310. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -27
  311. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  312. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.d.ts +0 -1
  313. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  314. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  315. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -3
  316. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -27
  317. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  318. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.d.ts +0 -1
  319. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.d.ts +0 -1
  320. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.d.ts +0 -1
  321. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -2
  322. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +5 -31
  323. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  324. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.d.ts +0 -1
  325. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +0 -1
  326. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +2 -5
  327. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  328. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.d.ts +0 -1
  329. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.d.ts +0 -1
  330. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +0 -1
  331. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.d.ts +0 -1
  332. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.d.ts +0 -1
  333. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.d.ts +0 -1
  334. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +0 -1
  335. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +0 -1
  336. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts +0 -1
  337. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.d.ts +0 -1
  338. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.d.ts +0 -1
  339. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +2 -6
  340. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  341. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +7 -20
  342. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  343. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.d.ts +0 -1
  344. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -9
  345. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  346. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  347. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +0 -1
  348. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +44 -13
  349. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  350. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -8
  351. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +6 -80
  352. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  353. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/{HoldPage.d.ts → DtmfDialpadPage.d.ts} +8 -7
  354. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +80 -0
  355. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -0
  356. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +0 -1
  357. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +3 -7
  358. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  359. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.d.ts +0 -1
  360. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +11 -1
  361. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  362. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -1
  363. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -5
  364. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -5
  365. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  366. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +0 -4
  367. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  368. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.d.ts +8 -0
  369. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js +18 -0
  370. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -0
  371. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +9 -0
  372. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +26 -0
  373. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  374. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +15 -16
  375. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +24 -97
  376. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  377. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.d.ts +17 -0
  378. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +30 -0
  379. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -0
  380. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -62
  381. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +5 -31
  382. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  383. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.d.ts +0 -1
  384. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.d.ts +0 -1
  385. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.d.ts +0 -1
  386. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  387. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  388. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +10 -33
  389. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +16 -108
  390. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  391. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +5 -55
  392. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  393. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +4 -10
  394. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +7 -37
  395. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  396. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -13
  397. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -37
  398. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  399. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -22
  400. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -9
  401. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  402. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -21
  403. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -2
  404. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  405. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.d.ts +0 -1
  406. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -1
  407. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +6 -133
  408. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  409. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  410. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  411. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -32
  412. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +5 -129
  413. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  414. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  415. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -159
  416. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  417. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -17
  418. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  419. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  420. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  421. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.d.ts +0 -1
  422. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +1 -8
  423. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  424. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -3
  425. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  426. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.d.ts +0 -1
  427. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -4
  428. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  429. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -6
  430. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +0 -15
  431. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  432. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -6
  433. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +2 -3
  434. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  435. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +0 -1
  436. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.d.ts +0 -1
  437. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.d.ts +0 -1
  438. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -1
  439. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +25 -14
  440. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  441. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +2 -1
  442. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +40 -27
  443. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  444. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.d.ts +17 -0
  445. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +41 -0
  446. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -0
  447. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.d.ts +0 -1
  448. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.d.ts +0 -1
  449. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +8 -1
  450. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +43 -28
  451. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  452. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +2 -2
  453. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  454. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.d.ts +0 -1
  455. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.d.ts +0 -1
  456. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.d.ts +0 -1
  457. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts +0 -1
  458. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -3
  459. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  460. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +0 -1
  461. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +2 -14
  462. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  463. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +0 -1
  464. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +0 -1
  465. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +0 -1
  466. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +4 -24
  467. package/dist/dist-esm/react-composites/src/composites/common/icons.js +5 -13
  468. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  469. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +8 -13
  470. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  471. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +29 -2
  472. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +29 -2
  473. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +29 -2
  474. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +29 -2
  475. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +20 -2
  476. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +29 -2
  477. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +29 -2
  478. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +29 -2
  479. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +29 -2
  480. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +29 -2
  481. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +29 -2
  482. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +29 -2
  483. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +29 -2
  484. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +29 -2
  485. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +29 -2
  486. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +29 -2
  487. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +29 -2
  488. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +29 -2
  489. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +29 -2
  490. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +29 -2
  491. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +29 -2
  492. package/dist/tsdoc-metadata.json +1 -1
  493. package/package.json +4 -4
  494. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
  495. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -91
  496. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  497. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  498. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -91
  499. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  500. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  501. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -49
  502. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  503. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.d.ts +0 -32
  504. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +0 -129
  505. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +0 -1
  506. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  507. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  508. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  509. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  510. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -43
  511. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  512. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  513. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -75
  514. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  515. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  516. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -68
  517. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  518. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  519. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -39
  520. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  521. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  522. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  523. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  524. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +0 -71
  525. package/dist/dist-esm/react-components/src/components/ImageGallery.js +0 -56
  526. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +0 -1
  527. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  528. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -123
  529. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  530. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
  531. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -18
  532. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
  533. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
  534. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -550
  535. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  536. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  537. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -816
  538. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  539. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  540. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  541. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  542. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +0 -68
  543. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -205
  544. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +0 -1
  545. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  546. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
  547. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  548. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  549. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  550. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  551. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
  552. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
  553. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
  554. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  555. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  556. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  557. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  558. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  559. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  560. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  561. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  562. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -218
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -28
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  580. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  581. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  582. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  583. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  584. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -23
  585. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  586. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  587. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  588. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  589. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  590. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
  591. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  592. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -27
  593. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -14
  594. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  595. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  596. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -107
  597. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  598. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  599. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  600. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  601. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  602. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -74
  603. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  604. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  605. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  606. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
@@ -15,9 +15,6 @@
15
15
  * @packageDocumentation
16
16
  */
17
17
 
18
- /// <reference types="react" />
19
-
20
- import { AddPhoneNumberOptions } from '@azure/communication-calling';
21
18
  import { AudioDeviceInfo } from '@azure/communication-calling';
22
19
  import { BackgroundBlurConfig } from '@azure/communication-calling';
23
20
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -30,7 +27,6 @@ import { CallClientOptions } from '@azure/communication-calling';
30
27
  import { CallDirection } from '@azure/communication-calling';
31
28
  import { CallEndReason } from '@azure/communication-calling';
32
29
  import { CallerInfo } from '@azure/communication-calling';
33
- import { CallKind } from '@azure/communication-calling';
34
30
  import { CallState as CallState_2 } from '@azure/communication-calling';
35
31
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
36
32
  import { CaptionsResultType } from '@azure/communication-calling';
@@ -50,7 +46,6 @@ import { DeviceAccess } from '@azure/communication-calling';
50
46
  import { DeviceManager } from '@azure/communication-calling';
51
47
  import { DominantSpeakersInfo } from '@azure/communication-calling';
52
48
  import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
53
- import { EnvironmentInfo } from '@azure/communication-calling';
54
49
  import { GroupCallLocator } from '@azure/communication-calling';
55
50
  import { IButtonProps } from '@fluentui/react';
56
51
  import { IButtonStyles } from '@fluentui/react';
@@ -58,9 +53,7 @@ import { IContextualMenuItem } from '@fluentui/react';
58
53
  import { IContextualMenuItemStyles } from '@fluentui/react';
59
54
  import { IContextualMenuProps } from '@fluentui/react';
60
55
  import { IContextualMenuStyles } from '@fluentui/react';
61
- import { ILinkStyles } from '@fluentui/react';
62
56
  import { IMessageBarProps } from '@fluentui/react';
63
- import { IncomingCall } from '@azure/communication-calling';
64
57
  import { IPersonaStyleProps } from '@fluentui/react';
65
58
  import { IPersonaStyles } from '@fluentui/react';
66
59
  import { IRawStyle } from '@fluentui/react';
@@ -73,7 +66,7 @@ import { LatestNetworkDiagnostics } from '@azure/communication-calling';
73
66
  import { LocalVideoStream } from '@azure/communication-calling';
74
67
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
75
68
  import { MediaStreamType } from '@azure/communication-calling';
76
- import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
69
+ import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
77
70
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
78
71
  import { PartialTheme } from '@fluentui/react';
79
72
  import { ParticipantCapabilities } from '@azure/communication-calling';
@@ -82,7 +75,6 @@ import { PermissionConstraints } from '@azure/communication-calling';
82
75
  import { PersonaInitialsColor } from '@fluentui/react';
83
76
  import { PersonaPresence } from '@fluentui/react';
84
77
  import { PersonaSize } from '@fluentui/react';
85
- import { PhoneNumberIdentifier } from '@azure/communication-common';
86
78
  import { PropertyChangedEvent } from '@azure/communication-calling';
87
79
  import { default as React_2 } from 'react';
88
80
  import type { RemoteParticipant } from '@azure/communication-calling';
@@ -92,13 +84,11 @@ import { ScalingMode } from '@azure/communication-calling';
92
84
  import { SendMessageOptions } from '@azure/communication-chat';
93
85
  import { StartCallOptions } from '@azure/communication-calling';
94
86
  import { StartCaptionsOptions } from '@azure/communication-calling';
95
- import { SyntheticEvent } from 'react';
96
- import { TeamsCall } from '@azure/communication-calling';
97
- import { TeamsCallAgent } from '@azure/communication-calling';
98
87
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
99
88
  import { Theme } from '@fluentui/react';
100
- import { TransferRequestedEventArgs } from '@azure/communication-calling';
89
+ import { TransferEventArgs } from '@azure/communication-calling';
101
90
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
91
+ import { UnknownIdentifier } from '@azure/communication-common';
102
92
  import { VideoDeviceInfo } from '@azure/communication-calling';
103
93
  import { VideoEffectName } from '@azure/communication-calling';
104
94
  import { VideoStreamRenderer } from '@azure/communication-calling';
@@ -107,7 +97,7 @@ import { VideoStreamRendererView } from '@azure/communication-calling';
107
97
  /**
108
98
  * Transfer feature state
109
99
  *
110
- * @beta
100
+ * @public
111
101
  */
112
102
  export declare interface AcceptedTransfer {
113
103
  /**
@@ -139,38 +129,6 @@ export declare interface ActiveErrorMessage {
139
129
  timestamp?: Date;
140
130
  }
141
131
 
142
- /**
143
- * Attributes required for SendBox to show file uploads like name, progress etc.
144
- * @beta
145
- */
146
- export declare interface ActiveFileUpload {
147
- /**
148
- * Unique identifier for the file upload.
149
- */
150
- id: string;
151
- /**
152
- * File name to be rendered for uploaded file.
153
- */
154
- filename: string;
155
- /**
156
- * A number between 0 and 1 indicating the progress of the upload.
157
- * This is unrelated to the `uploadComplete` property.
158
- * It is only used to show the progress of the upload.
159
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
160
- * property to true to mark the upload as complete.
161
- */
162
- progress: number;
163
- /**
164
- * Error to be displayed to the user if the upload fails.
165
- */
166
- error?: SendBoxErrorBarError;
167
- /**
168
- * `true` means that the upload is completed.
169
- * This is independent of the upload `progress`.
170
- */
171
- uploadComplete?: boolean;
172
- }
173
-
174
132
  /**
175
133
  * Error reported via error events and stored in adapter state.
176
134
  *
@@ -237,27 +195,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
237
195
  */
238
196
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
239
197
 
240
- /**
241
- * Metadata of the attachment object returned by the ACS SDK.
242
- * @beta
243
- */
244
- export declare interface AttachmentDownloadResult {
245
- /**
246
- * Unique ID of the attachment.
247
- */
248
- attachmentId: string;
249
- /**
250
- * Blob URL for the attachment.
251
- */
252
- blobUrl: string;
253
- }
254
-
255
- /**
256
- * Metadata containing information about the uploaded file.
257
- * @beta
258
- */
259
- export declare type AttachmentMetadata = FileMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ InlineImageMetadata;
260
-
261
198
  /**
262
199
  * Custom data attributes for displaying avatar for a user.
263
200
  *
@@ -287,11 +224,6 @@ export declare type AvatarPersonaData = {
287
224
  * @defaultvalue `white`
288
225
  */
289
226
  initialsTextColor?: string;
290
- /**
291
- * If true, show the special coin for unknown persona.
292
- * It has '?' in place of initials, with static font and background colors
293
- */
294
- showUnknownPersonaCoin?: boolean;
295
227
  };
296
228
 
297
229
  /**
@@ -313,11 +245,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
313
245
  displayName: string;
314
246
  credential: CommunicationTokenCredential;
315
247
  locator: CallAdapterLocator;
316
- /**
317
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
318
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
319
- */
320
- alternateCallerId?: string;
321
248
  /**
322
249
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
323
250
  */
@@ -342,7 +269,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
342
269
  displayName: string;
343
270
  credential: CommunicationTokenCredential;
344
271
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
345
- alternateCallerId?: string;
346
272
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
347
273
  };
348
274
 
@@ -358,7 +284,6 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
358
284
  chatClient: StatefulChatClient;
359
285
  chatThreadClient: ChatThreadClient;
360
286
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
361
- chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
362
287
  };
363
288
 
364
289
  /**
@@ -375,11 +300,23 @@ export declare type AzureCommunicationChatAdapterArgs = {
375
300
  };
376
301
 
377
302
  /**
378
- * Configuration options to include when creating AzureCommunicationChatAdapter.
379
- * @beta
303
+ * Arguments for creating the Azure Communication Services implementation of {@link CallAdapter}.
304
+ *
305
+ * These arguments are used to create an outbound call scenarios.
306
+ *
307
+ * Note: `displayName` can be a maximum of 256 characters.
308
+ *
309
+ * @public
380
310
  */
381
- export declare type AzureCommunicationChatAdapterOptions = {
382
- credential?: CommunicationTokenCredential;
311
+ export declare type AzureCommunicationOutboundCallAdapterArgs = {
312
+ userId: CommunicationUserIdentifier;
313
+ displayName: string;
314
+ credential: CommunicationTokenCredential;
315
+ targetCallees: StartCallIdentifier[];
316
+ /**
317
+ * Optional parameters for the {@link AzureCommunicationCallAdapter} created
318
+ */
319
+ options?: AzureCommunicationCallAdapterOptions;
383
320
  };
384
321
 
385
322
  /**
@@ -437,156 +374,6 @@ export declare interface BaseCustomStyles {
437
374
  root?: IStyle;
438
375
  }
439
376
 
440
- /**
441
- * Content blocked message type.
442
- *
443
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
444
- *
445
- * @beta
446
- */
447
- export declare interface BlockedMessage extends MessageCommon {
448
- messageType: 'blocked';
449
- warningText?: string;
450
- linkText?: string;
451
- link?: string;
452
- deletedOn?: Date;
453
- senderId?: string;
454
- senderDisplayName?: string;
455
- status?: MessageStatus;
456
- attached?: MessageAttachedStatus;
457
- mine?: boolean;
458
- }
459
-
460
- /**
461
- * @beta
462
- * Props for BrowserPermissionDeniedIOS component.
463
- */
464
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
465
- /**
466
- * Localization strings for BrowserPermissionDeniedIOS component.
467
- */
468
- strings?: BrowserPermissionDeniedIOSStrings;
469
- /**
470
- * Link to image source.
471
- *
472
- * Image is inserted into the top of the component.
473
- */
474
- imageSource?: string;
475
- }
476
-
477
- /**
478
- * @beta
479
- * Strings for BrowserPermissionDeniedIOS component
480
- */
481
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
482
- /**
483
- * Image alt text
484
- */
485
- imageAltText: string;
486
- /**
487
- * Main text string.
488
- */
489
- primaryText: string;
490
- /**
491
- * Subtext string.
492
- */
493
- secondaryText: string;
494
- /**
495
- * Step 1 string
496
- */
497
- step1Text: string;
498
- /**
499
- * Step 1 digit string
500
- */
501
- step1DigitText: string;
502
- /**
503
- * Step 2 string
504
- */
505
- step2Text: string;
506
- /**
507
- * Step 2 digit string
508
- */
509
- step2DigitText: string;
510
- /**
511
- * Step 3 string
512
- */
513
- step3Text: string;
514
- /**
515
- * Step 3 digit string
516
- */
517
- step3DigitText: string;
518
- /**
519
- * Step 4 string
520
- */
521
- step4Text: string;
522
- /**
523
- * Step 4 digit string
524
- */
525
- step4DigitText: string;
526
- }
527
-
528
- /**
529
- * @beta
530
- * Props for BrowserPermissionDenied component.
531
- */
532
- export declare interface BrowserPermissionDeniedProps {
533
- /**
534
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
535
- */
536
- onTroubleshootingClick?: () => void;
537
- /**
538
- * Action to be taken by the try again primary button.
539
- */
540
- onTryAgainClick?: () => void;
541
- /**
542
- * Localization strings for BrowserPermissionDenied component.
543
- */
544
- strings?: BrowserPermissionDeniedStrings;
545
- /**
546
- * Allows users to pass in an object contains custom CSS styles.
547
- * @Example
548
- * ```
549
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
550
- * ```
551
- */
552
- styles?: BrowserPermissionDeniedStyles;
553
- }
554
-
555
- /**
556
- * @beta
557
- * Strings for BrowserPermissionDenied component
558
- */
559
- export declare interface BrowserPermissionDeniedStrings {
560
- /**
561
- * Main button text string.
562
- */
563
- primaryButtonText: string;
564
- /**
565
- * Main text string.
566
- */
567
- primaryText: string;
568
- /**
569
- * Subtext string.
570
- */
571
- secondaryText: string;
572
- /**
573
- * More help link string.
574
- */
575
- linkText: string;
576
- }
577
-
578
- /**
579
- * Fluent styles for {@link BrowserPermissionDenied}.
580
- *
581
- * @beta
582
- */
583
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
584
- /** Styles for the primary button. */
585
- primaryButton?: IButtonStyles;
586
- /** Styles for the help troubleshooting link text. */
587
- troubleshootingLink?: ILinkStyles;
588
- }
589
-
590
377
  /**
591
378
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
592
379
  *
@@ -623,9 +410,9 @@ export declare interface CallAdapter extends CommonCallAdapter {
623
410
  /**
624
411
  * Start the call.
625
412
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
626
- * @beta
413
+ * @public
627
414
  */
628
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
415
+ startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
629
416
  }
630
417
 
631
418
  /**
@@ -670,12 +457,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
670
457
  * @public
671
458
  */
672
459
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
673
- /**
674
- * Start the call.
675
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
676
- * @beta
677
- */
678
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
679
460
  }
680
461
 
681
462
  /**
@@ -752,12 +533,6 @@ export declare interface CallAdapterCallOperations {
752
533
  * @public
753
534
  */
754
535
  removeParticipant(userId: string): Promise<void>;
755
- /**
756
- * Remove a participant from the call.
757
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
758
- * @beta
759
- */
760
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
761
536
  /**
762
537
  * Create the html view for a stream.
763
538
  *
@@ -809,35 +584,12 @@ export declare interface CallAdapterCallOperations {
809
584
  * @public
810
585
  */
811
586
  disposeLocalVideoStreamView(): Promise<void>;
812
- /**
813
- * Holds the call.
814
- *
815
- * @beta
816
- */
817
- holdCall(): Promise<void>;
818
- /**
819
- * Resumes the call from a `LocalHold` state.
820
- *
821
- * @beta
822
- */
823
- resumeCall(): Promise<void>;
824
- /**
825
- * Add a participant to the call.
826
- *
827
- * @beta
828
- */
829
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
830
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
831
587
  /**
832
588
  * send dtmf tone to another participant in a 1:1 PSTN call
833
589
  *
834
- * @beta
590
+ * @public
835
591
  */
836
592
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
837
- /**
838
- * Continues into a call when the browser version is not supported.
839
- */
840
- allowUnsupportedBrowserVersion(): void;
841
593
  /**
842
594
  * Function to Start captions
843
595
  * @param options - options for start captions
@@ -910,14 +662,6 @@ export declare type CallAdapterClientState = {
910
662
  * Latest error encountered for each operation performed via the adapter.
911
663
  */
912
664
  latestErrors: AdapterErrors;
913
- /**
914
- * Azure communications Phone number to make PSTN calls with.
915
- */
916
- alternateCallerId?: string;
917
- /**
918
- * Environment information about system the adapter is made on
919
- */
920
- environmentInfo?: EnvironmentInfo;
921
665
  /**
922
666
  * State to track whether the local participant's camera is on. To be used when creating a custom
923
667
  * control bar with the CallComposite.
@@ -1027,7 +771,7 @@ export declare interface CallAdapterDeviceManagement {
1027
771
  *
1028
772
  * @public
1029
773
  */
1030
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
774
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator;
1031
775
 
1032
776
  /**
1033
777
  * {@link CommonCallAdapter} state.
@@ -1123,7 +867,7 @@ export declare interface CallAdapterSubscribers {
1123
867
  /**
1124
868
  * Subscribe function for 'transferRequested' event.
1125
869
  */
1126
- on(event: 'transferRequested', listener: TransferRequestedListener): void;
870
+ on(event: 'transferAccepted', listener: TransferAcceptedListener): void;
1127
871
  /**
1128
872
  * Subscribe function for 'capabilitiesChanged' event.
1129
873
  */
@@ -1199,7 +943,7 @@ export declare interface CallAdapterSubscribers {
1199
943
  /**
1200
944
  * Unsubscribe function for 'transferRequested' event.
1201
945
  */
1202
- off(event: 'transferRequested', listener: TransferRequestedListener): void;
946
+ off(event: 'transferAccepted', listener: TransferAcceptedListener): void;
1203
947
  /**
1204
948
  * Unsubscribe function for 'capabilitiesChanged' event.
1205
949
  */
@@ -1218,7 +962,6 @@ export declare interface CallAdapterSubscribers {
1218
962
  export declare type CallAdapterUiState = {
1219
963
  isLocalPreviewMicrophoneEnabled: boolean;
1220
964
  page: CallCompositePage;
1221
- unsupportedBrowserVersionsAllowed?: boolean;
1222
965
  };
1223
966
 
1224
967
  /**
@@ -1237,7 +980,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1237
980
  */
1238
981
  export declare interface CallAgentProviderProps {
1239
982
  children: React_2.ReactNode;
1240
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
983
+ callAgent?: CallAgent;
1241
984
  }
1242
985
 
1243
986
  /**
@@ -1262,7 +1005,7 @@ export declare interface CallAgentState {
1262
1005
  */
1263
1006
  export declare interface CallAndChatLocator {
1264
1007
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1265
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
1008
+ callLocator: GroupCallLocator;
1266
1009
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1267
1010
  chatThreadId: string;
1268
1011
  }
@@ -1349,16 +1092,6 @@ export declare interface CallClientState {
1349
1092
  * See documentation of {@Link CallErrors} for details.
1350
1093
  */
1351
1094
  latestErrors: CallErrors;
1352
- /**
1353
- * A phone number in E.164 format that will be used to represent callers identity.
1354
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1355
- * be used as the caller id in the PSTN call.
1356
- */
1357
- alternateCallerId?: string;
1358
- /**
1359
- * state to track the environment that the stateful client was made in is supported
1360
- */
1361
- environmentInfo?: EnvironmentInfo;
1362
1095
  }
1363
1096
 
1364
1097
  /**
@@ -1434,9 +1167,6 @@ export declare type CallCompositeIcons = {
1434
1167
  ParticipantItemScreenShareStart?: JSX.Element;
1435
1168
  VideoTileMicOff?: JSX.Element;
1436
1169
  LocalCameraSwitch?: JSX.Element;
1437
- PeoplePaneAddPerson?: JSX.Element;
1438
- PeoplePaneOpenDialpad?: JSX.Element;
1439
- DialpadStartCall?: JSX.Element;
1440
1170
  NoticePageInviteToRoomRemoved?: JSX.Element;
1441
1171
  BlurVideoBackground?: JSX.Element;
1442
1172
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1448,6 +1178,7 @@ export declare type CallCompositeIcons = {
1448
1178
  OverflowGalleryTop?: JSX.Element;
1449
1179
  LargeGalleryLayout?: JSX.Element;
1450
1180
  DefaultCustomButton?: JSX.Element;
1181
+ DtmfDialpadButton?: JSX.Element;
1451
1182
  };
1452
1183
 
1453
1184
  /**
@@ -1468,56 +1199,6 @@ export declare type CallCompositeOptions = {
1468
1199
  * @defaultValue true
1469
1200
  */
1470
1201
  callControls?: boolean | CallControlOptions;
1471
- /**
1472
- * Device permissions check options for your call.
1473
- * Here you can choose what device permissions you prompt the user for,
1474
- * as well as what device permissions must be accepted before starting a call.
1475
- */
1476
- deviceChecks?: DeviceCheckOptions;
1477
- /**
1478
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1479
- * unable to grant your site the required permissions for the call.
1480
- *
1481
- * @example
1482
- * ```ts
1483
- * onPermissionsTroubleshootingClick: () =>
1484
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1485
- * ```
1486
- *
1487
- * @remarks
1488
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1489
- */
1490
- onPermissionsTroubleshootingClick?: (permissionsState: {
1491
- camera: PermissionState;
1492
- microphone: PermissionState;
1493
- }) => void;
1494
- /**
1495
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1496
- * having network issues when connecting to the call.
1497
- *
1498
- * @example
1499
- * ```ts
1500
- * onNetworkingTroubleShootingClick?: () =>
1501
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1502
- * ```
1503
- *
1504
- * @remarks
1505
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1506
- */
1507
- onNetworkingTroubleShootingClick?: () => void;
1508
- /**
1509
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1510
- *
1511
- * @example
1512
- * ```ts
1513
- * onBrowserTroubleShootingClick?: () =>
1514
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1515
- * ```
1516
- *
1517
- * @remarks
1518
- * if this is not supplied, the composite will not show a unsupported browser page.
1519
- */
1520
- onEnvironmentInfoTroubleshootingClick?: () => void;
1521
1202
  /**
1522
1203
  * Remote participant video tile menu options
1523
1204
  */
@@ -1544,7 +1225,7 @@ export declare type CallCompositeOptions = {
1544
1225
  *
1545
1226
  * @public
1546
1227
  */
1547
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1228
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1548
1229
 
1549
1230
  /**
1550
1231
  * Props for {@link CallComposite}.
@@ -1790,74 +1471,10 @@ export declare interface CallCompositeStrings {
1790
1471
  * Label for SidePaneHeader dismiss button
1791
1472
  */
1792
1473
  dismissSidePaneButtonLabel?: string;
1793
- /**
1794
- * Side pane People section subheader.
1795
- */
1796
- peoplePaneSubTitle: string;
1797
- /**
1798
- * Label for button to copy invite link
1799
- */
1800
- copyInviteLinkButtonLabel: string;
1801
- /**
1802
- * Label for button to open dialpad
1803
- */
1804
- openDialpadButtonLabel: string;
1805
- /**
1806
- * Label for menu item to remove participant
1807
- */
1808
- removeMenuLabel: string;
1809
- /**
1810
- * Label for add people dropdown
1811
- */
1812
- peoplePaneAddPeopleButtonLabel: string;
1813
- /**
1814
- * Label for button to start a call
1815
- */
1816
- dialpadStartCallButtonLabel: string;
1817
- /**
1818
- * Title for dialpad Modal
1819
- */
1820
- dialpadModalTitle: string;
1821
- /**
1822
- * Aria Label for dialpad Modal
1823
- */
1824
- dialpadModalAriaLabel: string;
1825
- /**
1826
- * Aria Label for dialpad Modal close button
1827
- */
1828
- dialpadCloseModalButtonAriaLabel: string;
1829
1474
  /**
1830
1475
  * label for more button in the Calling composite
1831
1476
  */
1832
1477
  moreButtonCallingLabel: string;
1833
- /**
1834
- * Label for the resume call button on the hold pane
1835
- */
1836
- resumeCallButtonLabel: string;
1837
- /**
1838
- * Label for the resume call button on the hold pane when call is resuming
1839
- */
1840
- resumingCallButtonLabel: string;
1841
- /**
1842
- * Aria label for the resume call button on the hold pane
1843
- */
1844
- resumeCallButtonAriaLabel: string;
1845
- /**
1846
- * Aria label for the resume call button on the hold pane when call is resuming
1847
- */
1848
- resumingCallButtonAriaLabel: string;
1849
- /**
1850
- * Label for the hold pane
1851
- */
1852
- holdScreenLabel: string;
1853
- /**
1854
- * Placeholder text for dtmf dialpad
1855
- */
1856
- dtmfDialpadPlaceholderText: string;
1857
- /**
1858
- * Label for the button to open dtmf dialpad
1859
- */
1860
- openDtmfDialpadLabel: string;
1861
1478
  /**
1862
1479
  * aria label for when the invite link has been actioned
1863
1480
  */
@@ -1930,18 +1547,10 @@ export declare interface CallCompositeStrings {
1930
1547
  * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
1931
1548
  */
1932
1549
  notInvitedToRoomDetails?: string;
1933
- /**
1934
- * Control bar People button ToolTipContent
1935
- */
1936
- peopleButtonTooltipOpen: string;
1937
- /**
1938
- * Control bar People button ToolTipContent
1939
- */
1940
- peopleButtonTooltipClose: string;
1941
1550
  /**
1942
1551
  * Label disaplayed on the lobby screen during a 1:1 outbound call.
1943
1552
  */
1944
- outboundCallingNoticeString: string;
1553
+ outboundCallingNoticeString?: string;
1945
1554
  /**
1946
1555
  * Notice to be announced by narrator when a participant joins a call
1947
1556
  */
@@ -2086,38 +1695,6 @@ export declare interface CallCompositeStrings {
2086
1695
  * notice to be announced by narrator the transfer page is showing
2087
1696
  */
2088
1697
  transferPageNoticeString: string;
2089
- /**
2090
- * Title text of the page shown to the user when target participant could not be reached
2091
- */
2092
- participantCouldNotBeReachedTitle?: string;
2093
- /**
2094
- * More details text of the page shown to the user when target participant could not be reached
2095
- */
2096
- participantCouldNotBeReachedMoreDetails?: string;
2097
- /**
2098
- * Title text of the page shown to the user when permission to reach participant is not allowed
2099
- */
2100
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2101
- /**
2102
- * More details text of the page shown to the user when permission to reach participant is not allowed
2103
- */
2104
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2105
- /**
2106
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2107
- */
2108
- unableToResolveTenantTitle?: string;
2109
- /**
2110
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2111
- */
2112
- unableToResolveTenantMoreDetails?: string;
2113
- /**
2114
- * Title text of the page shown to the user when target participant id is malformed
2115
- */
2116
- participantIdIsMalformedTitle?: string;
2117
- /**
2118
- * More details text of the page shown to the user when target participant id is malformed
2119
- */
2120
- participantIdIsMalformedMoreDetails?: string;
2121
1698
  /**
2122
1699
  * Controls label to move the overflow gallery around
2123
1700
  */
@@ -2166,21 +1743,49 @@ export declare interface CallCompositeStrings {
2166
1743
  * String for title when the call times out because the remote user does not answer
2167
1744
  */
2168
1745
  callTimeoutTitle?: string;
1746
+ /**
1747
+ * String for title when the call times out when calling a bot.
1748
+ */
1749
+ callTimeoutBotTitle?: string;
2169
1750
  /**
2170
1751
  * String for more details when the call times out because the remote user does not answer
2171
1752
  */
2172
1753
  callTimeoutDetails?: string;
2173
- }
2174
-
2175
- /**
2176
- * Control bar display type for {@link CallComposite}.
2177
- *
2178
- * @public
2179
- */
2180
- export declare type CallControlDisplayType = 'default' | 'compact';
2181
-
2182
- /**
2183
- * Customization options for the control bar in calling experience.
1754
+ /**
1755
+ * String for more details when the call times out when calling a bot
1756
+ */
1757
+ callTimeoutBotDetails?: string;
1758
+ /**
1759
+ * Label for the control bar button to show the dtmf dialer when the more button is disabled
1760
+ */
1761
+ dtmfDialerButtonLabel?: string;
1762
+ /**
1763
+ * Tooltip for the control bar button to show the dtmf dialer when the more button is disabled
1764
+ */
1765
+ dtmfDialerButtonTooltipOn?: string;
1766
+ /**
1767
+ * Tooltip for the control bar button to hide the dtmf dialer when the more button is disabled
1768
+ */
1769
+ dtmfDialerButtonTooltipOff?: string;
1770
+ /**
1771
+ * Label to show the dtmf dialer in the more button menu
1772
+ */
1773
+ dtmfDialerMoreButtonLabelOn?: string;
1774
+ /**
1775
+ * Label to hide the dtmf dialer in the more button menu
1776
+ */
1777
+ dtmfDialerMoreButtonLabelOff?: string;
1778
+ }
1779
+
1780
+ /**
1781
+ * Control bar display type for {@link CallComposite}.
1782
+ *
1783
+ * @public
1784
+ */
1785
+ export declare type CallControlDisplayType = 'default' | 'compact';
1786
+
1787
+ /**
1788
+ * Customization options for the control bar in calling experience.
2184
1789
  *
2185
1790
  * @public
2186
1791
  */
@@ -2254,7 +1859,7 @@ export declare type CallErrors = {
2254
1859
  *
2255
1860
  * @public
2256
1861
  */
2257
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
1862
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects' | 'Call.setConstraints';
2258
1863
 
2259
1864
  /**
2260
1865
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2353,23 +1958,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2353
1958
  raisedHand?: RaisedHand;
2354
1959
  };
2355
1960
 
2356
- /**
2357
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2358
- *
2359
- * @remarks
2360
- * This is currently in beta and only supports calling one Teams User.
2361
- *
2362
- * @example
2363
- * ```
2364
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2365
- * ```
2366
- *
2367
- * @beta
2368
- */
2369
- export declare type CallParticipantsLocator = {
2370
- participantIds: string[];
2371
- };
2372
-
2373
1961
  /**
2374
1962
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2375
1963
  *
@@ -2386,7 +1974,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2386
1974
  */
2387
1975
  export declare interface CallProviderProps {
2388
1976
  children: React_2.ReactNode;
2389
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1977
+ call?: Call;
2390
1978
  }
2391
1979
 
2392
1980
  /**
@@ -2400,10 +1988,6 @@ export declare interface CallState {
2400
1988
  * Proxy of {@link @azure/communication-calling#Call.id}.
2401
1989
  */
2402
1990
  id: string;
2403
- /**
2404
- * Type of the call.
2405
- */
2406
- kind: CallKind;
2407
1991
  /**
2408
1992
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2409
1993
  */
@@ -2502,10 +2086,6 @@ export declare interface CallState {
2502
2086
  * Proxy of {@link @azure/communication-calling#Call.role}.
2503
2087
  */
2504
2088
  role?: ParticipantRole;
2505
- /**
2506
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2507
- */
2508
- totalParticipantCount?: number;
2509
2089
  /**
2510
2090
  * Transfer state of call
2511
2091
  */
@@ -2537,12 +2117,6 @@ export declare interface CallWithChatAdapterManagement {
2537
2117
  * @public
2538
2118
  */
2539
2119
  removeParticipant(userId: string): Promise<void>;
2540
- /**
2541
- * Remove a participant from the call.
2542
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2543
- * @beta
2544
- */
2545
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2546
2120
  /**
2547
2121
  * Join the call with microphone initially on/off.
2548
2122
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2611,9 +2185,9 @@ export declare interface CallWithChatAdapterManagement {
2611
2185
  /**
2612
2186
  * Start the call.
2613
2187
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2614
- * @beta
2188
+ * @public
2615
2189
  */
2616
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
2190
+ startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
2617
2191
  /**
2618
2192
  * Start sharing the screen during a call.
2619
2193
  *
@@ -2803,52 +2377,12 @@ export declare interface CallWithChatAdapterManagement {
2803
2377
  * @public
2804
2378
  */
2805
2379
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2806
- /** @beta */
2807
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2808
- /** @beta */
2809
- registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
2810
- /** @beta */
2811
- clearFileUploads: () => void;
2812
- /** @beta */
2813
- cancelFileUpload: (id: string) => void;
2814
- /** @beta */
2815
- updateFileUploadProgress: (id: string, progress: number) => void;
2816
- /** @beta */
2817
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2818
- /** @beta */
2819
- updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
2820
- downloadAttachments: (options: {
2821
- attachmentUrls: Record<string, string>;
2822
- }) => Promise<AttachmentDownloadResult[]>;
2823
- /**
2824
- * Puts the Call in a Localhold.
2825
- *
2826
- * @beta
2827
- */
2828
- holdCall: () => Promise<void>;
2829
- /**
2830
- * Resumes the call from a LocalHold state.
2831
- *
2832
- * @beta
2833
- */
2834
- resumeCall: () => Promise<void>;
2835
- /**
2836
- * Adds a new Participant to the call.
2837
- *
2838
- * @beta
2839
- */
2840
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2841
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2842
2380
  /**
2843
2381
  * send dtmf tone to another participant in the call in 1:1 calls
2844
2382
  *
2845
- * @beta
2383
+ * @public
2846
2384
  */
2847
2385
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2848
- /**
2849
- * Continues into a call when the browser version is not supported.
2850
- */
2851
- allowUnsupportedBrowserVersion(): void;
2852
2386
  /**
2853
2387
  * Function to Start captions
2854
2388
  * @param options - options for start captions
@@ -2978,22 +2512,6 @@ export declare interface CallWithChatAdapterUiState {
2978
2512
  * @public
2979
2513
  */
2980
2514
  page: CallCompositePage;
2981
- /**
2982
- * Files being uploaded by a user in the current thread.
2983
- * Should be set to null once the upload is complete.
2984
- * Array of type {@link FileUploadsUiState}
2985
- *
2986
- * @beta
2987
- */
2988
- fileUploads?: FileUploadsUiState;
2989
- /**
2990
- * State to track whether the end user has opted in to using a
2991
- * out of date version of a supported browser. Allows the user
2992
- * to start a call in this state.
2993
- *
2994
- * @beta
2995
- */
2996
- unsupportedBrowserVersionsAllowed?: boolean;
2997
2515
  }
2998
2516
 
2999
2517
  /**
@@ -3018,10 +2536,6 @@ export declare interface CallWithChatClientState {
3018
2536
  devices: DeviceManagerState;
3019
2537
  /** State of whether the active call is a Teams interop call */
3020
2538
  isTeamsCall: boolean;
3021
- /** alternateCallerId for PSTN call */
3022
- alternateCallerId?: string | undefined;
3023
- /** Environment information for system adapter is made on */
3024
- environmentInfo?: EnvironmentInfo;
3025
2539
  /** Default set of background images for background replacement effect */
3026
2540
  videoBackgroundImages?: VideoBackgroundImage[];
3027
2541
  /** Dependency to be injected for video background effects */
@@ -3096,10 +2610,8 @@ export declare type CallWithChatCompositeIcons = {
3096
2610
  ParticipantItemScreenShareStart?: JSX.Element;
3097
2611
  VideoTileMicOff?: JSX.Element;
3098
2612
  LocalCameraSwitch?: JSX.Element;
3099
- PeoplePaneAddPerson?: JSX.Element;
3100
- PeoplePaneOpenDialpad?: JSX.Element;
3101
- DialpadStartCall?: JSX.Element;
3102
2613
  DefaultCustomButton?: JSX.Element;
2614
+ DtmfDialpadButton?: JSX.Element;
3103
2615
  EditBoxCancel?: JSX.Element;
3104
2616
  EditBoxSubmit?: JSX.Element;
3105
2617
  MessageDelivered?: JSX.Element;
@@ -3126,62 +2638,6 @@ export declare type CallWithChatCompositeOptions = {
3126
2638
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3127
2639
  */
3128
2640
  callControls?: boolean | CallWithChatControlOptions;
3129
- /**
3130
- * Properties for configuring the File Sharing feature.
3131
- * If undefined, file sharing feature will be disabled.
3132
- * @beta
3133
- */
3134
- fileSharing?: FileSharingOptions;
3135
- /**
3136
- * Device permissions check options for your call.
3137
- * Here you can choose what device permissions you prompt the user for,
3138
- * as well as what device permissions must be accepted before starting a call.
3139
- */
3140
- deviceChecks?: DeviceCheckOptions;
3141
- /**
3142
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3143
- * unable to grant your site the required permissions for the call.
3144
- *
3145
- * @example
3146
- * ```ts
3147
- * onPermissionsTroubleshootingClick: () =>
3148
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3149
- * ```
3150
- *
3151
- * @remarks
3152
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3153
- */
3154
- onPermissionsTroubleshootingClick?: (permissionsState: {
3155
- camera: PermissionState;
3156
- microphone: PermissionState;
3157
- }) => void;
3158
- /**
3159
- * Optional callback to supply users with further troubleshooting steps for network issues
3160
- * experienced when connecting to a call.
3161
- *
3162
- * @example
3163
- * ```ts
3164
- * onNetworkingTroubleShootingClick?: () =>
3165
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3166
- * ```
3167
- *
3168
- * @remarks
3169
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3170
- */
3171
- onNetworkingTroubleShootingClick?: () => void;
3172
- /**
3173
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3174
- *
3175
- * @example
3176
- * ```ts
3177
- * onBrowserTroubleShootingClick?: () =>
3178
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3179
- * ```
3180
- *
3181
- * @remarks
3182
- * if this is not supplied, the composite will not show a unsupported browser page.
3183
- */
3184
- onEnvironmentInfoTroubleshootingClick?: () => void;
3185
2641
  /**
3186
2642
  * Remote participant video tile menu options
3187
2643
  */
@@ -3352,10 +2808,6 @@ export declare interface CallWithChatCompositeStrings {
3352
2808
  * Label for button to copy invite link
3353
2809
  */
3354
2810
  copyInviteLinkButtonLabel: string;
3355
- /**
3356
- * Label for button to open dialpad
3357
- */
3358
- openDialpadButtonLabel: string;
3359
2811
  /**
3360
2812
  * Label for SidePaneHeader dismiss button
3361
2813
  */
@@ -3368,34 +2820,6 @@ export declare interface CallWithChatCompositeStrings {
3368
2820
  * Aria label string for return to call back button
3369
2821
  */
3370
2822
  returnToCallButtonAriaLabel?: string;
3371
- /**
3372
- * Label for add people dropdown
3373
- */
3374
- peoplePaneAddPeopleButtonLabel: string;
3375
- /**
3376
- * Label for button to start a call
3377
- */
3378
- dialpadStartCallButtonLabel: string;
3379
- /**
3380
- * Title for dialpad Modal
3381
- */
3382
- dialpadModalTitle: string;
3383
- /**
3384
- * Aria Label for dialpad Modal
3385
- */
3386
- dialpadModalAriaLabel: string;
3387
- /**
3388
- * Aria Label for dialpad Modal close button
3389
- */
3390
- dialpadCloseModalButtonAriaLabel: string;
3391
- /**
3392
- * Placeholder text for dtmf dialpad
3393
- */
3394
- dtmfDialpadPlaceholderText: string;
3395
- /**
3396
- * Label for the button to open dtmf dialpad
3397
- */
3398
- openDtmfDialpadLabel: string;
3399
2823
  /**
3400
2824
  * aria label for when the invite link has been actioned
3401
2825
  */
@@ -3412,9 +2836,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3412
2836
  * Show or hide the chat button in the call-with-chat composite control bar.
3413
2837
  * @defaultValue true
3414
2838
  */
3415
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3416
- disabled: boolean;
3417
- };
2839
+ chatButton?: boolean;
3418
2840
  }
3419
2841
 
3420
2842
  /**
@@ -3424,35 +2846,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3424
2846
  */
3425
2847
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
3426
2848
 
3427
- /**
3428
- * @beta
3429
- *
3430
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3431
- * by their browsers settings.
3432
- */
3433
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3434
-
3435
- /**
3436
- * @beta
3437
- * Props for CameraAndMicrophoneSitePermissions component.
3438
- */
3439
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3440
- /** Icon name for the camera icon */
3441
- cameraIconName?: string;
3442
- /** Icon name for the microphone icon */
3443
- microphoneIconName?: string;
3444
- /** Icon name for the central icon between the camera and microphone icons */
3445
- connectorIconName?: string;
3446
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3447
- strings?: CameraAndMicrophoneSitePermissionsStrings;
3448
- }
3449
-
3450
- /**
3451
- * @beta
3452
- * Strings for CameraAndMicrophoneSitePermissions component.
3453
- */
3454
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3455
-
3456
2849
  /**
3457
2850
  * A button to turn camera on / off.
3458
2851
  *
@@ -3609,31 +3002,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3609
3002
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3610
3003
  }
3611
3004
 
3612
- /**
3613
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3614
- * by their browsers settings.
3615
- *
3616
- * @beta
3617
- */
3618
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3619
-
3620
- /**
3621
- * @beta
3622
- * Props for CameraSitePermissions component.
3623
- */
3624
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3625
- /** Icon name for the camera icon */
3626
- cameraIconName?: string;
3627
- /** Strings for use with the {@link CameraSitePermissions} */
3628
- strings?: CameraSitePermissionsStrings;
3629
- }
3630
-
3631
- /**
3632
- * @beta
3633
- * Strings for CameraSitePermissions component.
3634
- */
3635
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3636
-
3637
3005
  /**
3638
3006
  * @public
3639
3007
  * Callback function run when a message edit is cancelled.
@@ -3839,7 +3207,7 @@ export declare type CaptionsReceivedListener = (event: {
3839
3207
  *
3840
3208
  * @public
3841
3209
  */
3842
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers & /* @conditional-compile-remove(file-sharing) */ FileUploadAdapter;
3210
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
3843
3211
 
3844
3212
  /**
3845
3213
  * {@link ChatAdapter} state.
@@ -3963,9 +3331,7 @@ export declare interface ChatAdapterThreadManagement {
3963
3331
  /**
3964
3332
  * Update a message content.
3965
3333
  */
3966
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, /* @conditional-compile-remove(file-sharing) */ options?: {
3967
- attachmentMetadata?: AttachmentMetadata[];
3968
- }): Promise<void>;
3334
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3969
3335
  /**
3970
3336
  * Delete a message in the thread.
3971
3337
  */
@@ -3978,9 +3344,6 @@ export declare interface ChatAdapterThreadManagement {
3978
3344
  *
3979
3345
  */
3980
3346
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3981
- downloadAttachments: (options: {
3982
- attachmentUrls: Record<string, string>;
3983
- }) => Promise<AttachmentDownloadResult[]>;
3984
3347
  }
3985
3348
 
3986
3349
  /**
@@ -3990,21 +3353,8 @@ export declare interface ChatAdapterThreadManagement {
3990
3353
  */
3991
3354
  export declare type ChatAdapterUiState = {
3992
3355
  error?: Error;
3993
- /**
3994
- * Files being uploaded by a user in the current thread.
3995
- * Should be set to null once the upload is complete.
3996
- * Array of type {@link FileUploadsUiState}
3997
- * @beta
3998
- */
3999
- fileUploads?: FileUploadsUiState;
4000
3356
  };
4001
3357
 
4002
- /**
4003
- * Represents the type of attachment
4004
- * @beta
4005
- */
4006
- export declare type ChatAttachmentType = 'unknown' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | /* @conditional-compile-remove(file-sharing) */ 'file';
4007
-
4008
3358
  /**
4009
3359
  * Common props for selectors for {@link ChatClientState}.
4010
3360
  *
@@ -4105,7 +3455,6 @@ export declare type ChatCompositeIcons = {
4105
3455
  ParticipantItemOptionsHovered?: JSX.Element;
4106
3456
  SendBoxSend?: JSX.Element;
4107
3457
  SendBoxSendHovered?: JSX.Element;
4108
- SendBoxAttachFile?: JSX.Element;
4109
3458
  };
4110
3459
 
4111
3460
  /**
@@ -4120,13 +3469,6 @@ export declare type ChatCompositeOptions = {
4120
3469
  * @defaultValue true
4121
3470
  */
4122
3471
  errorBar?: boolean;
4123
- /**
4124
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4125
- * @defaultValue false
4126
- *
4127
- * @beta
4128
- */
4129
- participantPane?: boolean;
4130
3472
  /**
4131
3473
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4132
3474
  * @defaultValue true
@@ -4137,12 +3479,6 @@ export declare type ChatCompositeOptions = {
4137
3479
  * When undefined nothing has focus on render
4138
3480
  */
4139
3481
  autoFocus?: 'sendBoxTextField';
4140
- /**
4141
- * Properties for configuring the File Sharing feature.
4142
- * If undefined, file sharing feature will be disabled.
4143
- * @beta
4144
- */
4145
- fileSharing?: FileSharingOptions;
4146
3482
  };
4147
3483
 
4148
3484
  /**
@@ -4170,12 +3506,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4170
3506
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4171
3507
  */
4172
3508
  options?: ChatCompositeOptions;
4173
- /**
4174
- * Optimizes the composite form factor for either desktop or mobile.
4175
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4176
- * @defaultValue 'desktop'
4177
- */
4178
- formFactor?: 'desktop' | 'mobile';
4179
3509
  }
4180
3510
 
4181
3511
  /**
@@ -4190,10 +3520,6 @@ export declare interface ChatCompositeStrings {
4190
3520
  * Chat list header text
4191
3521
  */
4192
3522
  chatListHeader: string;
4193
- /**
4194
- * Upload File Button text
4195
- */
4196
- uploadFile: string;
4197
3523
  }
4198
3524
 
4199
3525
  /**
@@ -4242,7 +3568,7 @@ export declare type ChatErrors = {
4242
3568
  *
4243
3569
  * @public
4244
3570
  */
4245
- export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic';
3571
+ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | 'ChatThreadClient.updateTopic';
4246
3572
 
4247
3573
  /**
4248
3574
  * Object containing all the handlers required for chat components.
@@ -4259,10 +3585,7 @@ export declare type ChatHandlers = {
4259
3585
  onRemoveParticipant: (userId: string) => Promise<void>;
4260
3586
  updateThreadTopicName: (topicName: string) => Promise<void>;
4261
3587
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4262
- onUpdateMessage: (messageId: string, content: string, /* @conditional-compile-remove(file-sharing) */ options?: {
4263
- metadata?: Record<string, string>;
4264
- attachmentMetadata?: AttachmentMetadata[];
4265
- }) => Promise<void>;
3588
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4266
3589
  onDeleteMessage: (messageId: string) => Promise<void>;
4267
3590
  };
4268
3591
 
@@ -4289,18 +3612,6 @@ export declare interface ChatMessage extends MessageCommon {
4289
3612
  * {@link @azure/communication-chat#ChatMessage.metadata}
4290
3613
  */
4291
3614
  metadata?: Record<string, string>;
4292
- /**
4293
- * @beta
4294
- * A list of file attachments for the message.
4295
- * {@link FileMetadata}
4296
- */
4297
- files?: FileMetadata[];
4298
- /**
4299
- * @beta
4300
- * A list of inline images embedded in the message.
4301
- * {@link InlineImageMetadata}
4302
- */
4303
- inlineImages?: InlineImageMetadata[];
4304
3615
  }
4305
3616
 
4306
3617
  /**
@@ -4314,8 +3625,6 @@ export declare interface ChatMessage extends MessageCommon {
4314
3625
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4315
3626
  clientMessageId?: string;
4316
3627
  status: MessageStatus;
4317
- policyViolation?: boolean;
4318
- resourceCache?: Record<string, string>;
4319
3628
  };
4320
3629
 
4321
3630
  /**
@@ -4335,26 +3644,6 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
4335
3644
  */
4336
3645
  export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
4337
3646
 
4338
- /**
4339
- * Custom Fluent theme palette used by chat related components in this library.
4340
- *
4341
- * @beta
4342
- */
4343
- export declare interface ChatTheme {
4344
- /**
4345
- * Custom Fluent theme palette used by chat related components in this library.
4346
- *
4347
- * @beta
4348
- */
4349
- chatPalette: {
4350
- modalOverlayBlack: string;
4351
- modalTitleWhite: string;
4352
- modalButtonBackground: string;
4353
- modalButtonBackgroundHover: string;
4354
- modalButtonBackgroundActive: string;
4355
- };
4356
- }
4357
-
4358
3647
  /**
4359
3648
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
4360
3649
  *
@@ -4483,9 +3772,9 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
4483
3772
  /**
4484
3773
  * Start the call.
4485
3774
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4486
- * @beta
3775
+ * @public
4487
3776
  */
4488
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
3777
+ startCall(participants: StartCallIdentifier[], options?: StartCallOptions): void;
4489
3778
  }
4490
3779
 
4491
3780
  /**
@@ -4501,12 +3790,6 @@ export declare type CommonCallAdapterOptions = {
4501
3790
  videoBackgroundImages?: VideoBackgroundImage[];
4502
3791
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
4503
3792
  };
4504
- /**
4505
- * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4506
- * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4507
- * and would not be updated again within the lifecycle of adapter.
4508
- */
4509
- onFetchProfile?: OnFetchProfileCallback;
4510
3793
  /**
4511
3794
  * Sounds to use for calling events
4512
3795
  */
@@ -4533,9 +3816,7 @@ export declare type CommonCallControlOptions = {
4533
3816
  * Show or Hide Camera Button during a call
4534
3817
  * @defaultValue true
4535
3818
  */
4536
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4537
- disabled: boolean;
4538
- };
3819
+ cameraButton?: boolean;
4539
3820
  /**
4540
3821
  * Show or Hide EndCall button during a call.
4541
3822
  * @defaultValue true
@@ -4545,16 +3826,12 @@ export declare type CommonCallControlOptions = {
4545
3826
  * Show or Hide Microphone button during a call.
4546
3827
  * @defaultValue true
4547
3828
  */
4548
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4549
- disabled: boolean;
4550
- };
3829
+ microphoneButton?: boolean;
4551
3830
  /**
4552
3831
  * Show or Hide Devices button during a call.
4553
3832
  * @defaultValue true
4554
3833
  */
4555
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4556
- disabled: boolean;
4557
- };
3834
+ devicesButton?: boolean;
4558
3835
  /**
4559
3836
  * Show, Hide or Disable participants button during a call.
4560
3837
  * @defaultValue true
@@ -4585,14 +3862,15 @@ export declare type CommonCallControlOptions = {
4585
3862
  * Inject custom buttons in the call controls.
4586
3863
  */
4587
3864
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4588
- holdButton?: boolean | {
4589
- disabled: boolean;
4590
- };
4591
3865
  /**
4592
3866
  * Show or hide the people button in the composite control bar.
4593
3867
  * @defaultValue true
4594
3868
  */
4595
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3869
+ peopleButton?: boolean;
3870
+ /**
3871
+ * Show or hide the dialpad button in the composite control bar.
3872
+ */
3873
+ dtmfDialerButton?: boolean | {
4596
3874
  disabled: boolean;
4597
3875
  };
4598
3876
  };
@@ -4619,9 +3897,6 @@ export declare interface CommonCallingHandlers {
4619
3897
  onRaiseHand: () => Promise<void>;
4620
3898
  onLowerHand: () => Promise<void>;
4621
3899
  onToggleRaiseHand: () => Promise<void>;
4622
- onToggleHold: () => Promise<void>;
4623
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4624
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4625
3900
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4626
3901
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4627
3902
  /**
@@ -4633,8 +3908,6 @@ export declare interface CommonCallingHandlers {
4633
3908
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4634
3909
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4635
3910
  onRemoveParticipant(userId: string): Promise<void>;
4636
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4637
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4638
3911
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
4639
3912
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4640
3913
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4654,39 +3927,6 @@ export declare type CommonProperties<A, B> = {
4654
3927
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4655
3928
  }[keyof A & keyof B];
4656
3929
 
4657
- /**
4658
- * @beta
4659
- * Props for SitePermissions components.
4660
- */
4661
- export declare interface CommonSitePermissionsProps {
4662
- /**
4663
- * Name of application calling experience is in.
4664
- */
4665
- appName: string;
4666
- /**
4667
- * Kind of the Site Permissions component.
4668
- */
4669
- kind: 'request' | 'denied' | 'check';
4670
- /**
4671
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4672
- */
4673
- browserHint?: 'safari' | 'unset';
4674
- /**
4675
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
4676
- * If this is not provided the button will not be shown.
4677
- */
4678
- onTroubleshootingClick?: () => void;
4679
- /**
4680
- * Action that is taken when the user clicks the continue anyway button.
4681
- * If this is not provided the button will not be shown.
4682
- */
4683
- onContinueAnywayClick?: () => void;
4684
- /**
4685
- * Styles for SitePermissions component.
4686
- */
4687
- styles?: SitePermissionsStyles;
4688
- }
4689
-
4690
3930
  /**
4691
3931
  * A Chat or Calling participant's state, as reflected in the UI.
4692
3932
  *
@@ -4863,11 +4103,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
4863
4103
  export declare interface ComponentLocale {
4864
4104
  /** Strings for components */
4865
4105
  strings: ComponentStrings;
4866
- /**
4867
- * Optional function to provide customized date format.
4868
- * @beta
4869
- */
4870
- onDisplayDateTimeString?: (messageDate: Date) => string;
4871
4106
  }
4872
4107
 
4873
4108
  /**
@@ -4913,10 +4148,6 @@ export declare interface ComponentStrings {
4913
4148
  typingIndicator: TypingIndicatorStrings;
4914
4149
  /** Strings for SendBox */
4915
4150
  sendBox: SendBoxStrings;
4916
- /** Strings for MentionPopover */
4917
- mentionPopover: MentionPopoverStrings;
4918
- /** Strings for ImageGallery */
4919
- imageGallery: ImageGalleryStrings;
4920
4151
  /** Strings for MessageStatusIndicator */
4921
4152
  messageStatusIndicator: MessageStatusIndicatorStrings;
4922
4153
  /** Strings for ErroBar */
@@ -4925,50 +4156,10 @@ export declare interface ComponentStrings {
4925
4156
  videoGallery: VideoGalleryStrings;
4926
4157
  /** Strings for Dialpad */
4927
4158
  dialpad: DialpadStrings;
4928
- /** Strings for VideoTile */
4929
- videoTile: VideoTileStrings;
4930
- /** Strings for HoldButton */
4931
- holdButton: HoldButtonStrings;
4932
- /** Strings for a site's permission request prompt */
4933
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
4934
- /** Strings for a site's permission request prompt */
4935
- CameraSitePermissionsRequest: SitePermissionsStrings;
4936
- /** Strings for a site's permission request prompt */
4937
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
4938
- /** Strings for a site's permission generic checking prompt */
4939
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
4940
- /** Strings for a site's permission generic checking prompt */
4941
- CameraSitePermissionsCheck: SitePermissionsStrings;
4942
- /** Strings for a site's permission generic checking prompt */
4943
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
4944
- /** Strings for a site's permission denied prompt */
4945
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
4946
- /** Strings for a site's permission denied prompt for safari browsers*/
4947
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4948
- /** Strings for a site's permission denied prompt */
4949
- CameraSitePermissionsDenied: SitePermissionsStrings;
4950
- /** Strings for a site's permission denied prompt */
4951
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
4952
- /** Strings for a site's permission denied prompt for safari browsers*/
4953
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
4954
- /** Strings for a site's permission denied prompt for safari browsers*/
4955
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4956
- /** Strings for unsupported browser UI */
4957
- UnsupportedBrowser: UnsupportedBrowserStrings;
4958
- /** Strings for unsupported browser version UI */
4959
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
4960
- /** Strings for unsupported browser version UI */
4961
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
4962
- /** Strings for BrowserPemissionDenied */
4963
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
4964
- /** Strings for BrowserPemissionDeniedIOS */
4965
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
4966
4159
  /**
4967
4160
  * Strings for the VerticalGallery.
4968
4161
  */
4969
4162
  verticalGallery: VerticalGalleryStrings;
4970
- /** Strings for the participant list component */
4971
- ParticipantList: ParticipantListStrings;
4972
4163
  }
4973
4164
 
4974
4165
  /**
@@ -5331,7 +4522,28 @@ export declare interface ControlBarProps {
5331
4522
  *
5332
4523
  * @public
5333
4524
  */
5334
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4525
+ export declare function createAzureCommunicationCallAdapter(args: AzureCommunicationCallAdapterArgs): Promise<CallAdapter>;
4526
+
4527
+ /**
4528
+ * Create a {@link CallAdapter} backed by Azure Communication Services.
4529
+ *
4530
+ * This is the default implementation of {@link CallAdapter} provided by this library.
4531
+ *
4532
+ * Note: `displayName` can be a maximum of 256 characters.
4533
+ *
4534
+ * @public
4535
+ */
4536
+ export declare function createAzureCommunicationCallAdapter(args: AzureCommunicationOutboundCallAdapterArgs): Promise<CallAdapter>;
4537
+
4538
+ /**
4539
+ * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
4540
+ *
4541
+ * Useful if you want to keep a reference to {@link StatefulCallClient}.
4542
+ * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
4543
+ *
4544
+ * @public
4545
+ */
4546
+ export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, targetCallees: StartCallIdentifier[], /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions): Promise<CallAdapter>;
5335
4547
 
5336
4548
  /**
5337
4549
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -5341,7 +4553,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
5341
4553
  *
5342
4554
  * @public
5343
4555
  */
5344
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4556
+ export declare function createAzureCommunicationCallAdapterFromClient(callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions): Promise<CallAdapter>;
5345
4557
 
5346
4558
  /**
5347
4559
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -5349,7 +4561,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
5349
4561
  *
5350
4562
  * @public
5351
4563
  */
5352
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4564
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5353
4565
 
5354
4566
  /**
5355
4567
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5360,7 +4572,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
5360
4572
  *
5361
4573
  * @public
5362
4574
  */
5363
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4575
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5364
4576
 
5365
4577
  /**
5366
4578
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -5379,9 +4591,7 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
5379
4591
  *
5380
4592
  * @public
5381
4593
  */
5382
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ options?: {
5383
- credential?: CommunicationTokenCredential;
5384
- }): Promise<ChatAdapter>;
4594
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5385
4595
 
5386
4596
  /**
5387
4597
  * Type of {@link createDefaultCallingHandlers}.
@@ -5412,18 +4622,6 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5412
4622
  */
5413
4623
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5414
4624
 
5415
- /**
5416
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5417
- *
5418
- * Useful when implementing a custom component that utilizes the providers
5419
- * exported from this library.
5420
- *
5421
- * @beta
5422
- */
5423
- export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall, options?: {
5424
- onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
5425
- }) => never | TeamsCallingHandlers;
5426
-
5427
4625
  /**
5428
4626
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5429
4627
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -5449,21 +4647,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5449
4647
  */
5450
4648
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
5451
4649
 
5452
- /**
5453
- * @beta
5454
- */
5455
- export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5456
-
5457
- /**
5458
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5459
- *
5460
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
5461
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5462
- *
5463
- * @beta
5464
- */
5465
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
5466
-
5467
4650
  /**
5468
4651
  * Object returned after creating a local or remote VideoStream.
5469
4652
  * This contains helper functions to manipulate the render of the stream.
@@ -5514,13 +4697,6 @@ export declare type CustomAvatarOptions = {
5514
4697
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5515
4698
  /** Display name to be used in Persona */
5516
4699
  text?: string;
5517
- /** State for the participant to be displayed in the defaultPlaceHolder */
5518
- participantState?: ParticipantState;
5519
- /**
5520
- * If true, show the special coin for unknown persona.
5521
- * It has '?' in place of initials, with static font and background colors
5522
- */
5523
- showUnknownPersonaCoin?: boolean;
5524
4700
  };
5525
4701
 
5526
4702
  /**
@@ -5646,19 +4822,7 @@ export declare interface CustomMessage extends MessageCommon {
5646
4822
  *
5647
4823
  * @public
5648
4824
  */
5649
- export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5650
-
5651
- /**
5652
- * @beta
5653
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5654
- */
5655
- export declare type DeclarativeCallAgent = CallAgent & /* @conditional-compile-remove(one-to-n-calling) */ IncomingCallManagement;
5656
-
5657
- /**
5658
- * @beta
5659
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
5660
- */
5661
- export declare type DeclarativeIncomingCall = IncomingCall;
4825
+ export declare const darkTheme: PartialTheme & CallingTheme;
5662
4826
 
5663
4827
  /**
5664
4828
  * The default set of icons that are available to use in the UI components.
@@ -5683,9 +4847,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5683
4847
  ControlButtonLowerHand: React_2.JSX.Element;
5684
4848
  RaiseHandContextualMenuItem: React_2.JSX.Element;
5685
4849
  LowerHandContextualMenuItem: React_2.JSX.Element;
5686
- CancelFileUpload: React_2.JSX.Element;
5687
- DownloadFile: React_2.JSX.Element;
5688
- DataLossPreventionProhibited: React_2.JSX.Element;
5689
4850
  EditBoxCancel: React_2.JSX.Element;
5690
4851
  EditBoxSubmit: React_2.JSX.Element;
5691
4852
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -5718,20 +4879,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5718
4879
  ParticipantItemOptions: React_2.JSX.Element;
5719
4880
  ParticipantItemOptionsHovered: React_2.JSX.Element;
5720
4881
  ParticipantItemScreenShareStart: React_2.JSX.Element;
5721
- HoldCallContextualMenuItem: React_2.JSX.Element;
5722
- HoldCallButton: React_2.JSX.Element;
5723
- ResumeCall: React_2.JSX.Element;
5724
4882
  SendBoxSend: React_2.JSX.Element;
5725
4883
  SendBoxSendHovered: React_2.JSX.Element;
5726
4884
  VideoTileMicOff: React_2.JSX.Element;
5727
4885
  DialpadBackspace: React_2.JSX.Element;
5728
- SitePermissionsSparkle: React_2.JSX.Element;
5729
- SitePermissionCamera: React_2.JSX.Element;
5730
- SitePermissionMic: React_2.JSX.Element;
5731
- SitePermissionCameraDenied: React_2.JSX.Element;
5732
- SitePermissionMicDenied: React_2.JSX.Element;
5733
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
5734
- BrowserPermissionDeniedError: React_2.JSX.Element;
5735
4886
  VideoTilePinned: React_2.JSX.Element;
5736
4887
  VideoTileMoreOptions: React_2.JSX.Element;
5737
4888
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5774,7 +4925,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5774
4925
  ParticipantItemOptionsHovered: JSX.Element;
5775
4926
  SendBoxSend: JSX.Element;
5776
4927
  SendBoxSendHovered: JSX.Element;
5777
- SendBoxAttachFile?: JSX.Element | undefined;
5778
4928
  ControlBarPeopleButton?: JSX.Element | undefined;
5779
4929
  ControlButtonCameraOff: JSX.Element;
5780
4930
  ControlButtonCameraOn: JSX.Element;
@@ -5829,9 +4979,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5829
4979
  ParticipantItemScreenShareStart: JSX.Element;
5830
4980
  VideoTileMicOff: JSX.Element;
5831
4981
  LocalCameraSwitch?: JSX.Element | undefined;
5832
- PeoplePaneAddPerson?: JSX.Element | undefined;
5833
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
5834
- DialpadStartCall?: JSX.Element | undefined;
5835
4982
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
5836
4983
  BlurVideoBackground?: JSX.Element | undefined;
5837
4984
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -5843,6 +4990,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5843
4990
  OverflowGalleryTop?: JSX.Element | undefined;
5844
4991
  LargeGalleryLayout?: JSX.Element | undefined;
5845
4992
  DefaultCustomButton?: JSX.Element | undefined;
4993
+ DtmfDialpadButton?: JSX.Element | undefined;
5846
4994
  ChevronLeft?: JSX.Element | undefined;
5847
4995
  ControlBarChatButtonActive?: JSX.Element | undefined;
5848
4996
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -5852,25 +5000,13 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5852
5000
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
5853
5001
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
5854
5002
  MoreDrawerSpeakers?: JSX.Element | undefined;
5003
+ SendBoxAttachFile?: JSX.Element | undefined;
5855
5004
  ChatMessageOptions: React_2.JSX.Element;
5856
5005
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5857
- CancelFileUpload: React_2.JSX.Element;
5858
- DownloadFile: React_2.JSX.Element;
5859
- DataLossPreventionProhibited: React_2.JSX.Element;
5860
5006
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
5861
5007
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
5862
5008
  MessageResend: React_2.JSX.Element;
5863
- HoldCallContextualMenuItem: React_2.JSX.Element;
5864
- HoldCallButton: React_2.JSX.Element;
5865
- ResumeCall: React_2.JSX.Element;
5866
5009
  DialpadBackspace: React_2.JSX.Element;
5867
- SitePermissionsSparkle: React_2.JSX.Element;
5868
- SitePermissionCamera: React_2.JSX.Element;
5869
- SitePermissionMic: React_2.JSX.Element;
5870
- SitePermissionCameraDenied: React_2.JSX.Element;
5871
- SitePermissionMicDenied: React_2.JSX.Element;
5872
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
5873
- BrowserPermissionDeniedError: React_2.JSX.Element;
5874
5010
  VideoTilePinned: React_2.JSX.Element;
5875
5011
  VideoTileMoreOptions: React_2.JSX.Element;
5876
5012
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5895,29 +5031,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5895
5031
  ContextMenuSpeakerIcon: React_2.JSX.Element;
5896
5032
  };
5897
5033
 
5898
- /**
5899
- * Device Checks.
5900
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
5901
- *
5902
- * @beta
5903
- */
5904
- export declare interface DeviceCheckOptions {
5905
- /**
5906
- * Camera Permission prompts for your call.
5907
- * 'required' - requires the permission to be allowed before permitting the user join the call.
5908
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5909
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5910
- */
5911
- camera: 'required' | 'optional' | 'doNotPrompt';
5912
- /**
5913
- * Microphone permission prompts for your call.
5914
- * 'required' - requires the permission to be allowed before permitting the user join the call.
5915
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5916
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5917
- */
5918
- microphone: 'required' | 'optional' | 'doNotPrompt';
5919
- }
5920
-
5921
5034
  /**
5922
5035
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
5923
5036
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -6140,20 +5253,20 @@ export declare interface DiagnosticsCallFeatureState {
6140
5253
  * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6141
5254
  * It will return empty component for stable builds
6142
5255
  *
6143
- * @beta
5256
+ * @public
6144
5257
  */
6145
5258
  export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6146
5259
 
6147
5260
  /**
6148
5261
  * Modes of the dialpad component.
6149
- * @beta
5262
+ * @public
6150
5263
  */
6151
5264
  export declare type DialpadMode = 'dtmf' | 'dialer';
6152
5265
 
6153
5266
  /**
6154
5267
  * Props for {@link Dialpad} component.
6155
5268
  *
6156
- * @beta
5269
+ * @public
6157
5270
  */
6158
5271
  export declare interface DialpadProps {
6159
5272
  strings?: DialpadStrings;
@@ -6202,7 +5315,7 @@ export declare interface DialpadProps {
6202
5315
  /**
6203
5316
  * Strings of {@link Dialpad} that can be overridden.
6204
5317
  *
6205
- * @beta
5318
+ * @public
6206
5319
  */
6207
5320
  export declare interface DialpadStrings {
6208
5321
  placeholderText: string;
@@ -6212,7 +5325,7 @@ export declare interface DialpadStrings {
6212
5325
  /**
6213
5326
  * Styles for {@link Dialpad} component.
6214
5327
  *
6215
- * @beta
5328
+ * @public
6216
5329
  */
6217
5330
  export declare interface DialpadStyles {
6218
5331
  root?: IStyle;
@@ -6247,7 +5360,7 @@ export { Disposable_2 as Disposable }
6247
5360
  /**
6248
5361
  * DTMF tone for PSTN calls.
6249
5362
  *
6250
- * @beta
5363
+ * @public
6251
5364
  */
6252
5365
  export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6253
5366
 
@@ -6504,206 +5617,6 @@ export declare interface ErrorBarStrings {
6504
5617
  */
6505
5618
  export declare type ErrorType = keyof ErrorBarStrings;
6506
5619
 
6507
- /**
6508
- * @beta
6509
- * A file download error returned via a {@link FileDownloadHandler}.
6510
- * This error message is used to render an error message in the UI.
6511
- */
6512
- export declare interface FileDownloadError {
6513
- /** The error message to display in the UI */
6514
- errorMessage: string;
6515
- }
6516
-
6517
- /**
6518
- * @beta
6519
- *
6520
- * A callback function for handling file downloads.
6521
- * The function needs to return a promise that resolves to a file download URL.
6522
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6523
- *
6524
- * @example
6525
- * ```ts
6526
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6527
- * if (isUnauthorizedUser(userId)) {
6528
- * return { errorMessage: 'You don’t have permission to download this file.' };
6529
- * } else {
6530
- * return new URL(fileData.url);
6531
- * }
6532
- * }
6533
- *
6534
- * const App = () => (
6535
- * <ChatComposite
6536
- * ...
6537
- * fileSharing={{
6538
- * fileDownloadHandler: fileDownloadHandler
6539
- * }}
6540
- * />
6541
- * )
6542
- *
6543
- * ```
6544
- * @param userId - The user ID of the user downloading the file.
6545
- * @param fileMetadata - The {@link AttachmentMetadata} containing file `url`, `extension` and `name`.
6546
- */
6547
- export declare type FileDownloadHandler = (userId: string, fileMetadata: AttachmentMetadata) => Promise<URL | FileDownloadError>;
6548
-
6549
- /**
6550
- * Metadata containing basic information about the uploaded file.
6551
- *
6552
- * @beta
6553
- */
6554
- export declare interface FileMetadata {
6555
- attachmentType: 'file';
6556
- /**
6557
- * Extension hint, useful for rendering a specific icon.
6558
- * An unknown or empty extension will be rendered as a generic icon.
6559
- * Example: `pdf`
6560
- */
6561
- extension: string;
6562
- /**
6563
- * Unique ID of the file.
6564
- */
6565
- id: string;
6566
- /**
6567
- * File name to be displayed.
6568
- */
6569
- name: string;
6570
- /**
6571
- * Download URL for the file.
6572
- */
6573
- url: string;
6574
- payload?: Record<string, string>;
6575
- }
6576
-
6577
- /**
6578
- * Properties for configuring the File Sharing feature.
6579
- * @beta
6580
- */
6581
- export declare interface FileSharingOptions {
6582
- /**
6583
- * A string containing the comma separated list of accepted file types.
6584
- * Similar to the `accept` attribute of the `<input type="file" />` element.
6585
- * Accepts any type of file if not specified.
6586
- * @beta
6587
- */
6588
- accept?: string;
6589
- /**
6590
- * Allows multiple files to be selected if set to `true`.
6591
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
6592
- * @defaultValue false
6593
- * @beta
6594
- */
6595
- multiple?: boolean;
6596
- /**
6597
- * A function of type {@link FileUploadHandler} for handling file uploads.
6598
- * @beta
6599
- */
6600
- uploadHandler: FileUploadHandler;
6601
- /**
6602
- * A function of type {@link FileDownloadHandler} for handling file downloads.
6603
- * If the function is not specified, the file's `url` will be opened in a new tab to
6604
- * initiate the download.
6605
- */
6606
- downloadHandler?: FileDownloadHandler;
6607
- }
6608
-
6609
- /**
6610
- * @beta
6611
- */
6612
- export declare interface FileUploadAdapter {
6613
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6614
- registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
6615
- clearFileUploads: () => void;
6616
- cancelFileUpload: (id: string) => void;
6617
- updateFileUploadProgress: (id: string, progress: number) => void;
6618
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6619
- updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
6620
- }
6621
-
6622
- /**
6623
- * @beta
6624
- * Error message to be displayed to the user if the upload fails.
6625
- */
6626
- export declare type FileUploadError = {
6627
- message: string;
6628
- timestamp: number;
6629
- };
6630
-
6631
- /**
6632
- * @beta
6633
- * A callback function for handling file uploads.
6634
- *
6635
- * @param userId - The user ID of the user uploading the file.
6636
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6637
- */
6638
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6639
-
6640
- /**
6641
- * A wrapper object for a file that is being uploaded.
6642
- * Allows managing file uploads by providing common functions for updating the
6643
- * upload progress, canceling an upload, completing an upload etc.
6644
- * @beta
6645
- */
6646
- export declare interface FileUploadManager {
6647
- /**
6648
- * Unique identifier for the file upload.
6649
- */
6650
- id: string;
6651
- /**
6652
- * HTML {@link File} object for the uploaded file.
6653
- */
6654
- file?: File;
6655
- /**
6656
- * Update the progress of the upload.
6657
- * @param value - number between 0 and 1
6658
- */
6659
- notifyUploadProgressChanged: (value: number) => void;
6660
- /**
6661
- * Mark the upload as complete.
6662
- * Requires the `metadata` param containing uploaded file information.
6663
- * @param metadata - {@link AttachmentMetadata}
6664
- */
6665
- notifyUploadCompleted: (metadata: AttachmentMetadata) => void;
6666
- /**
6667
- * Mark the upload as failed.
6668
- * @param message - An error message that can be displayed to the user.
6669
- */
6670
- notifyUploadFailed: (message: string) => void;
6671
- }
6672
-
6673
- /**
6674
- * Contains the state attributes of a file upload like name, progress etc.
6675
- * @beta
6676
- */
6677
- export declare interface FileUploadState {
6678
- /**
6679
- * Unique identifier for the file upload.
6680
- */
6681
- id: string;
6682
- /**
6683
- * Filename extracted from the {@link File} object.
6684
- * This attribute is used to render the filename if `metadata.name` is not available.
6685
- */
6686
- filename: string;
6687
- /**
6688
- * A number between 0 and 1 indicating the progress of the upload.
6689
- */
6690
- progress: number;
6691
- /**
6692
- * Metadata {@link AttachmentMetadata} containing information about the uploaded file.
6693
- */
6694
- metadata?: AttachmentMetadata;
6695
- /**
6696
- * Error message to be displayed to the user if the upload fails.
6697
- */
6698
- error?: FileUploadError;
6699
- }
6700
-
6701
- /**
6702
- * A record containing {@link FileUploadState} mapped to unique ids.
6703
- * @beta
6704
- */
6705
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
6706
-
6707
5620
  /**
6708
5621
  * Provider to apply a Fluent theme across this library's react components.
6709
5622
  *
@@ -6743,7 +5656,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
6743
5656
  *
6744
5657
  * @public
6745
5658
  */
6746
- export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : AreEqual<Component, typeof HoldButton> extends true ? HoldButtonSelector : undefined;
5659
+ export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : undefined;
6747
5660
 
6748
5661
  /**
6749
5662
  * Get the selector for a specified component.
@@ -6805,63 +5718,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
6805
5718
  children?: IStyle;
6806
5719
  }
6807
5720
 
6808
- /**
6809
- * a button to hold or resume a ongoing call.
6810
- *
6811
- * Can be used with {@link ControlBar}
6812
- *
6813
- * @param props - properties for the hold button.
6814
- * @returns
6815
- * @beta
6816
- */
6817
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
6818
-
6819
- /**
6820
- *@beta
6821
- */
6822
- export declare interface HoldButtonProps extends ControlBarButtonProps {
6823
- /**
6824
- * Utility property for using this component with communication react handlers
6825
- * Holds the call or resumes it based on call state.
6826
- */
6827
- onToggleHold: () => Promise<void>;
6828
- /**
6829
- * Optional strings to override in component
6830
- */
6831
- strings?: HoldButtonStrings;
6832
- }
6833
-
6834
- /**
6835
- * Selector type for the {@link HoldButton} component.
6836
- * @public
6837
- */
6838
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6839
- checked: boolean;
6840
- };
6841
-
6842
- /**
6843
- * Strings for the hold button labels
6844
- * @beta
6845
- */
6846
- export declare interface HoldButtonStrings {
6847
- /**
6848
- * Label for when action is to resume call.
6849
- */
6850
- onLabel: string;
6851
- /**
6852
- * Label for when action is to hold call.
6853
- */
6854
- offLabel: string;
6855
- /**
6856
- * Content for when button is checked
6857
- */
6858
- tooltipOnContent: string;
6859
- /**
6860
- * Content for when button is unchecked
6861
- */
6862
- tooltipOffContent: string;
6863
- }
6864
-
6865
5721
  /**
6866
5722
  * {@link HorizontalGallery} Component Styles.
6867
5723
  * @public
@@ -6946,99 +5802,8 @@ export declare interface _Identifiers {
6946
5802
  verticalGalleryVideoTile: string;
6947
5803
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
6948
5804
  verticalGalleryPageCounter: string;
6949
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
6950
- mentionSuggestionList: string;
6951
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
6952
- mentionSuggestionItem: string;
6953
- }
6954
-
6955
- /**
6956
- * Component to render a fullscreen modal for a selected image.
6957
- *
6958
- * @beta
6959
- */
6960
- export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
6961
-
6962
- /**
6963
- * Props for {@link ImageGallery}.
6964
- *
6965
- * @beta
6966
- */
6967
- export declare interface ImageGalleryImageProps {
6968
- /** Image Url used to display the image in a large scale. */
6969
- imageUrl: string;
6970
- /** String used as a file name when downloading this image to user's local device. */
6971
- downloadFilename: string;
6972
- /** Optional string used as a alt text for the image. @default 'image' */
6973
- altText?: string;
6974
- /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
6975
- title?: string;
6976
- /** Optional JSX element used as a title icon and displayed to the left of the title element. */
6977
- titleIcon?: JSX.Element;
6978
- }
6979
-
6980
- /**
6981
- * Props for {@link ImageGallery}.
6982
- *
6983
- * @beta
6984
- */
6985
- export declare interface ImageGalleryProps {
6986
- /**
6987
- * Boolean that controls whether the modal is displayed.
6988
- */
6989
- isOpen: boolean;
6990
- /**
6991
- * Array of images used to populate the ImageGallery
6992
- */
6993
- images: Array<ImageGalleryImageProps>;
6994
- /**
6995
- * Callback to invoke when the ImageGallery modal is dismissed
6996
- */
6997
- onDismiss: () => void;
6998
- /**
6999
- * Callback called when the download button is clicked.
7000
- */
7001
- onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
7002
- /**
7003
- * Callback called when there's an error loading the image.
7004
- */
7005
- onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
7006
- /**
7007
- * Indicating which index of the images array to start with.
7008
- */
7009
- startIndex?: number;
7010
5805
  }
7011
5806
 
7012
- /**
7013
- * Strings of {@link ImageGallery} that can be overridden.
7014
- *
7015
- * @beta
7016
- */
7017
- export declare interface ImageGalleryStrings {
7018
- /**
7019
- * Download button label for ImageGallery
7020
- */
7021
- downloadButtonLabel: string;
7022
- /**
7023
- * Dismiss button aria label for ImageGallery
7024
- */
7025
- dismissButtonAriaLabel: string;
7026
- }
7027
-
7028
- /**
7029
- * @beta
7030
- * This contains a readonly array that returns all the active `incomingCalls`.
7031
- * An active incoming call is a call that has not been answered, declined or disconnected.
7032
- */
7033
- export declare type IncomingCallManagement = {
7034
- /**
7035
- * @beta
7036
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7037
- * @returns readonly array of {@link DeclarativeIncomingCall}
7038
- */
7039
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7040
- };
7041
-
7042
5807
  /**
7043
5808
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
7044
5809
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7071,48 +5836,6 @@ export declare interface IncomingCallState {
7071
5836
  endTime?: Date;
7072
5837
  }
7073
5838
 
7074
- /**
7075
- * InlineImage's state, as reflected in the UI.
7076
- *
7077
- * @beta
7078
- */
7079
- export declare interface InlineImage {
7080
- /** ID of the message that the inline image is belonged to */
7081
- messageId: string;
7082
- /** Attributes of the inline image */
7083
- imgAttrs: React_2.ImgHTMLAttributes<HTMLImageElement>;
7084
- }
7085
-
7086
- /**
7087
- * Metadata for rendering images inline with a message.
7088
- * This does not include images attached as files.
7089
- * @beta
7090
- */
7091
- export declare interface InlineImageMetadata {
7092
- attachmentType: 'inlineImage';
7093
- /**
7094
- * Unique ID of the attachment.
7095
- */
7096
- id: string;
7097
- previewUrl?: string;
7098
- /**
7099
- * Download URL for the full resolution version.
7100
- */
7101
- url: string;
7102
- }
7103
-
7104
- /**
7105
- * Options to display inline image in the inline image scenario.
7106
- *
7107
- * @beta
7108
- */
7109
- export declare interface InlineImageOptions {
7110
- /**
7111
- * Optional callback to render an inline image of in a message.
7112
- */
7113
- onRenderInlineImage?: (inlineImage: InlineImage, defaultOnRender: (inlineImage: InlineImage) => JSX.Element) => JSX.Element;
7114
- }
7115
-
7116
5839
  /**
7117
5840
  * Callback for {@link CallAdapterSubscribers} 'isCaptionLanguageChanged' event.
7118
5841
  *
@@ -7211,7 +5934,7 @@ export declare interface JumpToNewMessageButtonProps {
7211
5934
  *
7212
5935
  * @public
7213
5936
  */
7214
- export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5937
+ export declare const lightTheme: PartialTheme & CallingTheme;
7215
5938
 
7216
5939
  /**
7217
5940
  * Whether the stream is loading or not.
@@ -7300,7 +6023,7 @@ export declare interface LocalVideoStreamVideoEffectsState {
7300
6023
  /**
7301
6024
  * Options for the local video tile in the Call composite.
7302
6025
  *
7303
- * @beta
6026
+ * @public
7304
6027
  */
7305
6028
  export declare interface LocalVideoTileOptions {
7306
6029
  /**
@@ -7324,96 +6047,26 @@ export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDev
7324
6047
 
7325
6048
  /**
7326
6049
  * Modes of how the longpress handlers can be tiggered.
7327
- * @beta
7328
- */
7329
- export declare type LongPressTrigger = 'mouseAndTouch' | 'touch';
7330
-
7331
- /**
7332
- * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
7333
- *
7334
- * @public
7335
- */
7336
- export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
7337
- type: 'media';
7338
- };
7339
-
7340
- /**
7341
- * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
7342
- *
7343
6050
  * @public
7344
6051
  */
7345
- export declare interface MediaDiagnosticsState {
7346
- latest: LatestMediaDiagnostics;
7347
- }
7348
-
7349
- /**
7350
- * Mention's state, as reflected in the UI.
7351
- *
7352
- * @beta
7353
- */
7354
- export declare interface Mention {
7355
- /** ID of a mention */
7356
- id: string;
7357
- /** Display text of a mention */
7358
- displayText: string;
7359
- /** Optional React element to render an item icon of a mention suggestion */
7360
- icon?: JSX.Element;
7361
- }
7362
-
7363
- /**
7364
- * Options to display suggestions in the mention scenario.
7365
- *
7366
- * @beta
7367
- */
7368
- export declare interface MentionDisplayOptions {
7369
- /**
7370
- * Optional callback for customizing the mention renderer in a message thread.
7371
- */
7372
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7373
- }
7374
-
7375
- /**
7376
- * Options to lookup suggestions in the mention scenario.
7377
- *
7378
- * @beta
7379
- */
7380
- export declare interface MentionLookupOptions {
7381
- /**
7382
- * Optional string to set trigger keyword for mention a specific participant.
7383
- *
7384
- * @defaultValue `@`
7385
- */
7386
- trigger?: string;
7387
- /**
7388
- * Optional callback to fetch a list of mention suggestions base on the query.
7389
- */
7390
- onQueryUpdated: (query: string) => Promise<Mention[]>;
7391
- /**
7392
- * Optional callback to render an item of the mention suggestions list.
7393
- */
7394
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7395
- }
6052
+ export declare type LongPressTrigger = 'mouseAndTouch' | 'touch';
7396
6053
 
7397
6054
  /**
7398
- * Options to lookup suggestions and display mentions in the mention scenario.
6055
+ * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
7399
6056
  *
7400
- * @beta
6057
+ * @public
7401
6058
  */
7402
- export declare type MentionOptions = {
7403
- lookupOptions?: MentionLookupOptions;
7404
- displayOptions?: MentionDisplayOptions;
6059
+ export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
6060
+ type: 'media';
7405
6061
  };
7406
6062
 
7407
6063
  /**
7408
- * Strings of {@link _MentionPopover} that can be overridden.
6064
+ * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
7409
6065
  *
7410
- * @beta
6066
+ * @public
7411
6067
  */
7412
- export declare interface MentionPopoverStrings {
7413
- /**
7414
- * Header text for MentionPopover
7415
- */
7416
- mentionPopoverHeader: string;
6068
+ export declare interface MediaDiagnosticsState {
6069
+ latest: LatestMediaDiagnostics;
7417
6070
  }
7418
6071
 
7419
6072
  /**
@@ -7423,7 +6076,7 @@ export declare interface MentionPopoverStrings {
7423
6076
  *
7424
6077
  * @public
7425
6078
  */
7426
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
6079
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7427
6080
 
7428
6081
  /**
7429
6082
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -7657,7 +6310,7 @@ export declare type MessageThreadProps = {
7657
6310
  /**
7658
6311
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
7659
6312
  */
7660
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
6313
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
7661
6314
  /**
7662
6315
  * number of participants in the thread
7663
6316
  */
@@ -7738,11 +6391,6 @@ export declare type MessageThreadProps = {
7738
6391
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
7739
6392
  */
7740
6393
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7741
- /**
7742
- * Optional callback to render attached files in the message component.
7743
- * @beta
7744
- */
7745
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
7746
6394
  /**
7747
6395
  * Optional callback to edit a message.
7748
6396
  *
@@ -7784,28 +6432,6 @@ export declare type MessageThreadProps = {
7784
6432
  * Optional strings to override in component
7785
6433
  */
7786
6434
  strings?: Partial<MessageThreadStrings>;
7787
- /**
7788
- * @beta
7789
- * Optional function called when someone clicks on the file download icon.
7790
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
7791
- * this function will be called with the data inside `fileSharingMetadata` key.
7792
- */
7793
- fileDownloadHandler?: FileDownloadHandler;
7794
- /**
7795
- * Optional function to provide customized date format.
7796
- * @beta
7797
- */
7798
- onDisplayDateTimeString?: (messageDate: Date) => string;
7799
- /**
7800
- * Optional props needed to lookup a mention query and display mentions
7801
- * @beta
7802
- */
7803
- mentionOptions?: MentionOptions;
7804
- /**
7805
- * Optional callback called when an inline image is clicked.
7806
- * @beta
7807
- */
7808
- inlineImageOptions?: InlineImageOptions;
7809
6435
  };
7810
6436
 
7811
6437
  /**
@@ -7879,14 +6505,6 @@ export declare interface MessageThreadStrings {
7879
6505
  actionMenuMoreOptions?: string;
7880
6506
  /** Aria label to announce when a message is deleted */
7881
6507
  messageDeletedAnnouncementAriaLabel: string;
7882
- /** String for download file button in file card */
7883
- downloadFile: string;
7884
- /** String for policy violation message removal */
7885
- blockedWarningText: string;
7886
- /** String for policy violation message removal details link */
7887
- blockedWarningLinkText: string;
7888
- /** String for aria text in file attachment group*/
7889
- fileCardGroupMessage: string;
7890
6508
  }
7891
6509
 
7892
6510
  /**
@@ -7914,7 +6532,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
7914
6532
  /** Styles for system message container. */
7915
6533
  systemMessageContainer?: ComponentSlotStyle;
7916
6534
  /** Styles for blocked message container. */
7917
- blockedMessageContainer?: ComponentSlotStyle;
7918
6535
  /** Styles for message status indicator container. */
7919
6536
  messageStatusContainer?: (mine: boolean) => IStyle;
7920
6537
  }
@@ -8083,31 +6700,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
8083
6700
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
8084
6701
  }
8085
6702
 
8086
- /**
8087
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8088
- * by their browsers settings.
8089
- *
8090
- * @beta
8091
- */
8092
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8093
-
8094
- /**
8095
- * @beta
8096
- * Props for MicrophoneSitePermissions component.
8097
- */
8098
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8099
- /** Icon name for the microphone icon */
8100
- microphoneIconName?: string;
8101
- /** Strings for use with the {@link MicrophoneSitePermissions} */
8102
- strings?: MicrophoneSitePermissionsStrings;
8103
- }
8104
-
8105
- /**
8106
- * @beta
8107
- * Strings for MicrophoneSitePermissions component.
8108
- */
8109
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8110
-
8111
6703
  /**
8112
6704
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
8113
6705
  *
@@ -8126,13 +6718,6 @@ export declare interface NetworkDiagnosticsState {
8126
6718
  latest: LatestNetworkDiagnostics;
8127
6719
  }
8128
6720
 
8129
- /**
8130
- * Callback function used to provide custom data to build profile for a user.
8131
- *
8132
- * @beta
8133
- */
8134
- export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8135
-
8136
6721
  /**
8137
6722
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
8138
6723
  *
@@ -8255,14 +6840,6 @@ export declare interface ParticipantItemProps {
8255
6840
  onClick?: (props?: ParticipantItemProps) => void;
8256
6841
  /** Optional value to determine if the tooltip should be shown for participants or not */
8257
6842
  showParticipantOverflowTooltip?: boolean;
8258
- /**
8259
- * Optional value to determine and display a participants connection status.
8260
- * For example, `Connecting`, `Ringing` etc.
8261
- * The actual text that is displayed is determined by the localized string
8262
- * corresponding to the provided participant state.
8263
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8264
- */
8265
- participantState?: ParticipantState;
8266
6843
  /**
8267
6844
  * Optional aria property that prefixes the ParticipantItems aria content
8268
6845
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -8288,10 +6865,6 @@ export declare interface ParticipantItemStrings {
8288
6865
  mutedIconLabel: string;
8289
6866
  /** placeholder text for participants who does not have a display name*/
8290
6867
  displayNamePlaceholder?: string;
8291
- /** String shown when `participantState` is `Ringing` */
8292
- participantStateRinging?: string;
8293
- /** String shown when `participantState` is `Hold` */
8294
- participantStateHold?: string;
8295
6868
  }
8296
6869
 
8297
6870
  /**
@@ -8367,18 +6940,9 @@ export declare type ParticipantListProps = {
8367
6940
  onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;
8368
6941
  /** Optional callback when rendered ParticipantItem is clicked */
8369
6942
  onParticipantClick?: (participant?: ParticipantListParticipant) => void;
8370
- /** Optional callback to generate context menu item to stop spotlight of each participant */
8371
- onStartSpotlight?: (userId: string) => void;
8372
- /** Optional callback to generate context menu item to stop spotlight of each participant */
8373
- onStopSpotlight?: (userId: string) => void;
8374
- /** Styles for the {@link ParticipantList} */
8375
6943
  styles?: ParticipantListStyles;
8376
6944
  /** Optional value to determine if the tooltip should be shown for participants or not */
8377
6945
  showParticipantOverflowTooltip?: boolean;
8378
- /** Total number of people in the call. This number can be larger than the remote participant count. */
8379
- totalParticipantCount?: number;
8380
- /** Strings for the participant list */
8381
- strings?: ParticipantListStrings;
8382
6946
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
8383
6947
  participantAriaLabelledBy?: string;
8384
6948
  };
@@ -8391,21 +6955,8 @@ export declare type ParticipantListProps = {
8391
6955
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8392
6956
  participants: CallParticipantListParticipant[];
8393
6957
  myUserId: string;
8394
- totalParticipantCount?: number;
8395
6958
  };
8396
6959
 
8397
- /**
8398
- * Strings for the {@link ParticipantList}.
8399
- *
8400
- * @beta
8401
- */
8402
- export declare interface ParticipantListStrings {
8403
- /**
8404
- * String for rendering the count of participants not contained in the displayed participant list
8405
- */
8406
- overflowParticipantCount?: string;
8407
- }
8408
-
8409
6960
  /**
8410
6961
  * Styles for the {@link ParticipantList}.
8411
6962
  *
@@ -8622,18 +7173,6 @@ export declare type ParticipantsRemovedListener = (event: {
8622
7173
  */
8623
7174
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
8624
7175
 
8625
- /**
8626
- * The profile of a user.
8627
- *
8628
- * @beta
8629
- */
8630
- export declare type Profile = {
8631
- /**
8632
- * Primary text to display, usually the name of the person.
8633
- */
8634
- displayName?: string;
8635
- };
8636
-
8637
7176
  /**
8638
7177
  * Raised hand state with order
8639
7178
  *
@@ -8818,7 +7357,6 @@ export declare interface RemoteVideoStreamState {
8818
7357
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8819
7358
  * @beta
8820
7359
  */
8821
- isReceiving: boolean;
8822
7360
  /**
8823
7361
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8824
7362
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -8918,19 +7456,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
8918
7456
  */
8919
7457
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
8920
7458
 
8921
- /**
8922
- * @beta
8923
- * Error to be displayed to the user in an error bar above sendbox.
8924
- */
8925
- export declare interface SendBoxErrorBarError {
8926
- /** Error Message to be displayed */
8927
- message: string;
8928
- /**
8929
- * Unix Timestamp. Preferred generation using `Date.now()`
8930
- */
8931
- timestamp: number;
8932
- }
8933
-
8934
7459
  /**
8935
7460
  * Props for {@link SendBox}.
8936
7461
  *
@@ -8950,11 +7475,6 @@ export declare interface SendBoxProps {
8950
7475
  * Optional override behavior on send button click
8951
7476
  */
8952
7477
  onSendMessage?: (content: string) => Promise<void>;
8953
- /**
8954
- * Optional props needed to lookup suggestions in the mention scenario.
8955
- * @beta
8956
- */
8957
- mentionLookupOptions?: MentionLookupOptions;
8958
7478
  /**
8959
7479
  * Optional callback called when user is typing
8960
7480
  */
@@ -8991,25 +7511,6 @@ export declare interface SendBoxProps {
8991
7511
  * When undefined nothing has focus on render
8992
7512
  */
8993
7513
  autoFocus?: 'sendBoxTextField';
8994
- /**
8995
- * Optional callback to render uploaded files in the SendBox. The sendBox will expand
8996
- * vertically to accommodate the uploaded files. File uploads will
8997
- * be rendered below the text area in sendBox.
8998
- * @beta
8999
- */
9000
- onRenderFileUploads?: () => JSX.Element;
9001
- /**
9002
- * Optional array of active file uploads where each object has attributes
9003
- * of a file upload like name, progress, errorMessage etc.
9004
- * @beta
9005
- */
9006
- activeFileUploads?: ActiveFileUpload[];
9007
- /**
9008
- * Optional callback to remove the file upload before sending by clicking on
9009
- * cancel icon.
9010
- * @beta
9011
- */
9012
- onCancelFileUpload?: (fileId: string) => void;
9013
7514
  }
9014
7515
 
9015
7516
  /**
@@ -9040,22 +7541,6 @@ export declare interface SendBoxStrings {
9040
7541
  * Aria label for send message button
9041
7542
  */
9042
7543
  sendButtonAriaLabel: string;
9043
- /**
9044
- * Error message indicating that all file uploads are not complete.
9045
- */
9046
- fileUploadsPendingError: string;
9047
- /**
9048
- * Aria label to notify user when focus is on cancel file upload button.
9049
- */
9050
- removeFile: string;
9051
- /**
9052
- * Aria label to notify user file uploading starts.
9053
- */
9054
- uploading: string;
9055
- /**
9056
- * Aria label to notify user file is uploaded.
9057
- */
9058
- uploadCompleted: string;
9059
7544
  }
9060
7545
 
9061
7546
  /**
@@ -9076,45 +7561,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
9076
7561
  systemMessage?: IStyle;
9077
7562
  }
9078
7563
 
9079
- /**
9080
- * @beta
9081
- * Strings for SitePermissions component
9082
- */
9083
- export declare type SitePermissionsStrings = {
9084
- /**
9085
- * Main text string.
9086
- */
9087
- primaryText?: string;
9088
- /**
9089
- * Subtext string.
9090
- */
9091
- secondaryText?: string;
9092
- /**
9093
- * More help link string.
9094
- */
9095
- linkText?: string;
9096
- /**
9097
- * Primary button text string.
9098
- */
9099
- primaryButtonText?: string;
9100
- /**
9101
- * Aria label describing the content of the container
9102
- */
9103
- ariaLabel?: string;
9104
- };
9105
-
9106
- /**
9107
- * Fluent styles for {@link SitePermissionsContainer}.
9108
- *
9109
- * @beta
9110
- */
9111
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
9112
- /** Styles for the primary button. */
9113
- primaryButton?: IButtonStyles;
9114
- /** Styles for the help troubleshooting link text. */
9115
- troubleshootingLink?: ILinkStyles;
9116
- }
9117
-
9118
7564
  /**
9119
7565
  * @public
9120
7566
  * Type for representing a custom sound to use for a calling event
@@ -9174,6 +7620,12 @@ export declare interface SpokenLanguageStrings {
9174
7620
  'zh-tw': string;
9175
7621
  }
9176
7622
 
7623
+ /**
7624
+ * Identifier types for initiating a call using the CallAdapter
7625
+ * @public
7626
+ */
7627
+ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
7628
+
9177
7629
  /**
9178
7630
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
9179
7631
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -9283,19 +7735,6 @@ export declare interface StatefulCallClient extends CallClient {
9283
7735
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
9284
7736
  */
9285
7737
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9286
- /** @conditional-compile-remove(one-to-n-calling) */
9287
- /**
9288
- * The CallAgent is used to handle calls.
9289
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9290
- * - The CallClient can only have one active CallAgent instance at a time.
9291
- * - You can create a new CallClient instance to create a new CallAgent.
9292
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9293
- * createCallAgent() method again to create a new CallAgent.
9294
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9295
- * @param options - The CallAgentOptions for additional options like display name.
9296
- * @public
9297
- */
9298
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
9299
7738
  }
9300
7739
 
9301
7740
  /**
@@ -9308,16 +7747,7 @@ export declare type StatefulCallClientArgs = {
9308
7747
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
9309
7748
  * state. It is not used by StatefulCallClient.
9310
7749
  */
9311
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9312
- /**
9313
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9314
- * to start a PSTN call.
9315
- *
9316
- * example: +11234567
9317
- *
9318
- * This is not a cached value from the headless calling client.
9319
- */
9320
- alternateCallerId?: string;
7750
+ userId: CommunicationUserIdentifier;
9321
7751
  };
9322
7752
 
9323
7753
  /**
@@ -9472,74 +7902,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
9472
7902
  */
9473
7903
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
9474
7904
 
9475
- /**
9476
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9477
- *
9478
- * @beta
9479
- */
9480
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
9481
- /**
9482
- * Join the call with microphone initially on/off.
9483
- * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9484
- * @param microphoneOn - Whether microphone is initially enabled
9485
- *
9486
- * @beta
9487
- */
9488
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9489
- /**
9490
- * Join the call with options bag to set microphone/camera initial state when joining call
9491
- * true = turn on the device when joining call
9492
- * false = turn off the device when joining call
9493
- * 'keep'/undefined = retain devices' precall state
9494
- *
9495
- * @param options - param to set microphone/camera initially on/off.
9496
- *
9497
- * @public
9498
- */
9499
- joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9500
- /**
9501
- * Start the call.
9502
- *
9503
- * @param participants - An array of participant ids to join
9504
- *
9505
- * @beta
9506
- */
9507
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9508
- /**
9509
- * Start the call.
9510
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9511
- * @beta
9512
- */
9513
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9514
- }
9515
-
9516
- /**
9517
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9518
- *
9519
- * @beta
9520
- */
9521
- export declare type TeamsCallAdapterArgs = {
9522
- userId: MicrosoftTeamsUserIdentifier;
9523
- credential: CommunicationTokenCredential;
9524
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9525
- /**
9526
- * Optional parameters for the {@link TeamsCallAdapter} created
9527
- */
9528
- options?: TeamsAdapterOptions;
9529
- };
9530
-
9531
- /**
9532
- * Object containing all the teams call handlers required for calling components.
9533
- *
9534
- * Calling related components from this package are able to pick out relevant handlers from this object.
9535
- * See {@link useHandlers} and {@link usePropsFor}.
9536
- *
9537
- * @beta
9538
- */
9539
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9540
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9541
- }
9542
-
9543
7905
  /**
9544
7906
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
9545
7907
  *
@@ -9585,10 +7947,17 @@ export declare interface TranscriptionCallFeature {
9585
7947
  isTranscriptionActive: boolean;
9586
7948
  }
9587
7949
 
7950
+ /**
7951
+ * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
7952
+ *
7953
+ * @public
7954
+ */
7955
+ export declare type TransferAcceptedListener = (event: TransferEventArgs) => void;
7956
+
9588
7957
  /**
9589
7958
  * Transfer feature state
9590
7959
  *
9591
- * @beta
7960
+ * @public
9592
7961
  */
9593
7962
  export declare interface TransferFeature {
9594
7963
  /**
@@ -9599,13 +7968,6 @@ export declare interface TransferFeature {
9599
7968
  };
9600
7969
  }
9601
7970
 
9602
- /**
9603
- * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
9604
- *
9605
- * @beta
9606
- */
9607
- export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
9608
-
9609
7971
  /**
9610
7972
  * Component to notify local user when one or more participants in the chat thread are typing.
9611
7973
  *
@@ -9740,118 +8102,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
9740
8102
  typingString?: IStyle;
9741
8103
  }
9742
8104
 
9743
- /**
9744
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
9745
- *
9746
- * @beta
9747
- */
9748
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
9749
-
9750
- /**
9751
- * props for {@link UnsupportedBrowser} UI
9752
- *
9753
- * @beta
9754
- */
9755
- export declare interface UnsupportedBrowserProps {
9756
- /** Handler to perform an action when the help link is actioned */
9757
- onTroubleshootingClick?: () => void;
9758
- /** String overrides for the component */
9759
- strings?: UnsupportedBrowserStrings;
9760
- }
9761
-
9762
- /**
9763
- * Strings for UnsupportedBrowser component
9764
- *
9765
- * @beta
9766
- */
9767
- export declare interface UnsupportedBrowserStrings {
9768
- /** String for the primary text */
9769
- primaryText: string;
9770
- /** String for the secondary text */
9771
- secondaryText: string;
9772
- /** String to display in the text for the help link */
9773
- moreHelpLinkText: string;
9774
- }
9775
-
9776
- /**
9777
- * UI to display to the user that the browser version they are using is out of date
9778
- * and not supported by Azure Communications Calling service.
9779
- *
9780
- * @beta
9781
- */
9782
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
9783
-
9784
- /**
9785
- * props for {@link UnsupportedBrowserVersion} UI
9786
- *
9787
- * @beta
9788
- */
9789
- export declare interface UnsupportedBrowserVersionProps {
9790
- /** Handler to perform an action when the help link is actioned */
9791
- onTroubleshootingClick?: () => void;
9792
- /** String overrides for the component */
9793
- strings?: UnsupportedBrowserVersionStrings;
9794
- /** Handler to allow user to continue into the call */
9795
- onContinueAnywayClick?: () => void;
9796
- }
9797
-
9798
- /**
9799
- * Strings for UnsupportedBrowser component
9800
- *
9801
- * @beta
9802
- */
9803
- export declare interface UnsupportedBrowserVersionStrings {
9804
- /** String for the primary text */
9805
- primaryText: string;
9806
- /** String for the secondary text */
9807
- secondaryText: string;
9808
- /** String to display in the text for the help link */
9809
- moreHelpLinkText: string;
9810
- /** String for continue without updating button */
9811
- continueAnywayButtonText?: string;
9812
- }
9813
-
9814
- /**
9815
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
9816
- *
9817
- * @beta
9818
- */
9819
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
9820
-
9821
- /**
9822
- * Props for {@link UnsupportedOperatingSystem} UI
9823
- *
9824
- * @beta
9825
- */
9826
- export declare interface UnsupportedOperatingSystemProps {
9827
- /** Handler to perform a action when the help link is actioned */
9828
- onTroubleshootingClick?: () => void;
9829
- /** String overrides for the component */
9830
- strings?: UnsupportedOperatingSystemStrings;
9831
- }
9832
-
9833
- /**
9834
- * Strings for UnsupportedBrowser component
9835
- *
9836
- * @beta
9837
- */
9838
- export declare interface UnsupportedOperatingSystemStrings {
9839
- /** String for the primary text */
9840
- primaryText: string;
9841
- /** String for the secondary text */
9842
- secondaryText: string;
9843
- /** String to display in the text for the help link */
9844
- moreHelpLinkText: string;
9845
- }
9846
-
9847
8105
  /**
9848
8106
  * @public
9849
8107
  * Callback function run when a message is updated.
9850
8108
  */
9851
- export declare type UpdateMessageCallback = (messageId: string, content: string, /* @conditional-compile-remove(file-sharing) */ options?: {
9852
- metadata?: Record<string, string>;
9853
- attachmentMetadata?: AttachmentMetadata[];
9854
- }) => Promise<void>;
8109
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
9855
8110
 
9856
8111
  /**
9857
8112
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -9867,7 +8122,7 @@ export declare type UpdateMessageCallback = (messageId: string, content: string,
9867
8122
  *
9868
8123
  * @public
9869
8124
  */
9870
- export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs>, afterCreate?: ((adapter: CallAdapter) => Promise<CallAdapter>) | undefined, beforeDispose?: ((adapter: CallAdapter) => Promise<void>) | undefined) => CallAdapter | undefined;
8125
+ export declare const useAzureCommunicationCallAdapter: (args: Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, afterCreate?: ((adapter: CallAdapter) => Promise<CallAdapter>) | undefined, beforeDispose?: ((adapter: CallAdapter) => Promise<void>) | undefined) => CallAdapter | undefined;
9871
8126
 
9872
8127
  /**
9873
8128
  * A custom React hook to simplify the creation of {@link CallWithChatAdapter}.
@@ -9999,44 +8254,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
9999
8254
  */
10000
8255
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: 'calling' | 'chat') => ParamT extends Selector ? ReturnType<ParamT> : undefined;
10001
8256
 
10002
- /**
10003
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
10004
- *
10005
- * Useful when implementing a custom component that utilizes the providers
10006
- * exported from this library.
10007
- *
10008
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
10009
- *
10010
- * @beta
10011
- */
10012
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
10013
-
10014
- /**
10015
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
10016
- *
10017
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
10018
- * creation of the adapter internally.
10019
- *
10020
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
10021
- * as they are created. The adapter is only created when all arguments are defined.
10022
- *
10023
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
10024
- * See storybook for typical usage examples.
10025
- *
10026
- * @beta
10027
- */
10028
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
10029
-
10030
- /**
10031
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
10032
- *
10033
- * Useful when implementing a custom component that utilizes the providers
10034
- * exported from this library.
10035
- *
10036
- * @beta
10037
- */
10038
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
10039
-
10040
8257
  /**
10041
8258
  * React hook to access theme
10042
8259
  *
@@ -10317,11 +8534,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
10317
8534
  isSpeaking?: boolean;
10318
8535
  /** Video stream of shared screen */
10319
8536
  screenShareStream?: VideoGalleryStream;
10320
- /**
10321
- * @beta
10322
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10323
- */
10324
- state?: ParticipantState;
10325
8537
  /** Whether participant is raised a hand */
10326
8538
  raisedHand?: RaisedHand;
10327
8539
  }
@@ -10400,14 +8612,6 @@ export declare interface VideoGalleryStrings {
10400
8612
  pinnedParticipantAnnouncementAriaLabel: string;
10401
8613
  /** Aria label to announce when remote participant's video tile is unpinned */
10402
8614
  unpinnedParticipantAnnouncementAriaLabel: string;
10403
- /** Menu text shown in Video Tile contextual menu to start spotlight on participant's video tile */
10404
- startSpotlightVideoTileMenuLabel: string;
10405
- /** Menu text shown in Video Tile contextual menu to add spotlight to participant's video tile */
10406
- addSpotlightVideoTileMenuLabel: string;
10407
- /** Menu text shown in Video Tile contextual menu to stop spotlight on participant's video tile */
10408
- stopSpotlightVideoTileMenuLabel: string;
10409
- /** Menu text shown in Video Tile contextual menu to stop spotlight on local user's video tile */
10410
- stopSpotlightOnSelfVideoTileMenuLabel: string;
10411
8615
  }
10412
8616
 
10413
8617
  /**
@@ -10569,12 +8773,6 @@ export declare interface VideoTileProps {
10569
8773
  isSpeaking?: boolean;
10570
8774
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
10571
8775
  raisedHand?: RaisedHand;
10572
- /**
10573
- * The call connection state of the participant.
10574
- * For example, `Hold` means the participant is on hold.
10575
- */
10576
- participantState?: ParticipantState;
10577
- strings?: VideoTileStrings;
10578
8776
  /**
10579
8777
  * Display custom menu items in the VideoTile's contextual menu.
10580
8778
  * Uses Fluent UI ContextualMenu.
@@ -10587,15 +8785,6 @@ export declare interface VideoTileProps {
10587
8785
  onLongTouch?: () => void;
10588
8786
  }
10589
8787
 
10590
- /**
10591
- * Strings of {@link VideoTile} that can be overridden.
10592
- * @beta
10593
- */
10594
- export declare interface VideoTileStrings {
10595
- participantStateRinging: string;
10596
- participantStateHold: string;
10597
- }
10598
-
10599
8788
  /**
10600
8789
  * Fluent styles for {@link VideoTile}.
10601
8790
  *