@azure/communication-react 1.16.0-beta.1 → 1.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (536) hide show
  1. package/dist/communication-react.d.ts +170 -1980
  2. package/dist/dist-cjs/communication-react/index.js +32462 -160
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -5
  7. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -11
  8. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  9. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
  10. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -13
  11. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  12. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +0 -4
  13. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  14. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -10
  15. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +0 -14
  16. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +0 -10
  18. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  19. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +1 -15
  20. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  21. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -3
  22. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -17
  23. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  24. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -5
  25. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -6
  26. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  28. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +12 -11
  29. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  31. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  33. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  34. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  36. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +0 -12
  37. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -1
  39. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +5 -4
  40. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +6 -6
  42. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  43. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  44. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  45. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  46. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  47. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  48. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +0 -5
  49. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  50. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +10 -61
  51. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  52. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +2 -12
  53. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +18 -69
  54. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  55. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +0 -46
  56. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  57. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -3
  58. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +4 -29
  59. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  60. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +4 -0
  61. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  62. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +0 -17
  63. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +3 -61
  64. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  65. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +0 -5
  66. package/dist/dist-esm/calling-stateful-client/src/Converter.js +21 -21
  67. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  68. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
  69. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
  70. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  71. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  72. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +2 -33
  73. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  75. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  76. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
  78. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  79. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -5
  80. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +4 -13
  81. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  82. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
  83. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -5
  84. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  85. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +1 -84
  86. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  87. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -3
  88. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  89. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  90. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  91. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -4
  92. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  93. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -1
  94. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  95. package/dist/dist-esm/communication-react/src/index.d.ts +0 -26
  96. package/dist/dist-esm/communication-react/src/index.js +0 -16
  97. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  98. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.d.ts +1 -1
  99. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js +0 -9
  100. package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +1 -1
  101. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -12
  102. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +2 -10
  103. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  104. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -16
  105. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +30 -63
  106. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  107. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -17
  108. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +4 -10
  109. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  110. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
  111. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +4 -26
  112. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  113. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -6
  114. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +5 -27
  115. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  116. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +2 -18
  117. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -22
  118. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  119. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +1 -27
  120. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +3 -11
  121. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  122. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -17
  123. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +5 -11
  124. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  125. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +5 -32
  126. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  127. package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +2 -1
  128. package/dist/dist-esm/react-components/src/components/DevicesButton.js +6 -2
  129. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  130. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +1 -5
  131. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  132. package/dist/dist-esm/react-components/src/components/InputBoxButton.d.ts +1 -0
  133. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +9 -8
  134. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  135. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  136. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +0 -18
  137. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  138. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -46
  139. package/dist/dist-esm/react-components/src/components/MessageThread.js +3 -30
  140. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  141. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +2 -13
  142. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +0 -3
  143. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  144. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  145. package/dist/dist-esm/react-components/src/components/ParticipantList.js +15 -21
  146. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  147. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +27 -6
  148. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  149. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -46
  150. package/dist/dist-esm/react-components/src/components/SendBox.js +18 -72
  151. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  152. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -2
  153. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  154. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +0 -2
  155. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  156. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -24
  157. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  158. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +0 -2
  159. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  160. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +2 -2
  161. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  162. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +3 -15
  163. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  164. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
  165. package/dist/dist-esm/react-components/src/components/VideoGallery.js +1 -2
  166. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  167. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -7
  168. package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -7
  169. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  170. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -19
  171. package/dist/dist-esm/react-components/src/components/index.js +0 -15
  172. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  173. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  174. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +0 -1
  175. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -3
  176. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  177. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +2 -1
  178. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  179. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -8
  180. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -13
  181. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  182. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +3 -11
  183. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +2 -36
  184. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +14 -9
  186. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +16 -14
  187. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  189. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  190. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  191. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  193. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
  194. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  196. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  197. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -60
  198. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  199. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -29
  200. package/dist/dist-esm/react-components/src/theming/icons.js +1 -137
  201. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
  203. package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
  204. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  205. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -27
  206. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  208. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  210. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  211. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  212. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +7 -72
  213. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +7 -30
  214. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  215. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -104
  216. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  217. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +7 -71
  218. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +20 -214
  219. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  220. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +6 -91
  221. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -1
  222. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  223. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +1 -2
  224. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +1 -7
  225. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  226. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -4
  227. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  228. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  229. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +16 -25
  230. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  231. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
  232. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +2 -38
  233. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  234. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.d.ts +13 -0
  235. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +9 -1
  236. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  237. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  238. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -27
  239. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  240. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  241. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  242. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  243. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -27
  244. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  245. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  246. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +5 -19
  247. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  248. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +1 -0
  249. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +3 -3
  250. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  251. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +2 -6
  252. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  253. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +7 -30
  254. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  255. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -4
  256. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  257. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  258. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +1 -0
  259. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -2
  260. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  261. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
  262. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +7 -80
  263. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  264. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -8
  265. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -11
  266. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  267. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  268. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +0 -4
  269. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  270. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +2 -14
  271. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +7 -90
  272. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  273. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -61
  274. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +7 -27
  275. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  276. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.d.ts +1 -1
  277. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +3 -3
  278. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  279. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +10 -30
  280. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  281. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +52 -38
  282. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +179 -174
  283. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  284. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +12 -57
  285. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  286. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -9
  287. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -32
  288. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  289. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -9
  290. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -38
  291. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  292. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -1
  293. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  294. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +2 -22
  295. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +4 -9
  296. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  297. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  298. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +1 -6
  299. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  300. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +6 -42
  301. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  302. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  303. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  304. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.d.ts +0 -29
  305. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js +1 -187
  306. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js.map +1 -1
  307. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +1 -15
  308. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +0 -92
  309. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  310. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -18
  311. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  312. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  313. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  314. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +1 -8
  315. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
  316. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -1
  317. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  318. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -7
  319. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  320. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
  321. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  322. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  323. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +23 -20
  324. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  325. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  326. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +2 -3
  327. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  328. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.d.ts +10 -0
  329. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +39 -0
  330. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -0
  331. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
  332. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -13
  333. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  334. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +0 -26
  335. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  336. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +1 -25
  337. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  338. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +0 -1
  339. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  340. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -3
  341. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  342. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -0
  343. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -16
  344. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  345. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +1 -1
  346. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  347. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -40
  348. package/dist/dist-esm/react-composites/src/composites/common/icons.js +0 -12
  349. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  350. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -20
  351. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  352. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +4 -0
  353. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +4 -0
  354. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +4 -0
  355. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +4 -0
  356. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +8 -0
  357. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +4 -0
  358. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +4 -0
  359. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +4 -0
  360. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +4 -0
  361. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +4 -0
  362. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +4 -0
  363. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +4 -0
  364. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +4 -0
  365. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +4 -0
  366. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +4 -0
  367. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +4 -0
  368. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +4 -0
  369. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +4 -0
  370. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +4 -0
  371. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +4 -0
  372. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +4 -0
  373. package/package.json +3 -3
  374. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-N5ydNkHZ.js +0 -115
  375. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-N5ydNkHZ.js.map +0 -1
  376. package/dist/dist-cjs/communication-react/index-BaI-AJud.js +0 -38969
  377. package/dist/dist-cjs/communication-react/index-BaI-AJud.js.map +0 -1
  378. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
  379. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -91
  380. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  381. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
  382. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
  383. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
  384. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  385. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -91
  386. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  387. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  388. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -49
  389. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  390. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  391. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  392. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  393. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -19
  394. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -100
  395. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
  396. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  397. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -43
  398. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  399. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  400. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -75
  401. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  402. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  403. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -68
  404. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  405. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  406. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -39
  407. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  408. package/dist/dist-esm/react-components/src/components/ErrorBoundary.d.ts +0 -20
  409. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +0 -33
  410. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +0 -1
  411. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  412. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  413. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  414. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  415. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -123
  416. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  417. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.d.ts +0 -7
  418. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js +0 -75
  419. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/RichTextRibbonButtons.js.map +0 -1
  420. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.d.ts +0 -7
  421. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js +0 -55
  422. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTableButton.js.map +0 -1
  423. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.d.ts +0 -16
  424. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js +0 -59
  425. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextInsertTablePane.js.map +0 -1
  426. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.d.ts +0 -8
  427. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js +0 -73
  428. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/RichTextTableContextMenu.js.map +0 -1
  429. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.d.ts +0 -9
  430. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js +0 -56
  431. package/dist/dist-esm/react-components/src/components/RichTextEditor/Buttons/Table/insertTableAction.js.map +0 -1
  432. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -23
  433. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -78
  434. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
  435. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -57
  436. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -133
  437. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
  438. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -34
  439. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -64
  440. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
  441. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -138
  442. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -186
  443. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
  444. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
  445. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -73
  446. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
  447. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -34
  448. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -42
  449. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
  450. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
  451. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -18
  452. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
  453. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
  454. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -550
  455. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  456. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  457. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -816
  458. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  459. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  460. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  461. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  462. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  463. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
  464. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  465. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
  466. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -311
  467. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
  468. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
  469. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -38
  470. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
  471. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  472. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  473. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  474. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
  475. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
  476. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
  477. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  478. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  479. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  480. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.d.ts +0 -15
  481. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js +0 -39
  482. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map +0 -1
  483. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -22
  484. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -29
  485. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
  486. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  487. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  488. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  489. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  490. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  491. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  492. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  493. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -218
  494. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  495. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -28
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  510. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
  511. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -23
  512. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
  513. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  514. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  515. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  516. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  517. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  518. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  519. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.d.ts +0 -29
  520. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js +0 -14
  521. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js.map +0 -1
  522. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  523. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
  524. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  525. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  526. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -107
  527. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  528. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  529. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  530. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  531. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  532. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -74
  533. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  534. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  535. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  536. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
@@ -17,7 +17,6 @@
17
17
 
18
18
  /// <reference types="react" />
19
19
 
20
- import { AddPhoneNumberOptions } from '@azure/communication-calling';
21
20
  import { AudioDeviceInfo } from '@azure/communication-calling';
22
21
  import { BackgroundBlurConfig } from '@azure/communication-calling';
23
22
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -30,12 +29,10 @@ import { CallClientOptions } from '@azure/communication-calling';
30
29
  import { CallDirection } from '@azure/communication-calling';
31
30
  import { CallEndReason } from '@azure/communication-calling';
32
31
  import { CallerInfo } from '@azure/communication-calling';
33
- import { CallKind } from '@azure/communication-calling';
34
32
  import { CallState as CallState_2 } from '@azure/communication-calling';
35
33
  import { CallSurvey } from '@azure/communication-calling';
36
34
  import { CallSurveyResponse } from '@azure/communication-calling';
37
35
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
38
- import { CaptionsKind } from '@azure/communication-calling';
39
36
  import { CaptionsResultType } from '@azure/communication-calling';
40
37
  import { ChatClient } from '@azure/communication-chat';
41
38
  import { ChatClientOptions } from '@azure/communication-chat';
@@ -53,7 +50,6 @@ import { DeviceAccess } from '@azure/communication-calling';
53
50
  import { DeviceManager } from '@azure/communication-calling';
54
51
  import { DominantSpeakersInfo } from '@azure/communication-calling';
55
52
  import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
56
- import { EnvironmentInfo } from '@azure/communication-calling';
57
53
  import { GroupCallLocator } from '@azure/communication-calling';
58
54
  import { IButtonProps } from '@fluentui/react';
59
55
  import { IButtonStyles } from '@fluentui/react';
@@ -61,9 +57,7 @@ import { IContextualMenuItem } from '@fluentui/react';
61
57
  import { IContextualMenuItemStyles } from '@fluentui/react';
62
58
  import { IContextualMenuProps } from '@fluentui/react';
63
59
  import { IContextualMenuStyles } from '@fluentui/react';
64
- import { ILinkStyles } from '@fluentui/react';
65
60
  import { IMessageBarProps } from '@fluentui/react';
66
- import { IncomingCall } from '@azure/communication-calling';
67
61
  import { IPersonaStyleProps } from '@fluentui/react';
68
62
  import { IPersonaStyles } from '@fluentui/react';
69
63
  import { IRawStyle } from '@fluentui/react';
@@ -73,12 +67,10 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
73
67
  import { ITextFieldStyles } from '@fluentui/react';
74
68
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
75
69
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
76
- import { LocalRecordingInfo } from '@azure/communication-calling';
77
70
  import { LocalVideoStream } from '@azure/communication-calling';
78
71
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
79
72
  import { MediaStreamType } from '@azure/communication-calling';
80
73
  import { MicrosoftTeamsAppIdentifier } from '@azure/communication-common';
81
- import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
82
74
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
83
75
  import { PartialTheme } from '@fluentui/react';
84
76
  import { ParticipantCapabilities } from '@azure/communication-calling';
@@ -87,12 +79,10 @@ import { PermissionConstraints } from '@azure/communication-calling';
87
79
  import { PersonaInitialsColor } from '@fluentui/react';
88
80
  import { PersonaPresence } from '@fluentui/react';
89
81
  import { PersonaSize } from '@fluentui/react';
90
- import { PhoneNumberIdentifier } from '@azure/communication-common';
91
82
  import { PropertyChangedEvent } from '@azure/communication-calling';
92
83
  import { default as React_2 } from 'react';
93
84
  import { Reaction as Reaction_2 } from '@azure/communication-calling';
94
85
  import { ReactionMessage } from '@azure/communication-calling';
95
- import { RecordingInfo } from '@azure/communication-calling';
96
86
  import type { RemoteParticipant } from '@azure/communication-calling';
97
87
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
98
88
  import { RoomCallLocator } from '@azure/communication-calling';
@@ -101,8 +91,8 @@ import { SendMessageOptions } from '@azure/communication-chat';
101
91
  import { SpotlightedParticipant } from '@azure/communication-calling';
102
92
  import { StartCallOptions } from '@azure/communication-calling';
103
93
  import { StartCaptionsOptions } from '@azure/communication-calling';
104
- import { TeamsCall } from '@azure/communication-calling';
105
- import { TeamsCallAgent } from '@azure/communication-calling';
94
+ import { TeamsCallInfo } from '@azure/communication-calling';
95
+ import { TeamsMeetingIdLocator } from '@azure/communication-calling';
106
96
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
107
97
  import { Theme } from '@fluentui/react';
108
98
  import { TransferEventArgs } from '@azure/communication-calling';
@@ -214,194 +204,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
214
204
  */
215
205
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
216
206
 
217
- /**
218
- * @beta
219
- *
220
- * Attachment download options defines the list of actions that can be performed on an attachment.
221
- */
222
- export declare interface AttachmentDownloadOptions {
223
- actionsForAttachment: (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
224
- }
225
-
226
- /**
227
- * @beta
228
- *
229
- * Attachment menu action defines buttons that can be shown on the attachment card.
230
- * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
231
- */
232
- export declare interface AttachmentMenuAction {
233
- name: string;
234
- icon: JSX.Element;
235
- onClick: (attachment: AttachmentMetadata) => Promise<void>;
236
- }
237
-
238
- /**
239
- * Metadata containing basic information about the attachment.
240
- *
241
- * @beta
242
- */
243
- export declare interface AttachmentMetadata {
244
- /**
245
- * Extension hint, useful for rendering a specific icon.
246
- * An unknown or empty extension will be rendered as a generic icon.
247
- * Example: `pdf`
248
- */
249
- extension?: string;
250
- /**
251
- * Unique ID of the attachment.
252
- */
253
- id: string;
254
- /**
255
- * Attachment name to be displayed.
256
- */
257
- name: string;
258
- /**
259
- * Download URL for the attachment.
260
- */
261
- url?: string;
262
- }
263
-
264
- /**
265
- * Metadata containing basic information about the uploading attachment.
266
- *
267
- * @beta
268
- */
269
- export declare interface AttachmentMetadataWithProgress extends AttachmentMetadata {
270
- /**
271
- * A number between 0 and 1 indicating the progress of the upload.
272
- */
273
- progress?: number;
274
- /**
275
- * A object contains error message would be shown to the user.
276
- */
277
- error?: AttachmentProgressError;
278
- }
279
-
280
- /**
281
- * @beta
282
- *
283
- * Attachment Options that defines behaviour for uploading and downloading attachments.
284
- */
285
- export declare interface AttachmentOptions {
286
- uploadOptions?: AttachmentUploadOptions;
287
- downloadOptions?: AttachmentDownloadOptions;
288
- }
289
-
290
- /**
291
- * @beta
292
- * A attachment progress error object that contains message to be shown to
293
- * the user when upload fails.
294
- */
295
- export declare interface AttachmentProgressError {
296
- message: string;
297
- }
298
-
299
- /**
300
- * @beta
301
- * A callback function for handling attachment removed by the user in send box.
302
- *
303
- * @param attachmentId - The ID of uploaded attachments.
304
- */
305
- export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
306
-
307
- /**
308
- * @beta
309
- * A callback function for handling list of upload tasks that contains files selected by user to upload.
310
- *
311
- * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
312
- */
313
- export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
314
-
315
- /**
316
- * @internal
317
- */
318
- export declare interface _AttachmentUploadAdapter {
319
- registerActiveUploads: (files: File[]) => AttachmentUploadTask[];
320
- registerCompletedUploads: (metadata: AttachmentMetadata[]) => AttachmentUploadTask[];
321
- clearUploads: () => void;
322
- cancelUpload: (id: string) => void;
323
- updateUploadProgress: (id: string, progress: number) => void;
324
- updateUploadStatusMessage: (id: string, errorMessage: string) => void;
325
- updateUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
326
- }
327
-
328
- /**
329
- * @beta
330
- */
331
- export declare interface AttachmentUploadOptions {
332
- /**
333
- * A list of strings containing the comma separated list of supported media (aka. mime) types.
334
- * i.e. ['image/*', 'video/*', 'audio/*']
335
- * Default value is `['*']`, meaning all media types are supported.
336
- * Similar to the `accept` attribute of the `<input type="attachment" />` element.
337
- * @beta
338
- */
339
- supportedMediaTypes?: string[];
340
- /**
341
- * Disable multiple attachments to be selected if set to `true`.
342
- * Default value is `false`, meaning multiple attachments can be selected.
343
- * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
344
- * @beta
345
- */
346
- disableMultipleUploads?: boolean;
347
- /**
348
- * A callback function of type {@link AttachmentSelectionHandler} that will be called
349
- * when user finishes selecting files in browser's file picker. This function is required since
350
- * this would be where upload logic is implemented to your own storage.
351
- * @beta
352
- */
353
- handleAttachmentSelection: AttachmentSelectionHandler;
354
- /**
355
- * A optional callback function that will be called
356
- * when user removing files before clicking send message button. This function will be
357
- * where you can remove the file from your storage.
358
- * @beta
359
- */
360
- handleAttachmentRemoval?: AttachmentRemovalHandler;
361
- }
362
-
363
- /**
364
- * A record containing {@link AttachmentMetadata} mapped to unique attachment upload task ids.
365
- * @internal
366
- */
367
- export declare type _AttachmentUploadsUiState = Record<string, AttachmentMetadataWithProgress>;
368
-
369
- /**
370
- * A upload task represents and manages an attachment that is being uploaded.
371
- * When using the Composite, an attachment upload task is created for each file user is selected to upload.
372
- * A upload task is complete when notifyUploadCompleted is called.
373
- * A upload task is failed when notifyUploadFailed is called.
374
- * @beta
375
- */
376
- export declare interface AttachmentUploadTask {
377
- /**
378
- * Unique identifier for the attachment upload task.
379
- */
380
- taskId: string;
381
- /**
382
- * HTML {@link File} object for the uploaded attachment.
383
- */
384
- file?: File;
385
- /**
386
- * Update the progress of the upload changed.
387
- * A upload is considered complete when the progress reaches 1.
388
- * @param value - number between 0 and 1
389
- */
390
- notifyUploadProgressChanged: (value: number) => void;
391
- /**
392
- * Mark the upload task as complete.
393
- * An attachment is considered completed uploading when ID and URL are provided.
394
- * @param id - the unique identifier of the attachment.
395
- * @param url - the download URL of the attachment.
396
- */
397
- notifyUploadCompleted: (id: string, url: string) => void;
398
- /**
399
- * Mark the upload task as failed.
400
- * @param message - An error message that can be displayed to the user.
401
- */
402
- notifyUploadFailed: (message: string) => void;
403
- }
404
-
405
207
  /**
406
208
  * Custom data attributes for displaying avatar for a user.
407
209
  *
@@ -431,11 +233,6 @@ export declare type AvatarPersonaData = {
431
233
  * @defaultvalue `white`
432
234
  */
433
235
  initialsTextColor?: string;
434
- /**
435
- * If true, show the special coin for unknown persona.
436
- * It has '?' in place of initials, with static font and background colors
437
- */
438
- showUnknownPersonaCoin?: boolean;
439
236
  };
440
237
 
441
238
  /**
@@ -457,11 +254,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
457
254
  displayName: string;
458
255
  credential: CommunicationTokenCredential;
459
256
  locator: CallAdapterLocator;
460
- /**
461
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
462
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
463
- */
464
- alternateCallerId?: string;
465
257
  /**
466
258
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
467
259
  */
@@ -485,8 +277,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
485
277
  userId: CommunicationUserIdentifier;
486
278
  displayName: string;
487
279
  credential: CommunicationTokenCredential;
488
- locator: CallAndChatLocator | TeamsMeetingLinkLocator;
489
- alternateCallerId?: string;
280
+ locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
490
281
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
491
282
  };
492
283
 
@@ -531,11 +322,6 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
531
322
  displayName: string;
532
323
  credential: CommunicationTokenCredential;
533
324
  targetCallees: StartCallIdentifier[];
534
- /**
535
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
536
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
537
- */
538
- alternateCallerId?: string;
539
325
  /**
540
326
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
541
327
  */
@@ -597,156 +383,6 @@ export declare interface BaseCustomStyles {
597
383
  root?: IStyle;
598
384
  }
599
385
 
600
- /**
601
- * Content blocked message type.
602
- *
603
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
604
- *
605
- * @beta
606
- */
607
- export declare interface BlockedMessage extends MessageCommon {
608
- messageType: 'blocked';
609
- warningText?: string;
610
- linkText?: string;
611
- link?: string;
612
- deletedOn?: Date;
613
- senderId?: string;
614
- senderDisplayName?: string;
615
- status?: MessageStatus;
616
- attached?: MessageAttachedStatus;
617
- mine?: boolean;
618
- }
619
-
620
- /**
621
- * @beta
622
- * Props for BrowserPermissionDeniedIOS component.
623
- */
624
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
625
- /**
626
- * Localization strings for BrowserPermissionDeniedIOS component.
627
- */
628
- strings?: BrowserPermissionDeniedIOSStrings;
629
- /**
630
- * Link to image source.
631
- *
632
- * Image is inserted into the top of the component.
633
- */
634
- imageSource?: string;
635
- }
636
-
637
- /**
638
- * @beta
639
- * Strings for BrowserPermissionDeniedIOS component
640
- */
641
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
642
- /**
643
- * Image alt text
644
- */
645
- imageAltText: string;
646
- /**
647
- * Main text string.
648
- */
649
- primaryText: string;
650
- /**
651
- * Subtext string.
652
- */
653
- secondaryText: string;
654
- /**
655
- * Step 1 string
656
- */
657
- step1Text: string;
658
- /**
659
- * Step 1 digit string
660
- */
661
- step1DigitText: string;
662
- /**
663
- * Step 2 string
664
- */
665
- step2Text: string;
666
- /**
667
- * Step 2 digit string
668
- */
669
- step2DigitText: string;
670
- /**
671
- * Step 3 string
672
- */
673
- step3Text: string;
674
- /**
675
- * Step 3 digit string
676
- */
677
- step3DigitText: string;
678
- /**
679
- * Step 4 string
680
- */
681
- step4Text: string;
682
- /**
683
- * Step 4 digit string
684
- */
685
- step4DigitText: string;
686
- }
687
-
688
- /**
689
- * @beta
690
- * Props for BrowserPermissionDenied component.
691
- */
692
- export declare interface BrowserPermissionDeniedProps {
693
- /**
694
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
695
- */
696
- onTroubleshootingClick?: () => void;
697
- /**
698
- * Action to be taken by the try again primary button.
699
- */
700
- onTryAgainClick?: () => void;
701
- /**
702
- * Localization strings for BrowserPermissionDenied component.
703
- */
704
- strings?: BrowserPermissionDeniedStrings;
705
- /**
706
- * Allows users to pass in an object contains custom CSS styles.
707
- * @Example
708
- * ```
709
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
710
- * ```
711
- */
712
- styles?: BrowserPermissionDeniedStyles;
713
- }
714
-
715
- /**
716
- * @beta
717
- * Strings for BrowserPermissionDenied component
718
- */
719
- export declare interface BrowserPermissionDeniedStrings {
720
- /**
721
- * Main button text string.
722
- */
723
- primaryButtonText: string;
724
- /**
725
- * Main text string.
726
- */
727
- primaryText: string;
728
- /**
729
- * Subtext string.
730
- */
731
- secondaryText: string;
732
- /**
733
- * More help link string.
734
- */
735
- linkText: string;
736
- }
737
-
738
- /**
739
- * Fluent styles for {@link BrowserPermissionDenied}.
740
- *
741
- * @beta
742
- */
743
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
744
- /** Styles for the primary button. */
745
- primaryButton?: IButtonStyles;
746
- /** Styles for the help troubleshooting link text. */
747
- troubleshootingLink?: ILinkStyles;
748
- }
749
-
750
386
  /**
751
387
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
752
388
  *
@@ -830,12 +466,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
830
466
  * @public
831
467
  */
832
468
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
833
- /**
834
- * Start the call.
835
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
836
- * @public
837
- */
838
- startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
839
469
  }
840
470
 
841
471
  /**
@@ -918,12 +548,6 @@ export declare interface CallAdapterCallOperations {
918
548
  * @public
919
549
  */
920
550
  removeParticipant(userId: string): Promise<void>;
921
- /**
922
- * Remove a participant from the call.
923
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
924
- * @beta
925
- */
926
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
927
551
  /**
928
552
  * Create the html view for a stream.
929
553
  *
@@ -975,35 +599,12 @@ export declare interface CallAdapterCallOperations {
975
599
  * @public
976
600
  */
977
601
  disposeLocalVideoStreamView(): Promise<void>;
978
- /**
979
- * Holds the call.
980
- *
981
- * @beta
982
- */
983
- holdCall(): Promise<void>;
984
- /**
985
- * Resumes the call from a `LocalHold` state.
986
- *
987
- * @beta
988
- */
989
- resumeCall(): Promise<void>;
990
- /**
991
- * Add a participant to the call.
992
- *
993
- * @beta
994
- */
995
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
996
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
997
602
  /**
998
603
  * send dtmf tone to another participant in a 1:1 PSTN call
999
604
  *
1000
605
  * @public
1001
606
  */
1002
607
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1003
- /**
1004
- * Continues into a call when the browser version is not supported.
1005
- */
1006
- allowUnsupportedBrowserVersion(): void;
1007
608
  /**
1008
609
  * Function to Start captions
1009
610
  * @param options - options for start captions
@@ -1096,14 +697,6 @@ export declare type CallAdapterClientState = {
1096
697
  * Latest error encountered for each operation performed via the adapter.
1097
698
  */
1098
699
  latestErrors: AdapterErrors;
1099
- /**
1100
- * Azure communications Phone number to make PSTN calls with.
1101
- */
1102
- alternateCallerId?: string;
1103
- /**
1104
- * Environment information about system the adapter is made on
1105
- */
1106
- environmentInfo?: EnvironmentInfo;
1107
700
  /**
1108
701
  * State to track whether the local participant's camera is on. To be used when creating a custom
1109
702
  * control bar with the CallComposite.
@@ -1125,6 +718,10 @@ export declare type CallAdapterClientState = {
1125
718
  * Call from transfer request accepted by local user
1126
719
  */
1127
720
  acceptedTransferCallState?: CallState;
721
+ /**
722
+ * Hide attendee names in teams meeting
723
+ */
724
+ hideAttendeeNames?: boolean;
1128
725
  /**
1129
726
  * State to track the sounds to be used in the call.
1130
727
  */
@@ -1218,7 +815,7 @@ export declare interface CallAdapterDeviceManagement {
1218
815
  *
1219
816
  * @public
1220
817
  */
1221
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
818
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
1222
819
 
1223
820
  /**
1224
821
  * {@link CommonCallAdapter} state.
@@ -1417,7 +1014,6 @@ export declare interface CallAdapterSubscribers {
1417
1014
  export declare type CallAdapterUiState = {
1418
1015
  isLocalPreviewMicrophoneEnabled: boolean;
1419
1016
  page: CallCompositePage;
1420
- unsupportedBrowserVersionsAllowed?: boolean;
1421
1017
  };
1422
1018
 
1423
1019
  /**
@@ -1436,7 +1032,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1436
1032
  */
1437
1033
  export declare interface CallAgentProviderProps {
1438
1034
  children: React_2.ReactNode;
1439
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
1035
+ callAgent?: CallAgent;
1440
1036
  }
1441
1037
 
1442
1038
  /**
@@ -1461,7 +1057,7 @@ export declare interface CallAgentState {
1461
1057
  */
1462
1058
  export declare interface CallAndChatLocator {
1463
1059
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1464
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
1060
+ callLocator: GroupCallLocator;
1465
1061
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1466
1062
  chatThreadId: string;
1467
1063
  }
@@ -1548,16 +1144,6 @@ export declare interface CallClientState {
1548
1144
  * See documentation of {@Link CallErrors} for details.
1549
1145
  */
1550
1146
  latestErrors: CallErrors;
1551
- /**
1552
- * A phone number in E.164 format that will be used to represent callers identity.
1553
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1554
- * be used as the caller id in the PSTN call.
1555
- */
1556
- alternateCallerId?: string;
1557
- /**
1558
- * state to track the environment that the stateful client was made in is supported
1559
- */
1560
- environmentInfo?: EnvironmentInfo;
1561
1147
  }
1562
1148
 
1563
1149
  /**
@@ -1636,9 +1222,6 @@ export declare type CallCompositeIcons = {
1636
1222
  ParticipantItemScreenShareStart?: JSX.Element;
1637
1223
  VideoTileMicOff?: JSX.Element;
1638
1224
  LocalCameraSwitch?: JSX.Element;
1639
- PeoplePaneAddPerson?: JSX.Element;
1640
- PeoplePaneOpenDialpad?: JSX.Element;
1641
- DialpadStartCall?: JSX.Element;
1642
1225
  NoticePageInviteToRoomRemoved?: JSX.Element;
1643
1226
  BlurVideoBackground?: JSX.Element;
1644
1227
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1673,56 +1256,6 @@ export declare type CallCompositeOptions = {
1673
1256
  * @defaultValue true
1674
1257
  */
1675
1258
  callControls?: boolean | CallControlOptions;
1676
- /**
1677
- * Device permissions check options for your call.
1678
- * Here you can choose what device permissions you prompt the user for,
1679
- * as well as what device permissions must be accepted before starting a call.
1680
- */
1681
- deviceChecks?: DeviceCheckOptions;
1682
- /**
1683
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1684
- * unable to grant your site the required permissions for the call.
1685
- *
1686
- * @example
1687
- * ```ts
1688
- * onPermissionsTroubleshootingClick: () =>
1689
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1690
- * ```
1691
- *
1692
- * @remarks
1693
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1694
- */
1695
- onPermissionsTroubleshootingClick?: (permissionsState: {
1696
- camera: PermissionState;
1697
- microphone: PermissionState;
1698
- }) => void;
1699
- /**
1700
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1701
- * having network issues when connecting to the call.
1702
- *
1703
- * @example
1704
- * ```ts
1705
- * onNetworkingTroubleShootingClick?: () =>
1706
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1707
- * ```
1708
- *
1709
- * @remarks
1710
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1711
- */
1712
- onNetworkingTroubleShootingClick?: () => void;
1713
- /**
1714
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1715
- *
1716
- * @example
1717
- * ```ts
1718
- * onBrowserTroubleShootingClick?: () =>
1719
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1720
- * ```
1721
- *
1722
- * @remarks
1723
- * if this is not supplied, the composite will not show a unsupported browser page.
1724
- */
1725
- onEnvironmentInfoTroubleshootingClick?: () => void;
1726
1259
  /**
1727
1260
  * Remote participant video tile menu options
1728
1261
  */
@@ -1737,6 +1270,13 @@ export declare type CallCompositeOptions = {
1737
1270
  * Options for controlling video tile.
1738
1271
  */
1739
1272
  videoTilesOptions?: VideoTilesOptions;
1273
+ /**
1274
+ * Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
1275
+ * - Teams Voice Application like Call queue or Auto Attendant
1276
+ * - PSTN Calls
1277
+ * @defaultValue false
1278
+ */
1279
+ disableAutoShowDtmfDialer?: boolean;
1740
1280
  /**
1741
1281
  * Options for controlling the starting layout of the composite's video gallery
1742
1282
  */
@@ -1836,7 +1376,7 @@ export declare type CallCompositeOptions = {
1836
1376
  *
1837
1377
  * @public
1838
1378
  */
1839
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring';
1379
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring';
1840
1380
 
1841
1381
  /**
1842
1382
  * Props for {@link CallComposite}.
@@ -2086,22 +1626,6 @@ export declare interface CallCompositeStrings {
2086
1626
  * Label for SidePaneHeader dismiss button
2087
1627
  */
2088
1628
  dismissSidePaneButtonLabel?: string;
2089
- /**
2090
- * Side pane People section subheader.
2091
- */
2092
- peoplePaneSubTitle: string;
2093
- /**
2094
- * Label for button to copy invite link
2095
- */
2096
- copyInviteLinkButtonLabel: string;
2097
- /**
2098
- * Label for button to open dialpad
2099
- */
2100
- openDialpadButtonLabel: string;
2101
- /**
2102
- * Label for menu item to remove participant
2103
- */
2104
- removeMenuLabel: string;
2105
1629
  /**
2106
1630
  * Label for menu item to start spotlight on participant
2107
1631
  */
@@ -2126,58 +1650,10 @@ export declare interface CallCompositeStrings {
2126
1650
  * Label for menu item to stop all spotlight
2127
1651
  */
2128
1652
  stopAllSpotlightMenuLabel: string;
2129
- /**
2130
- * Label for add people dropdown
2131
- */
2132
- peoplePaneAddPeopleButtonLabel: string;
2133
- /**
2134
- * Label for button to start a call
2135
- */
2136
- dialpadStartCallButtonLabel: string;
2137
- /**
2138
- * Title for dialpad Modal
2139
- */
2140
- dialpadModalTitle: string;
2141
- /**
2142
- * Aria Label for dialpad Modal
2143
- */
2144
- dialpadModalAriaLabel: string;
2145
- /**
2146
- * Aria Label for dialpad Modal close button
2147
- */
2148
- dialpadCloseModalButtonAriaLabel: string;
2149
1653
  /**
2150
1654
  * label for more button in the Calling composite
2151
1655
  */
2152
1656
  moreButtonCallingLabel: string;
2153
- /**
2154
- * Label for the resume call button on the hold pane
2155
- */
2156
- resumeCallButtonLabel: string;
2157
- /**
2158
- * Label for the resume call button on the hold pane when call is resuming
2159
- */
2160
- resumingCallButtonLabel: string;
2161
- /**
2162
- * Aria label for the resume call button on the hold pane
2163
- */
2164
- resumeCallButtonAriaLabel: string;
2165
- /**
2166
- * Aria label for the resume call button on the hold pane when call is resuming
2167
- */
2168
- resumingCallButtonAriaLabel: string;
2169
- /**
2170
- * Label for the hold pane
2171
- */
2172
- holdScreenLabel: string;
2173
- /**
2174
- * Placeholder text for dtmf dialpad
2175
- */
2176
- dtmfDialpadPlaceholderText: string;
2177
- /**
2178
- * Label for the button to open dtmf dialpad
2179
- */
2180
- openDtmfDialpadLabel: string;
2181
1657
  /**
2182
1658
  * aria label for when the invite link has been actioned
2183
1659
  */
@@ -2250,14 +1726,6 @@ export declare interface CallCompositeStrings {
2250
1726
  * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
2251
1727
  */
2252
1728
  notInvitedToRoomDetails?: string;
2253
- /**
2254
- * Control bar People button ToolTipContent
2255
- */
2256
- peopleButtonTooltipOpen: string;
2257
- /**
2258
- * Control bar People button ToolTipContent
2259
- */
2260
- peopleButtonTooltipClose: string;
2261
1729
  /**
2262
1730
  * Label disaplayed on the lobby screen during a 1:1 outbound call.
2263
1731
  */
@@ -2406,38 +1874,6 @@ export declare interface CallCompositeStrings {
2406
1874
  * notice to be announced by narrator the transfer page is showing
2407
1875
  */
2408
1876
  transferPageNoticeString: string;
2409
- /**
2410
- * Title text of the page shown to the user when target participant could not be reached
2411
- */
2412
- participantCouldNotBeReachedTitle?: string;
2413
- /**
2414
- * More details text of the page shown to the user when target participant could not be reached
2415
- */
2416
- participantCouldNotBeReachedMoreDetails?: string;
2417
- /**
2418
- * Title text of the page shown to the user when permission to reach participant is not allowed
2419
- */
2420
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2421
- /**
2422
- * More details text of the page shown to the user when permission to reach participant is not allowed
2423
- */
2424
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2425
- /**
2426
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2427
- */
2428
- unableToResolveTenantTitle?: string;
2429
- /**
2430
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2431
- */
2432
- unableToResolveTenantMoreDetails?: string;
2433
- /**
2434
- * Title text of the page shown to the user when target participant id is malformed
2435
- */
2436
- participantIdIsMalformedTitle?: string;
2437
- /**
2438
- * More details text of the page shown to the user when target participant id is malformed
2439
- */
2440
- participantIdIsMalformedMoreDetails?: string;
2441
1877
  /**
2442
1878
  * Controls label to move the overflow gallery around
2443
1879
  */
@@ -2622,6 +2058,10 @@ export declare interface CallCompositeStrings {
2622
2058
  * Content of confirm dialog when leaving
2623
2059
  */
2624
2060
  endCallConfirmDialogContent?: string;
2061
+ /**
2062
+ * Error message when the meeting identifier or passcode is invalid
2063
+ */
2064
+ invalidMeetingIdentifier: string;
2625
2065
  }
2626
2066
 
2627
2067
  /**
@@ -2706,7 +2146,7 @@ export declare type CallErrors = {
2706
2146
  *
2707
2147
  * @public
2708
2148
  */
2709
- 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';
2149
+ 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';
2710
2150
 
2711
2151
  /**
2712
2152
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2814,23 +2254,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2814
2254
  spotlight?: Spotlight;
2815
2255
  };
2816
2256
 
2817
- /**
2818
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2819
- *
2820
- * @remarks
2821
- * This is currently in beta and only supports calling one Teams User.
2822
- *
2823
- * @example
2824
- * ```
2825
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2826
- * ```
2827
- *
2828
- * @beta
2829
- */
2830
- export declare type CallParticipantsLocator = {
2831
- participantIds: string[];
2832
- };
2833
-
2834
2257
  /**
2835
2258
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2836
2259
  *
@@ -2847,7 +2270,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2847
2270
  */
2848
2271
  export declare interface CallProviderProps {
2849
2272
  children: React_2.ReactNode;
2850
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
2273
+ call?: Call;
2851
2274
  }
2852
2275
 
2853
2276
  /**
@@ -2861,10 +2284,6 @@ export declare interface CallState {
2861
2284
  * Proxy of {@link @azure/communication-calling#Call.id}.
2862
2285
  */
2863
2286
  id: string;
2864
- /**
2865
- * Type of the call.
2866
- */
2867
- kind: CallKind;
2868
2287
  /**
2869
2288
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2870
2289
  */
@@ -2930,11 +2349,7 @@ export declare interface CallState {
2930
2349
  /**
2931
2350
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
2932
2351
  */
2933
- recording: RecordingCallFeature;
2934
- /**
2935
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
2936
- */
2937
- localRecording: LocalRecordingCallFeatureState;
2352
+ recording: RecordingCallFeature;
2938
2353
  /**
2939
2354
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
2940
2355
  *
@@ -2991,10 +2406,6 @@ export declare interface CallState {
2991
2406
  * Proxy of {@link @azure/communication-calling#Call.role}.
2992
2407
  */
2993
2408
  role?: ParticipantRole;
2994
- /**
2995
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2996
- */
2997
- totalParticipantCount?: number;
2998
2409
  /**
2999
2410
  * Transfer state of call
3000
2411
  */
@@ -3003,10 +2414,18 @@ export declare interface CallState {
3003
2414
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
3004
2415
  */
3005
2416
  capabilitiesFeature?: CapabilitiesFeatureState;
2417
+ /**
2418
+ * Hide attendee names in teams meeting
2419
+ */
2420
+ hideAttendeeNames?: boolean;
3006
2421
  /**
3007
2422
  * Proxy of {@link @azure/communication-calling#SpotlightCallFeature}.
3008
2423
  */
3009
2424
  spotlight?: SpotlightCallFeatureState;
2425
+ /**
2426
+ * Proxy of {@link @azure/communication-calling#Call.info}.
2427
+ */
2428
+ info?: TeamsCallInfo;
3010
2429
  }
3011
2430
 
3012
2431
  /**
@@ -3053,12 +2472,6 @@ export declare interface CallWithChatAdapterManagement {
3053
2472
  * @public
3054
2473
  */
3055
2474
  removeParticipant(userId: string): Promise<void>;
3056
- /**
3057
- * Remove a participant from the call.
3058
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
3059
- * @beta
3060
- */
3061
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
3062
2475
  /**
3063
2476
  * Join the call with microphone initially on/off.
3064
2477
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -3129,7 +2542,7 @@ export declare interface CallWithChatAdapterManagement {
3129
2542
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
3130
2543
  * @public
3131
2544
  */
3132
- startCall(participants: (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
2545
+ startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
3133
2546
  /**
3134
2547
  * Start sharing the screen during a call.
3135
2548
  *
@@ -3293,12 +2706,6 @@ export declare interface CallWithChatAdapterManagement {
3293
2706
  * @public
3294
2707
  */
3295
2708
  sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3296
- /**
3297
- * Send a message with attachments in the chat thread.
3298
- *
3299
- * @beta
3300
- */
3301
- sendMessageWithAttachments(content: string, attachments: AttachmentMetadata[]): Promise<void>;
3302
2709
  /**
3303
2710
  * Send a read receipt for a message.
3304
2711
  *
@@ -3332,53 +2739,16 @@ export declare interface CallWithChatAdapterManagement {
3332
2739
  * @public
3333
2740
  */
3334
2741
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3335
- /** @internal */
3336
- registerActiveUploads: (files: File[]) => AttachmentUploadTask[];
3337
- /** @internal */
3338
- registerCompletedUploads: (metadata: AttachmentMetadata[]) => AttachmentUploadTask[];
3339
- /** @internal */
3340
- clearUploads: () => void;
3341
- /** @internal */
3342
- cancelUpload: (id: string) => void;
3343
- /** @internal */
3344
- updateUploadProgress: (id: string, progress: number) => void;
3345
- /** @internal */
3346
- updateUploadStatusMessage: (id: string, errorMessage: string) => void;
3347
- /** @internal */
3348
- updateUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
3349
2742
  /** @public */
3350
2743
  downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
3351
2744
  /** @public */
3352
2745
  removeResourceFromCache(resourceDetails: ResourceDetails): void;
3353
- /**
3354
- * Puts the Call in a Localhold.
3355
- *
3356
- * @beta
3357
- */
3358
- holdCall: () => Promise<void>;
3359
- /**
3360
- * Resumes the call from a LocalHold state.
3361
- *
3362
- * @beta
3363
- */
3364
- resumeCall: () => Promise<void>;
3365
- /**
3366
- * Adds a new Participant to the call.
3367
- *
3368
- * @beta
3369
- */
3370
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
3371
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
3372
2746
  /**
3373
2747
  * send dtmf tone to another participant in the call in 1:1 calls
3374
2748
  *
3375
2749
  * @public
3376
2750
  */
3377
2751
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3378
- /**
3379
- * Continues into a call when the browser version is not supported.
3380
- */
3381
- allowUnsupportedBrowserVersion(): void;
3382
2752
  /**
3383
2753
  * Function to Start captions
3384
2754
  * @param options - options for start captions
@@ -3508,6 +2878,8 @@ export declare interface CallWithChatAdapterSubscriptions {
3508
2878
  off(event: 'chatParticipantsAdded', listener: ParticipantsAddedListener): void;
3509
2879
  off(event: 'chatParticipantsRemoved', listener: ParticipantsRemovedListener): void;
3510
2880
  off(event: 'chatError', listener: (e: AdapterError) => void): void;
2881
+ on(event: 'chatInitialized', listener: ChatInitializedListener): void;
2882
+ off(event: 'chatInitialized', listener: ChatInitializedListener): void;
3511
2883
  }
3512
2884
 
3513
2885
  /**
@@ -3528,22 +2900,6 @@ export declare interface CallWithChatAdapterUiState {
3528
2900
  * @public
3529
2901
  */
3530
2902
  page: CallCompositePage;
3531
- /**
3532
- * Files being uploaded by a user in the current thread.
3533
- * Should be set to null once the upload is complete.
3534
- * Array of type {@link _AttachmentUploadsUiState}
3535
- *
3536
- * @internal
3537
- */
3538
- _attachmentUploads?: _AttachmentUploadsUiState;
3539
- /**
3540
- * State to track whether the end user has opted in to using a
3541
- * out of date version of a supported browser. Allows the user
3542
- * to start a call in this state.
3543
- *
3544
- * @beta
3545
- */
3546
- unsupportedBrowserVersionsAllowed?: boolean;
3547
2903
  }
3548
2904
 
3549
2905
  /**
@@ -3568,16 +2924,14 @@ export declare interface CallWithChatClientState {
3568
2924
  devices: DeviceManagerState;
3569
2925
  /** State of whether the active call is a Teams interop call */
3570
2926
  isTeamsCall: boolean;
3571
- /** alternateCallerId for PSTN call */
3572
- alternateCallerId?: string | undefined;
3573
- /** Environment information for system adapter is made on */
3574
- environmentInfo?: EnvironmentInfo;
3575
2927
  /** Default set of background images for background replacement effect */
3576
2928
  videoBackgroundImages?: VideoBackgroundImage[];
3577
2929
  /** Dependency to be injected for video background effects */
3578
2930
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3579
2931
  /** State to track the selected video background effect */
3580
2932
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
2933
+ /** Hide attendee names in teams meeting */
2934
+ hideAttendeeNames?: boolean;
3581
2935
  /**
3582
2936
  * Reaction resources to render in meetings
3583
2937
  * */
@@ -3650,9 +3004,6 @@ export declare type CallWithChatCompositeIcons = {
3650
3004
  ParticipantItemScreenShareStart?: JSX.Element;
3651
3005
  VideoTileMicOff?: JSX.Element;
3652
3006
  LocalCameraSwitch?: JSX.Element;
3653
- PeoplePaneAddPerson?: JSX.Element;
3654
- PeoplePaneOpenDialpad?: JSX.Element;
3655
- DialpadStartCall?: JSX.Element;
3656
3007
  DefaultCustomButton?: JSX.Element;
3657
3008
  DtmfDialpadButton?: JSX.Element;
3658
3009
  EditBoxCancel?: JSX.Element;
@@ -3683,62 +3034,6 @@ export declare type CallWithChatCompositeOptions = {
3683
3034
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3684
3035
  */
3685
3036
  callControls?: boolean | CallWithChatControlOptions;
3686
- /**
3687
- * Properties for configuring the File Sharing feature.
3688
- * If undefined, file sharing feature will be disabled.
3689
- * @beta
3690
- */
3691
- attachmentOptions?: AttachmentOptions;
3692
- /**
3693
- * Device permissions check options for your call.
3694
- * Here you can choose what device permissions you prompt the user for,
3695
- * as well as what device permissions must be accepted before starting a call.
3696
- */
3697
- deviceChecks?: DeviceCheckOptions;
3698
- /**
3699
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3700
- * unable to grant your site the required permissions for the call.
3701
- *
3702
- * @example
3703
- * ```ts
3704
- * onPermissionsTroubleshootingClick: () =>
3705
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3706
- * ```
3707
- *
3708
- * @remarks
3709
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3710
- */
3711
- onPermissionsTroubleshootingClick?: (permissionsState: {
3712
- camera: PermissionState;
3713
- microphone: PermissionState;
3714
- }) => void;
3715
- /**
3716
- * Optional callback to supply users with further troubleshooting steps for network issues
3717
- * experienced when connecting to a call.
3718
- *
3719
- * @example
3720
- * ```ts
3721
- * onNetworkingTroubleShootingClick?: () =>
3722
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3723
- * ```
3724
- *
3725
- * @remarks
3726
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3727
- */
3728
- onNetworkingTroubleShootingClick?: () => void;
3729
- /**
3730
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3731
- *
3732
- * @example
3733
- * ```ts
3734
- * onBrowserTroubleShootingClick?: () =>
3735
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3736
- * ```
3737
- *
3738
- * @remarks
3739
- * if this is not supplied, the composite will not show a unsupported browser page.
3740
- */
3741
- onEnvironmentInfoTroubleshootingClick?: () => void;
3742
3037
  /**
3743
3038
  * Remote participant video tile menu options
3744
3039
  */
@@ -3888,6 +3183,14 @@ export declare interface CallWithChatCompositeStrings {
3888
3183
  * {@link CallWithChatComposite} control bar People button label when checked
3889
3184
  */
3890
3185
  selectedPeopleButtonLabel: string;
3186
+ /**
3187
+ * {@link CallWithChatComposite} aria label for control bar People button when unchecked
3188
+ */
3189
+ peopleButtonTooltipOpenAriaLabel: string;
3190
+ /**
3191
+ * {@link CallWithChatComposite} aria label for control bar People button when checked
3192
+ */
3193
+ peopleButtonTooltipCloseAriaLabel: string;
3891
3194
  /**
3892
3195
  * {@link CallWithChatComposite} control bar People button ToolTipContent
3893
3196
  */
@@ -3993,9 +3296,9 @@ export declare interface CallWithChatCompositeStrings {
3993
3296
  */
3994
3297
  copyInviteLinkButtonLabel: string;
3995
3298
  /**
3996
- * Label for button to open dialpad
3299
+ * Label for button to copy invite link when it has been actioned
3997
3300
  */
3998
- openDialpadButtonLabel: string;
3301
+ copyInviteLinkButtonActionedLabel: string;
3999
3302
  /**
4000
3303
  * Label for SidePaneHeader dismiss button
4001
3304
  */
@@ -4008,34 +3311,6 @@ export declare interface CallWithChatCompositeStrings {
4008
3311
  * Aria label string for return to call back button
4009
3312
  */
4010
3313
  returnToCallButtonAriaLabel?: string;
4011
- /**
4012
- * Label for add people dropdown
4013
- */
4014
- peoplePaneAddPeopleButtonLabel: string;
4015
- /**
4016
- * Label for button to start a call
4017
- */
4018
- dialpadStartCallButtonLabel: string;
4019
- /**
4020
- * Title for dialpad Modal
4021
- */
4022
- dialpadModalTitle: string;
4023
- /**
4024
- * Aria Label for dialpad Modal
4025
- */
4026
- dialpadModalAriaLabel: string;
4027
- /**
4028
- * Aria Label for dialpad Modal close button
4029
- */
4030
- dialpadCloseModalButtonAriaLabel: string;
4031
- /**
4032
- * Placeholder text for dtmf dialpad
4033
- */
4034
- dtmfDialpadPlaceholderText: string;
4035
- /**
4036
- * Label for the button to open dtmf dialpad
4037
- */
4038
- openDtmfDialpadLabel: string;
4039
3314
  /**
4040
3315
  * aria label for when the invite link has been actioned
4041
3316
  */
@@ -4052,9 +3327,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4052
3327
  * Show or hide the chat button in the call-with-chat composite control bar.
4053
3328
  * @defaultValue true
4054
3329
  */
4055
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4056
- disabled: boolean;
4057
- };
3330
+ chatButton?: boolean;
4058
3331
  }
4059
3332
 
4060
3333
  /**
@@ -4062,36 +3335,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4062
3335
  *
4063
3336
  * @public
4064
3337
  */
4065
- export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
4066
-
4067
- /**
4068
- * @beta
4069
- *
4070
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4071
- * by their browsers settings.
4072
- */
4073
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4074
-
4075
- /**
4076
- * @beta
4077
- * Props for CameraAndMicrophoneSitePermissions component.
4078
- */
4079
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4080
- /** Icon name for the camera icon */
4081
- cameraIconName?: string;
4082
- /** Icon name for the microphone icon */
4083
- microphoneIconName?: string;
4084
- /** Icon name for the central icon between the camera and microphone icons */
4085
- connectorIconName?: string;
4086
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4087
- strings?: CameraAndMicrophoneSitePermissionsStrings;
4088
- }
4089
-
4090
- /**
4091
- * @beta
4092
- * Strings for CameraAndMicrophoneSitePermissions component.
4093
- */
4094
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3338
+ export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4095
3339
 
4096
3340
  /**
4097
3341
  * A button to turn camera on / off.
@@ -4249,31 +3493,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
4249
3493
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
4250
3494
  }
4251
3495
 
4252
- /**
4253
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4254
- * by their browsers settings.
4255
- *
4256
- * @beta
4257
- */
4258
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
4259
-
4260
- /**
4261
- * @beta
4262
- * Props for CameraSitePermissions component.
4263
- */
4264
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
4265
- /** Icon name for the camera icon */
4266
- cameraIconName?: string;
4267
- /** Strings for use with the {@link CameraSitePermissions} */
4268
- strings?: CameraSitePermissionsStrings;
4269
- }
4270
-
4271
- /**
4272
- * @beta
4273
- * Strings for CameraSitePermissions component.
4274
- */
4275
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
4276
-
4277
3496
  /**
4278
3497
  * @public
4279
3498
  * Callback function run when a message edit is cancelled.
@@ -4347,6 +3566,19 @@ export declare interface CapabilityChangedNotificationStrings {
4347
3566
  */
4348
3567
  grantedDueToRoleChangeToPresenter?: string;
4349
3568
  };
3569
+ /**
3570
+ * Strings for hidden attendee names capability
3571
+ */
3572
+ hideAttendeeNames?: {
3573
+ /**
3574
+ * Notification message shown to the user when capability to view attendee names is lost due to a meeting option change for Attendee
3575
+ */
3576
+ hideAttendeeNameAttendee?: string;
3577
+ /**
3578
+ * Notification message shown to the user when capability to view attendee names is lost due to a meeting option change for Presenter
3579
+ */
3580
+ hideAttendeeNamePresenter?: string;
3581
+ };
4350
3582
  }
4351
3583
 
4352
3584
  /**
@@ -4420,10 +3652,6 @@ export declare interface CaptionsCallFeatureState {
4420
3652
  * current caption language
4421
3653
  */
4422
3654
  currentCaptionLanguage: string;
4423
- /**
4424
- * current caption kind: teams or acs captions
4425
- */
4426
- captionsKind: CaptionsKind;
4427
3655
  }
4428
3656
 
4429
3657
  /**
@@ -4483,7 +3711,7 @@ export declare type CaptionsReceivedListener = (event: {
4483
3711
  *
4484
3712
  * @public
4485
3713
  */
4486
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers & /* @conditional-compile-remove(attachment-upload) */ _AttachmentUploadAdapter;
3714
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
4487
3715
 
4488
3716
  /**
4489
3717
  * {@link ChatAdapter} state.
@@ -4588,10 +3816,6 @@ export declare interface ChatAdapterThreadManagement {
4588
3816
  * Send a message in the thread.
4589
3817
  */
4590
3818
  sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
4591
- /**
4592
- * Send a message with attachments in the chat thread.
4593
- */
4594
- sendMessageWithAttachments(content: string, attachments: AttachmentMetadata[]): Promise<void>;
4595
3819
  /**
4596
3820
  * Send a read receipt for a message.
4597
3821
  */
@@ -4611,9 +3835,7 @@ export declare interface ChatAdapterThreadManagement {
4611
3835
  /**
4612
3836
  * Update a message content.
4613
3837
  */
4614
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, /* @conditional-compile-remove(attachment-upload) */ options?: {
4615
- attachmentMetadata?: AttachmentMetadata[];
4616
- }): Promise<void>;
3838
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
4617
3839
  /**
4618
3840
  * Delete a message in the thread.
4619
3841
  */
@@ -4643,21 +3865,13 @@ export declare interface ChatAdapterThreadManagement {
4643
3865
  */
4644
3866
  export declare type ChatAdapterUiState = {
4645
3867
  error?: Error;
4646
- /**
4647
- * Attachments being uploaded by a user in the current thread.
4648
- * Should be set to null once the upload is complete.
4649
- * Array of type {@link _AttachmentUploadsUiState}
4650
- *
4651
- * @internal
4652
- */
4653
- _attachmentUploads?: _AttachmentUploadsUiState;
4654
3868
  };
4655
3869
 
4656
3870
  /**
4657
3871
  * Represents the type of attachment
4658
3872
  * @public
4659
3873
  */
4660
- export declare type ChatAttachmentType = 'unknown' | 'image' | /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */ 'file';
3874
+ export declare type ChatAttachmentType = 'unknown' | 'image';
4661
3875
 
4662
3876
  /**
4663
3877
  * Common props for selectors for {@link ChatClientState}.
@@ -4759,7 +3973,6 @@ export declare type ChatCompositeIcons = {
4759
3973
  ParticipantItemOptionsHovered?: JSX.Element;
4760
3974
  SendBoxSend?: JSX.Element;
4761
3975
  SendBoxSendHovered?: JSX.Element;
4762
- SendBoxAttachFile?: JSX.Element;
4763
3976
  };
4764
3977
 
4765
3978
  /**
@@ -4774,13 +3987,6 @@ export declare type ChatCompositeOptions = {
4774
3987
  * @defaultValue true
4775
3988
  */
4776
3989
  errorBar?: boolean;
4777
- /**
4778
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4779
- * @defaultValue false
4780
- *
4781
- * @beta
4782
- */
4783
- participantPane?: boolean;
4784
3990
  /**
4785
3991
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4786
3992
  * @defaultValue true
@@ -4791,12 +3997,6 @@ export declare type ChatCompositeOptions = {
4791
3997
  * When undefined nothing has focus on render
4792
3998
  */
4793
3999
  autoFocus?: 'sendBoxTextField';
4794
- /**
4795
- * Properties for configuring the File Sharing feature.
4796
- * If undefined, file sharing feature will be disabled.
4797
- * @beta
4798
- */
4799
- attachmentOptions?: AttachmentOptions;
4800
4000
  };
4801
4001
 
4802
4002
  /**
@@ -4824,12 +4024,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4824
4024
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4825
4025
  */
4826
4026
  options?: ChatCompositeOptions;
4827
- /**
4828
- * Optimizes the composite form factor for either desktop or mobile.
4829
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4830
- * @defaultValue 'desktop'
4831
- */
4832
- formFactor?: 'desktop' | 'mobile';
4833
4027
  }
4834
4028
 
4835
4029
  /**
@@ -4844,10 +4038,6 @@ export declare interface ChatCompositeStrings {
4844
4038
  * Chat list header text
4845
4039
  */
4846
4040
  chatListHeader: string;
4847
- /**
4848
- * Upload Attachment Button text
4849
- */
4850
- uploadAttachment: string;
4851
4041
  }
4852
4042
 
4853
4043
  /**
@@ -4896,7 +4086,7 @@ export declare type ChatErrors = {
4896
4086
  *
4897
4087
  * @public
4898
4088
  */
4899
- 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' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
4089
+ 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';
4900
4090
 
4901
4091
  /**
4902
4092
  * Object containing all the handlers required for chat components.
@@ -4913,13 +4103,19 @@ export declare type ChatHandlers = {
4913
4103
  onRemoveParticipant: (userId: string) => Promise<void>;
4914
4104
  updateThreadTopicName: (topicName: string) => Promise<void>;
4915
4105
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4916
- onUpdateMessage: (messageId: string, content: string, /* @conditional-compile-remove(attachment-upload) */ options?: {
4917
- metadata?: Record<string, string>;
4918
- attachmentMetadata?: AttachmentMetadata[];
4919
- }) => Promise<void>;
4106
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4920
4107
  onDeleteMessage: (messageId: string) => Promise<void>;
4921
4108
  };
4922
4109
 
4110
+ /**
4111
+ * Callback for {@link CallWithChatAdapterSubscribers} 'chatInitialized' event.
4112
+ *
4113
+ * @public
4114
+ */
4115
+ export declare type ChatInitializedListener = (event: {
4116
+ adapter: CallWithChatAdapter;
4117
+ }) => void;
4118
+
4923
4119
  /**
4924
4120
  * A chat message.
4925
4121
  *
@@ -4943,12 +4139,6 @@ export declare interface ChatMessage extends MessageCommon {
4943
4139
  * {@link @azure/communication-chat#ChatMessage.metadata}
4944
4140
  */
4945
4141
  metadata?: Record<string, string>;
4946
- /**
4947
- * @beta
4948
- * A list of attachments in the message.
4949
- * {@link AttachmentMetadata}
4950
- */
4951
- attachments?: AttachmentMetadata[];
4952
4142
  }
4953
4143
 
4954
4144
  /**
@@ -4962,7 +4152,6 @@ export declare interface ChatMessage extends MessageCommon {
4962
4152
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4963
4153
  clientMessageId?: string;
4964
4154
  status: MessageStatus;
4965
- policyViolation?: boolean;
4966
4155
  resourceCache?: Record<string, ResourceFetchResult>;
4967
4156
  };
4968
4157
 
@@ -5166,9 +4355,7 @@ export declare type CommonCallControlOptions = {
5166
4355
  * Show or Hide Camera Button during a call
5167
4356
  * @defaultValue true
5168
4357
  */
5169
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5170
- disabled: boolean;
5171
- };
4358
+ cameraButton?: boolean;
5172
4359
  /**
5173
4360
  * Show or Hide EndCall button during a call.
5174
4361
  * @defaultValue true
@@ -5184,16 +4371,12 @@ export declare type CommonCallControlOptions = {
5184
4371
  * Show or Hide Microphone button during a call.
5185
4372
  * @defaultValue true
5186
4373
  */
5187
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5188
- disabled: boolean;
5189
- };
4374
+ microphoneButton?: boolean;
5190
4375
  /**
5191
4376
  * Show or Hide Devices button during a call.
5192
4377
  * @defaultValue true
5193
4378
  */
5194
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5195
- disabled: boolean;
5196
- };
4379
+ devicesButton?: boolean;
5197
4380
  /**
5198
4381
  * Show, Hide or Disable participants button during a call.
5199
4382
  * @defaultValue true
@@ -5231,16 +4414,11 @@ export declare type CommonCallControlOptions = {
5231
4414
  * Inject custom buttons in the call controls.
5232
4415
  */
5233
4416
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
5234
- holdButton?: boolean | {
5235
- disabled: boolean;
5236
- };
5237
4417
  /**
5238
4418
  * Show or hide the people button in the composite control bar.
5239
4419
  * @defaultValue true
5240
4420
  */
5241
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5242
- disabled: boolean;
5243
- };
4421
+ peopleButton?: boolean;
5244
4422
  /**
5245
4423
  * Show or hide the dialpad button in the composite control bar.
5246
4424
  */
@@ -5251,11 +4429,6 @@ export declare type CommonCallControlOptions = {
5251
4429
  * Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
5252
4430
  */
5253
4431
  exitSpotlightButton?: boolean;
5254
- /**
5255
- * Show, Hide or Disable captions during a call.
5256
- * @defaultValue true
5257
- */
5258
- captionsButton?: boolean;
5259
4432
  };
5260
4433
 
5261
4434
  /**
@@ -5281,9 +4454,6 @@ export declare interface CommonCallingHandlers {
5281
4454
  onLowerHand: () => Promise<void>;
5282
4455
  onToggleRaiseHand: () => Promise<void>;
5283
4456
  onReactionClick: (reaction: Reaction_2) => Promise<void>;
5284
- onToggleHold: () => Promise<void>;
5285
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
5286
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
5287
4457
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
5288
4458
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
5289
4459
  /**
@@ -5295,8 +4465,6 @@ export declare interface CommonCallingHandlers {
5295
4465
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
5296
4466
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
5297
4467
  onRemoveParticipant(userId: string): Promise<void>;
5298
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
5299
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
5300
4468
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
5301
4469
  onRemoveVideoBackgroundEffects: () => Promise<void>;
5302
4470
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -5320,39 +4488,6 @@ export declare type CommonProperties<A, B> = {
5320
4488
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
5321
4489
  }[keyof A & keyof B];
5322
4490
 
5323
- /**
5324
- * @beta
5325
- * Props for SitePermissions components.
5326
- */
5327
- export declare interface CommonSitePermissionsProps {
5328
- /**
5329
- * Name of application calling experience is in.
5330
- */
5331
- appName: string;
5332
- /**
5333
- * Kind of the Site Permissions component.
5334
- */
5335
- kind: 'request' | 'denied' | 'check';
5336
- /**
5337
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
5338
- */
5339
- browserHint?: 'safari' | 'unset';
5340
- /**
5341
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
5342
- * If this is not provided the button will not be shown.
5343
- */
5344
- onTroubleshootingClick?: () => void;
5345
- /**
5346
- * Action that is taken when the user clicks the continue anyway button.
5347
- * If this is not provided the button will not be shown.
5348
- */
5349
- onContinueAnywayClick?: () => void;
5350
- /**
5351
- * Styles for SitePermissions component.
5352
- */
5353
- styles?: SitePermissionsStyles;
5354
- }
5355
-
5356
4491
  /**
5357
4492
  * A Chat or Calling participant's state, as reflected in the UI.
5358
4493
  *
@@ -5529,11 +4664,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5529
4664
  export declare interface ComponentLocale {
5530
4665
  /** Strings for components */
5531
4666
  strings: ComponentStrings;
5532
- /**
5533
- * Optional function to provide customized date format.
5534
- * @beta
5535
- */
5536
- onDisplayDateTimeString?: (messageDate: Date) => string;
5537
4667
  }
5538
4668
 
5539
4669
  /**
@@ -5583,10 +4713,6 @@ export declare interface ComponentStrings {
5583
4713
  typingIndicator: TypingIndicatorStrings;
5584
4714
  /** Strings for SendBox */
5585
4715
  sendBox: SendBoxStrings;
5586
- /** Strings for RichTextSendBox */
5587
- richTextSendBox: RichTextSendBoxStrings;
5588
- /** Strings for MentionPopover */
5589
- mentionPopover: MentionPopoverStrings;
5590
4716
  /** Strings for ImageOverlay */
5591
4717
  imageOverlay: ImageOverlayStrings;
5592
4718
  /** Strings for MessageStatusIndicator */
@@ -5597,50 +4723,10 @@ export declare interface ComponentStrings {
5597
4723
  videoGallery: VideoGalleryStrings;
5598
4724
  /** Strings for Dialpad */
5599
4725
  dialpad: DialpadStrings;
5600
- /** Strings for VideoTile */
5601
- videoTile: VideoTileStrings;
5602
- /** Strings for HoldButton */
5603
- holdButton: HoldButtonStrings;
5604
- /** Strings for a site's permission request prompt */
5605
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
5606
- /** Strings for a site's permission request prompt */
5607
- CameraSitePermissionsRequest: SitePermissionsStrings;
5608
- /** Strings for a site's permission request prompt */
5609
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
5610
- /** Strings for a site's permission generic checking prompt */
5611
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
5612
- /** Strings for a site's permission generic checking prompt */
5613
- CameraSitePermissionsCheck: SitePermissionsStrings;
5614
- /** Strings for a site's permission generic checking prompt */
5615
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
5616
- /** Strings for a site's permission denied prompt */
5617
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
5618
- /** Strings for a site's permission denied prompt for safari browsers*/
5619
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5620
- /** Strings for a site's permission denied prompt */
5621
- CameraSitePermissionsDenied: SitePermissionsStrings;
5622
- /** Strings for a site's permission denied prompt */
5623
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
5624
- /** Strings for a site's permission denied prompt for safari browsers*/
5625
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
5626
- /** Strings for a site's permission denied prompt for safari browsers*/
5627
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5628
- /** Strings for unsupported browser UI */
5629
- UnsupportedBrowser: UnsupportedBrowserStrings;
5630
- /** Strings for unsupported browser version UI */
5631
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
5632
- /** Strings for unsupported browser version UI */
5633
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
5634
- /** Strings for BrowserPemissionDenied */
5635
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
5636
- /** Strings for BrowserPemissionDeniedIOS */
5637
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
5638
4726
  /**
5639
4727
  * Strings for the VerticalGallery.
5640
4728
  */
5641
4729
  verticalGallery: VerticalGalleryStrings;
5642
- /** Strings for the participant list component */
5643
- ParticipantList: ParticipantListStrings;
5644
4730
  }
5645
4731
 
5646
4732
  /**
@@ -6042,7 +5128,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
6042
5128
  *
6043
5129
  * @public
6044
5130
  */
6045
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5131
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
6046
5132
 
6047
5133
  /**
6048
5134
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -6103,18 +5189,6 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
6103
5189
  */
6104
5190
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
6105
5191
 
6106
- /**
6107
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
6108
- *
6109
- * Useful when implementing a custom component that utilizes the providers
6110
- * exported from this library.
6111
- *
6112
- * @beta
6113
- */
6114
- 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?: {
6115
- onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
6116
- }) => never | TeamsCallingHandlers;
6117
-
6118
5192
  /**
6119
5193
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
6120
5194
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -6140,21 +5214,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
6140
5214
  */
6141
5215
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
6142
5216
 
6143
- /**
6144
- * @beta
6145
- */
6146
- export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
6147
-
6148
- /**
6149
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
6150
- *
6151
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
6152
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
6153
- *
6154
- * @beta
6155
- */
6156
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
6157
-
6158
5217
  /**
6159
5218
  * Object returned after creating a local or remote VideoStream.
6160
5219
  * This contains helper functions to manipulate the render of the stream.
@@ -6205,13 +5264,6 @@ export declare type CustomAvatarOptions = {
6205
5264
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
6206
5265
  /** Display name to be used in Persona */
6207
5266
  text?: string;
6208
- /** State for the participant to be displayed in the defaultPlaceHolder */
6209
- participantState?: ParticipantState;
6210
- /**
6211
- * If true, show the special coin for unknown persona.
6212
- * It has '?' in place of initials, with static font and background colors
6213
- */
6214
- showUnknownPersonaCoin?: boolean;
6215
5267
  };
6216
5268
 
6217
5269
  /**
@@ -6339,18 +5391,6 @@ export declare interface CustomMessage extends MessageCommon {
6339
5391
  */
6340
5392
  export declare const darkTheme: PartialTheme & CallingTheme;
6341
5393
 
6342
- /**
6343
- * @beta
6344
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
6345
- */
6346
- export declare type DeclarativeCallAgent = CallAgent & /* @conditional-compile-remove(one-to-n-calling) */ IncomingCallManagement;
6347
-
6348
- /**
6349
- * @beta
6350
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
6351
- */
6352
- export declare type DeclarativeIncomingCall = IncomingCall;
6353
-
6354
5394
  /**
6355
5395
  * The default set of icons that are available to use in the UI components.
6356
5396
  *
@@ -6375,11 +5415,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6375
5415
  RaiseHandContextualMenuItem: React_2.JSX.Element;
6376
5416
  LowerHandContextualMenuItem: React_2.JSX.Element;
6377
5417
  ReactionButtonIcon: React_2.JSX.Element;
6378
- CancelAttachmentUpload: React_2.JSX.Element;
6379
- DownloadAttachment: React_2.JSX.Element;
6380
- OpenAttachment: React_2.JSX.Element;
6381
- AttachmentMoreMenu: React_2.JSX.Element;
6382
- DataLossPreventionProhibited: React_2.JSX.Element;
6383
5418
  EditBoxCancel: React_2.JSX.Element;
6384
5419
  EditBoxSubmit: React_2.JSX.Element;
6385
5420
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -6413,20 +5448,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6413
5448
  ParticipantItemOptionsHovered: React_2.JSX.Element;
6414
5449
  ParticipantItemScreenShareStart: React_2.JSX.Element;
6415
5450
  ParticipantItemSpotlighted: React_2.JSX.Element;
6416
- HoldCallContextualMenuItem: React_2.JSX.Element;
6417
- HoldCallButton: React_2.JSX.Element;
6418
- ResumeCall: React_2.JSX.Element;
6419
5451
  SendBoxSend: React_2.JSX.Element;
6420
5452
  SendBoxSendHovered: React_2.JSX.Element;
6421
5453
  VideoTileMicOff: React_2.JSX.Element;
6422
5454
  DialpadBackspace: React_2.JSX.Element;
6423
- SitePermissionsSparkle: React_2.JSX.Element;
6424
- SitePermissionCamera: React_2.JSX.Element;
6425
- SitePermissionMic: React_2.JSX.Element;
6426
- SitePermissionCameraDenied: React_2.JSX.Element;
6427
- SitePermissionMicDenied: React_2.JSX.Element;
6428
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6429
- BrowserPermissionDeniedError: React_2.JSX.Element;
6430
5455
  VideoTilePinned: React_2.JSX.Element;
6431
5456
  VideoTileMoreOptions: React_2.JSX.Element;
6432
5457
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6454,20 +5479,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6454
5479
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6455
5480
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6456
5481
  VideoTileSpotlighted: React_2.JSX.Element;
6457
- RichTextBoldButtonIcon: React_2.JSX.Element;
6458
- RichTextItalicButtonIcon: React_2.JSX.Element;
6459
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
6460
- RichTextBulletListButtonIcon: React_2.JSX.Element;
6461
- RichTextNumberListButtonIcon: React_2.JSX.Element;
6462
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6463
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6464
- RichTextDividerIcon: React_2.JSX.Element;
6465
- RichTextEditorButtonIcon: React_2.JSX.Element;
6466
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
6467
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
6468
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
6469
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
6470
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6471
5482
  };
6472
5483
 
6473
5484
  /**
@@ -6488,7 +5499,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6488
5499
  ParticipantItemOptionsHovered: JSX.Element;
6489
5500
  SendBoxSend: JSX.Element;
6490
5501
  SendBoxSendHovered: JSX.Element;
6491
- SendBoxAttachFile?: JSX.Element | undefined;
6492
5502
  ControlBarPeopleButton?: JSX.Element | undefined;
6493
5503
  ControlButtonCameraOff: JSX.Element;
6494
5504
  ControlButtonCameraOn: JSX.Element;
@@ -6546,9 +5556,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6546
5556
  ParticipantItemScreenShareStart: JSX.Element;
6547
5557
  VideoTileMicOff: JSX.Element;
6548
5558
  LocalCameraSwitch?: JSX.Element | undefined;
6549
- PeoplePaneAddPerson?: JSX.Element | undefined;
6550
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
6551
- DialpadStartCall?: JSX.Element | undefined;
6552
5559
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
6553
5560
  BlurVideoBackground?: JSX.Element | undefined;
6554
5561
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -6572,28 +5579,14 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6572
5579
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
6573
5580
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
6574
5581
  MoreDrawerSpeakers?: JSX.Element | undefined;
5582
+ SendBoxAttachFile?: JSX.Element | undefined;
6575
5583
  ChatMessageOptions: React_2.JSX.Element;
6576
5584
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6577
- CancelAttachmentUpload: React_2.JSX.Element;
6578
- DownloadAttachment: React_2.JSX.Element;
6579
- OpenAttachment: React_2.JSX.Element;
6580
- AttachmentMoreMenu: React_2.JSX.Element;
6581
- DataLossPreventionProhibited: React_2.JSX.Element;
6582
5585
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6583
5586
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6584
5587
  MessageResend: React_2.JSX.Element;
6585
5588
  ParticipantItemSpotlighted: React_2.JSX.Element;
6586
- HoldCallContextualMenuItem: React_2.JSX.Element;
6587
- HoldCallButton: React_2.JSX.Element;
6588
- ResumeCall: React_2.JSX.Element;
6589
5589
  DialpadBackspace: React_2.JSX.Element;
6590
- SitePermissionsSparkle: React_2.JSX.Element;
6591
- SitePermissionCamera: React_2.JSX.Element;
6592
- SitePermissionMic: React_2.JSX.Element;
6593
- SitePermissionCameraDenied: React_2.JSX.Element;
6594
- SitePermissionMicDenied: React_2.JSX.Element;
6595
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6596
- BrowserPermissionDeniedError: React_2.JSX.Element;
6597
5590
  VideoTilePinned: React_2.JSX.Element;
6598
5591
  VideoTileMoreOptions: React_2.JSX.Element;
6599
5592
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6621,52 +5614,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6621
5614
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6622
5615
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6623
5616
  VideoTileSpotlighted: React_2.JSX.Element;
6624
- RichTextBoldButtonIcon: React_2.JSX.Element;
6625
- RichTextItalicButtonIcon: React_2.JSX.Element;
6626
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
6627
- RichTextBulletListButtonIcon: React_2.JSX.Element;
6628
- RichTextNumberListButtonIcon: React_2.JSX.Element;
6629
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6630
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6631
- RichTextDividerIcon: React_2.JSX.Element;
6632
- RichTextEditorButtonIcon: React_2.JSX.Element;
6633
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
6634
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
6635
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
6636
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
6637
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6638
5617
  };
6639
5618
 
6640
- /**
6641
- * @beta
6642
- *
6643
- * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
6644
- */
6645
- export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
6646
-
6647
- /**
6648
- * Device Checks.
6649
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
6650
- *
6651
- * @beta
6652
- */
6653
- export declare interface DeviceCheckOptions {
6654
- /**
6655
- * Camera Permission prompts for your call.
6656
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6657
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6658
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6659
- */
6660
- camera: 'required' | 'optional' | 'doNotPrompt';
6661
- /**
6662
- * Microphone permission prompts for your call.
6663
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6664
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6665
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6666
- */
6667
- microphone: 'required' | 'optional' | 'doNotPrompt';
6668
- }
6669
-
6670
5619
  /**
6671
5620
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
6672
5621
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -7311,7 +6260,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
7311
6260
  *
7312
6261
  * @public
7313
6262
  */
7314
- 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;
6263
+ 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;
7315
6264
 
7316
6265
  /**
7317
6266
  * Get the selector for a specified component.
@@ -7328,7 +6277,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
7328
6277
  *
7329
6278
  * @public
7330
6279
  */
7331
- export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
6280
+ export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
7332
6281
 
7333
6282
  /**
7334
6283
  * Get the selector for a specified component.
@@ -7368,66 +6317,9 @@ export declare interface GridLayoutProps {
7368
6317
  * {@link GridLayout} Component Styles.
7369
6318
  * @public
7370
6319
  */
7371
- export declare interface GridLayoutStyles extends BaseCustomStyles {
7372
- /** Styles for each child of {@link GridLayout} */
7373
- children?: IStyle;
7374
- }
7375
-
7376
- /**
7377
- * a button to hold or resume a ongoing call.
7378
- *
7379
- * Can be used with {@link ControlBar}
7380
- *
7381
- * @param props - properties for the hold button.
7382
- * @returns
7383
- * @beta
7384
- */
7385
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
7386
-
7387
- /**
7388
- *@beta
7389
- */
7390
- export declare interface HoldButtonProps extends ControlBarButtonProps {
7391
- /**
7392
- * Utility property for using this component with communication react handlers
7393
- * Holds the call or resumes it based on call state.
7394
- */
7395
- onToggleHold: () => Promise<void>;
7396
- /**
7397
- * Optional strings to override in component
7398
- */
7399
- strings?: HoldButtonStrings;
7400
- }
7401
-
7402
- /**
7403
- * Selector type for the {@link HoldButton} component.
7404
- * @public
7405
- */
7406
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7407
- checked: boolean;
7408
- };
7409
-
7410
- /**
7411
- * Strings for the hold button labels
7412
- * @beta
7413
- */
7414
- export declare interface HoldButtonStrings {
7415
- /**
7416
- * Label for when action is to resume call.
7417
- */
7418
- onLabel: string;
7419
- /**
7420
- * Label for when action is to hold call.
7421
- */
7422
- offLabel: string;
7423
- /**
7424
- * Content for when button is checked
7425
- */
7426
- tooltipOnContent: string;
7427
- /**
7428
- * Content for when button is unchecked
7429
- */
7430
- tooltipOffContent: string;
6320
+ export declare interface GridLayoutStyles extends BaseCustomStyles {
6321
+ /** Styles for each child of {@link GridLayout} */
6322
+ children?: IStyle;
7431
6323
  }
7432
6324
 
7433
6325
  /**
@@ -7514,10 +6406,6 @@ export declare interface _Identifiers {
7514
6406
  verticalGalleryVideoTile: string;
7515
6407
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
7516
6408
  verticalGalleryPageCounter: string;
7517
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
7518
- mentionSuggestionList: string;
7519
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
7520
- mentionSuggestionItem: string;
7521
6409
  }
7522
6410
 
7523
6411
  /**
@@ -7579,27 +6467,6 @@ export declare interface ImageOverlayStrings {
7579
6467
  dismissButtonAriaLabel: string;
7580
6468
  }
7581
6469
 
7582
- /**
7583
- * Preset dark theme for the ImageOverlay component.
7584
- *
7585
- * @public
7586
- */
7587
- export declare const imageOverlayTheme: PartialTheme;
7588
-
7589
- /**
7590
- * @beta
7591
- * This contains a readonly array that returns all the active `incomingCalls`.
7592
- * An active incoming call is a call that has not been answered, declined or disconnected.
7593
- */
7594
- export declare type IncomingCallManagement = {
7595
- /**
7596
- * @beta
7597
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7598
- * @returns readonly array of {@link DeclarativeIncomingCall}
7599
- */
7600
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7601
- };
7602
-
7603
6470
  /**
7604
6471
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
7605
6472
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7784,28 +6651,6 @@ export declare type LocalizationProviderProps = {
7784
6651
  children: React_2.ReactNode;
7785
6652
  };
7786
6653
 
7787
- /**
7788
- * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
7789
- * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
7790
- *
7791
- * @beta
7792
- */
7793
- export declare interface LocalRecordingCallFeatureState {
7794
- /**
7795
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
7796
- */
7797
- isLocalRecordingActive: boolean;
7798
- /**
7799
- * Contains list of information of started recordings
7800
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
7801
- */
7802
- activeLocalRecordings?: LocalRecordingInfo[];
7803
- /**
7804
- * Contains list of information of stopped recordings
7805
- */
7806
- lastStoppedLocalRecording?: LocalRecordingInfo[];
7807
- }
7808
-
7809
6654
  /**
7810
6655
  * @public
7811
6656
  */
@@ -7911,76 +6756,6 @@ export declare interface MediaDiagnosticsState {
7911
6756
  latest: LatestMediaDiagnostics;
7912
6757
  }
7913
6758
 
7914
- /**
7915
- * Mention's state, as reflected in the UI.
7916
- *
7917
- * @beta
7918
- */
7919
- export declare interface Mention {
7920
- /** ID of a mention */
7921
- id: string;
7922
- /** Display text of a mention */
7923
- displayText: string;
7924
- /** Optional React element to render an item icon of a mention suggestion */
7925
- icon?: JSX.Element;
7926
- }
7927
-
7928
- /**
7929
- * Options to display suggestions in the mention scenario.
7930
- *
7931
- * @beta
7932
- */
7933
- export declare interface MentionDisplayOptions {
7934
- /**
7935
- * Optional callback for customizing the mention renderer in a message thread.
7936
- */
7937
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7938
- }
7939
-
7940
- /**
7941
- * Options to lookup suggestions in the mention scenario.
7942
- *
7943
- * @beta
7944
- */
7945
- export declare interface MentionLookupOptions {
7946
- /**
7947
- * Optional string to set trigger keyword for mention a specific participant.
7948
- *
7949
- * @defaultValue `@`
7950
- */
7951
- trigger?: string;
7952
- /**
7953
- * Optional callback to fetch a list of mention suggestions base on the query.
7954
- */
7955
- onQueryUpdated: (query: string) => Promise<Mention[]>;
7956
- /**
7957
- * Optional callback to render an item of the mention suggestions list.
7958
- */
7959
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
7960
- }
7961
-
7962
- /**
7963
- * Options to lookup suggestions and display mentions in the mention scenario.
7964
- *
7965
- * @beta
7966
- */
7967
- export declare type MentionOptions = {
7968
- lookupOptions?: MentionLookupOptions;
7969
- displayOptions?: MentionDisplayOptions;
7970
- };
7971
-
7972
- /**
7973
- * Strings of {@link _MentionPopover} that can be overridden.
7974
- *
7975
- * @beta
7976
- */
7977
- export declare interface MentionPopoverStrings {
7978
- /**
7979
- * Header text for MentionPopover
7980
- */
7981
- mentionPopoverHeader: string;
7982
- }
7983
-
7984
6759
  /**
7985
6760
  * Discriminated union of all messages.
7986
6761
  *
@@ -7988,7 +6763,7 @@ export declare interface MentionPopoverStrings {
7988
6763
  *
7989
6764
  * @public
7990
6765
  */
7991
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
6766
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7992
6767
 
7993
6768
  /**
7994
6769
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -8222,7 +6997,7 @@ export declare type MessageThreadProps = {
8222
6997
  /**
8223
6998
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
8224
6999
  */
8225
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
7000
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
8226
7001
  /**
8227
7002
  * number of participants in the thread
8228
7003
  */
@@ -8303,11 +7078,6 @@ export declare type MessageThreadProps = {
8303
7078
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
8304
7079
  */
8305
7080
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
8306
- /**
8307
- * Optional callback to render attachments in the message component.
8308
- * @beta
8309
- */
8310
- onRenderAttachmentDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
8311
7081
  /**
8312
7082
  * Optional callback to edit a message.
8313
7083
  *
@@ -8349,33 +7119,11 @@ export declare type MessageThreadProps = {
8349
7119
  * Optional strings to override in component
8350
7120
  */
8351
7121
  strings?: Partial<MessageThreadStrings>;
8352
- /**
8353
- * @beta
8354
- * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
8355
- * As this moment, the uploadOptions would be ignored and this option is intended for download only.
8356
- */
8357
- attachmentOptions?: AttachmentOptions;
8358
- /**
8359
- * Optional function to provide customized date format.
8360
- * @beta
8361
- */
8362
- onDisplayDateTimeString?: (messageDate: Date) => string;
8363
- /**
8364
- * Optional props needed to lookup a mention query and display mentions
8365
- * @beta
8366
- */
8367
- mentionOptions?: MentionOptions;
8368
7122
  /**
8369
7123
  * Optional callback called when an inline image is clicked.
8370
7124
  * @beta
8371
7125
  */
8372
7126
  inlineImageOptions?: InlineImageOptions;
8373
- /**
8374
- * enables rich text editor for the edit box
8375
- *
8376
- * @defaultValue `false`
8377
- */
8378
- richTextEditor?: boolean;
8379
7127
  };
8380
7128
 
8381
7129
  /**
@@ -8449,16 +7197,6 @@ export declare interface MessageThreadStrings {
8449
7197
  actionMenuMoreOptions?: string;
8450
7198
  /** Aria label to announce when a message is deleted */
8451
7199
  messageDeletedAnnouncementAriaLabel: string;
8452
- /** String for download attachment button in attachment card */
8453
- downloadAttachment: string;
8454
- /** String for open attachment button in attachment card */
8455
- openAttachment: string;
8456
- /** String for policy violation message removal */
8457
- blockedWarningText: string;
8458
- /** String for policy violation message removal details link */
8459
- blockedWarningLinkText: string;
8460
- /** String for aria text in attachment card group*/
8461
- attachmentCardGroupMessage: string;
8462
7200
  }
8463
7201
 
8464
7202
  /**
@@ -8486,7 +7224,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
8486
7224
  /** Styles for system message container. */
8487
7225
  systemMessageContainer?: ComponentSlotStyle;
8488
7226
  /** Styles for blocked message container. */
8489
- blockedMessageContainer?: ComponentSlotStyle;
8490
7227
  /** Styles for message status indicator container. */
8491
7228
  messageStatusContainer?: (mine: boolean) => IStyle;
8492
7229
  }
@@ -8655,31 +7392,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
8655
7392
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
8656
7393
  }
8657
7394
 
8658
- /**
8659
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8660
- * by their browsers settings.
8661
- *
8662
- * @beta
8663
- */
8664
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8665
-
8666
- /**
8667
- * @beta
8668
- * Props for MicrophoneSitePermissions component.
8669
- */
8670
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8671
- /** Icon name for the microphone icon */
8672
- microphoneIconName?: string;
8673
- /** Strings for use with the {@link MicrophoneSitePermissions} */
8674
- strings?: MicrophoneSitePermissionsStrings;
8675
- }
8676
-
8677
- /**
8678
- * @beta
8679
- * Strings for MicrophoneSitePermissions component.
8680
- */
8681
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8682
-
8683
7395
  /**
8684
7396
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
8685
7397
  *
@@ -8827,14 +7539,6 @@ export declare interface ParticipantItemProps {
8827
7539
  onClick?: (props?: ParticipantItemProps) => void;
8828
7540
  /** Optional value to determine if the tooltip should be shown for participants or not */
8829
7541
  showParticipantOverflowTooltip?: boolean;
8830
- /**
8831
- * Optional value to determine and display a participants connection status.
8832
- * For example, `Connecting`, `Ringing` etc.
8833
- * The actual text that is displayed is determined by the localized string
8834
- * corresponding to the provided participant state.
8835
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8836
- */
8837
- participantState?: ParticipantState;
8838
7542
  /**
8839
7543
  * Optional aria property that prefixes the ParticipantItems aria content
8840
7544
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -8860,10 +7564,8 @@ export declare interface ParticipantItemStrings {
8860
7564
  mutedIconLabel: string;
8861
7565
  /** placeholder text for participants who does not have a display name*/
8862
7566
  displayNamePlaceholder?: string;
8863
- /** String shown when `participantState` is `Ringing` */
8864
- participantStateRinging?: string;
8865
- /** String shown when `participantState` is `Hold` */
8866
- participantStateHold?: string;
7567
+ /** String for the attendee role */
7568
+ attendeeRole: string;
8867
7569
  }
8868
7570
 
8869
7571
  /**
@@ -8942,10 +7644,6 @@ export declare type ParticipantListProps = {
8942
7644
  styles?: ParticipantListStyles;
8943
7645
  /** Optional value to determine if the tooltip should be shown for participants or not */
8944
7646
  showParticipantOverflowTooltip?: boolean;
8945
- /** Total number of people in the call. This number can be larger than the remote participant count. */
8946
- totalParticipantCount?: number;
8947
- /** Strings for the participant list */
8948
- strings?: ParticipantListStrings;
8949
7647
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
8950
7648
  participantAriaLabelledBy?: string;
8951
7649
  };
@@ -8958,21 +7656,8 @@ export declare type ParticipantListProps = {
8958
7656
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8959
7657
  participants: CallParticipantListParticipant[];
8960
7658
  myUserId: string;
8961
- totalParticipantCount?: number;
8962
7659
  };
8963
7660
 
8964
- /**
8965
- * Strings for the {@link ParticipantList}.
8966
- *
8967
- * @beta
8968
- */
8969
- export declare interface ParticipantListStrings {
8970
- /**
8971
- * String for rendering the count of participants not contained in the displayed participant list
8972
- */
8973
- overflowParticipantCount?: string;
8974
- }
8975
-
8976
7661
  /**
8977
7662
  * Styles for the {@link ParticipantList}.
8978
7663
  *
@@ -9447,15 +8132,6 @@ export declare interface RecordingCallFeature {
9447
8132
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
9448
8133
  */
9449
8134
  isRecordingActive: boolean;
9450
- /**
9451
- * Contains list of information of started recordings
9452
- * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
9453
- */
9454
- activeRecordings?: RecordingInfo[];
9455
- /**
9456
- * Contains list of information of stopped recordings
9457
- */
9458
- lastStoppedRecording?: RecordingInfo[];
9459
8135
  }
9460
8136
 
9461
8137
  /**
@@ -9495,242 +8171,105 @@ export declare interface RemoteParticipantState {
9495
8171
  /**
9496
8172
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
9497
8173
  */
9498
- isSpeaking: boolean;
9499
- /**
9500
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
9501
- */
9502
- role?: ParticipantRole;
9503
- /**
9504
- * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9505
- */
9506
- raisedHand?: RaisedHandState;
9507
- /**
9508
- * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
9509
- *
9510
- * @public
9511
- */
9512
- contentSharingStream?: HTMLElement;
9513
- /**
9514
- * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
9515
- * UI helper props receivedOn which indicates the timestamp when the message was received.
9516
- *
9517
- * @public
9518
- */
9519
- reactionState?: ReactionState;
9520
- /**
9521
- * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9522
- */
9523
- spotlight?: SpotlightState;
9524
- }
9525
-
9526
- /**
9527
- * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
9528
- *
9529
- * @public
9530
- */
9531
- export declare interface RemoteVideoStreamState {
9532
- /**
9533
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
9534
- */
9535
- id: number;
9536
- /**
9537
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
9538
- */
9539
- mediaStreamType: MediaStreamType;
9540
- /**
9541
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
9542
- */
9543
- isAvailable: boolean;
9544
- /**
9545
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
9546
- * @public
9547
- */
9548
- isReceiving: boolean;
9549
- /**
9550
- * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
9551
- * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
9552
- */
9553
- view?: VideoStreamRendererViewState;
9554
- /**
9555
- * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
9556
- */
9557
- streamSize?: {
9558
- width: number;
9559
- height: number;
9560
- };
9561
- }
9562
-
9563
- /**
9564
- * Menu options for remote video tiles in {@link VideoGallery}.
9565
- *
9566
- * @public
9567
- */
9568
- export declare interface RemoteVideoTileMenuOptions {
9569
- /**
9570
- * If set to true, remote video tiles in the VideoGallery will not have menu options
9571
- *
9572
- * @defaultValue false
9573
- */
9574
- isHidden?: boolean;
9575
- }
9576
-
9577
- /**
9578
- * Details required for download a resource to cache.
9579
- *
9580
- * @public
9581
- */
9582
- export declare type ResourceDetails = {
9583
- threadId: string;
9584
- messageId: string;
9585
- resourceUrl: string;
9586
- };
9587
-
9588
- /**
9589
- * Result of the Resource downloaded from stateful client
9590
- * @public
9591
- */
9592
- export declare type ResourceFetchResult = {
9593
- sourceUrl?: string;
9594
- error?: Error;
9595
- };
9596
-
9597
- /**
9598
- * A component to render SendBox with Rich Text Editor support.
9599
- *
9600
- * @beta
9601
- */
9602
- export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
9603
-
9604
- /**
9605
- * Props for {@link RichTextSendBox}.
9606
- *
9607
- * @beta
9608
- */
9609
- export declare interface RichTextSendBoxProps {
9610
- /**
9611
- * Optional boolean to disable text box
9612
- * @defaultValue false
9613
- */
9614
- disabled?: boolean;
9615
- /**
9616
- * Optional strings to override in component
9617
- */
9618
- strings?: Partial<RichTextSendBoxStrings>;
9619
- /**
9620
- * Optional text for system message above the text box
9621
- */
9622
- systemMessage?: string;
9623
- /**
9624
- * Optional array of type {@link AttachmentMetadataWithProgress}
9625
- * to render attachments being uploaded in the SendBox.
9626
- * @beta
9627
- */
9628
- attachmentsWithProgress?: AttachmentMetadataWithProgress[];
9629
- /**
9630
- * enumerable to determine if the input box has focus on render or not.
9631
- * When undefined nothing has focus on render
9632
- */
9633
- autoFocus?: 'sendBoxTextField';
9634
- /**
9635
- * Optional callback to remove the attachment upload before sending by clicking on
9636
- * cancel icon.
9637
- * @beta
9638
- */
9639
- onCancelAttachmentUpload?: (attachmentId: string) => void;
9640
- /**
9641
- * Callback function used when the send button is clicked.
9642
- */
9643
- onSendMessage: (content: string) => Promise<void>;
9644
- /**
9645
- * Optional callback called when user is typing
9646
- */
9647
- onTyping?: () => Promise<void>;
9648
- }
9649
-
9650
- /**
9651
- * Strings of {@link RichTextSendBox} that can be overridden.
9652
- *
9653
- * @beta
9654
- */
9655
- export declare interface RichTextSendBoxStrings extends SendBoxStrings {
9656
- /**
9657
- * Tooltip text for the bold button.
9658
- */
9659
- boldTooltip: string;
9660
- /**
9661
- * Tooltip text for the italic button.
9662
- */
9663
- italicTooltip: string;
9664
- /**
9665
- * Tooltip text for the underline button.
9666
- */
9667
- underlineTooltip: string;
9668
- /**
9669
- * Tooltip text for the bullet list button.
9670
- */
9671
- bulletListTooltip: string;
9672
- /**
9673
- * Tooltip text for the number list button.
9674
- */
9675
- numberListTooltip: string;
9676
- /**
9677
- * Tooltip text for the increase indent button.
9678
- */
9679
- increaseIndentTooltip: string;
9680
- /**
9681
- * Tooltip text for the decrease indent button.
9682
- */
9683
- decreaseIndentTooltip: string;
8174
+ isSpeaking: boolean;
9684
8175
  /**
9685
- * Tooltip text insert table button.
8176
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
9686
8177
  */
9687
- insertTableTooltip: string;
8178
+ role?: ParticipantRole;
9688
8179
  /**
9689
- * Tooltip text for the rich text format button button.
8180
+ * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9690
8181
  */
9691
- richTextFormatButtonTooltip: string;
8182
+ raisedHand?: RaisedHandState;
9692
8183
  /**
9693
- * Text for the insert menu item.
8184
+ * Proxy of {@link @azure/communication-calling#Call.PPTLive.target}.
8185
+ *
8186
+ * @public
9694
8187
  */
9695
- insertRowOrColumnMenu: string;
8188
+ contentSharingStream?: HTMLElement;
9696
8189
  /**
9697
- * Title for the insert table menu.
8190
+ * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
8191
+ * UI helper props receivedOn which indicates the timestamp when the message was received.
8192
+ *
8193
+ * @public
9698
8194
  */
9699
- insertTableMenuTitle: string;
8195
+ reactionState?: ReactionState;
9700
8196
  /**
9701
- * Text for the insert menu item to insert row above the current selection.
8197
+ * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9702
8198
  */
9703
- insertRowAboveMenu: string;
8199
+ spotlight?: SpotlightState;
8200
+ }
8201
+
8202
+ /**
8203
+ * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
8204
+ *
8205
+ * @public
8206
+ */
8207
+ export declare interface RemoteVideoStreamState {
9704
8208
  /**
9705
- * Text for the insert menu item to insert row below the current selection.
8209
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
9706
8210
  */
9707
- insertRowBelowMenu: string;
8211
+ id: number;
9708
8212
  /**
9709
- * Text for the insert menu item to insert column to the left from the current selection.
8213
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
9710
8214
  */
9711
- insertColumnLeftMenu: string;
8215
+ mediaStreamType: MediaStreamType;
9712
8216
  /**
9713
- * Text for the insert menu item to insert column to the right from the current selection.
8217
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
9714
8218
  */
9715
- insertColumnRightMenu: string;
8219
+ isAvailable: boolean;
9716
8220
  /**
9717
- * Text for the delete row or column menu.
8221
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8222
+ * @public
9718
8223
  */
9719
- deleteRowOrColumnMenu: string;
8224
+ isReceiving: boolean;
9720
8225
  /**
9721
- * Text for the delete column menu.
8226
+ * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8227
+ * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
9722
8228
  */
9723
- deleteColumnMenu: string;
8229
+ view?: VideoStreamRendererViewState;
9724
8230
  /**
9725
- * Text for the delete row menu.
8231
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.size}.
9726
8232
  */
9727
- deleteRowMenu: string;
8233
+ streamSize?: {
8234
+ width: number;
8235
+ height: number;
8236
+ };
8237
+ }
8238
+
8239
+ /**
8240
+ * Menu options for remote video tiles in {@link VideoGallery}.
8241
+ *
8242
+ * @public
8243
+ */
8244
+ export declare interface RemoteVideoTileMenuOptions {
9728
8245
  /**
9729
- * Text for the delete table menu.
8246
+ * If set to true, remote video tiles in the VideoGallery will not have menu options
8247
+ *
8248
+ * @defaultValue false
9730
8249
  */
9731
- deleteTableMenu: string;
8250
+ isHidden?: boolean;
9732
8251
  }
9733
8252
 
8253
+ /**
8254
+ * Details required for download a resource to cache.
8255
+ *
8256
+ * @public
8257
+ */
8258
+ export declare type ResourceDetails = {
8259
+ threadId: string;
8260
+ messageId: string;
8261
+ resourceUrl: string;
8262
+ };
8263
+
8264
+ /**
8265
+ * Result of the Resource downloaded from stateful client
8266
+ * @public
8267
+ */
8268
+ export declare type ResourceFetchResult = {
8269
+ sourceUrl?: string;
8270
+ error?: Error;
8271
+ };
8272
+
9734
8273
  /**
9735
8274
  * A button to start / stop screen sharing.
9736
8275
  *
@@ -9802,19 +8341,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
9802
8341
  */
9803
8342
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
9804
8343
 
9805
- /**
9806
- * @beta
9807
- * Error to be displayed to the user in an error bar above sendbox.
9808
- */
9809
- export declare interface SendBoxErrorBarError {
9810
- /** Error Message to be displayed */
9811
- message: string;
9812
- /**
9813
- * Unix Timestamp. Preferred generation using `Date.now()`
9814
- */
9815
- timestamp: number;
9816
- }
9817
-
9818
8344
  /**
9819
8345
  * Props for {@link SendBox}.
9820
8346
  *
@@ -9834,11 +8360,6 @@ export declare interface SendBoxProps {
9834
8360
  * Optional override behavior on send button click
9835
8361
  */
9836
8362
  onSendMessage?: (content: string) => Promise<void>;
9837
- /**
9838
- * Optional props needed to lookup suggestions in the mention scenario.
9839
- * @beta
9840
- */
9841
- mentionLookupOptions?: MentionLookupOptions;
9842
8363
  /**
9843
8364
  * Optional callback called when user is typing
9844
8365
  */
@@ -9875,25 +8396,6 @@ export declare interface SendBoxProps {
9875
8396
  * When undefined nothing has focus on render
9876
8397
  */
9877
8398
  autoFocus?: 'sendBoxTextField';
9878
- /**
9879
- * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
9880
- * vertically to accommodate the uploaded attachments. Attachment uploads will
9881
- * be rendered below the text area in sendBox.
9882
- * @beta
9883
- */
9884
- onRenderAttachmentUploads?: () => JSX.Element;
9885
- /**
9886
- * Optional array of type {@link AttachmentMetadataWithProgress}
9887
- * to render attachments being uploaded in the SendBox.
9888
- * @beta
9889
- */
9890
- attachmentsWithProgress?: AttachmentMetadataWithProgress[];
9891
- /**
9892
- * Optional callback to remove the attachment upload before sending by clicking on
9893
- * cancel icon.
9894
- * @beta
9895
- */
9896
- onCancelAttachmentUpload?: (attachmentId: string) => void;
9897
8399
  }
9898
8400
 
9899
8401
  /**
@@ -9924,26 +8426,6 @@ export declare interface SendBoxStrings {
9924
8426
  * Aria label for send message button
9925
8427
  */
9926
8428
  sendButtonAriaLabel: string;
9927
- /**
9928
- * Error message indicating that all attachment uploads are not complete.
9929
- */
9930
- attachmentUploadsPendingError: string;
9931
- /**
9932
- * Aria label to notify user when focus is on cancel attachment upload button.
9933
- */
9934
- removeAttachment: string;
9935
- /**
9936
- * Aria label to notify user attachment uploading starts.
9937
- */
9938
- uploading: string;
9939
- /**
9940
- * Aria label to notify user attachment is uploaded.
9941
- */
9942
- uploadCompleted: string;
9943
- /**
9944
- * Aria label to notify user more attachment action menu.
9945
- */
9946
- attachmentMoreMenu: string;
9947
8429
  }
9948
8430
 
9949
8431
  /**
@@ -9964,45 +8446,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
9964
8446
  systemMessage?: IStyle;
9965
8447
  }
9966
8448
 
9967
- /**
9968
- * @beta
9969
- * Strings for SitePermissions component
9970
- */
9971
- export declare type SitePermissionsStrings = {
9972
- /**
9973
- * Main text string.
9974
- */
9975
- primaryText?: string;
9976
- /**
9977
- * Subtext string.
9978
- */
9979
- secondaryText?: string;
9980
- /**
9981
- * More help link string.
9982
- */
9983
- linkText?: string;
9984
- /**
9985
- * Primary button text string.
9986
- */
9987
- primaryButtonText?: string;
9988
- /**
9989
- * Aria label describing the content of the container
9990
- */
9991
- ariaLabel?: string;
9992
- };
9993
-
9994
- /**
9995
- * Fluent styles for {@link SitePermissionsContainer}.
9996
- *
9997
- * @beta
9998
- */
9999
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
10000
- /** Styles for the primary button. */
10001
- primaryButton?: IButtonStyles;
10002
- /** Styles for the help troubleshooting link text. */
10003
- troubleshootingLink?: ILinkStyles;
10004
- }
10005
-
10006
8449
  /**
10007
8450
  * @public
10008
8451
  * Type for representing a custom sound to use for a calling event
@@ -10183,7 +8626,7 @@ export declare interface SpotlightState {
10183
8626
  * Identifier types for initiating a call using the CallAdapter
10184
8627
  * @public
10185
8628
  */
10186
- export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
8629
+ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
10187
8630
 
10188
8631
  /**
10189
8632
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
@@ -10296,19 +8739,6 @@ export declare interface StatefulCallClient extends CallClient {
10296
8739
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
10297
8740
  */
10298
8741
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
10299
- /** @conditional-compile-remove(one-to-n-calling) */
10300
- /**
10301
- * The CallAgent is used to handle calls.
10302
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
10303
- * - The CallClient can only have one active CallAgent instance at a time.
10304
- * - You can create a new CallClient instance to create a new CallAgent.
10305
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
10306
- * createCallAgent() method again to create a new CallAgent.
10307
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
10308
- * @param options - The CallAgentOptions for additional options like display name.
10309
- * @public
10310
- */
10311
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
10312
8742
  }
10313
8743
 
10314
8744
  /**
@@ -10321,16 +8751,7 @@ export declare type StatefulCallClientArgs = {
10321
8751
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
10322
8752
  * state. It is not used by StatefulCallClient.
10323
8753
  */
10324
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
10325
- /**
10326
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
10327
- * to start a PSTN call.
10328
- *
10329
- * example: +11234567
10330
- *
10331
- * This is not a cached value from the headless calling client.
10332
- */
10333
- alternateCallerId?: string;
8754
+ userId: CommunicationUserIdentifier;
10334
8755
  };
10335
8756
 
10336
8757
  /**
@@ -10561,74 +8982,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
10561
8982
  */
10562
8983
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
10563
8984
 
10564
- /**
10565
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
10566
- *
10567
- * @beta
10568
- */
10569
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
10570
- /**
10571
- * Join the call with microphone initially on/off.
10572
- * @deprecated Use joinCall(options?:JoinCallOptions) instead.
10573
- * @param microphoneOn - Whether microphone is initially enabled
10574
- *
10575
- * @beta
10576
- */
10577
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
10578
- /**
10579
- * Join the call with options bag to set microphone/camera initial state when joining call
10580
- * true = turn on the device when joining call
10581
- * false = turn off the device when joining call
10582
- * 'keep'/undefined = retain devices' precall state
10583
- *
10584
- * @param options - param to set microphone/camera initially on/off.
10585
- *
10586
- * @public
10587
- */
10588
- joinCall(options?: JoinCallOptions): TeamsCall | undefined;
10589
- /**
10590
- * Start the call.
10591
- *
10592
- * @param participants - An array of participant ids to join
10593
- *
10594
- * @beta
10595
- */
10596
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
10597
- /**
10598
- * Start the call.
10599
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
10600
- * @beta
10601
- */
10602
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
10603
- }
10604
-
10605
- /**
10606
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
10607
- *
10608
- * @beta
10609
- */
10610
- export declare type TeamsCallAdapterArgs = {
10611
- userId: MicrosoftTeamsUserIdentifier;
10612
- credential: CommunicationTokenCredential;
10613
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
10614
- /**
10615
- * Optional parameters for the {@link TeamsCallAdapter} created
10616
- */
10617
- options?: TeamsAdapterOptions;
10618
- };
10619
-
10620
- /**
10621
- * Object containing all the teams call handlers required for calling components.
10622
- *
10623
- * Calling related components from this package are able to pick out relevant handlers from this object.
10624
- * See {@link useHandlers} and {@link usePropsFor}.
10625
- *
10626
- * @beta
10627
- */
10628
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
10629
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
10630
- }
10631
-
10632
8985
  /**
10633
8986
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
10634
8987
  *
@@ -10829,118 +9182,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
10829
9182
  typingString?: IStyle;
10830
9183
  }
10831
9184
 
10832
- /**
10833
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
10834
- *
10835
- * @beta
10836
- */
10837
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
10838
-
10839
- /**
10840
- * props for {@link UnsupportedBrowser} UI
10841
- *
10842
- * @beta
10843
- */
10844
- export declare interface UnsupportedBrowserProps {
10845
- /** Handler to perform an action when the help link is actioned */
10846
- onTroubleshootingClick?: () => void;
10847
- /** String overrides for the component */
10848
- strings?: UnsupportedBrowserStrings;
10849
- }
10850
-
10851
- /**
10852
- * Strings for UnsupportedBrowser component
10853
- *
10854
- * @beta
10855
- */
10856
- export declare interface UnsupportedBrowserStrings {
10857
- /** String for the primary text */
10858
- primaryText: string;
10859
- /** String for the secondary text */
10860
- secondaryText: string;
10861
- /** String to display in the text for the help link */
10862
- moreHelpLinkText: string;
10863
- }
10864
-
10865
- /**
10866
- * UI to display to the user that the browser version they are using is out of date
10867
- * and not supported by Azure Communications Calling service.
10868
- *
10869
- * @beta
10870
- */
10871
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
10872
-
10873
- /**
10874
- * props for {@link UnsupportedBrowserVersion} UI
10875
- *
10876
- * @beta
10877
- */
10878
- export declare interface UnsupportedBrowserVersionProps {
10879
- /** Handler to perform an action when the help link is actioned */
10880
- onTroubleshootingClick?: () => void;
10881
- /** String overrides for the component */
10882
- strings?: UnsupportedBrowserVersionStrings;
10883
- /** Handler to allow user to continue into the call */
10884
- onContinueAnywayClick?: () => void;
10885
- }
10886
-
10887
- /**
10888
- * Strings for UnsupportedBrowser component
10889
- *
10890
- * @beta
10891
- */
10892
- export declare interface UnsupportedBrowserVersionStrings {
10893
- /** String for the primary text */
10894
- primaryText: string;
10895
- /** String for the secondary text */
10896
- secondaryText: string;
10897
- /** String to display in the text for the help link */
10898
- moreHelpLinkText: string;
10899
- /** String for continue without updating button */
10900
- continueAnywayButtonText?: string;
10901
- }
10902
-
10903
- /**
10904
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
10905
- *
10906
- * @beta
10907
- */
10908
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
10909
-
10910
- /**
10911
- * Props for {@link UnsupportedOperatingSystem} UI
10912
- *
10913
- * @beta
10914
- */
10915
- export declare interface UnsupportedOperatingSystemProps {
10916
- /** Handler to perform a action when the help link is actioned */
10917
- onTroubleshootingClick?: () => void;
10918
- /** String overrides for the component */
10919
- strings?: UnsupportedOperatingSystemStrings;
10920
- }
10921
-
10922
- /**
10923
- * Strings for UnsupportedBrowser component
10924
- *
10925
- * @beta
10926
- */
10927
- export declare interface UnsupportedOperatingSystemStrings {
10928
- /** String for the primary text */
10929
- primaryText: string;
10930
- /** String for the secondary text */
10931
- secondaryText: string;
10932
- /** String to display in the text for the help link */
10933
- moreHelpLinkText: string;
10934
- }
10935
-
10936
9185
  /**
10937
9186
  * @public
10938
9187
  * Callback function run when a message is updated.
10939
9188
  */
10940
- export declare type UpdateMessageCallback = (messageId: string, content: string, /* @conditional-compile-remove(attachment-upload) */ options?: {
10941
- metadata?: Record<string, string>;
10942
- attachmentMetadata?: AttachmentMetadata[];
10943
- }) => Promise<void>;
9189
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
10944
9190
 
10945
9191
  /**
10946
9192
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -11088,44 +9334,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
11088
9334
  */
11089
9335
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: ParamT extends Selector ? Parameters<ParamT>[1] : undefined, type?: 'calling' | 'chat') => ParamT extends Selector ? ReturnType<ParamT> : undefined;
11090
9336
 
11091
- /**
11092
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
11093
- *
11094
- * Useful when implementing a custom component that utilizes the providers
11095
- * exported from this library.
11096
- *
11097
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
11098
- *
11099
- * @beta
11100
- */
11101
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
11102
-
11103
- /**
11104
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
11105
- *
11106
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
11107
- * creation of the adapter internally.
11108
- *
11109
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
11110
- * as they are created. The adapter is only created when all arguments are defined.
11111
- *
11112
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
11113
- * See storybook for typical usage examples.
11114
- *
11115
- * @beta
11116
- */
11117
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
11118
-
11119
- /**
11120
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
11121
- *
11122
- * Useful when implementing a custom component that utilizes the providers
11123
- * exported from this library.
11124
- *
11125
- * @beta
11126
- */
11127
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
11128
-
11129
9337
  /**
11130
9338
  * React hook to access theme
11131
9339
  *
@@ -11445,11 +9653,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
11445
9653
  isSpeaking?: boolean;
11446
9654
  /** Video stream of shared screen */
11447
9655
  screenShareStream?: VideoGalleryStream;
11448
- /**
11449
- * @beta
11450
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
11451
- */
11452
- state?: ParticipantState;
11453
9656
  /** Whether participant is raised a hand */
11454
9657
  raisedHand?: RaisedHand;
11455
9658
  /**
@@ -11546,6 +9749,8 @@ export declare interface VideoGalleryStrings {
11546
9749
  stopSpotlightVideoTileMenuLabel: string;
11547
9750
  /** Menu text shown in Video Tile contextual menu to stop spotlight on local user's video tile */
11548
9751
  stopSpotlightOnSelfVideoTileMenuLabel: string;
9752
+ /** String for the attendee role */
9753
+ attendeeRole: string;
11549
9754
  }
11550
9755
 
11551
9756
  /**
@@ -11716,12 +9921,6 @@ export declare interface VideoTileProps {
11716
9921
  isSpeaking?: boolean;
11717
9922
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
11718
9923
  raisedHand?: RaisedHand;
11719
- /**
11720
- * The call connection state of the participant.
11721
- * For example, `Hold` means the participant is on hold.
11722
- */
11723
- participantState?: ParticipantState;
11724
- strings?: VideoTileStrings;
11725
9924
  /**
11726
9925
  * Display custom menu items in the VideoTile's contextual menu.
11727
9926
  * Uses Fluent UI ContextualMenu.
@@ -11754,15 +9953,6 @@ export declare interface VideoTilesOptions {
11754
9953
  alwaysShowLabelBackground?: boolean;
11755
9954
  }
11756
9955
 
11757
- /**
11758
- * Strings of {@link VideoTile} that can be overridden.
11759
- * @beta
11760
- */
11761
- export declare interface VideoTileStrings {
11762
- participantStateRinging: string;
11763
- participantStateHold: string;
11764
- }
11765
-
11766
9956
  /**
11767
9957
  * Fluent styles for {@link VideoTile}.
11768
9958
  *