@azure/communication-react 1.8.0-alpha-202309160012 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (935) hide show
  1. package/dist/communication-react.d.ts +47 -2419
  2. package/dist/dist-cjs/communication-react/index.js +11040 -18463
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
  11. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -2
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -8
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  23. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +10 -54
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  26. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +5 -12
  27. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -24
  29. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -11
  31. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +43 -53
  32. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +1 -11
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +3 -19
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -19
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  44. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  45. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  46. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  47. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  48. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +13 -48
  49. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  52. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  61. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +6 -21
  62. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +0 -4
  64. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +1 -14
  65. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -2
  67. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -37
  68. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  69. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +7 -41
  70. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  71. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  72. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  73. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
  77. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -60
  79. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -8
  81. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +13 -79
  82. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  84. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +79 -109
  86. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -9
  91. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/Converter.js +10 -17
  95. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +57 -51
  97. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  99. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  100. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
  102. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
  106. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  108. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +0 -8
  109. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  113. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
  114. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  116. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
  117. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +31 -33
  119. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  120. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
  121. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  122. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  124. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  125. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  126. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  127. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  128. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  129. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  130. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
  131. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  134. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  135. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  136. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +14 -13
  138. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  139. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -4
  140. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +10 -3
  141. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  142. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  144. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +15 -146
  147. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  148. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  149. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  150. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  151. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  152. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  153. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  154. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  155. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  156. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
  158. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  160. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
  162. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  163. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -10
  165. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  166. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  167. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  168. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  169. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
  170. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  171. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -6
  172. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  173. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  174. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  175. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  176. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  177. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  178. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  179. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -1
  180. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  181. package/dist/dist-esm/communication-react/src/index.d.ts +0 -29
  182. package/dist/dist-esm/communication-react/src/index.js +0 -16
  183. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  184. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
  186. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  187. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
  190. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  191. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  192. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  193. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  194. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/CameraButton.js +19 -8
  197. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  199. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -10
  201. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +22 -44
  203. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +8 -7
  205. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +17 -36
  207. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  208. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +1 -22
  209. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +5 -20
  210. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +0 -2
  212. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +35 -32
  213. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -22
  215. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +25 -89
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -15
  218. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +21 -121
  219. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  221. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  223. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  225. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  228. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  230. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  232. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  234. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  236. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
  238. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
  240. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  242. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  244. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  246. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  248. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
  250. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  253. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
  255. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/FileCard.js +3 -2
  257. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  259. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -29
  261. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +13 -36
  262. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +7 -8
  264. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  266. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  268. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
  270. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  272. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +15 -26
  273. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  275. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +10 -29
  277. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -23
  279. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -51
  281. package/dist/dist-esm/react-components/src/components/MessageThread.js +83 -203
  282. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -17
  284. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  286. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  288. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
  289. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  291. package/dist/dist-esm/react-components/src/components/ParticipantList.js +26 -57
  292. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  294. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  296. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  298. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
  300. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +14 -32
  302. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  303. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  304. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
  306. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -41
  308. package/dist/dist-esm/react-components/src/components/SendBox.js +13 -39
  309. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  311. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
  314. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  316. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  318. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  320. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  322. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
  324. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
  326. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  327. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  328. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
  330. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +34 -32
  332. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
  334. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +13 -9
  336. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +15 -13
  338. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +3 -6
  340. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +12 -48
  342. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +10 -10
  344. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +0 -5
  346. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +21 -84
  347. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +0 -6
  349. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  351. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +0 -5
  353. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +5 -36
  354. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  356. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
  358. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  360. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +32 -7
  362. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  364. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
  370. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
  372. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
  374. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  376. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +32 -19
  378. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +0 -2
  381. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +21 -63
  382. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -28
  384. package/dist/dist-esm/react-components/src/components/VideoGallery.js +36 -139
  385. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -7
  387. package/dist/dist-esm/react-components/src/components/VideoTile.js +54 -39
  388. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  389. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  390. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  391. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -20
  392. package/dist/dist-esm/react-components/src/components/index.js +0 -12
  393. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +12 -3
  397. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  398. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +3 -1
  402. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  404. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  405. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +4 -1
  407. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  409. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +0 -5
  410. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +8 -30
  411. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  413. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  416. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  418. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -0
  421. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +1 -0
  424. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +17 -3
  426. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  428. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  429. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  430. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  434. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
  435. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  437. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  439. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
  441. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  442. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  443. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/components/utils.js +10 -13
  445. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  446. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
  447. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -8
  450. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -9
  451. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  454. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  455. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -68
  456. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/localization/locales/index.js +63 -21
  459. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  460. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +6 -3
  461. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -17
  463. package/dist/dist-esm/react-components/src/theming/icons.js +10 -116
  464. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  466. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  467. package/dist/dist-esm/react-components/src/theming/themes.d.ts +2 -21
  468. package/dist/dist-esm/react-components/src/theming/themes.js +0 -16
  469. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  471. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -27
  472. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  473. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  475. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  477. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  478. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  479. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  481. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  482. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  484. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  485. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -105
  486. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +33 -118
  487. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  488. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -168
  489. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  490. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -76
  491. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +58 -388
  492. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  493. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -130
  494. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -9
  495. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +4 -16
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -6
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +0 -6
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +22 -114
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  510. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
  511. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +51 -95
  512. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  513. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +18 -10
  514. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  515. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  516. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  517. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  518. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  519. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  520. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  521. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  522. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  523. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  524. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  525. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  526. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  527. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +23 -34
  528. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  529. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  530. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +24 -62
  531. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  532. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +34 -25
  533. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  534. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +0 -5
  535. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +32 -87
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +8 -13
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +4 -12
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +2 -6
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +4 -7
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +5 -47
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +8 -17
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -10
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -13
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +8 -31
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -7
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +0 -2
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +4 -29
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +17 -141
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -17
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -9
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -10
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +1 -7
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +7 -2
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -1
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +1 -0
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -9
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +19 -17
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +3 -15
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +15 -115
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  663. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -83
  664. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +21 -103
  665. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  667. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
  669. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +6 -3
  671. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  674. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  675. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -30
  676. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +6 -148
  677. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  678. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -64
  679. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  680. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -10
  681. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -40
  682. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -13
  684. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -37
  685. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  686. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  688. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
  690. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -24
  694. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -11
  695. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  697. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  698. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -6
  699. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  701. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  702. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -145
  703. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  705. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  706. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -28
  707. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +29 -152
  708. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  710. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  711. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  712. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -17
  713. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  715. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  716. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  717. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  718. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  720. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  721. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +5 -3
  722. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  723. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -3
  724. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  726. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -4
  727. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  728. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  729. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  731. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  732. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  733. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  734. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  735. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  737. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  738. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +8 -6
  739. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  740. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
  741. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  742. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  744. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  745. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -5
  747. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +29 -56
  748. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  749. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +25 -32
  750. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  751. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +0 -6
  752. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +30 -213
  753. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  754. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  756. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +7 -5
  758. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +71 -91
  760. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  761. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  762. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +0 -1
  763. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  764. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  765. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  766. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  767. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +8 -23
  768. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  769. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  770. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +14 -13
  772. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -31
  774. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  775. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +15 -7
  776. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  777. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  778. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +11 -16
  780. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  782. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -49
  784. package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -34
  785. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  786. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  788. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  789. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  790. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +16 -5
  791. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  792. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  793. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  794. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
  795. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  796. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  797. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  798. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -21
  799. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  800. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  801. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/index.d.ts +0 -2
  803. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  804. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  805. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  807. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  808. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  809. package/package.json +39 -39
  810. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
  811. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -91
  812. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  813. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  814. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -89
  815. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  816. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  817. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  818. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  819. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -9
  820. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  821. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  822. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -68
  823. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  824. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  825. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -74
  826. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  827. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  828. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -104
  829. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  830. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  831. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -85
  832. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  833. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  834. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -48
  835. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  836. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  837. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +0 -71
  838. package/dist/dist-esm/react-components/src/components/ImageGallery.js +0 -61
  839. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +0 -1
  840. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  841. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -125
  842. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  843. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +0 -35
  844. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +0 -33
  845. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +0 -1
  846. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -41
  847. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -611
  848. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  849. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  850. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -822
  851. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  852. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.d.ts +0 -21
  853. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +0 -18
  854. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +0 -1
  855. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +0 -28
  856. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +0 -145
  857. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +0 -1
  858. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  859. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  860. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  861. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +0 -72
  862. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -212
  863. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +0 -1
  864. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  865. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -68
  866. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  867. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  868. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  869. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  870. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  871. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  872. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  873. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  874. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  875. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  876. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  877. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  878. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  879. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -47
  880. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  881. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  882. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -11
  883. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  884. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  885. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -7
  886. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  887. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  888. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -23
  889. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -34
  890. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  891. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -13
  892. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +0 -113
  893. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +0 -1
  894. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -14
  895. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  896. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  897. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  898. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  899. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  900. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +0 -37
  901. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +0 -55
  902. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +0 -1
  903. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -17
  904. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  905. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  906. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -14
  907. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  908. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  909. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  910. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  911. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  912. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  913. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
  914. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  915. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
  916. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  917. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  918. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -21
  919. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  920. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  921. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  922. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  923. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  924. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -21
  925. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  926. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  927. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  928. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  929. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  930. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -16
  931. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  932. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  933. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  934. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  935. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
@@ -15,7 +15,6 @@
15
15
  * @packageDocumentation
16
16
  */
17
17
 
18
- import { AddPhoneNumberOptions } from '@azure/communication-calling';
19
18
  import { AudioDeviceInfo } from '@azure/communication-calling';
20
19
  import { BackgroundBlurConfig } from '@azure/communication-calling';
21
20
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -28,7 +27,6 @@ import { CallClientOptions } from '@azure/communication-calling';
28
27
  import { CallDirection } from '@azure/communication-calling';
29
28
  import { CallEndReason } from '@azure/communication-calling';
30
29
  import { CallerInfo } from '@azure/communication-calling';
31
- import { CallKind } from '@azure/communication-calling';
32
30
  import { CallState as CallState_2 } from '@azure/communication-calling';
33
31
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
34
32
  import { CaptionsResultType } from '@azure/communication-calling';
@@ -47,8 +45,6 @@ import { CreateViewOptions } from '@azure/communication-calling';
47
45
  import { DeviceAccess } from '@azure/communication-calling';
48
46
  import { DeviceManager } from '@azure/communication-calling';
49
47
  import { DominantSpeakersInfo } from '@azure/communication-calling';
50
- import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
51
- import { EnvironmentInfo } from '@azure/communication-calling';
52
48
  import { GroupCallLocator } from '@azure/communication-calling';
53
49
  import { IButtonProps } from '@fluentui/react';
54
50
  import { IButtonStyles } from '@fluentui/react';
@@ -56,23 +52,18 @@ import { IContextualMenuItem } from '@fluentui/react';
56
52
  import { IContextualMenuItemStyles } from '@fluentui/react';
57
53
  import { IContextualMenuProps } from '@fluentui/react';
58
54
  import { IContextualMenuStyles } from '@fluentui/react';
59
- import { ILinkStyles } from '@fluentui/react';
60
55
  import { IMessageBarProps } from '@fluentui/react';
61
- import { IncomingCall } from '@azure/communication-calling';
62
56
  import { IPersonaStyleProps } from '@fluentui/react';
63
57
  import { IPersonaStyles } from '@fluentui/react';
64
58
  import { IRawStyle } from '@fluentui/react';
65
59
  import { IRenderFunction } from '@fluentui/react';
66
60
  import { IStyle } from '@fluentui/react';
67
61
  import { IStyleFunctionOrObject } from '@fluentui/react';
68
- import { ITextFieldStyles } from '@fluentui/react';
69
62
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
70
63
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
71
64
  import { LocalVideoStream } from '@azure/communication-calling';
72
65
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
73
66
  import { MediaStreamType } from '@azure/communication-calling';
74
- import { MicrosoftBotKind } from '@azure/communication-common';
75
- import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
76
67
  import { MicrosoftTeamsUserKind } from '@azure/communication-common';
77
68
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
78
69
  import { PartialTheme } from '@fluentui/react';
@@ -88,17 +79,12 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
88
79
  import { default as React_2 } from 'react';
89
80
  import type { RemoteParticipant } from '@azure/communication-calling';
90
81
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
91
- import { RoomCallLocator } from '@azure/communication-calling';
92
82
  import { ScalingMode } from '@azure/communication-calling';
93
83
  import { SendMessageOptions } from '@azure/communication-chat';
94
84
  import { StartCallOptions } from '@azure/communication-calling';
95
85
  import { StartCaptionsOptions } from '@azure/communication-calling';
96
- import { SyntheticEvent } from 'react';
97
- import { TeamsCall } from '@azure/communication-calling';
98
- import { TeamsCallAgent } from '@azure/communication-calling';
99
86
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
100
87
  import { Theme } from '@fluentui/react';
101
- import { TransferRequestedEventArgs } from '@azure/communication-calling';
102
88
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
103
89
  import { UnknownIdentifier } from '@azure/communication-common';
104
90
  import { UnknownIdentifierKind } from '@azure/communication-common';
@@ -107,22 +93,6 @@ import { VideoEffectName } from '@azure/communication-calling';
107
93
  import { VideoStreamRenderer } from '@azure/communication-calling';
108
94
  import { VideoStreamRendererView } from '@azure/communication-calling';
109
95
 
110
- /**
111
- * Transfer feature state
112
- *
113
- * @beta
114
- */
115
- export declare interface AcceptedTransfer {
116
- /**
117
- * Stores call id of accepted transfer
118
- */
119
- callId: string;
120
- /**
121
- * Stores timestamp when transfer was accepted
122
- */
123
- timestamp: Date;
124
- }
125
-
126
96
  /**
127
97
  * Active error messages to be shown via {@link ErrorBar}.
128
98
  *
@@ -142,38 +112,6 @@ export declare interface ActiveErrorMessage {
142
112
  timestamp?: Date;
143
113
  }
144
114
 
145
- /**
146
- * Attributes required for SendBox to show file uploads like name, progress etc.
147
- * @beta
148
- */
149
- export declare interface ActiveFileUpload {
150
- /**
151
- * Unique identifier for the file upload.
152
- */
153
- id: string;
154
- /**
155
- * File name to be rendered for uploaded file.
156
- */
157
- filename: string;
158
- /**
159
- * A number between 0 and 1 indicating the progress of the upload.
160
- * This is unrelated to the `uploadComplete` property.
161
- * It is only used to show the progress of the upload.
162
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
163
- * property to true to mark the upload as complete.
164
- */
165
- progress: number;
166
- /**
167
- * Error to be displayed to the user if the upload fails.
168
- */
169
- error?: SendBoxErrorBarError;
170
- /**
171
- * `true` means that the upload is completed.
172
- * This is independent of the upload `progress`.
173
- */
174
- uploadComplete?: boolean;
175
- }
176
-
177
115
  /**
178
116
  * Error reported via error events and stored in adapter state.
179
117
  *
@@ -240,13 +178,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
240
178
  */
241
179
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
242
180
 
243
- /**
244
- * @beta
245
- */
246
- export declare interface AttachmentDownloadResult {
247
- blobUrl: string;
248
- }
249
-
250
181
  /**
251
182
  * Custom data attributes for displaying avatar for a user.
252
183
  *
@@ -276,11 +207,6 @@ export declare type AvatarPersonaData = {
276
207
  * @defaultvalue `white`
277
208
  */
278
209
  initialsTextColor?: string;
279
- /**
280
- * If true, show the special coin for unknown persona.
281
- * It has '?' in place of initials, with static font and background colors
282
- */
283
- showUnknownPersonaCoin?: boolean;
284
210
  };
285
211
 
286
212
  /**
@@ -302,11 +228,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
302
228
  displayName: string;
303
229
  credential: CommunicationTokenCredential;
304
230
  locator: CallAdapterLocator;
305
- /**
306
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
307
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
308
- */
309
- alternateCallerId?: string;
310
231
  /**
311
232
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
312
233
  */
@@ -331,7 +252,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
331
252
  displayName: string;
332
253
  credential: CommunicationTokenCredential;
333
254
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
334
- alternateCallerId?: string;
335
255
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
336
256
  };
337
257
 
@@ -347,7 +267,6 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
347
267
  chatClient: StatefulChatClient;
348
268
  chatThreadClient: ChatThreadClient;
349
269
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
350
- chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
351
270
  };
352
271
 
353
272
  /**
@@ -363,14 +282,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
363
282
  threadId: string;
364
283
  };
365
284
 
366
- /**
367
- * Configuration options to include when creating AzureCommunicationChatAdapter.
368
- * @beta
369
- */
370
- export declare type AzureCommunicationChatAdapterOptions = {
371
- credential?: CommunicationTokenCredential;
372
- };
373
-
374
285
  /**
375
286
  * Properties common to all composites exported from this library.
376
287
  *
@@ -426,186 +337,6 @@ export declare interface BaseCustomStyles {
426
337
  root?: IStyle;
427
338
  }
428
339
 
429
- /**
430
- * Base interface that all Meta Data should extend.
431
- * Typically used for ACS to ACS file transfers.
432
- * @beta
433
- */
434
- export declare interface BaseFileMetadata {
435
- /**
436
- * File name to be displayed.
437
- */
438
- name: string;
439
- /**
440
- * Extension is used for rendering the file icon.
441
- * An unknown extension will be rendered as a generic icon.
442
- * Example: `jpeg`
443
- */
444
- extension: string;
445
- /**
446
- * Download URL for the file.
447
- */
448
- url: string;
449
- /**
450
- * Unique ID of the file.
451
- */
452
- id: string;
453
- /**
454
- * Attachment Type
455
- */
456
- attachmentType: FileMetadataAttachmentType;
457
- }
458
-
459
- /**
460
- * Content blocked message type.
461
- *
462
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
463
- *
464
- * @beta
465
- */
466
- export declare interface BlockedMessage extends MessageCommon {
467
- messageType: 'blocked';
468
- warningText?: string;
469
- linkText?: string;
470
- link?: string;
471
- deletedOn?: Date;
472
- senderId?: string;
473
- senderDisplayName?: string;
474
- status?: MessageStatus;
475
- attached?: MessageAttachedStatus;
476
- mine?: boolean;
477
- }
478
-
479
- /**
480
- * @beta
481
- * Props for BrowserPermissionDeniedIOS component.
482
- */
483
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
484
- /**
485
- * Localization strings for BrowserPermissionDeniedIOS component.
486
- */
487
- strings?: BrowserPermissionDeniedIOSStrings;
488
- /**
489
- * Link to image source.
490
- *
491
- * Image is inserted into the top of the component.
492
- */
493
- imageSource?: string;
494
- }
495
-
496
- /**
497
- * @beta
498
- * Strings for BrowserPermissionDeniedIOS component
499
- */
500
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
501
- /**
502
- * Image alt text
503
- */
504
- imageAltText: string;
505
- /**
506
- * Main text string.
507
- */
508
- primaryText: string;
509
- /**
510
- * Subtext string.
511
- */
512
- secondaryText: string;
513
- /**
514
- * Step 1 string
515
- */
516
- step1Text: string;
517
- /**
518
- * Step 1 digit string
519
- */
520
- step1DigitText: string;
521
- /**
522
- * Step 2 string
523
- */
524
- step2Text: string;
525
- /**
526
- * Step 2 digit string
527
- */
528
- step2DigitText: string;
529
- /**
530
- * Step 3 string
531
- */
532
- step3Text: string;
533
- /**
534
- * Step 3 digit string
535
- */
536
- step3DigitText: string;
537
- /**
538
- * Step 4 string
539
- */
540
- step4Text: string;
541
- /**
542
- * Step 4 digit string
543
- */
544
- step4DigitText: string;
545
- }
546
-
547
- /**
548
- * @beta
549
- * Props for BrowserPermissionDenied component.
550
- */
551
- export declare interface BrowserPermissionDeniedProps {
552
- /**
553
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
554
- */
555
- onTroubleshootingClick?: () => void;
556
- /**
557
- * Action to be taken by the try again primary button.
558
- */
559
- onTryAgainClick?: () => void;
560
- /**
561
- * Localization strings for BrowserPermissionDenied component.
562
- */
563
- strings?: BrowserPermissionDeniedStrings;
564
- /**
565
- * Allows users to pass in an object contains custom CSS styles.
566
- * @Example
567
- * ```
568
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
569
- * ```
570
- */
571
- styles?: BrowserPermissionDeniedStyles;
572
- }
573
-
574
- /**
575
- * @beta
576
- * Strings for BrowserPermissionDenied component
577
- */
578
- export declare interface BrowserPermissionDeniedStrings {
579
- /**
580
- * Main button text string.
581
- */
582
- primaryButtonText: string;
583
- /**
584
- * Main text string.
585
- */
586
- primaryText: string;
587
- /**
588
- * Subtext string.
589
- */
590
- secondaryText: string;
591
- /**
592
- * More help link string.
593
- */
594
- linkText: string;
595
- }
596
-
597
- /**
598
- * Fluent styles for {@link BrowserPermissionDenied}.
599
- *
600
- * @beta
601
- */
602
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
603
- /** Styles for the primary button. */
604
- primaryButton?: IButtonStyles;
605
- /** Styles for the help troubleshooting link text. */
606
- troubleshootingLink?: ILinkStyles;
607
- }
608
-
609
340
  /**
610
341
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
611
342
  *
@@ -639,12 +370,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
639
370
  * @public
640
371
  */
641
372
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
642
- /**
643
- * Start the call.
644
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
645
- * @beta
646
- */
647
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
648
373
  }
649
374
 
650
375
  /**
@@ -689,12 +414,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
689
414
  * @public
690
415
  */
691
416
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
692
- /**
693
- * Start the call.
694
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
695
- * @beta
696
- */
697
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
698
417
  }
699
418
 
700
419
  /**
@@ -771,12 +490,6 @@ export declare interface CallAdapterCallOperations {
771
490
  * @public
772
491
  */
773
492
  removeParticipant(userId: string): Promise<void>;
774
- /**
775
- * Remove a participant from the call.
776
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
777
- * @beta
778
- */
779
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
780
493
  /**
781
494
  * Create the html view for a stream.
782
495
  *
@@ -828,35 +541,6 @@ export declare interface CallAdapterCallOperations {
828
541
  * @public
829
542
  */
830
543
  disposeLocalVideoStreamView(): Promise<void>;
831
- /**
832
- * Holds the call.
833
- *
834
- * @beta
835
- */
836
- holdCall(): Promise<void>;
837
- /**
838
- * Resumes the call from a `LocalHold` state.
839
- *
840
- * @beta
841
- */
842
- resumeCall(): Promise<void>;
843
- /**
844
- * Add a participant to the call.
845
- *
846
- * @beta
847
- */
848
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
849
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
850
- /**
851
- * send dtmf tone to another participant in a 1:1 PSTN call
852
- *
853
- * @beta
854
- */
855
- sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
856
- /**
857
- * Continues into a call when the browser version is not supported.
858
- */
859
- allowUnsupportedBrowserVersion(): void;
860
544
  /**
861
545
  * Function to Start captions
862
546
  * @param options - options for start captions
@@ -916,22 +600,10 @@ export declare type CallAdapterClientState = {
916
600
  devices: DeviceManagerState;
917
601
  endedCall?: CallState;
918
602
  isTeamsCall: boolean;
919
- /**
920
- * State to track whether the call is a rooms call.
921
- */
922
- isRoomsCall: boolean;
923
603
  /**
924
604
  * Latest error encountered for each operation performed via the adapter.
925
605
  */
926
606
  latestErrors: AdapterErrors;
927
- /**
928
- * Azure communications Phone number to make PSTN calls with.
929
- */
930
- alternateCallerId?: string;
931
- /**
932
- * Environment information about system the adapter is made on
933
- */
934
- environmentInfo?: EnvironmentInfo;
935
607
  /**
936
608
  * State to track whether the local participant's camera is on. To be used when creating a custom
937
609
  * control bar with the CallComposite.
@@ -949,10 +621,6 @@ export declare type CallAdapterClientState = {
949
621
  * State to track the selected video background effect.
950
622
  */
951
623
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
952
- /**
953
- * Call from transfer request accepted by local user
954
- */
955
- acceptedTransferCallState?: CallState;
956
624
  };
957
625
 
958
626
  /**
@@ -1037,7 +705,7 @@ export declare interface CallAdapterDeviceManagement {
1037
705
  *
1038
706
  * @public
1039
707
  */
1040
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
708
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
1041
709
 
1042
710
  /**
1043
711
  * {@link CommonCallAdapter} state.
@@ -1130,10 +798,6 @@ export declare interface CallAdapterSubscribers {
1130
798
  * Subscribe function for 'isSpokenLanguageChanged' event.
1131
799
  */
1132
800
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1133
- /**
1134
- * Subscribe function for 'transferRequested' event.
1135
- */
1136
- on(event: 'transferRequested', listener: TransferRequestedListener): void;
1137
801
  /**
1138
802
  * Subscribe function for 'capabilitiesChanged' event.
1139
803
  */
@@ -1202,10 +866,6 @@ export declare interface CallAdapterSubscribers {
1202
866
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
1203
867
  */
1204
868
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1205
- /**
1206
- * Unsubscribe function for 'transferRequested' event.
1207
- */
1208
- off(event: 'transferRequested', listener: TransferRequestedListener): void;
1209
869
  /**
1210
870
  * Unsubscribe function for 'capabilitiesChanged' event.
1211
871
  */
@@ -1220,7 +880,6 @@ export declare interface CallAdapterSubscribers {
1220
880
  export declare type CallAdapterUiState = {
1221
881
  isLocalPreviewMicrophoneEnabled: boolean;
1222
882
  page: CallCompositePage;
1223
- unsupportedBrowserVersionsAllowed?: boolean;
1224
883
  };
1225
884
 
1226
885
  /**
@@ -1239,7 +898,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1239
898
  */
1240
899
  export declare interface CallAgentProviderProps {
1241
900
  children: React_2.ReactNode;
1242
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
901
+ callAgent?: CallAgent;
1243
902
  }
1244
903
 
1245
904
  /**
@@ -1264,7 +923,7 @@ export declare interface CallAgentState {
1264
923
  */
1265
924
  export declare interface CallAndChatLocator {
1266
925
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1267
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
926
+ callLocator: GroupCallLocator;
1268
927
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1269
928
  chatThreadId: string;
1270
929
  }
@@ -1351,16 +1010,6 @@ export declare interface CallClientState {
1351
1010
  * See documentation of {@Link CallErrors} for details.
1352
1011
  */
1353
1012
  latestErrors: CallErrors;
1354
- /**
1355
- * A phone number in E.164 format that will be used to represent callers identity.
1356
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1357
- * be used as the caller id in the PSTN call.
1358
- */
1359
- alternateCallerId?: string;
1360
- /**
1361
- * state to track the environment that the stateful client was made in is supported
1362
- */
1363
- environmentInfo?: EnvironmentInfo;
1364
1013
  }
1365
1014
 
1366
1015
  /**
@@ -1431,18 +1080,8 @@ export declare type CallCompositeIcons = {
1431
1080
  ParticipantItemScreenShareStart?: JSX.Element;
1432
1081
  VideoTileMicOff?: JSX.Element;
1433
1082
  LocalCameraSwitch?: JSX.Element;
1434
- PeoplePaneAddPerson?: JSX.Element;
1435
- PeoplePaneOpenDialpad?: JSX.Element;
1436
- DialpadStartCall?: JSX.Element;
1437
- NoticePageAccessDeniedRoomsCall?: JSX.Element;
1438
1083
  BlurVideoBackground?: JSX.Element;
1439
1084
  RemoveVideoBackgroundEffect?: JSX.Element;
1440
- GalleryOptions?: JSX.Element;
1441
- SpeakerGalleryLayout?: JSX.Element;
1442
- FloatingLocalVideoGalleryLayout?: JSX.Element;
1443
- DefaultGalleryLayout?: JSX.Element;
1444
- FocusedContentGalleryLayout?: JSX.Element;
1445
- OverflowGalleryTop?: JSX.Element;
1446
1085
  };
1447
1086
 
1448
1087
  /**
@@ -1463,75 +1102,10 @@ export declare type CallCompositeOptions = {
1463
1102
  * @defaultValue true
1464
1103
  */
1465
1104
  callControls?: boolean | CallControlOptions;
1466
- /**
1467
- * Device permissions check options for your call.
1468
- * Here you can choose what device permissions you prompt the user for,
1469
- * as well as what device permissions must be accepted before starting a call.
1470
- */
1471
- deviceChecks?: DeviceCheckOptions;
1472
- /**
1473
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1474
- * unable to grant your site the required permissions for the call.
1475
- *
1476
- * @example
1477
- * ```ts
1478
- * onPermissionsTroubleshootingClick: () =>
1479
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1480
- * ```
1481
- *
1482
- * @remarks
1483
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1484
- */
1485
- onPermissionsTroubleshootingClick?: (permissionsState: {
1486
- camera: PermissionState;
1487
- microphone: PermissionState;
1488
- }) => void;
1489
- /**
1490
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1491
- * having network issues when connecting to the call.
1492
- *
1493
- * @example
1494
- * ```ts
1495
- * onNetworkingTroubleShootingClick?: () =>
1496
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1497
- * ```
1498
- *
1499
- * @remarks
1500
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1501
- */
1502
- onNetworkingTroubleShootingClick?: () => void;
1503
- /**
1504
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1505
- *
1506
- * @example
1507
- * ```ts
1508
- * onBrowserTroubleShootingClick?: () =>
1509
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1510
- * ```
1511
- *
1512
- * @remarks
1513
- * if this is not supplied, the composite will not show a unsupported browser page.
1514
- */
1515
- onEnvironmentInfoTroubleshootingClick?: () => void;
1516
1105
  /**
1517
1106
  * Remote participant video tile menu options
1518
1107
  */
1519
1108
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
1520
- /**
1521
- * Options for controlling the local video tile.
1522
- *
1523
- * @remarks if 'false' the local video tile will not be rendered.
1524
- */
1525
- localVideoTile?: boolean | LocalVideoTileOptions;
1526
- /**
1527
- * Options for controlling the starting layout of the composite's video gallery
1528
- */
1529
- galleryOptions?: {
1530
- /**
1531
- * Layout for the gallery when the call starts
1532
- */
1533
- layout?: VideoGalleryLayout;
1534
- };
1535
1109
  };
1536
1110
 
1537
1111
  /**
@@ -1539,7 +1113,7 @@ export declare type CallCompositeOptions = {
1539
1113
  *
1540
1114
  * @public
1541
1115
  */
1542
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | /* @conditional-compile-remove(rooms) */ 'deniedPermissionToRoom' | 'removedFromCall' | /* @conditional-compile-remove(rooms) */ 'roomNotFound' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1116
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
1543
1117
 
1544
1118
  /**
1545
1119
  * Props for {@link CallComposite}.
@@ -1785,86 +1359,14 @@ export declare interface CallCompositeStrings {
1785
1359
  * Label for SidePaneHeader dismiss button
1786
1360
  */
1787
1361
  dismissSidePaneButtonLabel?: string;
1788
- /**
1789
- * Side pane People section subheader.
1790
- */
1791
- peoplePaneSubTitle: string;
1792
- /**
1793
- * Label for button to copy invite link
1794
- */
1795
- copyInviteLinkButtonLabel: string;
1796
- /**
1797
- * Label for button to open dialpad
1798
- */
1799
- openDialpadButtonLabel: string;
1800
- /**
1801
- * Label for menu item to remove participant
1802
- */
1803
- removeMenuLabel: string;
1804
- /**
1805
- * Label for add people dropdown
1806
- */
1807
- peoplePaneAddPeopleButtonLabel: string;
1808
- /**
1809
- * Label for button to start a call
1810
- */
1811
- dialpadStartCallButtonLabel: string;
1812
- /**
1813
- * Title for dialpad Modal
1814
- */
1815
- dialpadModalTitle: string;
1816
- /**
1817
- * Aria Label for dialpad Modal
1818
- */
1819
- dialpadModalAriaLabel: string;
1820
- /**
1821
- * Aria Label for dialpad Modal close button
1822
- */
1823
- dialpadCloseModalButtonAriaLabel: string;
1824
1362
  /**
1825
1363
  * label for more button in the Calling composite
1826
1364
  */
1827
1365
  moreButtonCallingLabel: string;
1828
- /**
1829
- * Label for the resume call button on the hold pane
1830
- */
1831
- resumeCallButtonLabel: string;
1832
- /**
1833
- * Label for the resume call button on the hold pane when call is resuming
1834
- */
1835
- resumingCallButtonLabel: string;
1836
- /**
1837
- * Aria label for the resume call button on the hold pane
1838
- */
1839
- resumeCallButtonAriaLabel: string;
1840
- /**
1841
- * Aria label for the resume call button on the hold pane when call is resuming
1842
- */
1843
- resumingCallButtonAriaLabel: string;
1844
- /**
1845
- * Label for the hold pane
1846
- */
1847
- holdScreenLabel: string;
1848
- /**
1849
- * Placeholder text for dtmf dialpad
1850
- */
1851
- dtmfDialpadPlaceholderText: string;
1852
- /**
1853
- * Label for the button to open dtmf dialpad
1854
- */
1855
- openDtmfDialpadLabel: string;
1856
1366
  /**
1857
1367
  * aria label for when the invite link has been actioned
1858
1368
  */
1859
1369
  copyInviteLinkActionedAriaLabel: string;
1860
- /**
1861
- * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1862
- */
1863
- roomNotFoundTitle: string;
1864
- /**
1865
- * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1866
- */
1867
- roomNotFoundDetails?: string;
1868
1370
  /**
1869
1371
  * Video Effects pane title.
1870
1372
  */
@@ -1902,29 +1404,9 @@ export declare interface CallCompositeStrings {
1902
1404
  */
1903
1405
  cameraOffBackgroundEffectWarningText?: string;
1904
1406
  /**
1905
- * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
1407
+ * Notice to be announced by narrator when a participant joins a call
1906
1408
  */
1907
- deniedPermissionToRoomTitle: string;
1908
- /**
1909
- * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
1910
- */
1911
- deniedPermissionToRoomDetails?: string;
1912
- /**
1913
- * Control bar People button ToolTipContent
1914
- */
1915
- peopleButtonTooltipOpen: string;
1916
- /**
1917
- * Control bar People button ToolTipContent
1918
- */
1919
- peopleButtonTooltipClose: string;
1920
- /**
1921
- * Label disaplayed on the lobby screen during a 1:1 outbound call.
1922
- */
1923
- outboundCallingNoticeString: string;
1924
- /**
1925
- * Notice to be announced by narrator when a participant joins a call
1926
- */
1927
- participantJoinedNoticeString: string;
1409
+ participantJoinedNoticeString: string;
1928
1410
  /**
1929
1411
  * Notice to be announced by narrator when a participant joins a call
1930
1412
  */
@@ -2045,82 +1527,6 @@ export declare interface CallCompositeStrings {
2045
1527
  * captions banner loading spinner label
2046
1528
  */
2047
1529
  captionsBannerSpinnerText?: string;
2048
- /**
2049
- * transfer page text when showing the transferor who initiated the transfer
2050
- */
2051
- transferPageTransferorText: string;
2052
- /**
2053
- * transfer page text when showing the transfer target
2054
- */
2055
- transferPageTransferTargetText: string;
2056
- /**
2057
- * transfer page display name for unknown participant
2058
- */
2059
- transferPageUnknownTransferorDisplayName: string;
2060
- /**
2061
- * transfer page display name for unknown participant
2062
- */
2063
- transferPageUnknownTransferTargetDisplayName: string;
2064
- /**
2065
- * notice to be announced by narrator the transfer page is showing
2066
- */
2067
- transferPageNoticeString: string;
2068
- /**
2069
- * Title text of the page shown to the user when target participant could not be reached
2070
- */
2071
- participantCouldNotBeReachedTitle?: string;
2072
- /**
2073
- * More details text of the page shown to the user when target participant could not be reached
2074
- */
2075
- participantCouldNotBeReachedMoreDetails?: string;
2076
- /**
2077
- * Title text of the page shown to the user when permission to reach participant is not allowed
2078
- */
2079
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2080
- /**
2081
- * More details text of the page shown to the user when permission to reach participant is not allowed
2082
- */
2083
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2084
- /**
2085
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2086
- */
2087
- unableToResolveTenantTitle?: string;
2088
- /**
2089
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2090
- */
2091
- unableToResolveTenantMoreDetails?: string;
2092
- /**
2093
- * Title text of the page shown to the user when target participant id is malformed
2094
- */
2095
- participantIdIsMalformedTitle?: string;
2096
- /**
2097
- * More details text of the page shown to the user when target participant id is malformed
2098
- */
2099
- participantIdIsMalformedMoreDetails?: string;
2100
- /**
2101
- * Controls label to move the overflow gallery around
2102
- */
2103
- moreButtonGalleryControlLabel?: string;
2104
- /**
2105
- * Label for the toggle to move the overflow gallery to the top
2106
- */
2107
- moreButtonGalleryPositionToggleLabel?: string;
2108
- /**
2109
- * Label for the selection of the speaker layout
2110
- */
2111
- moreButtonGallerySpeakerLayoutLabel?: string;
2112
- /**
2113
- * Label for the selection of the default (Gallery) layout
2114
- */
2115
- moreButtonGalleryDefaultLayoutLabel?: string;
2116
- /**
2117
- * Label for the selection of the floatingLocalVideo (Dynamic) layout
2118
- */
2119
- moreButtonGalleryFloatingLocalLayoutLabel?: string;
2120
- /**
2121
- * Label for the selection of the focusedContentLayout (Focused content) layout
2122
- */
2123
- moreButtonGalleryFocusedContentLayoutLabel?: string;
2124
1530
  /**
2125
1531
  * All strings for capability changed notification
2126
1532
  */
@@ -2139,7 +1545,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2139
1545
  *
2140
1546
  * @public
2141
1547
  */
2142
- export declare type CallControlOptions = CommonCallControlOptions & {
1548
+ export declare type CallControlOptions = (CommonCallControlOptions & {
2143
1549
  /**
2144
1550
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2145
1551
  * @defaultValue true
@@ -2148,7 +1554,7 @@ export declare type CallControlOptions = CommonCallControlOptions & {
2148
1554
  disabled: boolean;
2149
1555
  };
2150
1556
  legacyControlBarExperience?: boolean;
2151
- };
1557
+ });
2152
1558
 
2153
1559
  /**
2154
1560
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2209,7 +1615,7 @@ export declare type CallErrors = {
2209
1615
  *
2210
1616
  * @public
2211
1617
  */
2212
- 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.setConstraints';
1618
+ 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';
2213
1619
 
2214
1620
  /**
2215
1621
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2289,23 +1695,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2289
1695
  raisedHand?: RaisedHand;
2290
1696
  };
2291
1697
 
2292
- /**
2293
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2294
- *
2295
- * @remarks
2296
- * This is currently in beta and only supports calling one Teams User.
2297
- *
2298
- * @example
2299
- * ```
2300
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2301
- * ```
2302
- *
2303
- * @beta
2304
- */
2305
- export declare type CallParticipantsLocator = {
2306
- participantIds: string[];
2307
- };
2308
-
2309
1698
  /**
2310
1699
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2311
1700
  *
@@ -2322,7 +1711,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2322
1711
  */
2323
1712
  export declare interface CallProviderProps {
2324
1713
  children: React_2.ReactNode;
2325
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1714
+ call?: Call;
2326
1715
  }
2327
1716
 
2328
1717
  /**
@@ -2336,10 +1725,6 @@ export declare interface CallState {
2336
1725
  * Proxy of {@link @azure/communication-calling#Call.id}.
2337
1726
  */
2338
1727
  id: string;
2339
- /**
2340
- * Type of the call.
2341
- */
2342
- kind: CallKind;
2343
1728
  /**
2344
1729
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2345
1730
  */
@@ -2438,14 +1823,6 @@ export declare interface CallState {
2438
1823
  * Proxy of {@link @azure/communication-calling#Call.role}.
2439
1824
  */
2440
1825
  role?: ParticipantRole;
2441
- /**
2442
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2443
- */
2444
- totalParticipantCount?: number;
2445
- /**
2446
- * Transfer state of call
2447
- */
2448
- transfer: TransferFeature;
2449
1826
  /**
2450
1827
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
2451
1828
  */
@@ -2473,12 +1850,6 @@ export declare interface CallWithChatAdapterManagement {
2473
1850
  * @public
2474
1851
  */
2475
1852
  removeParticipant(userId: string): Promise<void>;
2476
- /**
2477
- * Remove a participant from the call.
2478
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2479
- * @beta
2480
- */
2481
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2482
1853
  /**
2483
1854
  * Join the call with microphone initially on/off.
2484
1855
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2544,12 +1915,6 @@ export declare interface CallWithChatAdapterManagement {
2544
1915
  * @public
2545
1916
  */
2546
1917
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2547
- /**
2548
- * Start the call.
2549
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2550
- * @beta
2551
- */
2552
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
2553
1918
  /**
2554
1919
  * Start sharing the screen during a call.
2555
1920
  *
@@ -2739,52 +2104,6 @@ export declare interface CallWithChatAdapterManagement {
2739
2104
  * @public
2740
2105
  */
2741
2106
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2742
- /** @beta */
2743
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2744
- /** @beta */
2745
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
2746
- /** @beta */
2747
- clearFileUploads: () => void;
2748
- /** @beta */
2749
- cancelFileUpload: (id: string) => void;
2750
- /** @beta */
2751
- updateFileUploadProgress: (id: string, progress: number) => void;
2752
- /** @beta */
2753
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2754
- /** @beta */
2755
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
2756
- downloadAttachments: (options: {
2757
- attachmentUrls: string[];
2758
- }) => Promise<AttachmentDownloadResult[]>;
2759
- /**
2760
- * Puts the Call in a Localhold.
2761
- *
2762
- * @beta
2763
- */
2764
- holdCall: () => Promise<void>;
2765
- /**
2766
- * Resumes the call from a LocalHold state.
2767
- *
2768
- * @beta
2769
- */
2770
- resumeCall: () => Promise<void>;
2771
- /**
2772
- * Adds a new Participant to the call.
2773
- *
2774
- * @beta
2775
- */
2776
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2777
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2778
- /**
2779
- * send dtmf tone to another participant in the call in 1:1 calls
2780
- *
2781
- * @beta
2782
- */
2783
- sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2784
- /**
2785
- * Continues into a call when the browser version is not supported.
2786
- */
2787
- allowUnsupportedBrowserVersion(): void;
2788
2107
  /**
2789
2108
  * Function to Start captions
2790
2109
  * @param options - options for start captions
@@ -2910,22 +2229,6 @@ export declare interface CallWithChatAdapterUiState {
2910
2229
  * @public
2911
2230
  */
2912
2231
  page: CallCompositePage;
2913
- /**
2914
- * Files being uploaded by a user in the current thread.
2915
- * Should be set to null once the upload is complete.
2916
- * Array of type {@link FileUploadsUiState}
2917
- *
2918
- * @beta
2919
- */
2920
- fileUploads?: FileUploadsUiState;
2921
- /**
2922
- * State to track whether the end user has opted in to using a
2923
- * out of date version of a supported browser. Allows the user
2924
- * to start a call in this state.
2925
- *
2926
- * @beta
2927
- */
2928
- unsupportedBrowserVersionsAllowed?: boolean;
2929
2232
  }
2930
2233
 
2931
2234
  /**
@@ -2950,12 +2253,6 @@ export declare interface CallWithChatClientState {
2950
2253
  devices: DeviceManagerState;
2951
2254
  /** State of whether the active call is a Teams interop call */
2952
2255
  isTeamsCall: boolean;
2953
- /** State of whether the active call is a rooms call */
2954
- isRoomsCall: boolean;
2955
- /** alternateCallerId for PSTN call */
2956
- alternateCallerId?: string | undefined;
2957
- /** Environment information for system adapter is made on */
2958
- environmentInfo?: EnvironmentInfo;
2959
2256
  /** Default set of background images for background replacement effect */
2960
2257
  videoBackgroundImages?: VideoBackgroundImage[];
2961
2258
  /** Dependency to be injected for video background effects */
@@ -3030,9 +2327,6 @@ export declare type CallWithChatCompositeIcons = {
3030
2327
  ParticipantItemScreenShareStart?: JSX.Element;
3031
2328
  VideoTileMicOff?: JSX.Element;
3032
2329
  LocalCameraSwitch?: JSX.Element;
3033
- PeoplePaneAddPerson?: JSX.Element;
3034
- PeoplePaneOpenDialpad?: JSX.Element;
3035
- DialpadStartCall?: JSX.Element;
3036
2330
  EditBoxCancel?: JSX.Element;
3037
2331
  EditBoxSubmit?: JSX.Element;
3038
2332
  MessageDelivered?: JSX.Element;
@@ -3059,81 +2353,6 @@ export declare type CallWithChatCompositeOptions = {
3059
2353
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3060
2354
  */
3061
2355
  callControls?: boolean | CallWithChatControlOptions;
3062
- /**
3063
- * Properties for configuring the File Sharing feature.
3064
- * If undefined, file sharing feature will be disabled.
3065
- * @beta
3066
- */
3067
- fileSharing?: FileSharingOptions;
3068
- /**
3069
- * Device permissions check options for your call.
3070
- * Here you can choose what device permissions you prompt the user for,
3071
- * as well as what device permissions must be accepted before starting a call.
3072
- */
3073
- deviceChecks?: DeviceCheckOptions;
3074
- /**
3075
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3076
- * unable to grant your site the required permissions for the call.
3077
- *
3078
- * @example
3079
- * ```ts
3080
- * onPermissionsTroubleshootingClick: () =>
3081
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3082
- * ```
3083
- *
3084
- * @remarks
3085
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3086
- */
3087
- onPermissionsTroubleshootingClick?: (permissionsState: {
3088
- camera: PermissionState;
3089
- microphone: PermissionState;
3090
- }) => void;
3091
- /**
3092
- * Optional callback to supply users with further troubleshooting steps for network issues
3093
- * experienced when connecting to a call.
3094
- *
3095
- * @example
3096
- * ```ts
3097
- * onNetworkingTroubleShootingClick?: () =>
3098
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3099
- * ```
3100
- *
3101
- * @remarks
3102
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3103
- */
3104
- onNetworkingTroubleShootingClick?: () => void;
3105
- /**
3106
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3107
- *
3108
- * @example
3109
- * ```ts
3110
- * onBrowserTroubleShootingClick?: () =>
3111
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3112
- * ```
3113
- *
3114
- * @remarks
3115
- * if this is not supplied, the composite will not show a unsupported browser page.
3116
- */
3117
- onEnvironmentInfoTroubleshootingClick?: () => void;
3118
- /**
3119
- * Remote participant video tile menu options
3120
- */
3121
- remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
3122
- /**
3123
- * Options for controlling the local video tile.
3124
- *
3125
- * @remarks if 'false' the local video tile will not be rendered.
3126
- */
3127
- localVideoTile?: boolean | LocalVideoTileOptions;
3128
- /**
3129
- * Options for controlling the starting layout of the composite's video gallery
3130
- */
3131
- galleryOptions?: {
3132
- /**
3133
- * Layout for the gallery when the call starts
3134
- */
3135
- layout?: VideoGalleryLayout;
3136
- };
3137
2356
  };
3138
2357
 
3139
2358
  /**
@@ -3281,10 +2500,6 @@ export declare interface CallWithChatCompositeStrings {
3281
2500
  * Label for button to copy invite link
3282
2501
  */
3283
2502
  copyInviteLinkButtonLabel: string;
3284
- /**
3285
- * Label for button to open dialpad
3286
- */
3287
- openDialpadButtonLabel: string;
3288
2503
  /**
3289
2504
  * Label for SidePaneHeader dismiss button
3290
2505
  */
@@ -3297,34 +2512,6 @@ export declare interface CallWithChatCompositeStrings {
3297
2512
  * Aria label string for return to call back button
3298
2513
  */
3299
2514
  returnToCallButtonAriaLabel?: string;
3300
- /**
3301
- * Label for add people dropdown
3302
- */
3303
- peoplePaneAddPeopleButtonLabel: string;
3304
- /**
3305
- * Label for button to start a call
3306
- */
3307
- dialpadStartCallButtonLabel: string;
3308
- /**
3309
- * Title for dialpad Modal
3310
- */
3311
- dialpadModalTitle: string;
3312
- /**
3313
- * Aria Label for dialpad Modal
3314
- */
3315
- dialpadModalAriaLabel: string;
3316
- /**
3317
- * Aria Label for dialpad Modal close button
3318
- */
3319
- dialpadCloseModalButtonAriaLabel: string;
3320
- /**
3321
- * Placeholder text for dtmf dialpad
3322
- */
3323
- dtmfDialpadPlaceholderText: string;
3324
- /**
3325
- * Label for the button to open dtmf dialpad
3326
- */
3327
- openDtmfDialpadLabel: string;
3328
2515
  /**
3329
2516
  * aria label for when the invite link has been actioned
3330
2517
  */
@@ -3341,9 +2528,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3341
2528
  * Show or hide the chat button in the call-with-chat composite control bar.
3342
2529
  * @defaultValue true
3343
2530
  */
3344
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3345
- disabled: boolean;
3346
- };
2531
+ chatButton?: boolean;
3347
2532
  }
3348
2533
 
3349
2534
  /**
@@ -3353,35 +2538,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3353
2538
  */
3354
2539
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
3355
2540
 
3356
- /**
3357
- * @beta
3358
- *
3359
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3360
- * by their browsers settings.
3361
- */
3362
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3363
-
3364
- /**
3365
- * @beta
3366
- * Props for CameraAndMicrophoneSitePermissions component.
3367
- */
3368
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3369
- /** Icon name for the camera icon */
3370
- cameraIconName?: string;
3371
- /** Icon name for the microphone icon */
3372
- microphoneIconName?: string;
3373
- /** Icon name for the central icon between the camera and microphone icons */
3374
- connectorIconName?: string;
3375
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3376
- strings?: CameraAndMicrophoneSitePermissionsStrings;
3377
- }
3378
-
3379
- /**
3380
- * @beta
3381
- * Strings for CameraAndMicrophoneSitePermissions component.
3382
- */
3383
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3384
-
3385
2541
  /**
3386
2542
  * A button to turn camera on / off.
3387
2543
  *
@@ -3538,31 +2694,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3538
2694
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3539
2695
  }
3540
2696
 
3541
- /**
3542
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3543
- * by their browsers settings.
3544
- *
3545
- * @beta
3546
- */
3547
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3548
-
3549
- /**
3550
- * @beta
3551
- * Props for CameraSitePermissions component.
3552
- */
3553
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3554
- /** Icon name for the camera icon */
3555
- cameraIconName?: string;
3556
- /** Strings for use with the {@link CameraSitePermissions} */
3557
- strings?: CameraSitePermissionsStrings;
3558
- }
3559
-
3560
- /**
3561
- * @beta
3562
- * Strings for CameraSitePermissions component.
3563
- */
3564
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3565
-
3566
2697
  /**
3567
2698
  * @public
3568
2699
  * Callback function run when a message edit is cancelled.
@@ -3768,7 +2899,7 @@ export declare type CaptionsReceivedListener = (event: {
3768
2899
  *
3769
2900
  * @public
3770
2901
  */
3771
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
2902
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
3772
2903
 
3773
2904
  /**
3774
2905
  * {@link ChatAdapter} state.
@@ -3876,9 +3007,7 @@ export declare interface ChatAdapterThreadManagement {
3876
3007
  /**
3877
3008
  * Update a message content.
3878
3009
  */
3879
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
3880
- attachedFilesMetadata?: FileMetadata[];
3881
- }): Promise<void>;
3010
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3882
3011
  /**
3883
3012
  * Delete a message in the thread.
3884
3013
  */
@@ -3891,9 +3020,6 @@ export declare interface ChatAdapterThreadManagement {
3891
3020
  *
3892
3021
  */
3893
3022
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3894
- downloadAttachments: (options: {
3895
- attachmentUrls: string[];
3896
- }) => Promise<AttachmentDownloadResult[]>;
3897
3023
  }
3898
3024
 
3899
3025
  /**
@@ -3903,13 +3029,6 @@ export declare interface ChatAdapterThreadManagement {
3903
3029
  */
3904
3030
  export declare type ChatAdapterUiState = {
3905
3031
  error?: Error;
3906
- /**
3907
- * Files being uploaded by a user in the current thread.
3908
- * Should be set to null once the upload is complete.
3909
- * Array of type {@link FileUploadsUiState}
3910
- * @beta
3911
- */
3912
- fileUploads?: FileUploadsUiState;
3913
3032
  };
3914
3033
 
3915
3034
  /**
@@ -4012,7 +3131,6 @@ export declare type ChatCompositeIcons = {
4012
3131
  ParticipantItemOptionsHovered?: JSX.Element;
4013
3132
  SendBoxSend?: JSX.Element;
4014
3133
  SendBoxSendHovered?: JSX.Element;
4015
- SendBoxAttachFile?: JSX.Element;
4016
3134
  };
4017
3135
 
4018
3136
  /**
@@ -4027,13 +3145,6 @@ export declare type ChatCompositeOptions = {
4027
3145
  * @defaultValue true
4028
3146
  */
4029
3147
  errorBar?: boolean;
4030
- /**
4031
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4032
- * @defaultValue false
4033
- *
4034
- * @beta
4035
- */
4036
- participantPane?: boolean;
4037
3148
  /**
4038
3149
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4039
3150
  * @defaultValue true
@@ -4044,12 +3155,6 @@ export declare type ChatCompositeOptions = {
4044
3155
  * When undefined nothing has focus on render
4045
3156
  */
4046
3157
  autoFocus?: 'sendBoxTextField';
4047
- /**
4048
- * Properties for configuring the File Sharing feature.
4049
- * If undefined, file sharing feature will be disabled.
4050
- * @beta
4051
- */
4052
- fileSharing?: FileSharingOptions;
4053
3158
  };
4054
3159
 
4055
3160
  /**
@@ -4077,12 +3182,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4077
3182
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4078
3183
  */
4079
3184
  options?: ChatCompositeOptions;
4080
- /**
4081
- * Optimizes the composite form factor for either desktop or mobile.
4082
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4083
- * @defaultValue 'desktop'
4084
- */
4085
- formFactor?: 'desktop' | 'mobile';
4086
3185
  }
4087
3186
 
4088
3187
  /**
@@ -4097,10 +3196,6 @@ export declare interface ChatCompositeStrings {
4097
3196
  * Chat list header text
4098
3197
  */
4099
3198
  chatListHeader: string;
4100
- /**
4101
- * Upload File Button text
4102
- */
4103
- uploadFile: string;
4104
3199
  }
4105
3200
 
4106
3201
  /**
@@ -4149,7 +3244,7 @@ export declare type ChatErrors = {
4149
3244
  *
4150
3245
  * @public
4151
3246
  */
4152
- 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';
3247
+ 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';
4153
3248
 
4154
3249
  /**
4155
3250
  * Object containing all the handlers required for chat components.
@@ -4166,9 +3261,7 @@ export declare type ChatHandlers = {
4166
3261
  onRemoveParticipant: (userId: string) => Promise<void>;
4167
3262
  updateThreadTopicName: (topicName: string) => Promise<void>;
4168
3263
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4169
- onUpdateMessage: (messageId: string, content: string, metadata?: Record<string, string>, options?: {
4170
- attachedFilesMetadata?: FileMetadata[];
4171
- }) => Promise<void>;
3264
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4172
3265
  onDeleteMessage: (messageId: string) => Promise<void>;
4173
3266
  };
4174
3267
 
@@ -4195,12 +3288,6 @@ export declare interface ChatMessage extends MessageCommon {
4195
3288
  * {@link @azure/communication-chat#ChatMessage.metadata}
4196
3289
  */
4197
3290
  metadata?: Record<string, string>;
4198
- /**
4199
- * @beta
4200
- * A list of files attached to the message.
4201
- * {@link FileMetadata}
4202
- */
4203
- attachedFilesMetadata?: FileMetadata[];
4204
3291
  }
4205
3292
 
4206
3293
  /**
@@ -4214,7 +3301,6 @@ export declare interface ChatMessage extends MessageCommon {
4214
3301
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4215
3302
  clientMessageId?: string;
4216
3303
  status: MessageStatus;
4217
- policyViolation?: boolean;
4218
3304
  };
4219
3305
 
4220
3306
  /**
@@ -4234,26 +3320,6 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
4234
3320
  */
4235
3321
  export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
4236
3322
 
4237
- /**
4238
- * Custom Fluent theme palette used by chat related components in this library.
4239
- *
4240
- * @beta
4241
- */
4242
- export declare interface ChatTheme {
4243
- /**
4244
- * Custom Fluent theme palette used by chat related components in this library.
4245
- *
4246
- * @beta
4247
- */
4248
- chatPalette: {
4249
- modalOverlayBlack: string;
4250
- modalTitleWhite: string;
4251
- modalButtonBackground: string;
4252
- modalButtonBackgroundHover: string;
4253
- modalButtonBackgroundActive: string;
4254
- };
4255
- }
4256
-
4257
3323
  /**
4258
3324
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
4259
3325
  *
@@ -4379,12 +3445,6 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
4379
3445
  * @public
4380
3446
  */
4381
3447
  startCall(participants: string[], options?: StartCallOptions): void;
4382
- /**
4383
- * Start the call.
4384
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4385
- * @beta
4386
- */
4387
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
4388
3448
  }
4389
3449
 
4390
3450
  /**
@@ -4400,12 +3460,6 @@ export declare type CommonCallAdapterOptions = {
4400
3460
  videoBackgroundImages?: VideoBackgroundImage[];
4401
3461
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
4402
3462
  };
4403
- /**
4404
- * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4405
- * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4406
- * and would not be updated again within the lifecycle of adapter.
4407
- */
4408
- onFetchProfile?: OnFetchProfileCallback;
4409
3463
  };
4410
3464
 
4411
3465
  /**
@@ -4428,9 +3482,7 @@ export declare type CommonCallControlOptions = {
4428
3482
  * Show or Hide Camera Button during a call
4429
3483
  * @defaultValue true
4430
3484
  */
4431
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4432
- disabled: boolean;
4433
- };
3485
+ cameraButton?: boolean;
4434
3486
  /**
4435
3487
  * Show or Hide EndCall button during a call.
4436
3488
  * @defaultValue true
@@ -4440,16 +3492,12 @@ export declare type CommonCallControlOptions = {
4440
3492
  * Show or Hide Microphone button during a call.
4441
3493
  * @defaultValue true
4442
3494
  */
4443
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4444
- disabled: boolean;
4445
- };
3495
+ microphoneButton?: boolean;
4446
3496
  /**
4447
3497
  * Show or Hide Devices button during a call.
4448
3498
  * @defaultValue true
4449
3499
  */
4450
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4451
- disabled: boolean;
4452
- };
3500
+ devicesButton?: boolean;
4453
3501
  /**
4454
3502
  * Show, Hide or Disable participants button during a call.
4455
3503
  * @defaultValue true
@@ -4476,22 +3524,11 @@ export declare type CommonCallControlOptions = {
4476
3524
  raiseHandButton?: boolean | {
4477
3525
  disabled: boolean;
4478
3526
  };
4479
- /**
4480
- * Inject custom buttons in the call controls.
4481
- *
4482
- * @beta
4483
- */
4484
- onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4485
- holdButton?: boolean | {
4486
- disabled: boolean;
4487
- };
4488
3527
  /**
4489
3528
  * Show or hide the people button in the composite control bar.
4490
3529
  * @defaultValue true
4491
3530
  */
4492
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4493
- disabled: boolean;
4494
- };
3531
+ peopleButton?: boolean;
4495
3532
  };
4496
3533
 
4497
3534
  /**
@@ -4516,9 +3553,6 @@ export declare interface CommonCallingHandlers {
4516
3553
  onRaiseHand: () => Promise<void>;
4517
3554
  onLowerHand: () => Promise<void>;
4518
3555
  onToggleRaiseHand: () => Promise<void>;
4519
- onToggleHold: () => Promise<void>;
4520
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4521
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4522
3556
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4523
3557
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4524
3558
  /**
@@ -4528,10 +3562,7 @@ export declare interface CommonCallingHandlers {
4528
3562
  onDisposeLocalStreamView: () => Promise<void>;
4529
3563
  onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
4530
3564
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4531
- onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4532
3565
  onRemoveParticipant(userId: string): Promise<void>;
4533
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4534
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4535
3566
  onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => void;
4536
3567
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4537
3568
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4551,39 +3582,6 @@ export declare type CommonProperties<A, B> = {
4551
3582
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4552
3583
  }[keyof A & keyof B];
4553
3584
 
4554
- /**
4555
- * @beta
4556
- * Props for SitePermissions components.
4557
- */
4558
- export declare interface CommonSitePermissionsProps {
4559
- /**
4560
- * Name of application calling experience is in.
4561
- */
4562
- appName: string;
4563
- /**
4564
- * Kind of the Site Permissions component.
4565
- */
4566
- kind: 'request' | 'denied' | 'check';
4567
- /**
4568
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4569
- */
4570
- browserHint?: 'safari' | 'unset';
4571
- /**
4572
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
4573
- * If this is not provided the button will not be shown.
4574
- */
4575
- onTroubleshootingClick?: () => void;
4576
- /**
4577
- * Action that is taken when the user clicks the continue anyway button.
4578
- * If this is not provided the button will not be shown.
4579
- */
4580
- onContinueAnywayClick?: () => void;
4581
- /**
4582
- * Styles for SitePermissions component.
4583
- */
4584
- styles?: SitePermissionsStyles;
4585
- }
4586
-
4587
3585
  /**
4588
3586
  * A Chat or Calling participant's state, as reflected in the UI.
4589
3587
  *
@@ -4760,11 +3758,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
4760
3758
  export declare interface ComponentLocale {
4761
3759
  /** Strings for components */
4762
3760
  strings: ComponentStrings;
4763
- /**
4764
- * Optional function to provide customized date format.
4765
- * @beta
4766
- */
4767
- onDisplayDateTimeString?: (messageDate: Date) => string;
4768
3761
  }
4769
3762
 
4770
3763
  /**
@@ -4810,62 +3803,12 @@ export declare interface ComponentStrings {
4810
3803
  typingIndicator: TypingIndicatorStrings;
4811
3804
  /** Strings for SendBox */
4812
3805
  sendBox: SendBoxStrings;
4813
- /** Strings for MentionPopover */
4814
- mentionPopover: MentionPopoverStrings;
4815
- /** Strings for ImageGallery */
4816
- imageGallery: ImageGalleryStrings;
4817
3806
  /** Strings for MessageStatusIndicator */
4818
3807
  messageStatusIndicator: MessageStatusIndicatorStrings;
4819
3808
  /** Strings for ErroBar */
4820
3809
  errorBar: ErrorBarStrings;
4821
3810
  /** Strings for VideoGallery */
4822
3811
  videoGallery: VideoGalleryStrings;
4823
- /** Strings for Dialpad */
4824
- dialpad: DialpadStrings;
4825
- /** Strings for VideoTile */
4826
- videoTile: VideoTileStrings;
4827
- /** Strings for HoldButton */
4828
- holdButton: HoldButtonStrings;
4829
- /** Strings for a site's permission request prompt */
4830
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
4831
- /** Strings for a site's permission request prompt */
4832
- CameraSitePermissionsRequest: SitePermissionsStrings;
4833
- /** Strings for a site's permission request prompt */
4834
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
4835
- /** Strings for a site's permission generic checking prompt */
4836
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
4837
- /** Strings for a site's permission generic checking prompt */
4838
- CameraSitePermissionsCheck: SitePermissionsStrings;
4839
- /** Strings for a site's permission generic checking prompt */
4840
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
4841
- /** Strings for a site's permission denied prompt */
4842
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
4843
- /** Strings for a site's permission denied prompt for safari browsers*/
4844
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4845
- /** Strings for a site's permission denied prompt */
4846
- CameraSitePermissionsDenied: SitePermissionsStrings;
4847
- /** Strings for a site's permission denied prompt */
4848
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
4849
- /** Strings for a site's permission denied prompt for safari browsers*/
4850
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
4851
- /** Strings for a site's permission denied prompt for safari browsers*/
4852
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4853
- /** Strings for unsupported browser UI */
4854
- UnsupportedBrowser: UnsupportedBrowserStrings;
4855
- /** Strings for unsupported browser version UI */
4856
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
4857
- /** Strings for unsupported browser version UI */
4858
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
4859
- /** Strings for BrowserPemissionDenied */
4860
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
4861
- /** Strings for BrowserPemissionDeniedIOS */
4862
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
4863
- /**
4864
- * Strings for the VerticalGallery.
4865
- */
4866
- VerticalGallery: VerticalGalleryStrings;
4867
- /** Strings for the participant list component */
4868
- ParticipantList: ParticipantListStrings;
4869
3812
  }
4870
3813
 
4871
3814
  /**
@@ -5222,7 +4165,7 @@ export declare interface ControlBarProps {
5222
4165
  *
5223
4166
  * @public
5224
4167
  */
5225
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4168
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
5226
4169
 
5227
4170
  /**
5228
4171
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -5232,7 +4175,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
5232
4175
  *
5233
4176
  * @public
5234
4177
  */
5235
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4178
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
5236
4179
 
5237
4180
  /**
5238
4181
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -5240,7 +4183,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
5240
4183
  *
5241
4184
  * @public
5242
4185
  */
5243
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4186
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5244
4187
 
5245
4188
  /**
5246
4189
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5251,7 +4194,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
5251
4194
  *
5252
4195
  * @public
5253
4196
  */
5254
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4197
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5255
4198
 
5256
4199
  /**
5257
4200
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -5270,16 +4213,14 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
5270
4213
  *
5271
4214
  * @public
5272
4215
  */
5273
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
5274
- credential?: CommunicationTokenCredential;
5275
- }): Promise<ChatAdapter>;
4216
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5276
4217
 
5277
4218
  /**
5278
4219
  * Type of {@link createDefaultCallingHandlers}.
5279
4220
  *
5280
4221
  * @public
5281
4222
  */
5282
- export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
4223
+ export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, /* @conditional-compile-remove(video-background-effects) */ options?: CallingHandlersOptions) => CallingHandlers;
5283
4224
 
5284
4225
  /**
5285
4226
  * Create the default implementation of {@link CallingHandlers} for teams call.
@@ -5304,21 +4245,9 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5304
4245
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5305
4246
 
5306
4247
  /**
5307
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5308
- *
5309
- * Useful when implementing a custom component that utilizes the providers
5310
- * exported from this library.
5311
- *
5312
- * @beta
5313
- */
5314
- 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?: {
5315
- onResolveVideoBackgroundEffectsDependency?: (() => Promise<VideoBackgroundEffectsDependency>) | undefined;
5316
- } | undefined) => never | TeamsCallingHandlers;
5317
-
5318
- /**
5319
- * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5320
- * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
5321
- * to state in a declarative way.
4248
+ * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
4249
+ * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
4250
+ * to state in a declarative way.
5322
4251
  *
5323
4252
  * It is important to use the {@link @azure/communication-calling#DeviceManager} and
5324
4253
  * {@link @azure/communication-calling#CallAgent} and {@link @azure/communication-calling#Call} (and etc.) that are
@@ -5340,21 +4269,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5340
4269
  */
5341
4270
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
5342
4271
 
5343
- /**
5344
- * @beta
5345
- */
5346
- export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5347
-
5348
- /**
5349
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5350
- *
5351
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
5352
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5353
- *
5354
- * @beta
5355
- */
5356
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: CommonCallAdapterOptions | undefined) => Promise<TeamsCallAdapter>;
5357
-
5358
4272
  /**
5359
4273
  * Object returned after creating a local or remote VideoStream.
5360
4274
  * This contains helper functions to manipulate the render of the stream.
@@ -5405,146 +4319,8 @@ export declare type CustomAvatarOptions = {
5405
4319
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5406
4320
  /** Display name to be used in Persona */
5407
4321
  text?: string;
5408
- /** State for the participant to be displayed in the defaultPlaceHolder */
5409
- participantState?: ParticipantState;
5410
- /**
5411
- * If true, show the special coin for unknown persona.
5412
- * It has '?' in place of initials, with static font and background colors
5413
- */
5414
- showUnknownPersonaCoin?: boolean;
5415
4322
  };
5416
4323
 
5417
- /**
5418
- * A callback that returns the props to render a custom {@link ControlBarButton} and {@link DrawerMenuItem}.
5419
- *
5420
- * The response indicates where the custom button should be placed.
5421
- *
5422
- * Performance tip: This callback is only called when either the callback or its arguments change.
5423
- * @beta
5424
- */
5425
- declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallWithChatControlButtonProps;
5426
- export { CustomCallControlButtonCallback }
5427
- export { CustomCallControlButtonCallback as CustomCallWithChatControlButtonCallback }
5428
-
5429
- /**
5430
- * Arguments for {@link CustomCallControlButtonCallback}.
5431
- *
5432
- * @beta
5433
- */
5434
- export declare interface CustomCallControlButtonCallbackArgs {
5435
- /**
5436
- * Buttons should reduce the size to fit a smaller viewport when `displayType` is `'compact'`.
5437
- *
5438
- * @defaultValue `'default'`
5439
- */
5440
- displayType?: CallControlDisplayType;
5441
- }
5442
-
5443
- /**
5444
- * Placement for a custom button injected in the {@link CommonCallControlBar}.
5445
- *
5446
- * 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
5447
- * 'overflow': Place the buttons(s) on the end of the overflow Menu.
5448
- * 'secondary': Place the button(s) on the left end of the side control bar (right in rtl mode).
5449
- *
5450
- * Multiple buttons assigned the same placement are appended in order.
5451
- * E.g., if two buttons are placed in 'secondary', they'll both appear on the left end (right end in rtl mode)
5452
- * in the order provided.
5453
- *
5454
- * Only 'primary' placement works when legacy call control is enabled in call composite
5455
- *
5456
- * @beta
5457
- */
5458
- declare type CustomCallControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
5459
- export { CustomCallControlButtonPlacement }
5460
- export { CustomCallControlButtonPlacement as CustomCallWithChatControlButtonPlacement }
5461
-
5462
- /**
5463
- * Response from {@link CustomCallControlButtonCallback}.
5464
- *
5465
- * Includes the placement prop necessary to indicate where to place the
5466
- * {@link ControlBarButton} and a {@link DrawerMenuItem}
5467
- *
5468
- * @beta
5469
- */
5470
- export declare interface CustomCallControlButtonProps extends CustomControlButtonProps {
5471
- /**
5472
- * Where to place the custom button relative to other buttons.
5473
- */
5474
- placement: CustomCallControlButtonPlacement;
5475
- /**
5476
- * Icon to render. Icon is a non-default icon name that needs to be registered as a
5477
- * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
5478
- */
5479
- iconName?: string;
5480
- }
5481
-
5482
- /**
5483
- * Response from {@link CustomCallControlButtonCallback}.
5484
- *
5485
- * Includes the icon and placement prop necessary to indicate where to place the
5486
- * {@link ControlBarButton} and a {@link DrawerMenuItem}
5487
- *
5488
- * @beta
5489
- */
5490
- export declare interface CustomCallWithChatControlButtonProps extends CustomControlButtonProps {
5491
- /**
5492
- * Where to place the custom button relative to other buttons.
5493
- */
5494
- placement: CustomCallControlButtonPlacement;
5495
- /**
5496
- * Icon to render. Icon is a non-default icon name that needs to be registered as a
5497
- * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
5498
- */
5499
- iconName?: string;
5500
- }
5501
-
5502
- /**
5503
- * Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
5504
- *
5505
- * @beta
5506
- */
5507
- export declare interface CustomControlButtonProps {
5508
- /**
5509
- * Calback for when button is clicked
5510
- */
5511
- onItemClick?: () => void;
5512
- /**
5513
- * Whether the buttons is disabled
5514
- */
5515
- disabled?: boolean;
5516
- /**
5517
- * Whether the label is displayed or not.
5518
- *
5519
- * @defaultValue `false`
5520
- */
5521
- showLabel?: boolean;
5522
- /**
5523
- * Fluent styles, common to all {@link ControlBarButton}s or {@link DrawerMenuItem}s.
5524
- */
5525
- styles?: ControlBarButtonStyles | BaseCustomStyles;
5526
- /**
5527
- * Optional label for the button
5528
- */
5529
- text?: string;
5530
- /**
5531
- * A unique key for the button
5532
- */
5533
- key?: string | number;
5534
- /**
5535
- * The aria label of the button for the benefit of screen readers.
5536
- */
5537
- ariaLabel?: string;
5538
- /**
5539
- * Detailed description of the button for the benefit of screen readers.
5540
- */
5541
- ariaDescription?: string;
5542
- /**
5543
- * A unique id set for the standard HTML id attibute
5544
- */
5545
- id?: string;
5546
- }
5547
-
5548
4324
  /**
5549
4325
  * A custom message type.
5550
4326
  *
@@ -5562,19 +4338,7 @@ export declare interface CustomMessage extends MessageCommon {
5562
4338
  *
5563
4339
  * @public
5564
4340
  */
5565
- export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5566
-
5567
- /**
5568
- * @beta
5569
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5570
- */
5571
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
5572
-
5573
- /**
5574
- * @beta
5575
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
5576
- */
5577
- export declare type DeclarativeIncomingCall = IncomingCall;
4341
+ export declare const darkTheme: PartialTheme & CallingTheme;
5578
4342
 
5579
4343
  /**
5580
4344
  * The default set of icons that are available to use in the UI components.
@@ -5592,16 +4356,12 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5592
4356
  ControlButtonMicOn: JSX.Element;
5593
4357
  ControlButtonOptions: JSX.Element;
5594
4358
  ControlButtonParticipants: JSX.Element;
5595
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
5596
4359
  ControlButtonScreenShareStart: JSX.Element;
5597
4360
  ControlButtonScreenShareStop: JSX.Element;
5598
4361
  ControlButtonRaiseHand: JSX.Element;
5599
4362
  ControlButtonLowerHand: JSX.Element;
5600
4363
  RaiseHandContextualMenuItem: JSX.Element;
5601
4364
  LowerHandContextualMenuItem: JSX.Element;
5602
- CancelFileUpload: JSX.Element;
5603
- DownloadFile: JSX.Element;
5604
- DataLossPreventionProhibited: JSX.Element;
5605
4365
  EditBoxCancel: JSX.Element;
5606
4366
  EditBoxSubmit: JSX.Element;
5607
4367
  ErrorBarCallCameraAccessDenied: JSX.Element;
@@ -5634,20 +4394,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5634
4394
  ParticipantItemOptions: JSX.Element;
5635
4395
  ParticipantItemOptionsHovered: JSX.Element;
5636
4396
  ParticipantItemScreenShareStart: JSX.Element;
5637
- HoldCallContextualMenuItem: JSX.Element;
5638
- HoldCallButton: JSX.Element;
5639
- ResumeCall: JSX.Element;
5640
4397
  SendBoxSend: JSX.Element;
5641
4398
  SendBoxSendHovered: JSX.Element;
5642
4399
  VideoTileMicOff: JSX.Element;
5643
- DialpadBackspace: JSX.Element;
5644
- SitePermissionsSparkle: JSX.Element;
5645
- SitePermissionCamera: JSX.Element;
5646
- SitePermissionMic: JSX.Element;
5647
- SitePermissionCameraDenied: JSX.Element;
5648
- SitePermissionMicDenied: JSX.Element;
5649
- UnsupportedEnvironmentWarning: JSX.Element;
5650
- BrowserPermissionDeniedError: JSX.Element;
5651
4400
  VideoTilePinned: JSX.Element;
5652
4401
  VideoTileMoreOptions: JSX.Element;
5653
4402
  VideoTileScaleFit: JSX.Element;
@@ -5658,8 +4407,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5658
4407
  SplitButtonPrimaryActionCameraOff: JSX.Element;
5659
4408
  SplitButtonPrimaryActionMicUnmuted: JSX.Element;
5660
4409
  SplitButtonPrimaryActionMicMuted: JSX.Element;
5661
- VerticalGalleryLeftButton: JSX.Element;
5662
- VerticalGalleryRightButton: JSX.Element;
5663
4410
  ControlButtonVideoEffectsOption: JSX.Element;
5664
4411
  ConfigurationScreenVideoEffectsButton: JSX.Element;
5665
4412
  CaptionsIcon: JSX.Element;
@@ -5690,7 +4437,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5690
4437
  ParticipantItemOptionsHovered: JSX.Element;
5691
4438
  SendBoxSend: JSX.Element;
5692
4439
  SendBoxSendHovered: JSX.Element;
5693
- SendBoxAttachFile?: JSX.Element | undefined;
5694
4440
  ControlBarPeopleButton?: JSX.Element | undefined;
5695
4441
  ControlButtonCameraOff: JSX.Element;
5696
4442
  ControlButtonCameraOn: JSX.Element;
@@ -5740,18 +4486,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5740
4486
  ParticipantItemScreenShareStart: JSX.Element;
5741
4487
  VideoTileMicOff: JSX.Element;
5742
4488
  LocalCameraSwitch?: JSX.Element | undefined;
5743
- PeoplePaneAddPerson?: JSX.Element | undefined;
5744
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
5745
- DialpadStartCall?: JSX.Element | undefined;
5746
- NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
5747
4489
  BlurVideoBackground?: JSX.Element | undefined;
5748
4490
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
5749
- GalleryOptions?: JSX.Element | undefined;
5750
- SpeakerGalleryLayout?: JSX.Element | undefined;
5751
- FloatingLocalVideoGalleryLayout?: JSX.Element | undefined;
5752
- DefaultGalleryLayout?: JSX.Element | undefined;
5753
- FocusedContentGalleryLayout?: JSX.Element | undefined;
5754
- OverflowGalleryTop?: JSX.Element | undefined;
5755
4491
  ChevronLeft?: JSX.Element | undefined;
5756
4492
  ControlBarChatButtonActive?: JSX.Element | undefined;
5757
4493
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -5761,25 +4497,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5761
4497
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
5762
4498
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
5763
4499
  MoreDrawerSpeakers?: JSX.Element | undefined;
4500
+ SendBoxAttachFile?: JSX.Element | undefined;
5764
4501
  ChatMessageOptions: JSX.Element;
5765
- ControlButtonParticipantsContextualMenuItem: JSX.Element;
5766
- CancelFileUpload: JSX.Element;
5767
- DownloadFile: JSX.Element;
5768
- DataLossPreventionProhibited: JSX.Element;
5769
4502
  ErrorBarCallVideoRecoveredBySystem: JSX.Element;
5770
4503
  ErrorBarCallVideoStoppedBySystem: JSX.Element;
5771
4504
  MessageResend: JSX.Element;
5772
- HoldCallContextualMenuItem: JSX.Element;
5773
- HoldCallButton: JSX.Element;
5774
- ResumeCall: JSX.Element;
5775
- DialpadBackspace: JSX.Element;
5776
- SitePermissionsSparkle: JSX.Element;
5777
- SitePermissionCamera: JSX.Element;
5778
- SitePermissionMic: JSX.Element;
5779
- SitePermissionCameraDenied: JSX.Element;
5780
- SitePermissionMicDenied: JSX.Element;
5781
- UnsupportedEnvironmentWarning: JSX.Element;
5782
- BrowserPermissionDeniedError: JSX.Element;
5783
4505
  VideoTilePinned: JSX.Element;
5784
4506
  VideoTileMoreOptions: JSX.Element;
5785
4507
  VideoTileScaleFit: JSX.Element;
@@ -5790,20 +4512,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5790
4512
  SplitButtonPrimaryActionCameraOff: JSX.Element;
5791
4513
  SplitButtonPrimaryActionMicUnmuted: JSX.Element;
5792
4514
  SplitButtonPrimaryActionMicMuted: JSX.Element;
5793
- VerticalGalleryLeftButton: JSX.Element;
5794
- VerticalGalleryRightButton: JSX.Element;
5795
4515
  ControlButtonVideoEffectsOption: JSX.Element;
5796
4516
  ConfigurationScreenVideoEffectsButton: JSX.Element;
5797
4517
  CaptionsIcon: JSX.Element;
5798
4518
  CaptionsOffIcon: JSX.Element;
5799
4519
  CaptionsSettingsIcon: JSX.Element;
5800
- /**
5801
- * Icon wrapper to use when including customizable icons inside the CallWithChatComposite.
5802
- * This wrapper ensures the icon name is being type-checked helping ensure no typos
5803
- * and ensure that icon is customizable through the composite API.
5804
- *
5805
- * @private
5806
- */
5807
4520
  ChangeSpokenLanguageIcon: JSX.Element;
5808
4521
  ChangeCaptionLanguageIcon: JSX.Element;
5809
4522
  ContextMenuCameraIcon: JSX.Element;
@@ -5811,29 +4524,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5811
4524
  ContextMenuSpeakerIcon: JSX.Element;
5812
4525
  };
5813
4526
 
5814
- /**
5815
- * Device Checks.
5816
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
5817
- *
5818
- * @beta
5819
- */
5820
- export declare interface DeviceCheckOptions {
5821
- /**
5822
- * Camera Permission prompts for your call.
5823
- * 'required' - requires the permission to be allowed before permitting the user join the call.
5824
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5825
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5826
- */
5827
- camera: 'required' | 'optional' | 'doNotPrompt';
5828
- /**
5829
- * Microphone permission prompts for your call.
5830
- * 'required' - requires the permission to be allowed before permitting the user join the call.
5831
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5832
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5833
- */
5834
- microphone: 'required' | 'optional' | 'doNotPrompt';
5835
- }
5836
-
5837
4527
  /**
5838
4528
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
5839
4529
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -6052,60 +4742,6 @@ export declare interface DiagnosticsCallFeatureState {
6052
4742
  media: MediaDiagnosticsState;
6053
4743
  }
6054
4744
 
6055
- /**
6056
- * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6057
- * It will return empty component for stable builds
6058
- *
6059
- * @beta
6060
- */
6061
- export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6062
-
6063
- /**
6064
- * Props for {@link Dialpad} component.
6065
- *
6066
- * @beta
6067
- */
6068
- export declare interface DialpadProps {
6069
- strings?: DialpadStrings;
6070
- /** function to send dtmf tones on button click */
6071
- onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
6072
- /** Callback for dialpad button behavior*/
6073
- onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
6074
- /** set dialpad textfield content */
6075
- textFieldValue?: string;
6076
- /** on change function for text field, provides an unformatted plain text*/
6077
- onChange?: (input: string) => void;
6078
- /** boolean input to determine when to show/hide delete button, default true */
6079
- showDeleteButton?: boolean;
6080
- /** boolean input to determine if dialpad is in mobile view, default false */
6081
- isMobile?: boolean;
6082
- styles?: DialpadStyles;
6083
- }
6084
-
6085
- /**
6086
- * Strings of {@link Dialpad} that can be overridden.
6087
- *
6088
- * @beta
6089
- */
6090
- export declare interface DialpadStrings {
6091
- placeholderText: string;
6092
- deleteButtonAriaLabel?: string;
6093
- }
6094
-
6095
- /**
6096
- * Styles for {@link Dialpad} component.
6097
- *
6098
- * @beta
6099
- */
6100
- export declare interface DialpadStyles {
6101
- root?: IStyle;
6102
- button?: IButtonStyles;
6103
- textField?: Partial<ITextFieldStyles>;
6104
- digit?: IStyle;
6105
- letter?: IStyle;
6106
- deleteIcon?: IButtonStyles;
6107
- }
6108
-
6109
4745
  /**
6110
4746
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
6111
4747
  *
@@ -6126,13 +4762,6 @@ export declare interface Disposable {
6126
4762
  dispose(): void;
6127
4763
  }
6128
4764
 
6129
- /**
6130
- * DTMF tone for PSTN calls.
6131
- *
6132
- * @beta
6133
- */
6134
- export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6135
-
6136
4765
  /**
6137
4766
  * A type for trivial selectors that return no data.
6138
4767
  *
@@ -6386,199 +5015,6 @@ export declare interface ErrorBarStrings {
6386
5015
  */
6387
5016
  export declare type ErrorType = keyof ErrorBarStrings;
6388
5017
 
6389
- /**
6390
- * @beta
6391
- * A file download error returned via a {@link FileDownloadHandler}.
6392
- * This error message is used to render an error message in the UI.
6393
- */
6394
- export declare interface FileDownloadError {
6395
- /** The error message to display in the UI */
6396
- errorMessage: string;
6397
- }
6398
-
6399
- /**
6400
- * @beta
6401
- *
6402
- * A callback function for handling file downloads.
6403
- * The function needs to return a promise that resolves to a file download URL.
6404
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6405
- *
6406
- * @example
6407
- * ```ts
6408
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6409
- * if (isUnauthorizedUser(userId)) {
6410
- * return { errorMessage: 'You don’t have permission to download this file.' };
6411
- * } else {
6412
- * return new URL(fileData.url);
6413
- * }
6414
- * }
6415
- *
6416
- * const App = () => (
6417
- * <ChatComposite
6418
- * ...
6419
- * fileSharing={{
6420
- * fileDownloadHandler: fileDownloadHandler
6421
- * }}
6422
- * />
6423
- * )
6424
- *
6425
- * ```
6426
- * @param userId - The user ID of the user downloading the file.
6427
- * @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
6428
- */
6429
- export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
6430
-
6431
- /**
6432
- * Meta Data containing information about the uploaded file.
6433
- * @beta
6434
- */
6435
- export declare type FileMetadata = FileSharingMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ ImageFileMetadata;
6436
-
6437
- /**
6438
- * @beta
6439
- */
6440
- export declare type FileMetadataAttachmentType = 'fileSharing' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
6441
-
6442
- /**
6443
- * Meta Data containing basic information about the uploaded file.
6444
- * Typically used for ACS to ACS file transfers.
6445
- * @beta
6446
- */
6447
- export declare interface FileSharingMetadata extends BaseFileMetadata {
6448
- attachmentType: 'fileSharing';
6449
- payload?: Record<string, string>;
6450
- }
6451
-
6452
- /**
6453
- * Properties for configuring the File Sharing feature.
6454
- * @beta
6455
- */
6456
- export declare interface FileSharingOptions {
6457
- /**
6458
- * A string containing the comma separated list of accepted file types.
6459
- * Similar to the `accept` attribute of the `<input type="file" />` element.
6460
- * Accepts any type of file if not specified.
6461
- * @beta
6462
- */
6463
- accept?: string;
6464
- /**
6465
- * Allows multiple files to be selected if set to `true`.
6466
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
6467
- * @defaultValue false
6468
- * @beta
6469
- */
6470
- multiple?: boolean;
6471
- /**
6472
- * A function of type {@link FileUploadHandler} for handling file uploads.
6473
- * @beta
6474
- */
6475
- uploadHandler: FileUploadHandler;
6476
- /**
6477
- * A function of type {@link FileDownloadHandler} for handling file downloads.
6478
- * If the function is not specified, the file's `url` will be opened in a new tab to
6479
- * initiate the download.
6480
- */
6481
- downloadHandler?: FileDownloadHandler;
6482
- }
6483
-
6484
- /**
6485
- * @beta
6486
- */
6487
- export declare interface FileUploadAdapter {
6488
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6489
- registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
6490
- clearFileUploads: () => void;
6491
- cancelFileUpload: (id: string) => void;
6492
- updateFileUploadProgress: (id: string, progress: number) => void;
6493
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6494
- updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
6495
- }
6496
-
6497
- /**
6498
- * @beta
6499
- * Error message to be displayed to the user if the upload fails.
6500
- */
6501
- export declare type FileUploadError = {
6502
- message: string;
6503
- timestamp: number;
6504
- };
6505
-
6506
- /**
6507
- * @beta
6508
- * A callback function for handling file uploads.
6509
- *
6510
- * @param userId - The user ID of the user uploading the file.
6511
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6512
- */
6513
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6514
-
6515
- /**
6516
- * A wrapper object for a file that is being uploaded.
6517
- * Allows mmanaging file uploads by providing common functions for updating the
6518
- * upload progress, canceling an upload, completing an upload etc.
6519
- * @beta
6520
- */
6521
- export declare interface FileUploadManager {
6522
- /**
6523
- * Unique identifier for the file upload.
6524
- */
6525
- id: string;
6526
- /**
6527
- * HTML {@link File} object for the uploaded file.
6528
- */
6529
- file?: File;
6530
- /**
6531
- * Update the progress of the upload.
6532
- * @param value - number between 0 and 1
6533
- */
6534
- notifyUploadProgressChanged: (value: number) => void;
6535
- /**
6536
- * Mark the upload as complete.
6537
- * Requires the `metadata` param containing uploaded file information.
6538
- * @param metadata - {@link FileMetadata}
6539
- */
6540
- notifyUploadCompleted: (metadata: FileMetadata) => void;
6541
- /**
6542
- * Mark the upload as failed.
6543
- * @param message - An error message that can be displayed to the user.
6544
- */
6545
- notifyUploadFailed: (message: string) => void;
6546
- }
6547
-
6548
- /**
6549
- * Contains the state attibutes of a file upload like name, progress etc.
6550
- * @beta
6551
- */
6552
- export declare interface FileUploadState {
6553
- /**
6554
- * Unique identifier for the file upload.
6555
- */
6556
- id: string;
6557
- /**
6558
- * Filename extracted from the {@link File} object.
6559
- * This attribute is used to render the filename if `metadata.name` is not available.
6560
- */
6561
- filename: string;
6562
- /**
6563
- * A number between 0 and 1 indicating the progress of the upload.
6564
- */
6565
- progress: number;
6566
- /**
6567
- * Meta Data {@link FileMetadata} containing information about the uploaded file.
6568
- */
6569
- metadata?: FileMetadata;
6570
- /**
6571
- * Error message to be displayed to the user if the upload fails.
6572
- */
6573
- error?: FileUploadError;
6574
- }
6575
-
6576
- /**
6577
- * A record containing {@link FileUploadState} mapped to unique ids.
6578
- * @beta
6579
- */
6580
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
6581
-
6582
5018
  /**
6583
5019
  * Provider to apply a Fluent theme across this library's react components.
6584
5020
  *
@@ -6619,7 +5055,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
6619
5055
  *
6620
5056
  * @public
6621
5057
  */
6622
- 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;
5058
+ export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : undefined;
6623
5059
 
6624
5060
  /**
6625
5061
  * Get the selector for a specified component.
@@ -6681,63 +5117,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
6681
5117
  children?: IStyle;
6682
5118
  }
6683
5119
 
6684
- /**
6685
- * a button to hold or resume a ongoing call.
6686
- *
6687
- * Can be used with {@link ControlBar}
6688
- *
6689
- * @param props - properties for the hold button.
6690
- * @returns
6691
- * @beta
6692
- */
6693
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
6694
-
6695
- /**
6696
- *@beta
6697
- */
6698
- export declare interface HoldButtonProps extends ControlBarButtonProps {
6699
- /**
6700
- * Utility property for using this component with communication react handlers
6701
- * Holds the call or resumes it based on call state.
6702
- */
6703
- onToggleHold: () => Promise<void>;
6704
- /**
6705
- * Optional strings to override in component
6706
- */
6707
- strings?: HoldButtonStrings;
6708
- }
6709
-
6710
- /**
6711
- * Selector type for the {@link HoldButton} component.
6712
- * @public
6713
- */
6714
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6715
- checked: boolean;
6716
- };
6717
-
6718
- /**
6719
- * Strings for the hold button labels
6720
- * @beta
6721
- */
6722
- export declare interface HoldButtonStrings {
6723
- /**
6724
- * Label for when action is to resume call.
6725
- */
6726
- onLabel: string;
6727
- /**
6728
- * Label for when action is to hold call.
6729
- */
6730
- offLabel: string;
6731
- /**
6732
- * Content for when button is checked
6733
- */
6734
- tooltipOnContent: string;
6735
- /**
6736
- * Content for when button is unchecked
6737
- */
6738
- tooltipOffContent: string;
6739
- }
6740
-
6741
5120
  /**
6742
5121
  * {@link HorizontalGallery} Component Styles.
6743
5122
  * @public
@@ -6818,112 +5197,8 @@ export declare interface _Identifiers {
6818
5197
  overflowGalleryRightNavButton: string;
6819
5198
  /** `data-ui-id` value for the video tiles in the horizontal gallery */
6820
5199
  horizontalGalleryVideoTile: string;
6821
- /** `data-ui-id` value for `VerticalGallery` Component's children video tiles */
6822
- verticalGalleryVideoTile: string;
6823
- /** `data-ui-id` value for `VerticalGallery` Component's page counter */
6824
- verticalGalleryPageCounter: string;
6825
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
6826
- mentionSuggestionList: string;
6827
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
6828
- mentionSuggestionItem: string;
6829
- }
6830
-
6831
- /**
6832
- * Meta Data containing data for images.
6833
- * @beta
6834
- */
6835
- export declare interface ImageFileMetadata extends BaseFileMetadata {
6836
- attachmentType: 'inlineImage';
6837
- previewUrl?: string;
6838
- }
6839
-
6840
- /**
6841
- * Component to render a fullscreen modal for a selected image.
6842
- *
6843
- * @beta
6844
- */
6845
- export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
6846
-
6847
- /**
6848
- * Props for {@link ImageGallery}.
6849
- *
6850
- * @beta
6851
- */
6852
- export declare interface ImageGalleryImageProps {
6853
- /** Image Url used to display the image in a large scale. */
6854
- imageUrl: string;
6855
- /** String used as a file name when downloading this image to user's local device. */
6856
- downloadFilename: string;
6857
- /** Optional string used as a alt text for the image. @default 'image' */
6858
- altText?: string;
6859
- /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
6860
- title?: string;
6861
- /** Optional JSX element used as a title icon and displayed to the left of the title element. */
6862
- titleIcon?: JSX.Element;
6863
- }
6864
-
6865
- /**
6866
- * Props for {@link ImageGallery}.
6867
- *
6868
- * @beta
6869
- */
6870
- export declare interface ImageGalleryProps {
6871
- /**
6872
- * Boolean that controls whether the modal is displayed.
6873
- */
6874
- isOpen: boolean;
6875
- /**
6876
- * Array of images used to populate the ImageGallery
6877
- */
6878
- images: Array<ImageGalleryImageProps>;
6879
- /**
6880
- * Callback to invoke when the ImageGallery modal is dismissed
6881
- */
6882
- onDismiss: () => void;
6883
- /**
6884
- * Callback called when the download button is clicked.
6885
- */
6886
- onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
6887
- /**
6888
- * Callback called when there's an error loading the image.
6889
- */
6890
- onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
6891
- /**
6892
- * Indicating which index of the images array to start with.
6893
- */
6894
- startIndex?: number;
6895
- }
6896
-
6897
- /**
6898
- * Strings of {@link ImageGallery} that can be overridden.
6899
- *
6900
- * @beta
6901
- */
6902
- export declare interface ImageGalleryStrings {
6903
- /**
6904
- * Download button label for ImageGallery
6905
- */
6906
- downloadButtonLabel: string;
6907
- /**
6908
- * Dismiss button aria label for ImageGallery
6909
- */
6910
- dismissButtonAriaLabel: string;
6911
5200
  }
6912
5201
 
6913
- /**
6914
- * @beta
6915
- * This contains a readonly array that returns all the active `incomingCalls`.
6916
- * An active incoming call is a call that has not been answered, declined or disconnected.
6917
- */
6918
- export declare type IncomingCallManagement = {
6919
- /**
6920
- * @beta
6921
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
6922
- * @returns readonly array of {@link DeclarativeIncomingCall}
6923
- */
6924
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
6925
- };
6926
-
6927
5202
  /**
6928
5203
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
6929
5204
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7054,7 +5329,7 @@ export declare interface JumpToNewMessageButtonProps {
7054
5329
  *
7055
5330
  * @public
7056
5331
  */
7057
- export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5332
+ export declare const lightTheme: PartialTheme & CallingTheme;
7058
5333
 
7059
5334
  /**
7060
5335
  * Whether the stream is loading or not.
@@ -7138,31 +5413,6 @@ export declare interface LocalVideoStreamVideoEffectsState {
7138
5413
  activeEffects?: VideoEffectName[];
7139
5414
  }
7140
5415
 
7141
- /**
7142
- * Options for the local video tile in the Call composite.
7143
- *
7144
- * @beta
7145
- */
7146
- export declare interface LocalVideoTileOptions {
7147
- /**
7148
- * Position of the local video tile. If unset will render the local tile in the floating local position.
7149
- *
7150
- * @defaultValue 'floating'
7151
- * @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
7152
- * 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
7153
- * local video tile rules and be docked in the bottom corner.
7154
- * This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
7155
- */
7156
- position?: 'grid' | 'floating';
7157
- }
7158
-
7159
- /**
7160
- * different modes of the local video tile
7161
- *
7162
- * @beta
7163
- */
7164
- export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
7165
-
7166
5416
  /**
7167
5417
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
7168
5418
  *
@@ -7181,76 +5431,6 @@ export declare interface MediaDiagnosticsState {
7181
5431
  latest: LatestMediaDiagnostics;
7182
5432
  }
7183
5433
 
7184
- /**
7185
- * Mention's state, as reflected in the UI.
7186
- *
7187
- * @beta
7188
- */
7189
- export declare interface Mention {
7190
- /** ID of a mention */
7191
- id: string;
7192
- /** Display text of a mention */
7193
- displayText: string;
7194
- /** Optional React element to render an item icon of a mention suggestion */
7195
- icon?: JSX.Element;
7196
- }
7197
-
7198
- /**
7199
- * Options to display suggestions in the mention scenario.
7200
- *
7201
- * @beta
7202
- */
7203
- export declare interface MentionDisplayOptions {
7204
- /**
7205
- * Optional callback for customizing the mention renderer in a message thread.
7206
- */
7207
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7208
- }
7209
-
7210
- /**
7211
- * Options to lookup suggestions in the mention scenario.
7212
- *
7213
- * @beta
7214
- */
7215
- export declare interface MentionLookupOptions {
7216
- /**
7217
- * Optional string to set trigger keyword for mention a specific participant.
7218
- *
7219
- * @defaultValue `@`
7220
- */
7221
- trigger?: string;
7222
- /**
7223
- * Optional callback to fetch a list of mention suggestions base on the query.
7224
- */
7225
- onQueryUpdated: (query: string) => Promise<Mention[]>;
7226
- /**
7227
- * Optional callback to render an item of the mention suggestions list.
7228
- */
7229
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7230
- }
7231
-
7232
- /**
7233
- * Options to lookup suggestions and display mentions in the mention scenario.
7234
- *
7235
- * @beta
7236
- */
7237
- export declare type MentionOptions = {
7238
- lookupOptions?: MentionLookupOptions;
7239
- displayOptions?: MentionDisplayOptions;
7240
- };
7241
-
7242
- /**
7243
- * Strings of {@link _MentionPopover} that can be overridden.
7244
- *
7245
- * @beta
7246
- */
7247
- export declare interface MentionPopoverStrings {
7248
- /**
7249
- * Header text for MentionPopover
7250
- */
7251
- mentionPopoverHeader: string;
7252
- }
7253
-
7254
5434
  /**
7255
5435
  * Discriminated union of all messages.
7256
5436
  *
@@ -7258,7 +5438,7 @@ export declare interface MentionPopoverStrings {
7258
5438
  *
7259
5439
  * @public
7260
5440
  */
7261
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
5441
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7262
5442
 
7263
5443
  /**
7264
5444
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -7478,7 +5658,7 @@ export declare type MessageThreadProps = {
7478
5658
  /**
7479
5659
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
7480
5660
  */
7481
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
5661
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
7482
5662
  /**
7483
5663
  * number of participants in the thread
7484
5664
  */
@@ -7560,17 +5740,6 @@ export declare type MessageThreadProps = {
7560
5740
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
7561
5741
  */
7562
5742
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7563
- /**
7564
- * Optional callback to render uploaded files in the message component.
7565
- * @beta
7566
- */
7567
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
7568
- /**
7569
- * Optional callback to retrieve the inline image in a message.
7570
- * @param attachment - FileMetadata object we want to render
7571
- * @beta
7572
- */
7573
- onFetchAttachments?: (attachment: FileMetadata) => Promise<AttachmentDownloadResult[]>;
7574
5743
  /**
7575
5744
  * Optional callback to edit a message.
7576
5745
  *
@@ -7612,28 +5781,6 @@ export declare type MessageThreadProps = {
7612
5781
  * Optional strings to override in component
7613
5782
  */
7614
5783
  strings?: Partial<MessageThreadStrings>;
7615
- /**
7616
- * @beta
7617
- * Optional function called when someone clicks on the file download icon.
7618
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
7619
- * this function will be called with the data inside `fileSharingMetadata` key.
7620
- */
7621
- fileDownloadHandler?: FileDownloadHandler;
7622
- /**
7623
- * Optional function to provide customized date format.
7624
- * @beta
7625
- */
7626
- onDisplayDateTimeString?: (messageDate: Date) => string;
7627
- /**
7628
- * Optional props needed to lookup a mention query and display mentions
7629
- * @beta
7630
- */
7631
- mentionOptions?: MentionOptions;
7632
- /**
7633
- * Optional callback called when an inline image is clicked.
7634
- * @beta
7635
- */
7636
- onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
7637
5784
  };
7638
5785
 
7639
5786
  /**
@@ -7705,14 +5852,6 @@ export declare interface MessageThreadStrings {
7705
5852
  editBoxSubmitButton: string;
7706
5853
  /** String for action menu indicating there are more options */
7707
5854
  actionMenuMoreOptions?: string;
7708
- /** String for download file button in file card */
7709
- downloadFile: string;
7710
- /** String for policy violation message removal */
7711
- blockedWarningText: string;
7712
- /** String for policy violation message removal details link */
7713
- blockedWarningLinkText: string;
7714
- /** String for aria text in file attachment group*/
7715
- fileCardGroupMessage: string;
7716
5855
  }
7717
5856
 
7718
5857
  /**
@@ -7740,7 +5879,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
7740
5879
  /** Styles for system message container. */
7741
5880
  systemMessageContainer?: ComponentSlotStyle;
7742
5881
  /** Styles for blocked message container. */
7743
- blockedMessageContainer?: ComponentSlotStyle;
7744
5882
  /** Styles for message status indicator container. */
7745
5883
  messageStatusContainer?: (mine: boolean) => IStyle;
7746
5884
  }
@@ -7898,41 +6036,16 @@ export declare interface MicrophoneButtonStrings {
7898
6036
  }
7899
6037
 
7900
6038
  /**
7901
- * Styles for {@link MicrophoneButton}
7902
- *
7903
- * @public
7904
- */
7905
- export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
7906
- /**
7907
- * Styles for the {@link MicrophoneButton} menu.
7908
- */
7909
- menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
7910
- }
7911
-
7912
- /**
7913
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
7914
- * by their browsers settings.
7915
- *
7916
- * @beta
7917
- */
7918
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
7919
-
7920
- /**
7921
- * @beta
7922
- * Props for MicrophoneSitePermissions component.
7923
- */
7924
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
7925
- /** Icon name for the microphone icon */
7926
- microphoneIconName?: string;
7927
- /** Strings for use with the {@link MicrophoneSitePermissions} */
7928
- strings?: MicrophoneSitePermissionsStrings;
7929
- }
7930
-
7931
- /**
7932
- * @beta
7933
- * Strings for MicrophoneSitePermissions component.
6039
+ * Styles for {@link MicrophoneButton}
6040
+ *
6041
+ * @public
7934
6042
  */
7935
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
6043
+ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
6044
+ /**
6045
+ * Styles for the {@link MicrophoneButton} menu.
6046
+ */
6047
+ menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
6048
+ }
7936
6049
 
7937
6050
  /**
7938
6051
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
@@ -7952,13 +6065,6 @@ export declare interface NetworkDiagnosticsState {
7952
6065
  latest: LatestNetworkDiagnostics;
7953
6066
  }
7954
6067
 
7955
- /**
7956
- * Callback function used to provide custom data to build profile for a user.
7957
- *
7958
- * @beta
7959
- */
7960
- export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
7961
-
7962
6068
  /**
7963
6069
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
7964
6070
  *
@@ -8017,13 +6123,6 @@ export declare interface OptionsDevice {
8017
6123
  name: string;
8018
6124
  }
8019
6125
 
8020
- /**
8021
- * Different modes and positions of the overflow gallery in the VideoGallery
8022
- *
8023
- * @beta
8024
- */
8025
- export declare type OverflowGalleryPosition = 'HorizontalBottom' | 'VerticalRight' | /* @conditional-compile-remove(gallery-layouts) */ 'HorizontalTop';
8026
-
8027
6126
  /**
8028
6127
  * A system message notifying that a participant was added to the chat thread.
8029
6128
  *
@@ -8081,14 +6180,6 @@ export declare interface ParticipantItemProps {
8081
6180
  onClick?: (props?: ParticipantItemProps) => void;
8082
6181
  /** Optional value to determine if the tooltip should be shown for participants or not */
8083
6182
  showParticipantOverflowTooltip?: boolean;
8084
- /**
8085
- * Optional value to determine and display a participants connection status.
8086
- * For example, `Connecting`, `Ringing` etc.
8087
- * The actual text that is displayed is determined by the localized string
8088
- * corresponding to the provided participant state.
8089
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8090
- */
8091
- participantState?: ParticipantState;
8092
6183
  /**
8093
6184
  * Optional aria property that prefixes the ParticipantItems aria content
8094
6185
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -8114,10 +6205,6 @@ export declare interface ParticipantItemStrings {
8114
6205
  mutedIconLabel: string;
8115
6206
  /** placeholder text for participants who does not have a display name*/
8116
6207
  displayNamePlaceholder?: string;
8117
- /** String shown when `participantState` is `Ringing` */
8118
- participantStateRinging?: string;
8119
- /** String shown when `participantState` is `Hold` */
8120
- participantStateHold?: string;
8121
6208
  }
8122
6209
 
8123
6210
  /**
@@ -8197,10 +6284,6 @@ export declare type ParticipantListProps = {
8197
6284
  styles?: ParticipantListStyles;
8198
6285
  /** Optional value to determine if the tooltip should be shown for participants or not */
8199
6286
  showParticipantOverflowTooltip?: boolean;
8200
- /** Total number of people in the call. This number can be larger than the remote participant count. */
8201
- totalParticipantCount?: number;
8202
- /** Strings for the participant list */
8203
- strings?: ParticipantListStrings;
8204
6287
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
8205
6288
  participantAriaLabelledBy?: string;
8206
6289
  };
@@ -8213,21 +6296,8 @@ export declare type ParticipantListProps = {
8213
6296
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8214
6297
  participants: CallParticipantListParticipant[];
8215
6298
  myUserId: string;
8216
- totalParticipantCount?: number;
8217
6299
  };
8218
6300
 
8219
- /**
8220
- * Strings for the {@link ParticipantList}.
8221
- *
8222
- * @beta
8223
- */
8224
- export declare interface ParticipantListStrings {
8225
- /**
8226
- * String for rendering the count of participants not contained in the displayed participant list
8227
- */
8228
- overflowParticipantCount?: string;
8229
- }
8230
-
8231
6301
  /**
8232
6302
  * Styles for the {@link ParticipantList}.
8233
6303
  *
@@ -8444,18 +6514,6 @@ export declare type ParticipantsRemovedListener = (event: {
8444
6514
  */
8445
6515
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
8446
6516
 
8447
- /**
8448
- * The profile of a user.
8449
- *
8450
- * @beta
8451
- */
8452
- export declare type Profile = {
8453
- /**
8454
- * Primary text to display, usually the name of the person.
8455
- */
8456
- displayName?: string;
8457
- };
8458
-
8459
6517
  /**
8460
6518
  * Raised hand state with order
8461
6519
  *
@@ -8580,7 +6638,7 @@ export declare interface RemoteParticipantState {
8580
6638
  /**
8581
6639
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
8582
6640
  */
8583
- identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind | /* @conditional-compile-remove(communication-common-beta-v3) */ MicrosoftBotKind;
6641
+ identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind;
8584
6642
  /**
8585
6643
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
8586
6644
  */
@@ -8608,10 +6666,6 @@ export declare interface RemoteParticipantState {
8608
6666
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
8609
6667
  */
8610
6668
  isSpeaking: boolean;
8611
- /**
8612
- * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
8613
- */
8614
- role?: ParticipantRole;
8615
6669
  /**
8616
6670
  * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
8617
6671
  */
@@ -8640,7 +6694,6 @@ export declare interface RemoteVideoStreamState {
8640
6694
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8641
6695
  * @beta
8642
6696
  */
8643
- isReceiving: boolean;
8644
6697
  /**
8645
6698
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8646
6699
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -8740,19 +6793,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
8740
6793
  */
8741
6794
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
8742
6795
 
8743
- /**
8744
- * @beta
8745
- * Error to be displayed to the user in an error bar above sendbox.
8746
- */
8747
- export declare interface SendBoxErrorBarError {
8748
- /** Error Message to be displayed */
8749
- message: string;
8750
- /**
8751
- * Unix Timestamp. Preferred generation using `Date.now()`
8752
- */
8753
- timestamp: number;
8754
- }
8755
-
8756
6796
  /**
8757
6797
  * Props for {@link SendBox}.
8758
6798
  *
@@ -8772,11 +6812,6 @@ export declare interface SendBoxProps {
8772
6812
  * Optional override behavior on send button click
8773
6813
  */
8774
6814
  onSendMessage?: (content: string) => Promise<void>;
8775
- /**
8776
- * Optional props needed to lookup suggestions in the mention scenario.
8777
- * @beta
8778
- */
8779
- mentionLookupOptions?: MentionLookupOptions;
8780
6815
  /**
8781
6816
  * Optional callback called when user is typing
8782
6817
  */
@@ -8813,25 +6848,6 @@ export declare interface SendBoxProps {
8813
6848
  * When undefined nothing has focus on render
8814
6849
  */
8815
6850
  autoFocus?: 'sendBoxTextField';
8816
- /**
8817
- * Optional callback to render uploaded files in the SendBox. The sendBox will expand
8818
- * vertically to accommodate the uploaded files. File uploads will
8819
- * be rendered below the text area in sendBox.
8820
- * @beta
8821
- */
8822
- onRenderFileUploads?: () => JSX.Element;
8823
- /**
8824
- * Optional array of active file uploads where each object has attributes
8825
- * of a file upload like name, progress, errorMessage etc.
8826
- * @beta
8827
- */
8828
- activeFileUploads?: ActiveFileUpload[];
8829
- /**
8830
- * Optional callback to remove the file upload before sending by clicking on
8831
- * cancel icon.
8832
- * @beta
8833
- */
8834
- onCancelFileUpload?: (fileId: string) => void;
8835
6851
  }
8836
6852
 
8837
6853
  /**
@@ -8862,22 +6878,6 @@ export declare interface SendBoxStrings {
8862
6878
  * Aria label for send message button
8863
6879
  */
8864
6880
  sendButtonAriaLabel: string;
8865
- /**
8866
- * Error message indicating that all file uploads are not complete.
8867
- */
8868
- fileUploadsPendingError: string;
8869
- /**
8870
- * Aria label to notify user when focus is on cancel file upload button.
8871
- */
8872
- removeFile: string;
8873
- /**
8874
- * Aria label to notify user file uploading starts.
8875
- */
8876
- uploading: string;
8877
- /**
8878
- * Aria label to notify user file is uploaded.
8879
- */
8880
- uploadCompleted: string;
8881
6881
  }
8882
6882
 
8883
6883
  /**
@@ -8898,45 +6898,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
8898
6898
  systemMessage?: IStyle;
8899
6899
  }
8900
6900
 
8901
- /**
8902
- * @beta
8903
- * Strings for SitePermissions component
8904
- */
8905
- export declare type SitePermissionsStrings = {
8906
- /**
8907
- * Main text string.
8908
- */
8909
- primaryText?: string;
8910
- /**
8911
- * Subtext string.
8912
- */
8913
- secondaryText?: string;
8914
- /**
8915
- * More help link string.
8916
- */
8917
- linkText?: string;
8918
- /**
8919
- * Primary button text string.
8920
- */
8921
- primaryButtonText?: string;
8922
- /**
8923
- * Aria label describing the content of the container
8924
- */
8925
- ariaLabel?: string;
8926
- };
8927
-
8928
- /**
8929
- * Fluent styles for {@link SitePermissionsContainer}.
8930
- *
8931
- * @beta
8932
- */
8933
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
8934
- /** Styles for the primary button. */
8935
- primaryButton?: IButtonStyles;
8936
- /** Styles for the help troubleshooting link text. */
8937
- troubleshootingLink?: ILinkStyles;
8938
- }
8939
-
8940
6901
  /**
8941
6902
  * @public
8942
6903
  * spoken language strings for captions setting modal
@@ -9093,19 +7054,6 @@ export declare interface StatefulCallClient extends CallClient {
9093
7054
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
9094
7055
  */
9095
7056
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9096
- /** @conditional-compile-remove(one-to-n-calling) */
9097
- /**
9098
- * The CallAgent is used to handle calls.
9099
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9100
- * - The CallClient can only have one active CallAgent instance at a time.
9101
- * - You can create a new CallClient instance to create a new CallAgent.
9102
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9103
- * createCallAgent() method again to create a new CallAgent.
9104
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9105
- * @param options - The CallAgentOptions for additional options like display name.
9106
- * @public
9107
- */
9108
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
9109
7057
  }
9110
7058
 
9111
7059
  /**
@@ -9118,16 +7066,7 @@ export declare type StatefulCallClientArgs = {
9118
7066
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
9119
7067
  * state. It is not used by StatefulCallClient.
9120
7068
  */
9121
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9122
- /**
9123
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9124
- * to start a PSTN call.
9125
- *
9126
- * example: +11234567
9127
- *
9128
- * This is not a cached value from the headless calling client.
9129
- */
9130
- alternateCallerId?: string;
7069
+ userId: CommunicationUserIdentifier;
9131
7070
  };
9132
7071
 
9133
7072
  /**
@@ -9282,74 +7221,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
9282
7221
  */
9283
7222
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
9284
7223
 
9285
- /**
9286
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9287
- *
9288
- * @beta
9289
- */
9290
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
9291
- /**
9292
- * Join the call with microphone initially on/off.
9293
- * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9294
- * @param microphoneOn - Whether microphone is initially enabled
9295
- *
9296
- * @beta
9297
- */
9298
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9299
- /**
9300
- * Join the call with options bag to set microphone/camera initial state when joining call
9301
- * true = turn on the device when joining call
9302
- * false = turn off the device when joining call
9303
- * 'keep'/undefined = retain devices' precall state
9304
- *
9305
- * @param options - param to set microphone/camera initially on/off.
9306
- *
9307
- * @public
9308
- */
9309
- joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9310
- /**
9311
- * Start the call.
9312
- *
9313
- * @param participants - An array of participant ids to join
9314
- *
9315
- * @beta
9316
- */
9317
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9318
- /**
9319
- * Start the call.
9320
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9321
- * @beta
9322
- */
9323
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9324
- }
9325
-
9326
- /**
9327
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9328
- *
9329
- * @beta
9330
- */
9331
- export declare type TeamsCallAdapterArgs = {
9332
- userId: MicrosoftTeamsUserIdentifier;
9333
- credential: CommunicationTokenCredential;
9334
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9335
- /**
9336
- * Optional parameters for the {@link TeamsCallAdapter} created
9337
- */
9338
- options?: TeamsAdapterOptions;
9339
- };
9340
-
9341
- /**
9342
- * Object containing all the teams call handlers required for calling components.
9343
- *
9344
- * Calling related components from this package are able to pick out relevant handlers from this object.
9345
- * See {@link useHandlers} and {@link usePropsFor}.
9346
- *
9347
- * @beta
9348
- */
9349
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9350
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9351
- }
9352
-
9353
7224
  /**
9354
7225
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
9355
7226
  *
@@ -9395,27 +7266,6 @@ export declare interface TranscriptionCallFeature {
9395
7266
  isTranscriptionActive: boolean;
9396
7267
  }
9397
7268
 
9398
- /**
9399
- * Transfer feature state
9400
- *
9401
- * @beta
9402
- */
9403
- export declare interface TransferFeature {
9404
- /**
9405
- * Accepted transfer requests
9406
- */
9407
- acceptedTransfers: {
9408
- [key: string]: AcceptedTransfer;
9409
- };
9410
- }
9411
-
9412
- /**
9413
- * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
9414
- *
9415
- * @beta
9416
- */
9417
- export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
9418
-
9419
7269
  /**
9420
7270
  * Component to notify local user when one or more participants in the chat thread are typing.
9421
7271
  *
@@ -9550,117 +7400,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
9550
7400
  typingString?: IStyle;
9551
7401
  }
9552
7402
 
9553
- /**
9554
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
9555
- *
9556
- * @beta
9557
- */
9558
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
9559
-
9560
- /**
9561
- * props for {@link UnsupportedBrowser} UI
9562
- *
9563
- * @beta
9564
- */
9565
- export declare interface UnsupportedBrowserProps {
9566
- /** Handler to perform an action when the help link is actioned */
9567
- onTroubleshootingClick?: () => void;
9568
- /** String overrides for the component */
9569
- strings?: UnsupportedBrowserStrings;
9570
- }
9571
-
9572
- /**
9573
- * Strings for UnsupportedBrowser component
9574
- *
9575
- * @beta
9576
- */
9577
- export declare interface UnsupportedBrowserStrings {
9578
- /** String for the primary text */
9579
- primaryText: string;
9580
- /** String for the secondary text */
9581
- secondaryText: string;
9582
- /** String to display in the text for the help link */
9583
- moreHelpLinkText: string;
9584
- }
9585
-
9586
- /**
9587
- * UI to display to the user that the browser version they are using is out of date
9588
- * and not supported by Azure Communications Calling service.
9589
- *
9590
- * @beta
9591
- */
9592
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
9593
-
9594
- /**
9595
- * props for {@link UnsupportedBrowserVersion} UI
9596
- *
9597
- * @beta
9598
- */
9599
- export declare interface UnsupportedBrowserVersionProps {
9600
- /** Handler to perform an action when the help link is actioned */
9601
- onTroubleshootingClick?: () => void;
9602
- /** String overrides for the component */
9603
- strings?: UnsupportedBrowserVersionStrings;
9604
- /** Handler to allow user to continue into the call */
9605
- onContinueAnywayClick?: () => void;
9606
- }
9607
-
9608
- /**
9609
- * Strings for UnsupportedBrowser component
9610
- *
9611
- * @beta
9612
- */
9613
- export declare interface UnsupportedBrowserVersionStrings {
9614
- /** String for the primary text */
9615
- primaryText: string;
9616
- /** String for the secondary text */
9617
- secondaryText: string;
9618
- /** String to display in the text for the help link */
9619
- moreHelpLinkText: string;
9620
- /** String for continue without updating button */
9621
- continueAnywayButtonText?: string;
9622
- }
9623
-
9624
- /**
9625
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
9626
- *
9627
- * @beta
9628
- */
9629
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
9630
-
9631
- /**
9632
- * Props for {@link UnsupportedOperatingSystem} UI
9633
- *
9634
- * @beta
9635
- */
9636
- export declare interface UnsupportedOperatingSystemProps {
9637
- /** Handler to perform a action when the help link is actioned */
9638
- onTroubleshootingClick?: () => void;
9639
- /** String overrides for the component */
9640
- strings?: UnsupportedOperatingSystemStrings;
9641
- }
9642
-
9643
- /**
9644
- * Strings for UnsupportedBrowser component
9645
- *
9646
- * @beta
9647
- */
9648
- export declare interface UnsupportedOperatingSystemStrings {
9649
- /** String for the primary text */
9650
- primaryText: string;
9651
- /** String for the secondary text */
9652
- secondaryText: string;
9653
- /** String to display in the text for the help link */
9654
- moreHelpLinkText: string;
9655
- }
9656
-
9657
7403
  /**
9658
7404
  * @public
9659
7405
  * Callback function run when a message is updated.
9660
7406
  */
9661
- export declare type UpdateMessageCallback = (messageId: string, content: string, metadata?: Record<string, string>, options?: {
9662
- attachedFilesMetadata?: FileMetadata[];
9663
- }) => Promise<void>;
7407
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
9664
7408
 
9665
7409
  /**
9666
7410
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -9808,44 +7552,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
9808
7552
  */
9809
7553
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: "chat" | "calling" | undefined) => ParamT extends Selector ? ReturnType<ParamT> : undefined;
9810
7554
 
9811
- /**
9812
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
9813
- *
9814
- * Useful when implementing a custom component that utilizes the providers
9815
- * exported from this library.
9816
- *
9817
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
9818
- *
9819
- * @beta
9820
- */
9821
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9822
-
9823
- /**
9824
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
9825
- *
9826
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
9827
- * creation of the adapter internally.
9828
- *
9829
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
9830
- * as they are created. The adapter is only created when all arguments are defined.
9831
- *
9832
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
9833
- * See storybook for typical usage examples.
9834
- *
9835
- * @beta
9836
- */
9837
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
9838
-
9839
- /**
9840
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
9841
- *
9842
- * Useful when implementing a custom component that utilizes the providers
9843
- * exported from this library.
9844
- *
9845
- * @beta
9846
- */
9847
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
9848
-
9849
7555
  /**
9850
7556
  * React hook to access theme
9851
7557
  *
@@ -9853,50 +7559,6 @@ export declare const useTeamsCallAgent: () => undefined | /* @conditional-compil
9853
7559
  */
9854
7560
  export declare const useTheme: () => Theme;
9855
7561
 
9856
- /**
9857
- * Styles for the control bar inside the VerticalGallery component
9858
- *
9859
- * @beta
9860
- */
9861
- export declare interface VerticalGalleryControlBarStyles extends BaseCustomStyles {
9862
- /**
9863
- * styles for the next button in the VerticalGalleryControlBar
9864
- */
9865
- nextButton?: IStyle;
9866
- /**
9867
- * Styles for the previous button in the VerticalGalleryControlBar
9868
- */
9869
- previousButton?: IStyle;
9870
- /**
9871
- * Styles for the counter in the VerticalGalleryControlBar
9872
- */
9873
- counter?: IStyle;
9874
- }
9875
-
9876
- /**
9877
- * Strings for localization of the vertical gallery.
9878
- *
9879
- * @beta
9880
- */
9881
- export declare interface VerticalGalleryStrings {
9882
- /** Aria label for the left page navigation button */
9883
- leftNavButtonAriaLabel?: string;
9884
- /** Aria label for the right page navigation button */
9885
- rightNavButtonAriaLabel?: string;
9886
- }
9887
-
9888
- /**
9889
- * Styles for the VerticalGallery component
9890
- *
9891
- * @beta
9892
- */
9893
- export declare interface VerticalGalleryStyles extends BaseCustomStyles {
9894
- /** Styles for each video tile in the vertical gallery */
9895
- children?: IStyle;
9896
- /** Styles for the verticalGallery control bar */
9897
- controlBar?: VerticalGalleryControlBarStyles;
9898
- }
9899
-
9900
7562
  /**
9901
7563
  * Contains the attibutes of the blur video background effect
9902
7564
  *
@@ -9985,7 +7647,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
9985
7647
  /**
9986
7648
  * @public
9987
7649
  */
9988
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
7650
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo';
9989
7651
 
9990
7652
  /**
9991
7653
  * The state of the local participant in the {@link VideoGallery}.
@@ -10102,18 +7764,6 @@ export declare interface VideoGalleryProps {
10102
7764
  * @defaultValue \{ kind: 'contextual' \}
10103
7765
  */
10104
7766
  remoteVideoTileMenu?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
10105
- /**
10106
- * Determines the layout of the overflowGallery inside the VideoGallery.
10107
- * @defaultValue 'HorizontalBottom'
10108
- */
10109
- overflowGalleryPosition?: OverflowGalleryPosition;
10110
- /**
10111
- * Determines the aspect ratio of local video tile in the video gallery.
10112
- * @remarks 'followDeviceOrientation' will be responsive to the screen orientation and will change between 9:16 (portrait) and
10113
- * 16:9 (landscape) aspect ratios.
10114
- * @defaultValue 'followDeviceOrientation'
10115
- */
10116
- localVideoTileSize?: LocalVideoTileSize;
10117
7767
  }
10118
7768
 
10119
7769
  /**
@@ -10126,11 +7776,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
10126
7776
  isSpeaking?: boolean;
10127
7777
  /** Video stream of shared screen */
10128
7778
  screenShareStream?: VideoGalleryStream;
10129
- /**
10130
- * @beta
10131
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10132
- */
10133
- state?: ParticipantState;
10134
7779
  /** Whether participant is raised a hand */
10135
7780
  raisedHand?: RaisedHand;
10136
7781
  }
@@ -10222,8 +7867,6 @@ export declare interface VideoGalleryStyles extends BaseCustomStyles {
10222
7867
  horizontalGallery?: HorizontalGalleryStyles;
10223
7868
  /** Styles for the local video */
10224
7869
  localVideo?: IStyle;
10225
- /** Styles for the vertical gallery */
10226
- verticalGallery?: VerticalGalleryStyles;
10227
7870
  }
10228
7871
 
10229
7872
  /**
@@ -10370,12 +8013,6 @@ export declare interface VideoTileProps {
10370
8013
  isSpeaking?: boolean;
10371
8014
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
10372
8015
  raisedHand?: RaisedHand;
10373
- /**
10374
- * The call connection state of the participant.
10375
- * For example, `Hold` means the participant is on hold.
10376
- */
10377
- participantState?: ParticipantState;
10378
- strings?: VideoTileStrings;
10379
8016
  /**
10380
8017
  * Display custom menu items in the VideoTile's contextual menu.
10381
8018
  * Uses Fluent UI ContextualMenu.
@@ -10388,15 +8025,6 @@ export declare interface VideoTileProps {
10388
8025
  onLongTouch?: () => void;
10389
8026
  }
10390
8027
 
10391
- /**
10392
- * Strings of {@link VideoTile} that can be overridden.
10393
- * @beta
10394
- */
10395
- export declare interface VideoTileStrings {
10396
- participantStateRinging: string;
10397
- participantStateHold: string;
10398
- }
10399
-
10400
8028
  /**
10401
8029
  * Fluent styles for {@link VideoTile}.
10402
8030
  *