@azure/communication-react 1.11.0-alpha-202312150013 → 1.11.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 (1047) hide show
  1. package/dist/communication-react.d.ts +67 -2474
  2. package/dist/dist-cjs/communication-react/index.js +6628 -13997
  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 +2 -2
  18. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -2
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -8
  23. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +10 -54
  26. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +5 -12
  28. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  29. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -24
  30. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  31. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -13
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +43 -59
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +1 -11
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +3 -19
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -19
  45. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  47. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  48. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  49. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  51. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +14 -52
  52. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  59. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  60. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  64. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -23
  65. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +1 -3
  67. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  68. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -2
  69. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -39
  70. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  71. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +10 -51
  72. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  73. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  74. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  78. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
  79. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -58
  81. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -7
  83. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +16 -68
  84. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  86. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +79 -109
  88. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  92. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -9
  93. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/Converter.js +12 -22
  97. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +2 -2
  99. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +57 -51
  100. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  102. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
  105. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
  109. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  114. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
  115. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  116. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  117. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
  118. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  119. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +24 -32
  120. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +11 -8
  122. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  125. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  126. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  127. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  128. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  129. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  130. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  131. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -3
  132. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  133. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  134. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  135. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  136. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  137. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +14 -13
  139. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  140. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -5
  141. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +10 -3
  142. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  144. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  147. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +15 -166
  148. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  149. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  150. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  151. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  152. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  153. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  154. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  155. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  156. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  158. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
  159. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  160. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  162. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
  163. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  165. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -11
  166. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  167. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  168. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  169. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  170. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
  171. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  172. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -6
  173. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  174. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  175. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  176. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  177. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  178. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  179. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  180. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -1
  181. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  182. package/dist/dist-esm/communication-react/src/index.d.ts +0 -28
  183. package/dist/dist-esm/communication-react/src/index.js +0 -16
  184. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  185. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  186. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
  187. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  190. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
  191. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  193. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  195. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  197. package/dist/dist-esm/react-components/src/components/CameraButton.js +19 -8
  198. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  199. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  200. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  201. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +8 -9
  202. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  203. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +22 -44
  204. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  205. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
  206. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -37
  208. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +1 -27
  210. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +5 -20
  211. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +0 -2
  213. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +39 -36
  214. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  215. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -22
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +21 -99
  217. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  218. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -11
  219. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
  220. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  221. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -15
  222. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +22 -130
  223. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +5 -9
  225. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.d.ts +1 -2
  227. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js +24 -97
  228. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  230. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  232. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  234. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  239. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  241. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  242. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  243. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  245. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
  247. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  248. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
  249. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  250. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  251. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  253. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  255. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  257. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
  259. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  262. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
  264. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/FileCard.js +4 -3
  266. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  268. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -34
  270. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +16 -40
  271. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +7 -8
  273. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  275. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  277. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
  279. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  281. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +17 -26
  282. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  284. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +10 -29
  286. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -23
  288. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  289. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -52
  290. package/dist/dist-esm/react-components/src/components/MessageThread.js +44 -125
  291. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -17
  293. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  294. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  295. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  297. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
  298. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  300. package/dist/dist-esm/react-components/src/components/ParticipantList.js +31 -73
  301. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  303. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  305. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  307. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
  309. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +14 -47
  311. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  313. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  314. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  315. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
  317. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -41
  319. package/dist/dist-esm/react-components/src/components/SendBox.js +13 -39
  320. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  322. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
  325. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  327. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  329. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  331. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  333. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
  335. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
  337. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  338. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  339. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
  341. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +34 -19
  343. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
  345. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  346. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +12 -8
  347. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +17 -13
  349. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
  351. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +16 -37
  353. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +10 -14
  355. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +0 -5
  357. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +27 -71
  358. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  360. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  362. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  363. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -19
  365. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  367. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
  369. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +0 -5
  371. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +22 -66
  372. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  374. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
  376. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  378. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
  384. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  385. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
  386. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
  388. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  389. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  390. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  391. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +32 -19
  392. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +22 -62
  395. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
  397. package/dist/dist-esm/react-components/src/components/VideoGallery.js +36 -130
  398. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -7
  400. package/dist/dist-esm/react-components/src/components/VideoTile.js +55 -40
  401. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  403. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  404. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -23
  405. package/dist/dist-esm/react-components/src/components/index.js +0 -18
  406. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  409. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +1 -1
  410. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +6 -2
  411. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  413. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
  420. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
  423. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -4
  424. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +2 -1
  426. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  428. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  429. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  430. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
  431. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
  434. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
  437. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
  439. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  442. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
  443. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  445. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  446. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  447. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  449. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
  450. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  451. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  454. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  455. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
  456. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  458. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  459. package/dist/dist-esm/react-components/src/components/utils.js +10 -13
  460. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  461. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
  462. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  463. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  464. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  465. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
  466. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  467. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  468. package/dist/dist-esm/react-components/src/index.d.ts +0 -3
  469. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -65
  471. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  472. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  473. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +3 -1
  474. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  475. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +3 -1
  476. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  477. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +3 -1
  478. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  479. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +3 -1
  480. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  481. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +3 -1
  482. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +3 -1
  484. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  485. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +3 -1
  486. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  487. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +3 -1
  488. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
  490. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  491. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +3 -1
  492. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  493. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +3 -1
  494. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  495. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +3 -1
  496. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  497. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +3 -1
  498. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  499. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +3 -1
  500. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  501. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +3 -1
  502. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +3 -1
  504. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +3 -1
  506. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  507. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +3 -1
  508. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  509. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +3 -1
  510. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  512. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +3 -1
  513. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  514. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +3 -1
  515. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  516. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
  517. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  519. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
  521. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  522. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -17
  523. package/dist/dist-esm/react-components/src/theming/icons.js +11 -119
  524. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  526. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  527. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  528. package/dist/dist-esm/react-components/src/theming/themes.d.ts +2 -21
  529. package/dist/dist-esm/react-components/src/theming/themes.js +0 -16
  530. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
  532. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -33
  535. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  536. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  538. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  540. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  542. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  544. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  545. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/types/index.d.ts +0 -2
  547. package/dist/dist-esm/react-components/src/types/index.js +0 -2
  548. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  549. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -150
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +32 -85
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -197
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -85
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +55 -413
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -146
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +4 -16
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -6
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +33 -111
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +51 -99
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +18 -10
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +23 -34
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +23 -54
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +29 -25
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +43 -59
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +8 -13
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -9
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +11 -19
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +7 -14
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +8 -12
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +8 -35
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -7
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +8 -19
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -15
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +20 -137
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -17
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.d.ts +0 -33
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -11
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -9
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -10
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +1 -7
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +11 -11
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +9 -2
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -1
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -9
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -10
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +2 -14
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +21 -141
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  726. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -140
  727. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +25 -117
  728. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  729. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
  732. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  733. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
  734. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  735. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  737. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  738. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +6 -35
  739. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +7 -156
  740. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -71
  742. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -12
  744. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -44
  745. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -13
  747. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -37
  748. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  749. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  750. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  751. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  753. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  754. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -24
  756. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -13
  757. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  758. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  760. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -4
  761. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  762. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  763. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  764. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -147
  765. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  766. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  767. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  768. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -32
  769. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +29 -157
  770. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  772. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  773. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  774. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -17
  775. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  776. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  777. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  778. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  780. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  782. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
  784. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +2 -7
  786. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  788. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -4
  789. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  790. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  791. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  792. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  793. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  794. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  796. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +5 -12
  797. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  798. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  799. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  800. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +8 -6
  801. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
  803. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  804. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  805. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  807. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  808. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
  809. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +32 -57
  810. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  811. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +33 -35
  812. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +53 -136
  814. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  815. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  816. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  817. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +7 -5
  819. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  820. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +98 -106
  821. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  823. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +0 -1
  824. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +14 -19
  829. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  831. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  832. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +12 -14
  833. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  834. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -28
  835. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  836. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +15 -7
  837. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  838. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  839. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  840. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +13 -16
  841. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  842. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  843. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -30
  845. package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -17
  846. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  847. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  848. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  850. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  851. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
  852. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  853. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  854. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
  856. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  857. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  858. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -15
  860. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  861. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  862. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  863. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  865. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  867. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  868. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  871. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +0 -59
  872. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  873. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  874. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  876. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  879. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  886. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  888. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  890. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  891. package/package.json +3 -3
  892. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
  893. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -87
  894. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  895. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  896. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -91
  897. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  898. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  899. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  900. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  901. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  902. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  903. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  904. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  905. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  906. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  907. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  908. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  909. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  910. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  911. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  912. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  913. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  914. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  915. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  916. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  917. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  918. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  919. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +0 -71
  920. package/dist/dist-esm/react-components/src/components/ImageGallery.js +0 -53
  921. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +0 -1
  922. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  923. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -125
  924. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  925. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.d.ts +0 -64
  926. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +0 -54
  927. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +0 -1
  928. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.d.ts +0 -14
  929. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js +0 -39
  930. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +0 -1
  931. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.d.ts +0 -141
  932. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js +0 -4
  933. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +0 -1
  934. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.d.ts +0 -59
  935. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +0 -81
  936. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +0 -1
  937. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.d.ts +0 -14
  938. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js +0 -30
  939. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +0 -1
  940. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -41
  941. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -611
  942. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  943. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  944. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -822
  945. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  946. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
  947. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -127
  948. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
  949. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  950. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  951. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  952. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +0 -68
  953. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -202
  954. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +0 -1
  955. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  956. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -68
  957. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  958. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  959. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  960. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  961. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  962. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  963. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  964. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  965. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  966. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  967. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  968. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  969. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  970. package/dist/dist-esm/react-components/src/types/SurveyIssues.d.ts +0 -45
  971. package/dist/dist-esm/react-components/src/types/SurveyIssues.js +0 -4
  972. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +0 -1
  973. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.d.ts +0 -11
  974. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js +0 -4
  975. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +0 -1
  976. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.d.ts +0 -18
  977. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +0 -96
  978. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +0 -1
  979. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  980. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  981. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  982. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  983. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  984. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  985. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  986. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  987. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  988. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
  989. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -34
  990. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  991. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -11
  992. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +0 -113
  993. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +0 -1
  994. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  995. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  996. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  997. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  998. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  999. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  1000. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +0 -37
  1001. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +0 -55
  1002. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +0 -1
  1003. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  1004. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  1005. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  1006. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  1007. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  1008. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  1009. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  1010. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  1011. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  1012. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  1013. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
  1014. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  1015. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -27
  1016. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  1017. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  1018. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  1019. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  1020. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  1021. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  1022. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  1023. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  1024. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  1025. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  1026. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  1027. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  1028. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  1029. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  1030. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  1031. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  1032. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  1033. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  1034. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  1035. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
  1036. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.d.ts +0 -6
  1037. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js +0 -29
  1038. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +0 -1
  1039. package/dist/dist-esm/react-composites/src/composites/common/SurveyPane.d.ts +0 -7
  1040. package/dist/dist-esm/react-composites/src/composites/common/SurveyPane.js +0 -23
  1041. package/dist/dist-esm/react-composites/src/composites/common/SurveyPane.js.map +0 -1
  1042. package/dist/dist-esm/react-composites/src/composites/common/SurveyPaneContent.d.ts +0 -10
  1043. package/dist/dist-esm/react-composites/src/composites/common/SurveyPaneContent.js +0 -106
  1044. package/dist/dist-esm/react-composites/src/composites/common/SurveyPaneContent.js.map +0 -1
  1045. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +0 -8
  1046. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +0 -22
  1047. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +0 -1
@@ -17,7 +17,6 @@
17
17
 
18
18
  /// <reference types="react" />
19
19
 
20
- import { AddPhoneNumberOptions } from '@azure/communication-calling';
21
20
  import { AudioDeviceInfo } from '@azure/communication-calling';
22
21
  import { BackgroundBlurConfig } from '@azure/communication-calling';
23
22
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -30,10 +29,7 @@ import { CallClientOptions } from '@azure/communication-calling';
30
29
  import { CallDirection } from '@azure/communication-calling';
31
30
  import { CallEndReason } from '@azure/communication-calling';
32
31
  import { CallerInfo } from '@azure/communication-calling';
33
- import { CallKind } from '@azure/communication-calling';
34
32
  import { CallState as CallState_2 } from '@azure/communication-calling';
35
- import { CallSurvey } from '@azure/communication-calling';
36
- import { CallSurveyResponse } from '@azure/communication-calling';
37
33
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
38
34
  import { CaptionsResultType } from '@azure/communication-calling';
39
35
  import { ChatClient } from '@azure/communication-chat';
@@ -51,8 +47,6 @@ import { CreateViewOptions } from '@azure/communication-calling';
51
47
  import { DeviceAccess } from '@azure/communication-calling';
52
48
  import { DeviceManager } from '@azure/communication-calling';
53
49
  import { DominantSpeakersInfo } from '@azure/communication-calling';
54
- import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
55
- import { EnvironmentInfo } from '@azure/communication-calling';
56
50
  import { GroupCallLocator } from '@azure/communication-calling';
57
51
  import { IButtonProps } from '@fluentui/react';
58
52
  import { IButtonStyles } from '@fluentui/react';
@@ -60,22 +54,18 @@ import { IContextualMenuItem } from '@fluentui/react';
60
54
  import { IContextualMenuItemStyles } from '@fluentui/react';
61
55
  import { IContextualMenuProps } from '@fluentui/react';
62
56
  import { IContextualMenuStyles } from '@fluentui/react';
63
- import { ILinkStyles } from '@fluentui/react';
64
57
  import { IMessageBarProps } from '@fluentui/react';
65
- import { IncomingCall } from '@azure/communication-calling';
66
58
  import { IPersonaStyleProps } from '@fluentui/react';
67
59
  import { IPersonaStyles } from '@fluentui/react';
68
60
  import { IRawStyle } from '@fluentui/react';
69
61
  import { IRenderFunction } from '@fluentui/react';
70
62
  import { IStyle } from '@fluentui/react';
71
63
  import { IStyleFunctionOrObject } from '@fluentui/react';
72
- import { ITextFieldStyles } from '@fluentui/react';
73
64
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
74
65
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
75
66
  import { LocalVideoStream } from '@azure/communication-calling';
76
67
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
77
68
  import { MediaStreamType } from '@azure/communication-calling';
78
- import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
79
69
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
80
70
  import { PartialTheme } from '@fluentui/react';
81
71
  import { ParticipantCapabilities } from '@azure/communication-calling';
@@ -84,7 +74,6 @@ import { PermissionConstraints } from '@azure/communication-calling';
84
74
  import { PersonaInitialsColor } from '@fluentui/react';
85
75
  import { PersonaPresence } from '@fluentui/react';
86
76
  import { PersonaSize } from '@fluentui/react';
87
- import { PhoneNumberIdentifier } from '@azure/communication-common';
88
77
  import { PropertyChangedEvent } from '@azure/communication-calling';
89
78
  import { default as React_2 } from 'react';
90
79
  import type { RemoteParticipant } from '@azure/communication-calling';
@@ -94,34 +83,14 @@ import { ScalingMode } from '@azure/communication-calling';
94
83
  import { SendMessageOptions } from '@azure/communication-chat';
95
84
  import { StartCallOptions } from '@azure/communication-calling';
96
85
  import { StartCaptionsOptions } from '@azure/communication-calling';
97
- import { SyntheticEvent } from 'react';
98
- import { TeamsCall } from '@azure/communication-calling';
99
- import { TeamsCallAgent } from '@azure/communication-calling';
100
86
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
101
87
  import { Theme } from '@fluentui/react';
102
- import { TransferRequestedEventArgs } from '@azure/communication-calling';
103
88
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
104
89
  import { VideoDeviceInfo } from '@azure/communication-calling';
105
90
  import { VideoEffectName } from '@azure/communication-calling';
106
91
  import { VideoStreamRenderer } from '@azure/communication-calling';
107
92
  import { VideoStreamRendererView } from '@azure/communication-calling';
108
93
 
109
- /**
110
- * Transfer feature state
111
- *
112
- * @beta
113
- */
114
- export declare interface AcceptedTransfer {
115
- /**
116
- * Stores call id of accepted transfer
117
- */
118
- callId: string;
119
- /**
120
- * Stores timestamp when transfer was accepted
121
- */
122
- timestamp: Date;
123
- }
124
-
125
94
  /**
126
95
  * Active error messages to be shown via {@link ErrorBar}.
127
96
  *
@@ -141,38 +110,6 @@ export declare interface ActiveErrorMessage {
141
110
  timestamp?: Date;
142
111
  }
143
112
 
144
- /**
145
- * Attributes required for SendBox to show file uploads like name, progress etc.
146
- * @beta
147
- */
148
- export declare interface ActiveFileUpload {
149
- /**
150
- * Unique identifier for the file upload.
151
- */
152
- id: string;
153
- /**
154
- * File name to be rendered for uploaded file.
155
- */
156
- filename: string;
157
- /**
158
- * A number between 0 and 1 indicating the progress of the upload.
159
- * This is unrelated to the `uploadComplete` property.
160
- * It is only used to show the progress of the upload.
161
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
162
- * property to true to mark the upload as complete.
163
- */
164
- progress: number;
165
- /**
166
- * Error to be displayed to the user if the upload fails.
167
- */
168
- error?: SendBoxErrorBarError;
169
- /**
170
- * `true` means that the upload is completed.
171
- * This is independent of the upload `progress`.
172
- */
173
- uploadComplete?: boolean;
174
- }
175
-
176
113
  /**
177
114
  * Error reported via error events and stored in adapter state.
178
115
  *
@@ -239,21 +176,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
239
176
  */
240
177
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
241
178
 
242
- /**
243
- * Metadata of the attachment object returned by the ACS SDK.
244
- * @beta
245
- */
246
- export declare interface AttachmentDownloadResult {
247
- attachmentId: string;
248
- blobUrl: string;
249
- }
250
-
251
- /**
252
- * Metadata containing information about the uploaded file.
253
- * @beta
254
- */
255
- export declare type AttachmentMetadata = FileMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ InlineImageMetadata;
256
-
257
179
  /**
258
180
  * Custom data attributes for displaying avatar for a user.
259
181
  *
@@ -283,11 +205,6 @@ export declare type AvatarPersonaData = {
283
205
  * @defaultvalue `white`
284
206
  */
285
207
  initialsTextColor?: string;
286
- /**
287
- * If true, show the special coin for unknown persona.
288
- * It has '?' in place of initials, with static font and background colors
289
- */
290
- showUnknownPersonaCoin?: boolean;
291
208
  };
292
209
 
293
210
  /**
@@ -309,11 +226,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
309
226
  displayName: string;
310
227
  credential: CommunicationTokenCredential;
311
228
  locator: CallAdapterLocator;
312
- /**
313
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
314
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
315
- */
316
- alternateCallerId?: string;
317
229
  /**
318
230
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
319
231
  */
@@ -338,7 +250,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
338
250
  displayName: string;
339
251
  credential: CommunicationTokenCredential;
340
252
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
341
- alternateCallerId?: string;
342
253
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
343
254
  };
344
255
 
@@ -354,7 +265,6 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
354
265
  chatClient: StatefulChatClient;
355
266
  chatThreadClient: ChatThreadClient;
356
267
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
357
- chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
358
268
  };
359
269
 
360
270
  /**
@@ -370,14 +280,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
370
280
  threadId: string;
371
281
  };
372
282
 
373
- /**
374
- * Configuration options to include when creating AzureCommunicationChatAdapter.
375
- * @beta
376
- */
377
- export declare type AzureCommunicationChatAdapterOptions = {
378
- credential?: CommunicationTokenCredential;
379
- };
380
-
381
283
  /**
382
284
  * Properties common to all composites exported from this library.
383
285
  *
@@ -433,156 +335,6 @@ export declare interface BaseCustomStyles {
433
335
  root?: IStyle;
434
336
  }
435
337
 
436
- /**
437
- * Content blocked message type.
438
- *
439
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
440
- *
441
- * @beta
442
- */
443
- export declare interface BlockedMessage extends MessageCommon {
444
- messageType: 'blocked';
445
- warningText?: string;
446
- linkText?: string;
447
- link?: string;
448
- deletedOn?: Date;
449
- senderId?: string;
450
- senderDisplayName?: string;
451
- status?: MessageStatus;
452
- attached?: MessageAttachedStatus;
453
- mine?: boolean;
454
- }
455
-
456
- /**
457
- * @beta
458
- * Props for BrowserPermissionDeniedIOS component.
459
- */
460
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
461
- /**
462
- * Localization strings for BrowserPermissionDeniedIOS component.
463
- */
464
- strings?: BrowserPermissionDeniedIOSStrings;
465
- /**
466
- * Link to image source.
467
- *
468
- * Image is inserted into the top of the component.
469
- */
470
- imageSource?: string;
471
- }
472
-
473
- /**
474
- * @beta
475
- * Strings for BrowserPermissionDeniedIOS component
476
- */
477
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
478
- /**
479
- * Image alt text
480
- */
481
- imageAltText: string;
482
- /**
483
- * Main text string.
484
- */
485
- primaryText: string;
486
- /**
487
- * Subtext string.
488
- */
489
- secondaryText: string;
490
- /**
491
- * Step 1 string
492
- */
493
- step1Text: string;
494
- /**
495
- * Step 1 digit string
496
- */
497
- step1DigitText: string;
498
- /**
499
- * Step 2 string
500
- */
501
- step2Text: string;
502
- /**
503
- * Step 2 digit string
504
- */
505
- step2DigitText: string;
506
- /**
507
- * Step 3 string
508
- */
509
- step3Text: string;
510
- /**
511
- * Step 3 digit string
512
- */
513
- step3DigitText: string;
514
- /**
515
- * Step 4 string
516
- */
517
- step4Text: string;
518
- /**
519
- * Step 4 digit string
520
- */
521
- step4DigitText: string;
522
- }
523
-
524
- /**
525
- * @beta
526
- * Props for BrowserPermissionDenied component.
527
- */
528
- export declare interface BrowserPermissionDeniedProps {
529
- /**
530
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
531
- */
532
- onTroubleshootingClick?: () => void;
533
- /**
534
- * Action to be taken by the try again primary button.
535
- */
536
- onTryAgainClick?: () => void;
537
- /**
538
- * Localization strings for BrowserPermissionDenied component.
539
- */
540
- strings?: BrowserPermissionDeniedStrings;
541
- /**
542
- * Allows users to pass in an object contains custom CSS styles.
543
- * @Example
544
- * ```
545
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
546
- * ```
547
- */
548
- styles?: BrowserPermissionDeniedStyles;
549
- }
550
-
551
- /**
552
- * @beta
553
- * Strings for BrowserPermissionDenied component
554
- */
555
- export declare interface BrowserPermissionDeniedStrings {
556
- /**
557
- * Main button text string.
558
- */
559
- primaryButtonText: string;
560
- /**
561
- * Main text string.
562
- */
563
- primaryText: string;
564
- /**
565
- * Subtext string.
566
- */
567
- secondaryText: string;
568
- /**
569
- * More help link string.
570
- */
571
- linkText: string;
572
- }
573
-
574
- /**
575
- * Fluent styles for {@link BrowserPermissionDenied}.
576
- *
577
- * @beta
578
- */
579
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
580
- /** Styles for the primary button. */
581
- primaryButton?: IButtonStyles;
582
- /** Styles for the help troubleshooting link text. */
583
- troubleshootingLink?: ILinkStyles;
584
- }
585
-
586
338
  /**
587
339
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
588
340
  *
@@ -616,12 +368,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
616
368
  * @public
617
369
  */
618
370
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
619
- /**
620
- * Start the call.
621
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
622
- * @beta
623
- */
624
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
625
371
  }
626
372
 
627
373
  /**
@@ -666,12 +412,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
666
412
  * @public
667
413
  */
668
414
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
669
- /**
670
- * Start the call.
671
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
672
- * @beta
673
- */
674
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
675
415
  }
676
416
 
677
417
  /**
@@ -748,12 +488,6 @@ export declare interface CallAdapterCallOperations {
748
488
  * @public
749
489
  */
750
490
  removeParticipant(userId: string): Promise<void>;
751
- /**
752
- * Remove a participant from the call.
753
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
754
- * @beta
755
- */
756
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
757
491
  /**
758
492
  * Create the html view for a stream.
759
493
  *
@@ -805,35 +539,6 @@ export declare interface CallAdapterCallOperations {
805
539
  * @public
806
540
  */
807
541
  disposeLocalVideoStreamView(): Promise<void>;
808
- /**
809
- * Holds the call.
810
- *
811
- * @beta
812
- */
813
- holdCall(): Promise<void>;
814
- /**
815
- * Resumes the call from a `LocalHold` state.
816
- *
817
- * @beta
818
- */
819
- resumeCall(): Promise<void>;
820
- /**
821
- * Add a participant to the call.
822
- *
823
- * @beta
824
- */
825
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
826
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
827
- /**
828
- * send dtmf tone to another participant in a 1:1 PSTN call
829
- *
830
- * @beta
831
- */
832
- sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
833
- /**
834
- * Continues into a call when the browser version is not supported.
835
- */
836
- allowUnsupportedBrowserVersion(): void;
837
542
  /**
838
543
  * Function to Start captions
839
544
  * @param options - options for start captions
@@ -879,12 +584,6 @@ export declare interface CallAdapterCallOperations {
879
584
  * @public
880
585
  */
881
586
  updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
882
- /**
883
- * Send the end of call survey result
884
- *
885
- * @beta
886
- */
887
- submitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
888
587
  }
889
588
 
890
589
  /**
@@ -896,11 +595,6 @@ export declare type CallAdapterClientState = {
896
595
  userId: CommunicationIdentifierKind;
897
596
  displayName?: string;
898
597
  call?: CallState;
899
- /**
900
- * State to track who the original call went out to. will be undefined the call is not a outbound
901
- * modality. This includes, groupCalls, Rooms calls, and Teams InteropMeetings.
902
- */
903
- targetCallees?: CommunicationIdentifier[];
904
598
  devices: DeviceManagerState;
905
599
  endedCall?: CallState;
906
600
  isTeamsCall: boolean;
@@ -912,14 +606,6 @@ export declare type CallAdapterClientState = {
912
606
  * Latest error encountered for each operation performed via the adapter.
913
607
  */
914
608
  latestErrors: AdapterErrors;
915
- /**
916
- * Azure communications Phone number to make PSTN calls with.
917
- */
918
- alternateCallerId?: string;
919
- /**
920
- * Environment information about system the adapter is made on
921
- */
922
- environmentInfo?: EnvironmentInfo;
923
609
  /**
924
610
  * State to track whether the local participant's camera is on. To be used when creating a custom
925
611
  * control bar with the CallComposite.
@@ -937,18 +623,6 @@ export declare type CallAdapterClientState = {
937
623
  * State to track the selected video background effect.
938
624
  */
939
625
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
940
- /**
941
- * Call from transfer request accepted by local user
942
- */
943
- acceptedTransferCallState?: CallState;
944
- /**
945
- * Hide attendee names in teams meeting
946
- */
947
- hideAttendeeNames?: boolean;
948
- /**
949
- * State to track the sounds to be used in the call.
950
- */
951
- sounds?: CallingSounds;
952
626
  };
953
627
 
954
628
  /**
@@ -1033,7 +707,7 @@ export declare interface CallAdapterDeviceManagement {
1033
707
  *
1034
708
  * @public
1035
709
  */
1036
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
710
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator;
1037
711
 
1038
712
  /**
1039
713
  * {@link CommonCallAdapter} state.
@@ -1126,10 +800,6 @@ export declare interface CallAdapterSubscribers {
1126
800
  * Subscribe function for 'isSpokenLanguageChanged' event.
1127
801
  */
1128
802
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1129
- /**
1130
- * Subscribe function for 'transferRequested' event.
1131
- */
1132
- on(event: 'transferRequested', listener: TransferRequestedListener): void;
1133
803
  /**
1134
804
  * Subscribe function for 'capabilitiesChanged' event.
1135
805
  */
@@ -1202,10 +872,6 @@ export declare interface CallAdapterSubscribers {
1202
872
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
1203
873
  */
1204
874
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1205
- /**
1206
- * Unsubscribe function for 'transferRequested' event.
1207
- */
1208
- off(event: 'transferRequested', listener: TransferRequestedListener): void;
1209
875
  /**
1210
876
  * Unsubscribe function for 'capabilitiesChanged' event.
1211
877
  */
@@ -1224,7 +890,6 @@ export declare interface CallAdapterSubscribers {
1224
890
  export declare type CallAdapterUiState = {
1225
891
  isLocalPreviewMicrophoneEnabled: boolean;
1226
892
  page: CallCompositePage;
1227
- unsupportedBrowserVersionsAllowed?: boolean;
1228
893
  };
1229
894
 
1230
895
  /**
@@ -1243,7 +908,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1243
908
  */
1244
909
  export declare interface CallAgentProviderProps {
1245
910
  children: React_2.ReactNode;
1246
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
911
+ callAgent?: CallAgent;
1247
912
  }
1248
913
 
1249
914
  /**
@@ -1268,7 +933,7 @@ export declare interface CallAgentState {
1268
933
  */
1269
934
  export declare interface CallAndChatLocator {
1270
935
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1271
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
936
+ callLocator: GroupCallLocator;
1272
937
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1273
938
  chatThreadId: string;
1274
939
  }
@@ -1355,16 +1020,6 @@ export declare interface CallClientState {
1355
1020
  * See documentation of {@Link CallErrors} for details.
1356
1021
  */
1357
1022
  latestErrors: CallErrors;
1358
- /**
1359
- * A phone number in E.164 format that will be used to represent callers identity.
1360
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1361
- * be used as the caller id in the PSTN call.
1362
- */
1363
- alternateCallerId?: string;
1364
- /**
1365
- * state to track the environment that the stateful client was made in is supported
1366
- */
1367
- environmentInfo?: EnvironmentInfo;
1368
1023
  }
1369
1024
 
1370
1025
  /**
@@ -1426,7 +1081,6 @@ export declare type CallCompositeIcons = {
1426
1081
  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;
1427
1082
  NoticePageLeftCall?: JSX.Element;
1428
1083
  NoticePageRemovedFromCall?: JSX.Element;
1429
- NoticePageCallRejected?: JSX.Element;
1430
1084
  NoticePageNotInvitedToRoom?: JSX.Element;
1431
1085
  NoticePageRoomNotFound?: JSX.Element;
1432
1086
  NoticePageRoomNotValid?: JSX.Element;
@@ -1439,9 +1093,6 @@ export declare type CallCompositeIcons = {
1439
1093
  ParticipantItemScreenShareStart?: JSX.Element;
1440
1094
  VideoTileMicOff?: JSX.Element;
1441
1095
  LocalCameraSwitch?: JSX.Element;
1442
- PeoplePaneAddPerson?: JSX.Element;
1443
- PeoplePaneOpenDialpad?: JSX.Element;
1444
- DialpadStartCall?: JSX.Element;
1445
1096
  NoticePageInviteToRoomRemoved?: JSX.Element;
1446
1097
  BlurVideoBackground?: JSX.Element;
1447
1098
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1473,66 +1124,10 @@ export declare type CallCompositeOptions = {
1473
1124
  * @defaultValue true
1474
1125
  */
1475
1126
  callControls?: boolean | CallControlOptions;
1476
- /**
1477
- * Device permissions check options for your call.
1478
- * Here you can choose what device permissions you prompt the user for,
1479
- * as well as what device permissions must be accepted before starting a call.
1480
- */
1481
- deviceChecks?: DeviceCheckOptions;
1482
- /**
1483
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1484
- * unable to grant your site the required permissions for the call.
1485
- *
1486
- * @example
1487
- * ```ts
1488
- * onPermissionsTroubleshootingClick: () =>
1489
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1490
- * ```
1491
- *
1492
- * @remarks
1493
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1494
- */
1495
- onPermissionsTroubleshootingClick?: (permissionsState: {
1496
- camera: PermissionState;
1497
- microphone: PermissionState;
1498
- }) => void;
1499
- /**
1500
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1501
- * having network issues when connecting to the call.
1502
- *
1503
- * @example
1504
- * ```ts
1505
- * onNetworkingTroubleShootingClick?: () =>
1506
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1507
- * ```
1508
- *
1509
- * @remarks
1510
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1511
- */
1512
- onNetworkingTroubleShootingClick?: () => void;
1513
- /**
1514
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1515
- *
1516
- * @example
1517
- * ```ts
1518
- * onBrowserTroubleShootingClick?: () =>
1519
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1520
- * ```
1521
- *
1522
- * @remarks
1523
- * if this is not supplied, the composite will not show a unsupported browser page.
1524
- */
1525
- onEnvironmentInfoTroubleshootingClick?: () => void;
1526
1127
  /**
1527
1128
  * Remote participant video tile menu options
1528
1129
  */
1529
1130
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
1530
- /**
1531
- * Options for controlling the local video tile.
1532
- *
1533
- * @remarks if 'false' the local video tile will not be rendered.
1534
- */
1535
- localVideoTile?: boolean | LocalVideoTileOptions;
1536
1131
  /**
1537
1132
  * Options for controlling the starting layout of the composite's video gallery
1538
1133
  */
@@ -1542,77 +1137,6 @@ export declare type CallCompositeOptions = {
1542
1137
  */
1543
1138
  layout?: VideoGalleryLayout;
1544
1139
  };
1545
- /**
1546
- * Options for end of call survey
1547
- */
1548
- surveyOptions?: {
1549
- /**
1550
- * Hide call survey at the end of a call.
1551
- * @defaultValue false
1552
- */
1553
- hideSurvey?: boolean;
1554
- /**
1555
- * Optional callback to handle survey data including free form text response
1556
- * Note that free form text response survey option is only going to be enabled when this callback is provided
1557
- * User will need to handle all free form text response on their own
1558
- */
1559
- onSurveySubmitted?: (callId: string, surveyId: string,
1560
- /**
1561
- * This is the survey results containing star survey data and API tag survey data.
1562
- * This part of the result will always be send to calling sdk
1563
- * This callback provides user with the ability to gain access to survey data
1564
- */
1565
- submittedSurvey: CallSurvey,
1566
- /**
1567
- * This is the survey results containing free form text
1568
- * This part of the result will not be handled by composites
1569
- * User will need to collect and handle this information 100% on their own
1570
- * Free form text survey is not going to show in the UI if onSurveySubmitted is not populated
1571
- */
1572
- improvementSuggestions: {
1573
- category: 'audio' | 'video' | 'screenshare';
1574
- suggestion: string;
1575
- }[]) => Promise<void>;
1576
- };
1577
- /**
1578
- * Options for setting additional customizations related to personalized branding.
1579
- */
1580
- branding?: {
1581
- /**
1582
- * Logo displayed on the configuration page.
1583
- */
1584
- logo?: {
1585
- /**
1586
- * URL for the logo image.
1587
- *
1588
- * @remarks
1589
- * Recommended size is 80x80 pixels.
1590
- */
1591
- url: string;
1592
- /**
1593
- * Alt text for the logo image.
1594
- */
1595
- alt?: string;
1596
- /**
1597
- * The logo can be displayed as a circle.
1598
- *
1599
- * @defaultValue 'unset'
1600
- */
1601
- shape?: 'unset' | 'circle';
1602
- };
1603
- /**
1604
- * Background image displayed on the configuration page.
1605
- */
1606
- backgroundImage?: {
1607
- /**
1608
- * URL for the background image.
1609
- *
1610
- * @remarks
1611
- * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
1612
- */
1613
- url: string;
1614
- };
1615
- };
1616
1140
  };
1617
1141
 
1618
1142
  /**
@@ -1620,7 +1144,7 @@ export declare type CallCompositeOptions = {
1620
1144
  *
1621
1145
  * @public
1622
1146
  */
1623
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1147
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
1624
1148
 
1625
1149
  /**
1626
1150
  * Props for {@link CallComposite}.
@@ -1867,127 +1391,63 @@ export declare interface CallCompositeStrings {
1867
1391
  */
1868
1392
  dismissSidePaneButtonLabel?: string;
1869
1393
  /**
1870
- * Side pane People section subheader.
1394
+ * label for more button in the Calling composite
1871
1395
  */
1872
- peoplePaneSubTitle: string;
1396
+ moreButtonCallingLabel: string;
1873
1397
  /**
1874
- * Label for button to copy invite link
1398
+ * aria label for when the invite link has been actioned
1875
1399
  */
1876
- copyInviteLinkButtonLabel: string;
1400
+ copyInviteLinkActionedAriaLabel: string;
1877
1401
  /**
1878
- * Label for button to open dialpad
1402
+ * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1879
1403
  */
1880
- openDialpadButtonLabel: string;
1404
+ roomNotFoundTitle: string;
1881
1405
  /**
1882
- * Label for menu item to remove participant
1406
+ * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1883
1407
  */
1884
- removeMenuLabel: string;
1408
+ roomNotFoundDetails?: string;
1885
1409
  /**
1886
- * Label for add people dropdown
1410
+ * Title text of the page shown to the user when the user attempts to join a room that is not valid.
1887
1411
  */
1888
- peoplePaneAddPeopleButtonLabel: string;
1412
+ roomNotValidTitle: string;
1889
1413
  /**
1890
- * Label for button to start a call
1414
+ * More details text of the page shown to the user when the user attempts to join a room that is not valid.
1891
1415
  */
1892
- dialpadStartCallButtonLabel: string;
1416
+ roomNotValidDetails?: string;
1893
1417
  /**
1894
- * Title for dialpad Modal
1418
+ * Title text of the page shown to the user when the user's permission to join the room is removed.
1895
1419
  */
1896
- dialpadModalTitle: string;
1420
+ inviteToRoomRemovedTitle: string;
1897
1421
  /**
1898
- * Aria Label for dialpad Modal
1422
+ * More details text of the page shown to the user when the user's permission to join the room is removed.
1899
1423
  */
1900
- dialpadModalAriaLabel: string;
1424
+ inviteToRoomRemovedDetails?: string;
1901
1425
  /**
1902
- * Aria Label for dialpad Modal close button
1426
+ * Video Effects pane title.
1903
1427
  */
1904
- dialpadCloseModalButtonAriaLabel: string;
1428
+ videoEffectsPaneTitle: string;
1905
1429
  /**
1906
- * label for more button in the Calling composite
1430
+ * Video Effects pane sub section title for choosing background.
1907
1431
  */
1908
- moreButtonCallingLabel: string;
1432
+ videoEffectsPaneBackgroundSelectionTitle: string;
1909
1433
  /**
1910
- * Label for the resume call button on the hold pane
1434
+ * Label for the button to open effects
1911
1435
  */
1912
- resumeCallButtonLabel: string;
1436
+ configurationPageVideoEffectsButtonLabel?: string;
1913
1437
  /**
1914
- * Label for the resume call button on the hold pane when call is resuming
1438
+ * Error message for video effect failure
1915
1439
  */
1916
- resumingCallButtonLabel: string;
1440
+ unableToStartVideoEffect?: string;
1917
1441
  /**
1918
- * Aria label for the resume call button on the hold pane
1442
+ * Label for the blur video background effect item
1919
1443
  */
1920
- resumeCallButtonAriaLabel: string;
1444
+ blurBackgroundEffectButtonLabel?: string;
1921
1445
  /**
1922
- * Aria label for the resume call button on the hold pane when call is resuming
1446
+ * Tooltip text for the blur video background effect item
1923
1447
  */
1924
- resumingCallButtonAriaLabel: string;
1448
+ blurBackgroundTooltip?: string;
1925
1449
  /**
1926
- * Label for the hold pane
1927
- */
1928
- holdScreenLabel: string;
1929
- /**
1930
- * Placeholder text for dtmf dialpad
1931
- */
1932
- dtmfDialpadPlaceholderText: string;
1933
- /**
1934
- * Label for the button to open dtmf dialpad
1935
- */
1936
- openDtmfDialpadLabel: string;
1937
- /**
1938
- * aria label for when the invite link has been actioned
1939
- */
1940
- copyInviteLinkActionedAriaLabel: string;
1941
- /**
1942
- * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1943
- */
1944
- roomNotFoundTitle: string;
1945
- /**
1946
- * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1947
- */
1948
- roomNotFoundDetails?: string;
1949
- /**
1950
- * Title text of the page shown to the user when the user attempts to join a room that is not valid.
1951
- */
1952
- roomNotValidTitle: string;
1953
- /**
1954
- * More details text of the page shown to the user when the user attempts to join a room that is not valid.
1955
- */
1956
- roomNotValidDetails?: string;
1957
- /**
1958
- * Title text of the page shown to the user when the user's permission to join the room is removed.
1959
- */
1960
- inviteToRoomRemovedTitle: string;
1961
- /**
1962
- * More details text of the page shown to the user when the user's permission to join the room is removed.
1963
- */
1964
- inviteToRoomRemovedDetails?: string;
1965
- /**
1966
- * Video Effects pane title.
1967
- */
1968
- videoEffectsPaneTitle: string;
1969
- /**
1970
- * Video Effects pane sub section title for choosing background.
1971
- */
1972
- videoEffectsPaneBackgroundSelectionTitle: string;
1973
- /**
1974
- * Label for the button to open effects
1975
- */
1976
- configurationPageVideoEffectsButtonLabel?: string;
1977
- /**
1978
- * Error message for video effect failure
1979
- */
1980
- unableToStartVideoEffect?: string;
1981
- /**
1982
- * Label for the blur video background effect item
1983
- */
1984
- blurBackgroundEffectButtonLabel?: string;
1985
- /**
1986
- * Tooltip text for the blur video background effect item
1987
- */
1988
- blurBackgroundTooltip?: string;
1989
- /**
1990
- * Label for the remove video background effect item
1450
+ * Label for the remove video background effect item
1991
1451
  */
1992
1452
  removeBackgroundEffectButtonLabel?: string;
1993
1453
  /**
@@ -2006,18 +1466,6 @@ export declare interface CallCompositeStrings {
2006
1466
  * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
2007
1467
  */
2008
1468
  notInvitedToRoomDetails?: string;
2009
- /**
2010
- * Control bar People button ToolTipContent
2011
- */
2012
- peopleButtonTooltipOpen: string;
2013
- /**
2014
- * Control bar People button ToolTipContent
2015
- */
2016
- peopleButtonTooltipClose: string;
2017
- /**
2018
- * Label disaplayed on the lobby screen during a 1:1 outbound call.
2019
- */
2020
- outboundCallingNoticeString: string;
2021
1469
  /**
2022
1470
  * Notice to be announced by narrator when a participant joins a call
2023
1471
  */
@@ -2142,58 +1590,6 @@ export declare interface CallCompositeStrings {
2142
1590
  * captions banner loading spinner label
2143
1591
  */
2144
1592
  captionsBannerSpinnerText?: string;
2145
- /**
2146
- * transfer page text when showing the transferor who initiated the transfer
2147
- */
2148
- transferPageTransferorText: string;
2149
- /**
2150
- * transfer page text when showing the transfer target
2151
- */
2152
- transferPageTransferTargetText: string;
2153
- /**
2154
- * transfer page display name for unknown participant
2155
- */
2156
- transferPageUnknownTransferorDisplayName: string;
2157
- /**
2158
- * transfer page display name for unknown participant
2159
- */
2160
- transferPageUnknownTransferTargetDisplayName: string;
2161
- /**
2162
- * notice to be announced by narrator the transfer page is showing
2163
- */
2164
- transferPageNoticeString: string;
2165
- /**
2166
- * Title text of the page shown to the user when target participant could not be reached
2167
- */
2168
- participantCouldNotBeReachedTitle?: string;
2169
- /**
2170
- * More details text of the page shown to the user when target participant could not be reached
2171
- */
2172
- participantCouldNotBeReachedMoreDetails?: string;
2173
- /**
2174
- * Title text of the page shown to the user when permission to reach participant is not allowed
2175
- */
2176
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2177
- /**
2178
- * More details text of the page shown to the user when permission to reach participant is not allowed
2179
- */
2180
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2181
- /**
2182
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2183
- */
2184
- unableToResolveTenantTitle?: string;
2185
- /**
2186
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2187
- */
2188
- unableToResolveTenantMoreDetails?: string;
2189
- /**
2190
- * Title text of the page shown to the user when target participant id is malformed
2191
- */
2192
- participantIdIsMalformedTitle?: string;
2193
- /**
2194
- * More details text of the page shown to the user when target participant id is malformed
2195
- */
2196
- participantIdIsMalformedMoreDetails?: string;
2197
1593
  /**
2198
1594
  * Controls label to move the overflow gallery around
2199
1595
  */
@@ -2226,78 +1622,10 @@ export declare interface CallCompositeStrings {
2226
1622
  * All strings for capability changed notification
2227
1623
  */
2228
1624
  capabilityChangedNotification?: CapabilityChangedNotificationStrings;
2229
- /**
2230
- * Question for the survey
2231
- */
2232
- surveyQuestion: string;
2233
- /**
2234
- * Helper text to explain what the survey is for
2235
- */
2236
- starSurveyHelperText: string;
2237
- /**
2238
- * Helper text displayed below survey question after user select one star
2239
- */
2240
- starSurveyOneStarText: string;
2241
- /**
2242
- * Helper text displayed below survey question after user select two star
2243
- */
2244
- starSurveyTwoStarText: string;
2245
- /**
2246
- * Helper text displayed below survey question after user select three star
2247
- */
2248
- starSurveyThreeStarText: string;
2249
- /**
2250
- * Helper text displayed below survey question after user select four star
2251
- */
2252
- starSurveyFourStarText: string;
2253
- /**
2254
- * Helper text displayed below survey question after user select five star
2255
- */
2256
- starSurveyFiveStarText: string;
2257
- /**
2258
- * Aria Label for each individual star rating
2259
- */
2260
- starRatingAriaLabel: string;
2261
- /**
2262
- * Tags Survey Question
2263
- */
2264
- tagsSurveyQuestion: string;
2265
- /**
2266
- * Tags Survey helper text
2267
- */
2268
- tagsSurveyHelperText: string;
2269
- /**
2270
- * Confirm button label for survey
2271
- */
2272
- surveyConfirmButtonLabel: string;
2273
- /**
2274
- * Aria Label for cancel button
2275
- */
2276
- surveyCancelButtonAriaLabel: string;
2277
- /**
2278
- * Default text for free form text box
2279
- */
2280
- surveyTextboxDefaultText: string;
2281
- /**
2282
- * Corresponding texts to each call issue
2283
- */
2284
- surveyIssues: SurveyIssues;
2285
- /**
2286
- * Corresponding texts to each call category
2287
- */
2288
- SurveyIssuesHeadingStrings: SurveyIssuesHeadingStrings;
2289
1625
  /**
2290
1626
  * String for the dismiss control on the local and remote PIP on mobile
2291
1627
  */
2292
1628
  dismissModalAriaLabel?: string;
2293
- /**
2294
- * String for title when the call is rejected by the callee
2295
- */
2296
- callRejectedTitle: string;
2297
- /**
2298
- * String for more details when the call is rejected by the callee
2299
- */
2300
- callRejectedMoreDetails?: string;
2301
1629
  }
2302
1630
 
2303
1631
  /**
@@ -2312,7 +1640,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2312
1640
  *
2313
1641
  * @public
2314
1642
  */
2315
- export declare type CallControlOptions = CommonCallControlOptions & {
1643
+ export declare type CallControlOptions = (CommonCallControlOptions & {
2316
1644
  /**
2317
1645
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2318
1646
  * @defaultValue true
@@ -2321,7 +1649,7 @@ export declare type CallControlOptions = CommonCallControlOptions & {
2321
1649
  disabled: boolean;
2322
1650
  };
2323
1651
  legacyControlBarExperience?: boolean;
2324
- };
1652
+ });
2325
1653
 
2326
1654
  /**
2327
1655
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2382,7 +1710,7 @@ export declare type CallErrors = {
2382
1710
  *
2383
1711
  * @public
2384
1712
  */
2385
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.setConstraints';
1713
+ 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';
2386
1714
 
2387
1715
  /**
2388
1716
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2429,25 +1757,6 @@ export declare type CallingHandlersOptions = {
2429
1757
  */
2430
1758
  export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
2431
1759
 
2432
- /**
2433
- * @beta
2434
- * Type for representing a set of sounds to use for different calling events
2435
- */
2436
- export declare type CallingSounds = {
2437
- /**
2438
- * Sound to be played when the call ends
2439
- */
2440
- callEnded?: SoundEffect;
2441
- /**
2442
- * Sound to be played when the call is ringing
2443
- */
2444
- callRinging?: SoundEffect;
2445
- /**
2446
- * Sound to be played when the call is rejected by the user being callede
2447
- */
2448
- callBusy?: SoundEffect;
2449
- };
2450
-
2451
1760
  /**
2452
1761
  * Custom Fluent theme palette used by calling related components in this library.
2453
1762
  *
@@ -2481,23 +1790,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2481
1790
  raisedHand?: RaisedHand;
2482
1791
  };
2483
1792
 
2484
- /**
2485
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2486
- *
2487
- * @remarks
2488
- * This is currently in beta and only supports calling one Teams User.
2489
- *
2490
- * @example
2491
- * ```
2492
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2493
- * ```
2494
- *
2495
- * @beta
2496
- */
2497
- export declare type CallParticipantsLocator = {
2498
- participantIds: string[];
2499
- };
2500
-
2501
1793
  /**
2502
1794
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2503
1795
  *
@@ -2514,7 +1806,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2514
1806
  */
2515
1807
  export declare interface CallProviderProps {
2516
1808
  children: React_2.ReactNode;
2517
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1809
+ call?: Call;
2518
1810
  }
2519
1811
 
2520
1812
  /**
@@ -2528,10 +1820,6 @@ export declare interface CallState {
2528
1820
  * Proxy of {@link @azure/communication-calling#Call.id}.
2529
1821
  */
2530
1822
  id: string;
2531
- /**
2532
- * Type of the call.
2533
- */
2534
- kind: CallKind;
2535
1823
  /**
2536
1824
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2537
1825
  */
@@ -2630,22 +1918,10 @@ export declare interface CallState {
2630
1918
  * Proxy of {@link @azure/communication-calling#Call.role}.
2631
1919
  */
2632
1920
  role?: ParticipantRole;
2633
- /**
2634
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2635
- */
2636
- totalParticipantCount?: number;
2637
- /**
2638
- * Transfer state of call
2639
- */
2640
- transfer: TransferFeature;
2641
1921
  /**
2642
1922
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
2643
1923
  */
2644
1924
  capabilitiesFeature?: CapabilitiesFeatureState;
2645
- /**
2646
- * Hide attendee names in teams meeting
2647
- */
2648
- hideAttendeeNames?: boolean;
2649
1925
  }
2650
1926
 
2651
1927
  /**
@@ -2669,12 +1945,6 @@ export declare interface CallWithChatAdapterManagement {
2669
1945
  * @public
2670
1946
  */
2671
1947
  removeParticipant(userId: string): Promise<void>;
2672
- /**
2673
- * Remove a participant from the call.
2674
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2675
- * @beta
2676
- */
2677
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2678
1948
  /**
2679
1949
  * Join the call with microphone initially on/off.
2680
1950
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2740,12 +2010,6 @@ export declare interface CallWithChatAdapterManagement {
2740
2010
  * @public
2741
2011
  */
2742
2012
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2743
- /**
2744
- * Start the call.
2745
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2746
- * @beta
2747
- */
2748
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
2749
2013
  /**
2750
2014
  * Start sharing the screen during a call.
2751
2015
  *
@@ -2935,52 +2199,6 @@ export declare interface CallWithChatAdapterManagement {
2935
2199
  * @public
2936
2200
  */
2937
2201
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2938
- /** @beta */
2939
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2940
- /** @beta */
2941
- registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
2942
- /** @beta */
2943
- clearFileUploads: () => void;
2944
- /** @beta */
2945
- cancelFileUpload: (id: string) => void;
2946
- /** @beta */
2947
- updateFileUploadProgress: (id: string, progress: number) => void;
2948
- /** @beta */
2949
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2950
- /** @beta */
2951
- updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
2952
- downloadAttachments: (options: {
2953
- attachmentUrls: Record<string, string>;
2954
- }) => Promise<AttachmentDownloadResult[]>;
2955
- /**
2956
- * Puts the Call in a Localhold.
2957
- *
2958
- * @beta
2959
- */
2960
- holdCall: () => Promise<void>;
2961
- /**
2962
- * Resumes the call from a LocalHold state.
2963
- *
2964
- * @beta
2965
- */
2966
- resumeCall: () => Promise<void>;
2967
- /**
2968
- * Adds a new Participant to the call.
2969
- *
2970
- * @beta
2971
- */
2972
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2973
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2974
- /**
2975
- * send dtmf tone to another participant in the call in 1:1 calls
2976
- *
2977
- * @beta
2978
- */
2979
- sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2980
- /**
2981
- * Continues into a call when the browser version is not supported.
2982
- */
2983
- allowUnsupportedBrowserVersion(): void;
2984
2202
  /**
2985
2203
  * Function to Start captions
2986
2204
  * @param options - options for start captions
@@ -3026,12 +2244,6 @@ export declare interface CallWithChatAdapterManagement {
3026
2244
  * @public
3027
2245
  */
3028
2246
  updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
3029
- /**
3030
- * Send the end of call survey result
3031
- *
3032
- * @beta
3033
- */
3034
- submitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
3035
2247
  }
3036
2248
 
3037
2249
  /**
@@ -3112,22 +2324,6 @@ export declare interface CallWithChatAdapterUiState {
3112
2324
  * @public
3113
2325
  */
3114
2326
  page: CallCompositePage;
3115
- /**
3116
- * Files being uploaded by a user in the current thread.
3117
- * Should be set to null once the upload is complete.
3118
- * Array of type {@link FileUploadsUiState}
3119
- *
3120
- * @beta
3121
- */
3122
- fileUploads?: FileUploadsUiState;
3123
- /**
3124
- * State to track whether the end user has opted in to using a
3125
- * out of date version of a supported browser. Allows the user
3126
- * to start a call in this state.
3127
- *
3128
- * @beta
3129
- */
3130
- unsupportedBrowserVersionsAllowed?: boolean;
3131
2327
  }
3132
2328
 
3133
2329
  /**
@@ -3152,18 +2348,12 @@ export declare interface CallWithChatClientState {
3152
2348
  devices: DeviceManagerState;
3153
2349
  /** State of whether the active call is a Teams interop call */
3154
2350
  isTeamsCall: boolean;
3155
- /** alternateCallerId for PSTN call */
3156
- alternateCallerId?: string | undefined;
3157
- /** Environment information for system adapter is made on */
3158
- environmentInfo?: EnvironmentInfo;
3159
2351
  /** Default set of background images for background replacement effect */
3160
2352
  videoBackgroundImages?: VideoBackgroundImage[];
3161
2353
  /** Dependency to be injected for video background effects */
3162
2354
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3163
2355
  /** State to track the selected video background effect */
3164
2356
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3165
- /** Hide attendee names in teams meeting */
3166
- hideAttendeeNames?: boolean;
3167
2357
  }
3168
2358
 
3169
2359
  /**
@@ -3232,9 +2422,6 @@ export declare type CallWithChatCompositeIcons = {
3232
2422
  ParticipantItemScreenShareStart?: JSX.Element;
3233
2423
  VideoTileMicOff?: JSX.Element;
3234
2424
  LocalCameraSwitch?: JSX.Element;
3235
- PeoplePaneAddPerson?: JSX.Element;
3236
- PeoplePaneOpenDialpad?: JSX.Element;
3237
- DialpadStartCall?: JSX.Element;
3238
2425
  DefaultCustomButton?: JSX.Element;
3239
2426
  EditBoxCancel?: JSX.Element;
3240
2427
  EditBoxSubmit?: JSX.Element;
@@ -3262,72 +2449,10 @@ export declare type CallWithChatCompositeOptions = {
3262
2449
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3263
2450
  */
3264
2451
  callControls?: boolean | CallWithChatControlOptions;
3265
- /**
3266
- * Properties for configuring the File Sharing feature.
3267
- * If undefined, file sharing feature will be disabled.
3268
- * @beta
3269
- */
3270
- fileSharing?: FileSharingOptions;
3271
- /**
3272
- * Device permissions check options for your call.
3273
- * Here you can choose what device permissions you prompt the user for,
3274
- * as well as what device permissions must be accepted before starting a call.
3275
- */
3276
- deviceChecks?: DeviceCheckOptions;
3277
- /**
3278
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3279
- * unable to grant your site the required permissions for the call.
3280
- *
3281
- * @example
3282
- * ```ts
3283
- * onPermissionsTroubleshootingClick: () =>
3284
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3285
- * ```
3286
- *
3287
- * @remarks
3288
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3289
- */
3290
- onPermissionsTroubleshootingClick?: (permissionsState: {
3291
- camera: PermissionState;
3292
- microphone: PermissionState;
3293
- }) => void;
3294
- /**
3295
- * Optional callback to supply users with further troubleshooting steps for network issues
3296
- * experienced when connecting to a call.
3297
- *
3298
- * @example
3299
- * ```ts
3300
- * onNetworkingTroubleShootingClick?: () =>
3301
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3302
- * ```
3303
- *
3304
- * @remarks
3305
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3306
- */
3307
- onNetworkingTroubleShootingClick?: () => void;
3308
- /**
3309
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3310
- *
3311
- * @example
3312
- * ```ts
3313
- * onBrowserTroubleShootingClick?: () =>
3314
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3315
- * ```
3316
- *
3317
- * @remarks
3318
- * if this is not supplied, the composite will not show a unsupported browser page.
3319
- */
3320
- onEnvironmentInfoTroubleshootingClick?: () => void;
3321
2452
  /**
3322
2453
  * Remote participant video tile menu options
3323
2454
  */
3324
2455
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
3325
- /**
3326
- * Options for controlling the local video tile.
3327
- *
3328
- * @remarks if 'false' the local video tile will not be rendered.
3329
- */
3330
- localVideoTile?: boolean | LocalVideoTileOptions;
3331
2456
  /**
3332
2457
  * Options for controlling the starting layout of the composite's video gallery
3333
2458
  */
@@ -3337,77 +2462,6 @@ export declare type CallWithChatCompositeOptions = {
3337
2462
  */
3338
2463
  layout?: VideoGalleryLayout;
3339
2464
  };
3340
- /**
3341
- * Options for end of call survey
3342
- */
3343
- surveyOptions?: {
3344
- /**
3345
- * Hide call survey at the end of a call.
3346
- * @defaultValue false
3347
- */
3348
- hideSurvey?: boolean;
3349
- /**
3350
- * Optional callback to handle survey data including free form text response
3351
- * Note that free form text response survey option is only going to be enabled when this callback is provided
3352
- * User will need to handle all free form text response on their own
3353
- */
3354
- onSurveySubmitted?: (callId: string, surveyId: string,
3355
- /**
3356
- * This is the survey results containing star survey data and API tag survey data.
3357
- * This part of the result will always be send to calling sdk
3358
- * This callback provides user with the ability to gain access to survey data
3359
- */
3360
- submittedSurvey: CallSurvey,
3361
- /**
3362
- * This is the survey results containing free form text
3363
- * This part of the result will not be handled by composites
3364
- * User will need to collect and handle this information 100% on their own
3365
- * Free form text survey is not going to show in the UI if onSurveySubmitted is not populated
3366
- */
3367
- improvementSuggestions: {
3368
- category: 'audio' | 'video' | 'screenshare';
3369
- suggestion: string;
3370
- }[]) => Promise<void>;
3371
- };
3372
- /**
3373
- * Options for setting additional customizations related to personalized branding.
3374
- */
3375
- branding?: {
3376
- /**
3377
- * Logo displayed on the configuration page.
3378
- */
3379
- logo?: {
3380
- /**
3381
- * URL for the logo image.
3382
- *
3383
- * @remarks
3384
- * Recommended size is 80x80 pixels.
3385
- */
3386
- url: string;
3387
- /**
3388
- * Alt text for the logo image.
3389
- */
3390
- alt?: string;
3391
- /**
3392
- * The logo can be displayed as a circle.
3393
- *
3394
- * @defaultValue 'unset'
3395
- */
3396
- shape?: 'unset' | 'circle';
3397
- };
3398
- /**
3399
- * Background image displayed on the configuration page.
3400
- */
3401
- backgroundImage?: {
3402
- /**
3403
- * URL for the background image.
3404
- *
3405
- * @remarks
3406
- * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
3407
- */
3408
- url: string;
3409
- };
3410
- };
3411
2465
  };
3412
2466
 
3413
2467
  /**
@@ -3559,10 +2613,6 @@ export declare interface CallWithChatCompositeStrings {
3559
2613
  * Label for button to copy invite link
3560
2614
  */
3561
2615
  copyInviteLinkButtonLabel: string;
3562
- /**
3563
- * Label for button to open dialpad
3564
- */
3565
- openDialpadButtonLabel: string;
3566
2616
  /**
3567
2617
  * Label for SidePaneHeader dismiss button
3568
2618
  */
@@ -3575,34 +2625,6 @@ export declare interface CallWithChatCompositeStrings {
3575
2625
  * Aria label string for return to call back button
3576
2626
  */
3577
2627
  returnToCallButtonAriaLabel?: string;
3578
- /**
3579
- * Label for add people dropdown
3580
- */
3581
- peoplePaneAddPeopleButtonLabel: string;
3582
- /**
3583
- * Label for button to start a call
3584
- */
3585
- dialpadStartCallButtonLabel: string;
3586
- /**
3587
- * Title for dialpad Modal
3588
- */
3589
- dialpadModalTitle: string;
3590
- /**
3591
- * Aria Label for dialpad Modal
3592
- */
3593
- dialpadModalAriaLabel: string;
3594
- /**
3595
- * Aria Label for dialpad Modal close button
3596
- */
3597
- dialpadCloseModalButtonAriaLabel: string;
3598
- /**
3599
- * Placeholder text for dtmf dialpad
3600
- */
3601
- dtmfDialpadPlaceholderText: string;
3602
- /**
3603
- * Label for the button to open dtmf dialpad
3604
- */
3605
- openDtmfDialpadLabel: string;
3606
2628
  /**
3607
2629
  * aria label for when the invite link has been actioned
3608
2630
  */
@@ -3619,9 +2641,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3619
2641
  * Show or hide the chat button in the call-with-chat composite control bar.
3620
2642
  * @defaultValue true
3621
2643
  */
3622
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3623
- disabled: boolean;
3624
- };
2644
+ chatButton?: boolean;
3625
2645
  }
3626
2646
 
3627
2647
  /**
@@ -3631,35 +2651,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3631
2651
  */
3632
2652
  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';
3633
2653
 
3634
- /**
3635
- * @beta
3636
- *
3637
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3638
- * by their browsers settings.
3639
- */
3640
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3641
-
3642
- /**
3643
- * @beta
3644
- * Props for CameraAndMicrophoneSitePermissions component.
3645
- */
3646
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3647
- /** Icon name for the camera icon */
3648
- cameraIconName?: string;
3649
- /** Icon name for the microphone icon */
3650
- microphoneIconName?: string;
3651
- /** Icon name for the central icon between the camera and microphone icons */
3652
- connectorIconName?: string;
3653
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3654
- strings?: CameraAndMicrophoneSitePermissionsStrings;
3655
- }
3656
-
3657
- /**
3658
- * @beta
3659
- * Strings for CameraAndMicrophoneSitePermissions component.
3660
- */
3661
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3662
-
3663
2654
  /**
3664
2655
  * A button to turn camera on / off.
3665
2656
  *
@@ -3816,31 +2807,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3816
2807
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3817
2808
  }
3818
2809
 
3819
- /**
3820
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3821
- * by their browsers settings.
3822
- *
3823
- * @beta
3824
- */
3825
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3826
-
3827
- /**
3828
- * @beta
3829
- * Props for CameraSitePermissions component.
3830
- */
3831
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3832
- /** Icon name for the camera icon */
3833
- cameraIconName?: string;
3834
- /** Strings for use with the {@link CameraSitePermissions} */
3835
- strings?: CameraSitePermissionsStrings;
3836
- }
3837
-
3838
- /**
3839
- * @beta
3840
- * Strings for CameraSitePermissions component.
3841
- */
3842
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3843
-
3844
2810
  /**
3845
2811
  * @public
3846
2812
  * Callback function run when a message edit is cancelled.
@@ -4046,7 +3012,7 @@ export declare type CaptionsReceivedListener = (event: {
4046
3012
  *
4047
3013
  * @public
4048
3014
  */
4049
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers & FileUploadAdapter;
3015
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
4050
3016
 
4051
3017
  /**
4052
3018
  * {@link ChatAdapter} state.
@@ -4154,9 +3120,7 @@ export declare interface ChatAdapterThreadManagement {
4154
3120
  /**
4155
3121
  * Update a message content.
4156
3122
  */
4157
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
4158
- attachmentMetadata?: AttachmentMetadata[];
4159
- }): Promise<void>;
3123
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
4160
3124
  /**
4161
3125
  * Delete a message in the thread.
4162
3126
  */
@@ -4169,9 +3133,6 @@ export declare interface ChatAdapterThreadManagement {
4169
3133
  *
4170
3134
  */
4171
3135
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
4172
- downloadAttachments: (options: {
4173
- attachmentUrls: Record<string, string>;
4174
- }) => Promise<AttachmentDownloadResult[]>;
4175
3136
  }
4176
3137
 
4177
3138
  /**
@@ -4181,21 +3142,8 @@ export declare interface ChatAdapterThreadManagement {
4181
3142
  */
4182
3143
  export declare type ChatAdapterUiState = {
4183
3144
  error?: Error;
4184
- /**
4185
- * Files being uploaded by a user in the current thread.
4186
- * Should be set to null once the upload is complete.
4187
- * Array of type {@link FileUploadsUiState}
4188
- * @beta
4189
- */
4190
- fileUploads?: FileUploadsUiState;
4191
3145
  };
4192
3146
 
4193
- /**
4194
- * Represents the type of attachment
4195
- * @beta
4196
- */
4197
- export declare type ChatAttachmentType = 'file' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
4198
-
4199
3147
  /**
4200
3148
  * Common props for selectors for {@link ChatClientState}.
4201
3149
  *
@@ -4296,7 +3244,6 @@ export declare type ChatCompositeIcons = {
4296
3244
  ParticipantItemOptionsHovered?: JSX.Element;
4297
3245
  SendBoxSend?: JSX.Element;
4298
3246
  SendBoxSendHovered?: JSX.Element;
4299
- SendBoxAttachFile?: JSX.Element;
4300
3247
  };
4301
3248
 
4302
3249
  /**
@@ -4311,13 +3258,6 @@ export declare type ChatCompositeOptions = {
4311
3258
  * @defaultValue true
4312
3259
  */
4313
3260
  errorBar?: boolean;
4314
- /**
4315
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4316
- * @defaultValue false
4317
- *
4318
- * @beta
4319
- */
4320
- participantPane?: boolean;
4321
3261
  /**
4322
3262
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4323
3263
  * @defaultValue true
@@ -4328,12 +3268,6 @@ export declare type ChatCompositeOptions = {
4328
3268
  * When undefined nothing has focus on render
4329
3269
  */
4330
3270
  autoFocus?: 'sendBoxTextField';
4331
- /**
4332
- * Properties for configuring the File Sharing feature.
4333
- * If undefined, file sharing feature will be disabled.
4334
- * @beta
4335
- */
4336
- fileSharing?: FileSharingOptions;
4337
3271
  };
4338
3272
 
4339
3273
  /**
@@ -4361,12 +3295,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4361
3295
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4362
3296
  */
4363
3297
  options?: ChatCompositeOptions;
4364
- /**
4365
- * Optimizes the composite form factor for either desktop or mobile.
4366
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4367
- * @defaultValue 'desktop'
4368
- */
4369
- formFactor?: 'desktop' | 'mobile';
4370
3298
  }
4371
3299
 
4372
3300
  /**
@@ -4381,10 +3309,6 @@ export declare interface ChatCompositeStrings {
4381
3309
  * Chat list header text
4382
3310
  */
4383
3311
  chatListHeader: string;
4384
- /**
4385
- * Upload File Button text
4386
- */
4387
- uploadFile: string;
4388
3312
  }
4389
3313
 
4390
3314
  /**
@@ -4433,7 +3357,7 @@ export declare type ChatErrors = {
4433
3357
  *
4434
3358
  * @public
4435
3359
  */
4436
- 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';
3360
+ 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';
4437
3361
 
4438
3362
  /**
4439
3363
  * Object containing all the handlers required for chat components.
@@ -4450,10 +3374,7 @@ export declare type ChatHandlers = {
4450
3374
  onRemoveParticipant: (userId: string) => Promise<void>;
4451
3375
  updateThreadTopicName: (topicName: string) => Promise<void>;
4452
3376
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4453
- onUpdateMessage: (messageId: string, content: string, options?: {
4454
- metadata?: Record<string, string>;
4455
- attachmentMetadata?: AttachmentMetadata[];
4456
- }) => Promise<void>;
3377
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4457
3378
  onDeleteMessage: (messageId: string) => Promise<void>;
4458
3379
  };
4459
3380
 
@@ -4480,18 +3401,6 @@ export declare interface ChatMessage extends MessageCommon {
4480
3401
  * {@link @azure/communication-chat#ChatMessage.metadata}
4481
3402
  */
4482
3403
  metadata?: Record<string, string>;
4483
- /**
4484
- * @beta
4485
- * A list of file attachments for the message.
4486
- * {@link FileMetadata}
4487
- */
4488
- files?: FileMetadata[];
4489
- /**
4490
- * @beta
4491
- * A list of inline images embedded in the message.
4492
- * {@link InlineImageMetadata}
4493
- */
4494
- inlineImages?: InlineImageMetadata[];
4495
3404
  }
4496
3405
 
4497
3406
  /**
@@ -4505,7 +3414,6 @@ export declare interface ChatMessage extends MessageCommon {
4505
3414
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4506
3415
  clientMessageId?: string;
4507
3416
  status: MessageStatus;
4508
- policyViolation?: boolean;
4509
3417
  };
4510
3418
 
4511
3419
  /**
@@ -4525,26 +3433,6 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
4525
3433
  */
4526
3434
  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;
4527
3435
 
4528
- /**
4529
- * Custom Fluent theme palette used by chat related components in this library.
4530
- *
4531
- * @beta
4532
- */
4533
- export declare interface ChatTheme {
4534
- /**
4535
- * Custom Fluent theme palette used by chat related components in this library.
4536
- *
4537
- * @beta
4538
- */
4539
- chatPalette: {
4540
- modalOverlayBlack: string;
4541
- modalTitleWhite: string;
4542
- modalButtonBackground: string;
4543
- modalButtonBackgroundHover: string;
4544
- modalButtonBackgroundActive: string;
4545
- };
4546
- }
4547
-
4548
3436
  /**
4549
3437
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
4550
3438
  *
@@ -4670,12 +3558,6 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
4670
3558
  * @public
4671
3559
  */
4672
3560
  startCall(participants: string[], options?: StartCallOptions): void;
4673
- /**
4674
- * Start the call.
4675
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4676
- * @beta
4677
- */
4678
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
4679
3561
  }
4680
3562
 
4681
3563
  /**
@@ -4691,16 +3573,6 @@ export declare type CommonCallAdapterOptions = {
4691
3573
  videoBackgroundImages?: VideoBackgroundImage[];
4692
3574
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
4693
3575
  };
4694
- /**
4695
- * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4696
- * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4697
- * and would not be updated again within the lifecycle of adapter.
4698
- */
4699
- onFetchProfile?: OnFetchProfileCallback;
4700
- /**
4701
- * Sounds to use for calling events
4702
- */
4703
- callingSounds?: CallingSounds;
4704
3576
  };
4705
3577
 
4706
3578
  /**
@@ -4723,9 +3595,7 @@ export declare type CommonCallControlOptions = {
4723
3595
  * Show or Hide Camera Button during a call
4724
3596
  * @defaultValue true
4725
3597
  */
4726
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4727
- disabled: boolean;
4728
- };
3598
+ cameraButton?: boolean;
4729
3599
  /**
4730
3600
  * Show or Hide EndCall button during a call.
4731
3601
  * @defaultValue true
@@ -4735,16 +3605,12 @@ export declare type CommonCallControlOptions = {
4735
3605
  * Show or Hide Microphone button during a call.
4736
3606
  * @defaultValue true
4737
3607
  */
4738
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4739
- disabled: boolean;
4740
- };
3608
+ microphoneButton?: boolean;
4741
3609
  /**
4742
3610
  * Show or Hide Devices button during a call.
4743
3611
  * @defaultValue true
4744
3612
  */
4745
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4746
- disabled: boolean;
4747
- };
3613
+ devicesButton?: boolean;
4748
3614
  /**
4749
3615
  * Show, Hide or Disable participants button during a call.
4750
3616
  * @defaultValue true
@@ -4775,16 +3641,11 @@ export declare type CommonCallControlOptions = {
4775
3641
  * Inject custom buttons in the call controls.
4776
3642
  */
4777
3643
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4778
- holdButton?: boolean | {
4779
- disabled: boolean;
4780
- };
4781
3644
  /**
4782
3645
  * Show or hide the people button in the composite control bar.
4783
3646
  * @defaultValue true
4784
3647
  */
4785
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4786
- disabled: boolean;
4787
- };
3648
+ peopleButton?: boolean;
4788
3649
  };
4789
3650
 
4790
3651
  /**
@@ -4809,9 +3670,6 @@ export declare interface CommonCallingHandlers {
4809
3670
  onRaiseHand: () => Promise<void>;
4810
3671
  onLowerHand: () => Promise<void>;
4811
3672
  onToggleRaiseHand: () => Promise<void>;
4812
- onToggleHold: () => Promise<void>;
4813
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4814
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4815
3673
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4816
3674
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4817
3675
  /**
@@ -4821,10 +3679,7 @@ export declare interface CommonCallingHandlers {
4821
3679
  onDisposeLocalStreamView: () => Promise<void>;
4822
3680
  onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
4823
3681
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4824
- onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4825
3682
  onRemoveParticipant(userId: string): Promise<void>;
4826
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4827
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4828
3683
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
4829
3684
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4830
3685
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4833,7 +3688,6 @@ export declare interface CommonCallingHandlers {
4833
3688
  onStopCaptions: () => Promise<void>;
4834
3689
  onSetSpokenLanguage: (language: string) => Promise<void>;
4835
3690
  onSetCaptionLanguage: (language: string) => Promise<void>;
4836
- onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
4837
3691
  }
4838
3692
 
4839
3693
  /**
@@ -4845,39 +3699,6 @@ export declare type CommonProperties<A, B> = {
4845
3699
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4846
3700
  }[keyof A & keyof B];
4847
3701
 
4848
- /**
4849
- * @beta
4850
- * Props for SitePermissions components.
4851
- */
4852
- export declare interface CommonSitePermissionsProps {
4853
- /**
4854
- * Name of application calling experience is in.
4855
- */
4856
- appName: string;
4857
- /**
4858
- * Kind of the Site Permissions component.
4859
- */
4860
- kind: 'request' | 'denied' | 'check';
4861
- /**
4862
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4863
- */
4864
- browserHint?: 'safari' | 'unset';
4865
- /**
4866
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
4867
- * If this is not provided the button will not be shown.
4868
- */
4869
- onTroubleshootingClick?: () => void;
4870
- /**
4871
- * Action that is taken when the user clicks the continue anyway button.
4872
- * If this is not provided the button will not be shown.
4873
- */
4874
- onContinueAnywayClick?: () => void;
4875
- /**
4876
- * Styles for SitePermissions component.
4877
- */
4878
- styles?: SitePermissionsStyles;
4879
- }
4880
-
4881
3702
  /**
4882
3703
  * A Chat or Calling participant's state, as reflected in the UI.
4883
3704
  *
@@ -5054,11 +3875,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5054
3875
  export declare interface ComponentLocale {
5055
3876
  /** Strings for components */
5056
3877
  strings: ComponentStrings;
5057
- /**
5058
- * Optional function to provide customized date format.
5059
- * @beta
5060
- */
5061
- onDisplayDateTimeString?: (messageDate: Date) => string;
5062
3878
  }
5063
3879
 
5064
3880
  /**
@@ -5104,64 +3920,16 @@ export declare interface ComponentStrings {
5104
3920
  typingIndicator: TypingIndicatorStrings;
5105
3921
  /** Strings for SendBox */
5106
3922
  sendBox: SendBoxStrings;
5107
- /** Strings for MentionPopover */
5108
- mentionPopover: MentionPopoverStrings;
5109
- /** Strings for ImageGallery */
5110
- imageGallery: ImageGalleryStrings;
5111
3923
  /** Strings for MessageStatusIndicator */
5112
3924
  messageStatusIndicator: MessageStatusIndicatorStrings;
5113
3925
  /** Strings for ErroBar */
5114
3926
  errorBar: ErrorBarStrings;
5115
3927
  /** Strings for VideoGallery */
5116
3928
  videoGallery: VideoGalleryStrings;
5117
- /** Strings for Dialpad */
5118
- dialpad: DialpadStrings;
5119
- /** Strings for VideoTile */
5120
- videoTile: VideoTileStrings;
5121
- /** Strings for HoldButton */
5122
- holdButton: HoldButtonStrings;
5123
- /** Strings for a site's permission request prompt */
5124
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
5125
- /** Strings for a site's permission request prompt */
5126
- CameraSitePermissionsRequest: SitePermissionsStrings;
5127
- /** Strings for a site's permission request prompt */
5128
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
5129
- /** Strings for a site's permission generic checking prompt */
5130
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
5131
- /** Strings for a site's permission generic checking prompt */
5132
- CameraSitePermissionsCheck: SitePermissionsStrings;
5133
- /** Strings for a site's permission generic checking prompt */
5134
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
5135
- /** Strings for a site's permission denied prompt */
5136
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
5137
- /** Strings for a site's permission denied prompt for safari browsers*/
5138
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5139
- /** Strings for a site's permission denied prompt */
5140
- CameraSitePermissionsDenied: SitePermissionsStrings;
5141
- /** Strings for a site's permission denied prompt */
5142
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
5143
- /** Strings for a site's permission denied prompt for safari browsers*/
5144
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
5145
- /** Strings for a site's permission denied prompt for safari browsers*/
5146
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5147
- /** Strings for unsupported browser UI */
5148
- UnsupportedBrowser: UnsupportedBrowserStrings;
5149
- /** Strings for unsupported browser version UI */
5150
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
5151
- /** Strings for unsupported browser version UI */
5152
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
5153
- /** Strings for BrowserPemissionDenied */
5154
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
5155
- /** Strings for BrowserPemissionDeniedIOS */
5156
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
5157
3929
  /**
5158
3930
  * Strings for the VerticalGallery.
5159
3931
  */
5160
3932
  verticalGallery: VerticalGalleryStrings;
5161
- /** Strings for the participant list component */
5162
- ParticipantList: ParticipantListStrings;
5163
- /** Strings for the attendee role */
5164
- AttendeeRole: string;
5165
3933
  }
5166
3934
 
5167
3935
  /**
@@ -5524,7 +4292,7 @@ export declare interface ControlBarProps {
5524
4292
  *
5525
4293
  * @public
5526
4294
  */
5527
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4295
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
5528
4296
 
5529
4297
  /**
5530
4298
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -5534,7 +4302,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
5534
4302
  *
5535
4303
  * @public
5536
4304
  */
5537
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4305
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
5538
4306
 
5539
4307
  /**
5540
4308
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -5542,7 +4310,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
5542
4310
  *
5543
4311
  * @public
5544
4312
  */
5545
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4313
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5546
4314
 
5547
4315
  /**
5548
4316
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5553,7 +4321,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
5553
4321
  *
5554
4322
  * @public
5555
4323
  */
5556
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4324
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5557
4325
 
5558
4326
  /**
5559
4327
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -5572,16 +4340,14 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
5572
4340
  *
5573
4341
  * @public
5574
4342
  */
5575
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
5576
- credential?: CommunicationTokenCredential;
5577
- }): Promise<ChatAdapter>;
4343
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5578
4344
 
5579
4345
  /**
5580
4346
  * Type of {@link createDefaultCallingHandlers}.
5581
4347
  *
5582
4348
  * @public
5583
4349
  */
5584
- export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
4350
+ export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, /* @conditional-compile-remove(video-background-effects) */ options?: CallingHandlersOptions) => CallingHandlers;
5585
4351
 
5586
4352
  /**
5587
4353
  * Create the default implementation of {@link CallingHandlers} for teams call.
@@ -5605,18 +4371,6 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5605
4371
  */
5606
4372
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5607
4373
 
5608
- /**
5609
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5610
- *
5611
- * Useful when implementing a custom component that utilizes the providers
5612
- * exported from this library.
5613
- *
5614
- * @beta
5615
- */
5616
- 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?: {
5617
- onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
5618
- }) => never | TeamsCallingHandlers;
5619
-
5620
4374
  /**
5621
4375
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5622
4376
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -5642,21 +4396,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5642
4396
  */
5643
4397
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
5644
4398
 
5645
- /**
5646
- * @beta
5647
- */
5648
- export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5649
-
5650
- /**
5651
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5652
- *
5653
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
5654
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5655
- *
5656
- * @beta
5657
- */
5658
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
5659
-
5660
4399
  /**
5661
4400
  * Object returned after creating a local or remote VideoStream.
5662
4401
  * This contains helper functions to manipulate the render of the stream.
@@ -5707,13 +4446,6 @@ export declare type CustomAvatarOptions = {
5707
4446
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5708
4447
  /** Display name to be used in Persona */
5709
4448
  text?: string;
5710
- /** State for the participant to be displayed in the defaultPlaceHolder */
5711
- participantState?: ParticipantState;
5712
- /**
5713
- * If true, show the special coin for unknown persona.
5714
- * It has '?' in place of initials, with static font and background colors
5715
- */
5716
- showUnknownPersonaCoin?: boolean;
5717
4449
  };
5718
4450
 
5719
4451
  /**
@@ -5839,19 +4571,7 @@ export declare interface CustomMessage extends MessageCommon {
5839
4571
  *
5840
4572
  * @public
5841
4573
  */
5842
- export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5843
-
5844
- /**
5845
- * @beta
5846
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5847
- */
5848
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
5849
-
5850
- /**
5851
- * @beta
5852
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
5853
- */
5854
- export declare type DeclarativeIncomingCall = IncomingCall;
4574
+ export declare const darkTheme: PartialTheme & CallingTheme;
5855
4575
 
5856
4576
  /**
5857
4577
  * The default set of icons that are available to use in the UI components.
@@ -5869,16 +4589,12 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5869
4589
  ControlButtonMicOn: React_2.JSX.Element;
5870
4590
  ControlButtonOptions: React_2.JSX.Element;
5871
4591
  ControlButtonParticipants: React_2.JSX.Element;
5872
- ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5873
4592
  ControlButtonScreenShareStart: React_2.JSX.Element;
5874
4593
  ControlButtonScreenShareStop: React_2.JSX.Element;
5875
4594
  ControlButtonRaiseHand: React_2.JSX.Element;
5876
4595
  ControlButtonLowerHand: React_2.JSX.Element;
5877
4596
  RaiseHandContextualMenuItem: React_2.JSX.Element;
5878
4597
  LowerHandContextualMenuItem: React_2.JSX.Element;
5879
- CancelFileUpload: React_2.JSX.Element;
5880
- DownloadFile: React_2.JSX.Element;
5881
- DataLossPreventionProhibited: React_2.JSX.Element;
5882
4598
  EditBoxCancel: React_2.JSX.Element;
5883
4599
  EditBoxSubmit: React_2.JSX.Element;
5884
4600
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -5911,20 +4627,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5911
4627
  ParticipantItemOptions: React_2.JSX.Element;
5912
4628
  ParticipantItemOptionsHovered: React_2.JSX.Element;
5913
4629
  ParticipantItemScreenShareStart: React_2.JSX.Element;
5914
- HoldCallContextualMenuItem: React_2.JSX.Element;
5915
- HoldCallButton: React_2.JSX.Element;
5916
- ResumeCall: React_2.JSX.Element;
5917
4630
  SendBoxSend: React_2.JSX.Element;
5918
4631
  SendBoxSendHovered: React_2.JSX.Element;
5919
4632
  VideoTileMicOff: React_2.JSX.Element;
5920
- DialpadBackspace: React_2.JSX.Element;
5921
- SitePermissionsSparkle: React_2.JSX.Element;
5922
- SitePermissionCamera: React_2.JSX.Element;
5923
- SitePermissionMic: React_2.JSX.Element;
5924
- SitePermissionCameraDenied: React_2.JSX.Element;
5925
- SitePermissionMicDenied: React_2.JSX.Element;
5926
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
5927
- BrowserPermissionDeniedError: React_2.JSX.Element;
5928
4633
  VideoTilePinned: React_2.JSX.Element;
5929
4634
  VideoTileMoreOptions: React_2.JSX.Element;
5930
4635
  VideoTileScaleFit: React_2.JSX.Element;
@@ -5947,8 +4652,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
5947
4652
  ContextMenuCameraIcon: React_2.JSX.Element;
5948
4653
  ContextMenuMicIcon: React_2.JSX.Element;
5949
4654
  ContextMenuSpeakerIcon: React_2.JSX.Element;
5950
- SurveyStarIcon: React_2.JSX.Element;
5951
- SurveyStarIconFilled: React_2.JSX.Element;
5952
4655
  };
5953
4656
 
5954
4657
  /**
@@ -5969,7 +4672,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
5969
4672
  ParticipantItemOptionsHovered: JSX.Element;
5970
4673
  SendBoxSend: JSX.Element;
5971
4674
  SendBoxSendHovered: JSX.Element;
5972
- SendBoxAttachFile?: JSX.Element | undefined;
5973
4675
  ControlBarPeopleButton?: JSX.Element | undefined;
5974
4676
  ControlButtonCameraOff: JSX.Element;
5975
4677
  ControlButtonCameraOn: JSX.Element;
@@ -6012,7 +4714,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6012
4714
  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element | undefined;
6013
4715
  NoticePageLeftCall?: JSX.Element | undefined;
6014
4716
  NoticePageRemovedFromCall?: JSX.Element | undefined;
6015
- NoticePageCallRejected?: JSX.Element | undefined;
6016
4717
  NoticePageNotInvitedToRoom?: JSX.Element | undefined;
6017
4718
  NoticePageRoomNotFound?: JSX.Element | undefined;
6018
4719
  NoticePageRoomNotValid?: JSX.Element | undefined;
@@ -6023,9 +4724,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6023
4724
  ParticipantItemScreenShareStart: JSX.Element;
6024
4725
  VideoTileMicOff: JSX.Element;
6025
4726
  LocalCameraSwitch?: JSX.Element | undefined;
6026
- PeoplePaneAddPerson?: JSX.Element | undefined;
6027
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
6028
- DialpadStartCall?: JSX.Element | undefined;
6029
4727
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
6030
4728
  BlurVideoBackground?: JSX.Element | undefined;
6031
4729
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -6046,25 +4744,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6046
4744
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
6047
4745
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
6048
4746
  MoreDrawerSpeakers?: JSX.Element | undefined;
4747
+ SendBoxAttachFile?: JSX.Element | undefined;
6049
4748
  ChatMessageOptions: React_2.JSX.Element;
6050
- ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6051
- CancelFileUpload: React_2.JSX.Element;
6052
- DownloadFile: React_2.JSX.Element;
6053
- DataLossPreventionProhibited: React_2.JSX.Element;
6054
4749
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6055
4750
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6056
4751
  MessageResend: React_2.JSX.Element;
6057
- HoldCallContextualMenuItem: React_2.JSX.Element;
6058
- HoldCallButton: React_2.JSX.Element;
6059
- ResumeCall: React_2.JSX.Element;
6060
- DialpadBackspace: React_2.JSX.Element;
6061
- SitePermissionsSparkle: React_2.JSX.Element;
6062
- SitePermissionCamera: React_2.JSX.Element;
6063
- SitePermissionMic: React_2.JSX.Element;
6064
- SitePermissionCameraDenied: React_2.JSX.Element;
6065
- SitePermissionMicDenied: React_2.JSX.Element;
6066
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6067
- BrowserPermissionDeniedError: React_2.JSX.Element;
6068
4752
  VideoTilePinned: React_2.JSX.Element;
6069
4753
  VideoTileMoreOptions: React_2.JSX.Element;
6070
4754
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6083,36 +4767,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6083
4767
  CaptionsOffIcon: React_2.JSX.Element;
6084
4768
  CaptionsSettingsIcon: React_2.JSX.Element;
6085
4769
  ChangeSpokenLanguageIcon: React_2.JSX.Element;
6086
- ChangeCaptionLanguageIcon: React_2.JSX.Element;
6087
- ContextMenuCameraIcon: React_2.JSX.Element;
6088
- ContextMenuMicIcon: React_2.JSX.Element;
6089
- ContextMenuSpeakerIcon: React_2.JSX.Element;
6090
- SurveyStarIcon: React_2.JSX.Element;
6091
- SurveyStarIconFilled: React_2.JSX.Element;
6092
- };
6093
-
6094
- /**
6095
- * Device Checks.
6096
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
6097
- *
6098
- * @beta
6099
- */
6100
- export declare interface DeviceCheckOptions {
6101
- /**
6102
- * Camera Permission prompts for your call.
6103
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6104
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6105
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6106
- */
6107
- camera: 'required' | 'optional' | 'doNotPrompt';
6108
- /**
6109
- * Microphone permission prompts for your call.
6110
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6111
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6112
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6113
- */
6114
- microphone: 'required' | 'optional' | 'doNotPrompt';
6115
- }
4770
+ ChangeCaptionLanguageIcon: React_2.JSX.Element;
4771
+ ContextMenuCameraIcon: React_2.JSX.Element;
4772
+ ContextMenuMicIcon: React_2.JSX.Element;
4773
+ ContextMenuSpeakerIcon: React_2.JSX.Element;
4774
+ };
6116
4775
 
6117
4776
  /**
6118
4777
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
@@ -6332,60 +4991,6 @@ export declare interface DiagnosticsCallFeatureState {
6332
4991
  media: MediaDiagnosticsState;
6333
4992
  }
6334
4993
 
6335
- /**
6336
- * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6337
- * It will return empty component for stable builds
6338
- *
6339
- * @beta
6340
- */
6341
- export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6342
-
6343
- /**
6344
- * Props for {@link Dialpad} component.
6345
- *
6346
- * @beta
6347
- */
6348
- export declare interface DialpadProps {
6349
- strings?: DialpadStrings;
6350
- /** function to send dtmf tones on button click */
6351
- onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
6352
- /** Callback for dialpad button behavior*/
6353
- onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
6354
- /** set dialpad textfield content */
6355
- textFieldValue?: string;
6356
- /** on change function for text field, provides an unformatted plain text*/
6357
- onChange?: (input: string) => void;
6358
- /** boolean input to determine when to show/hide delete button, default true */
6359
- showDeleteButton?: boolean;
6360
- /** boolean input to determine if dialpad is in mobile view, default false */
6361
- isMobile?: boolean;
6362
- styles?: DialpadStyles;
6363
- }
6364
-
6365
- /**
6366
- * Strings of {@link Dialpad} that can be overridden.
6367
- *
6368
- * @beta
6369
- */
6370
- export declare interface DialpadStrings {
6371
- placeholderText: string;
6372
- deleteButtonAriaLabel?: string;
6373
- }
6374
-
6375
- /**
6376
- * Styles for {@link Dialpad} component.
6377
- *
6378
- * @beta
6379
- */
6380
- export declare interface DialpadStyles {
6381
- root?: IStyle;
6382
- button?: IButtonStyles;
6383
- textField?: Partial<ITextFieldStyles>;
6384
- digit?: IStyle;
6385
- letter?: IStyle;
6386
- deleteIcon?: IButtonStyles;
6387
- }
6388
-
6389
4994
  /**
6390
4995
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
6391
4996
  *
@@ -6407,13 +5012,6 @@ declare interface Disposable_2 {
6407
5012
  }
6408
5013
  export { Disposable_2 as Disposable }
6409
5014
 
6410
- /**
6411
- * DTMF tone for PSTN calls.
6412
- *
6413
- * @beta
6414
- */
6415
- export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6416
-
6417
5015
  /**
6418
5016
  * A type for trivial selectors that return no data.
6419
5017
  *
@@ -6667,206 +5265,6 @@ export declare interface ErrorBarStrings {
6667
5265
  */
6668
5266
  export declare type ErrorType = keyof ErrorBarStrings;
6669
5267
 
6670
- /**
6671
- * @beta
6672
- * A file download error returned via a {@link FileDownloadHandler}.
6673
- * This error message is used to render an error message in the UI.
6674
- */
6675
- export declare interface FileDownloadError {
6676
- /** The error message to display in the UI */
6677
- errorMessage: string;
6678
- }
6679
-
6680
- /**
6681
- * @beta
6682
- *
6683
- * A callback function for handling file downloads.
6684
- * The function needs to return a promise that resolves to a file download URL.
6685
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6686
- *
6687
- * @example
6688
- * ```ts
6689
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6690
- * if (isUnauthorizedUser(userId)) {
6691
- * return { errorMessage: 'You don’t have permission to download this file.' };
6692
- * } else {
6693
- * return new URL(fileData.url);
6694
- * }
6695
- * }
6696
- *
6697
- * const App = () => (
6698
- * <ChatComposite
6699
- * ...
6700
- * fileSharing={{
6701
- * fileDownloadHandler: fileDownloadHandler
6702
- * }}
6703
- * />
6704
- * )
6705
- *
6706
- * ```
6707
- * @param userId - The user ID of the user downloading the file.
6708
- * @param fileMetadata - The {@link AttachmentMetadata} containing file `url`, `extension` and `name`.
6709
- */
6710
- export declare type FileDownloadHandler = (userId: string, fileMetadata: AttachmentMetadata) => Promise<URL | FileDownloadError>;
6711
-
6712
- /**
6713
- * Metadata containing basic information about the uploaded file.
6714
- *
6715
- * @beta
6716
- */
6717
- export declare interface FileMetadata {
6718
- attachmentType: 'file';
6719
- /**
6720
- * Extension hint, useful for rendering a specific icon.
6721
- * An unknown or empty extension will be rendered as a generic icon.
6722
- * Example: `pdf`
6723
- */
6724
- extension: string;
6725
- /**
6726
- * Unique ID of the file.
6727
- */
6728
- id: string;
6729
- /**
6730
- * File name to be displayed.
6731
- */
6732
- name: string;
6733
- /**
6734
- * Download URL for the file.
6735
- */
6736
- url: string;
6737
- payload?: Record<string, string>;
6738
- }
6739
-
6740
- /**
6741
- * Properties for configuring the File Sharing feature.
6742
- * @beta
6743
- */
6744
- export declare interface FileSharingOptions {
6745
- /**
6746
- * A string containing the comma separated list of accepted file types.
6747
- * Similar to the `accept` attribute of the `<input type="file" />` element.
6748
- * Accepts any type of file if not specified.
6749
- * @beta
6750
- */
6751
- accept?: string;
6752
- /**
6753
- * Allows multiple files to be selected if set to `true`.
6754
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
6755
- * @defaultValue false
6756
- * @beta
6757
- */
6758
- multiple?: boolean;
6759
- /**
6760
- * A function of type {@link FileUploadHandler} for handling file uploads.
6761
- * @beta
6762
- */
6763
- uploadHandler: FileUploadHandler;
6764
- /**
6765
- * A function of type {@link FileDownloadHandler} for handling file downloads.
6766
- * If the function is not specified, the file's `url` will be opened in a new tab to
6767
- * initiate the download.
6768
- */
6769
- downloadHandler?: FileDownloadHandler;
6770
- }
6771
-
6772
- /**
6773
- * @beta
6774
- */
6775
- export declare interface FileUploadAdapter {
6776
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6777
- registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
6778
- clearFileUploads: () => void;
6779
- cancelFileUpload: (id: string) => void;
6780
- updateFileUploadProgress: (id: string, progress: number) => void;
6781
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6782
- updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
6783
- }
6784
-
6785
- /**
6786
- * @beta
6787
- * Error message to be displayed to the user if the upload fails.
6788
- */
6789
- export declare type FileUploadError = {
6790
- message: string;
6791
- timestamp: number;
6792
- };
6793
-
6794
- /**
6795
- * @beta
6796
- * A callback function for handling file uploads.
6797
- *
6798
- * @param userId - The user ID of the user uploading the file.
6799
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6800
- */
6801
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6802
-
6803
- /**
6804
- * A wrapper object for a file that is being uploaded.
6805
- * Allows managing file uploads by providing common functions for updating the
6806
- * upload progress, canceling an upload, completing an upload etc.
6807
- * @beta
6808
- */
6809
- export declare interface FileUploadManager {
6810
- /**
6811
- * Unique identifier for the file upload.
6812
- */
6813
- id: string;
6814
- /**
6815
- * HTML {@link File} object for the uploaded file.
6816
- */
6817
- file?: File;
6818
- /**
6819
- * Update the progress of the upload.
6820
- * @param value - number between 0 and 1
6821
- */
6822
- notifyUploadProgressChanged: (value: number) => void;
6823
- /**
6824
- * Mark the upload as complete.
6825
- * Requires the `metadata` param containing uploaded file information.
6826
- * @param metadata - {@link AttachmentMetadata}
6827
- */
6828
- notifyUploadCompleted: (metadata: AttachmentMetadata) => void;
6829
- /**
6830
- * Mark the upload as failed.
6831
- * @param message - An error message that can be displayed to the user.
6832
- */
6833
- notifyUploadFailed: (message: string) => void;
6834
- }
6835
-
6836
- /**
6837
- * Contains the state attributes of a file upload like name, progress etc.
6838
- * @beta
6839
- */
6840
- export declare interface FileUploadState {
6841
- /**
6842
- * Unique identifier for the file upload.
6843
- */
6844
- id: string;
6845
- /**
6846
- * Filename extracted from the {@link File} object.
6847
- * This attribute is used to render the filename if `metadata.name` is not available.
6848
- */
6849
- filename: string;
6850
- /**
6851
- * A number between 0 and 1 indicating the progress of the upload.
6852
- */
6853
- progress: number;
6854
- /**
6855
- * Metadata {@link AttachmentMetadata} containing information about the uploaded file.
6856
- */
6857
- metadata?: AttachmentMetadata;
6858
- /**
6859
- * Error message to be displayed to the user if the upload fails.
6860
- */
6861
- error?: FileUploadError;
6862
- }
6863
-
6864
- /**
6865
- * A record containing {@link FileUploadState} mapped to unique ids.
6866
- * @beta
6867
- */
6868
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
6869
-
6870
5268
  /**
6871
5269
  * Provider to apply a Fluent theme across this library's react components.
6872
5270
  *
@@ -6906,7 +5304,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
6906
5304
  *
6907
5305
  * @public
6908
5306
  */
6909
- 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;
5307
+ 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;
6910
5308
 
6911
5309
  /**
6912
5310
  * Get the selector for a specified component.
@@ -6968,63 +5366,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
6968
5366
  children?: IStyle;
6969
5367
  }
6970
5368
 
6971
- /**
6972
- * a button to hold or resume a ongoing call.
6973
- *
6974
- * Can be used with {@link ControlBar}
6975
- *
6976
- * @param props - properties for the hold button.
6977
- * @returns
6978
- * @beta
6979
- */
6980
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
6981
-
6982
- /**
6983
- *@beta
6984
- */
6985
- export declare interface HoldButtonProps extends ControlBarButtonProps {
6986
- /**
6987
- * Utility property for using this component with communication react handlers
6988
- * Holds the call or resumes it based on call state.
6989
- */
6990
- onToggleHold: () => Promise<void>;
6991
- /**
6992
- * Optional strings to override in component
6993
- */
6994
- strings?: HoldButtonStrings;
6995
- }
6996
-
6997
- /**
6998
- * Selector type for the {@link HoldButton} component.
6999
- * @public
7000
- */
7001
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7002
- checked: boolean;
7003
- };
7004
-
7005
- /**
7006
- * Strings for the hold button labels
7007
- * @beta
7008
- */
7009
- export declare interface HoldButtonStrings {
7010
- /**
7011
- * Label for when action is to resume call.
7012
- */
7013
- onLabel: string;
7014
- /**
7015
- * Label for when action is to hold call.
7016
- */
7017
- offLabel: string;
7018
- /**
7019
- * Content for when button is checked
7020
- */
7021
- tooltipOnContent: string;
7022
- /**
7023
- * Content for when button is unchecked
7024
- */
7025
- tooltipOffContent: string;
7026
- }
7027
-
7028
5369
  /**
7029
5370
  * {@link HorizontalGallery} Component Styles.
7030
5371
  * @public
@@ -7109,99 +5450,8 @@ export declare interface _Identifiers {
7109
5450
  verticalGalleryVideoTile: string;
7110
5451
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
7111
5452
  verticalGalleryPageCounter: string;
7112
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
7113
- mentionSuggestionList: string;
7114
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
7115
- mentionSuggestionItem: string;
7116
- }
7117
-
7118
- /**
7119
- * Component to render a fullscreen modal for a selected image.
7120
- *
7121
- * @beta
7122
- */
7123
- export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
7124
-
7125
- /**
7126
- * Props for {@link ImageGallery}.
7127
- *
7128
- * @beta
7129
- */
7130
- export declare interface ImageGalleryImageProps {
7131
- /** Image Url used to display the image in a large scale. */
7132
- imageUrl: string;
7133
- /** String used as a file name when downloading this image to user's local device. */
7134
- downloadFilename: string;
7135
- /** Optional string used as a alt text for the image. @default 'image' */
7136
- altText?: string;
7137
- /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
7138
- title?: string;
7139
- /** Optional JSX element used as a title icon and displayed to the left of the title element. */
7140
- titleIcon?: JSX.Element;
7141
- }
7142
-
7143
- /**
7144
- * Props for {@link ImageGallery}.
7145
- *
7146
- * @beta
7147
- */
7148
- export declare interface ImageGalleryProps {
7149
- /**
7150
- * Boolean that controls whether the modal is displayed.
7151
- */
7152
- isOpen: boolean;
7153
- /**
7154
- * Array of images used to populate the ImageGallery
7155
- */
7156
- images: Array<ImageGalleryImageProps>;
7157
- /**
7158
- * Callback to invoke when the ImageGallery modal is dismissed
7159
- */
7160
- onDismiss: () => void;
7161
- /**
7162
- * Callback called when the download button is clicked.
7163
- */
7164
- onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
7165
- /**
7166
- * Callback called when there's an error loading the image.
7167
- */
7168
- onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
7169
- /**
7170
- * Indicating which index of the images array to start with.
7171
- */
7172
- startIndex?: number;
7173
- }
7174
-
7175
- /**
7176
- * Strings of {@link ImageGallery} that can be overridden.
7177
- *
7178
- * @beta
7179
- */
7180
- export declare interface ImageGalleryStrings {
7181
- /**
7182
- * Download button label for ImageGallery
7183
- */
7184
- downloadButtonLabel: string;
7185
- /**
7186
- * Dismiss button aria label for ImageGallery
7187
- */
7188
- dismissButtonAriaLabel: string;
7189
5453
  }
7190
5454
 
7191
- /**
7192
- * @beta
7193
- * This contains a readonly array that returns all the active `incomingCalls`.
7194
- * An active incoming call is a call that has not been answered, declined or disconnected.
7195
- */
7196
- export declare type IncomingCallManagement = {
7197
- /**
7198
- * @beta
7199
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7200
- * @returns readonly array of {@link DeclarativeIncomingCall}
7201
- */
7202
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7203
- };
7204
-
7205
5455
  /**
7206
5456
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
7207
5457
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7234,24 +5484,6 @@ export declare interface IncomingCallState {
7234
5484
  endTime?: Date;
7235
5485
  }
7236
5486
 
7237
- /**
7238
- * Metadata for rendering images inline with a message.
7239
- * This does not include images attached as files.
7240
- * @beta
7241
- */
7242
- export declare interface InlineImageMetadata {
7243
- attachmentType: 'inlineImage';
7244
- /**
7245
- * Unique ID of the attachment.
7246
- */
7247
- id: string;
7248
- previewUrl?: string;
7249
- /**
7250
- * Download URL for the full resolution version.
7251
- */
7252
- url: string;
7253
- }
7254
-
7255
5487
  /**
7256
5488
  * Callback for {@link CallAdapterSubscribers} 'isCaptionLanguageChanged' event.
7257
5489
  *
@@ -7350,7 +5582,7 @@ export declare interface JumpToNewMessageButtonProps {
7350
5582
  *
7351
5583
  * @public
7352
5584
  */
7353
- export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5585
+ export declare const lightTheme: PartialTheme & CallingTheme;
7354
5586
 
7355
5587
  /**
7356
5588
  * Whether the stream is loading or not.
@@ -7436,24 +5668,6 @@ export declare interface LocalVideoStreamVideoEffectsState {
7436
5668
  activeEffects?: VideoEffectName[];
7437
5669
  }
7438
5670
 
7439
- /**
7440
- * Options for the local video tile in the Call composite.
7441
- *
7442
- * @beta
7443
- */
7444
- export declare interface LocalVideoTileOptions {
7445
- /**
7446
- * Position of the local video tile. If unset will render the local tile in the floating local position.
7447
- *
7448
- * @defaultValue 'floating'
7449
- * @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
7450
- * 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
7451
- * local video tile rules and be docked in the bottom corner.
7452
- * This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
7453
- */
7454
- position?: 'grid' | 'floating';
7455
- }
7456
-
7457
5671
  /**
7458
5672
  * different modes of the local video tile
7459
5673
  *
@@ -7479,76 +5693,6 @@ export declare interface MediaDiagnosticsState {
7479
5693
  latest: LatestMediaDiagnostics;
7480
5694
  }
7481
5695
 
7482
- /**
7483
- * Mention's state, as reflected in the UI.
7484
- *
7485
- * @beta
7486
- */
7487
- export declare interface Mention {
7488
- /** ID of a mention */
7489
- id: string;
7490
- /** Display text of a mention */
7491
- displayText: string;
7492
- /** Optional React element to render an item icon of a mention suggestion */
7493
- icon?: JSX.Element;
7494
- }
7495
-
7496
- /**
7497
- * Options to display suggestions in the mention scenario.
7498
- *
7499
- * @beta
7500
- */
7501
- export declare interface MentionDisplayOptions {
7502
- /**
7503
- * Optional callback for customizing the mention renderer in a message thread.
7504
- */
7505
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7506
- }
7507
-
7508
- /**
7509
- * Options to lookup suggestions in the mention scenario.
7510
- *
7511
- * @beta
7512
- */
7513
- export declare interface MentionLookupOptions {
7514
- /**
7515
- * Optional string to set trigger keyword for mention a specific participant.
7516
- *
7517
- * @defaultValue `@`
7518
- */
7519
- trigger?: string;
7520
- /**
7521
- * Optional callback to fetch a list of mention suggestions base on the query.
7522
- */
7523
- onQueryUpdated: (query: string) => Promise<Mention[]>;
7524
- /**
7525
- * Optional callback to render an item of the mention suggestions list.
7526
- */
7527
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7528
- }
7529
-
7530
- /**
7531
- * Options to lookup suggestions and display mentions in the mention scenario.
7532
- *
7533
- * @beta
7534
- */
7535
- export declare type MentionOptions = {
7536
- lookupOptions?: MentionLookupOptions;
7537
- displayOptions?: MentionDisplayOptions;
7538
- };
7539
-
7540
- /**
7541
- * Strings of {@link _MentionPopover} that can be overridden.
7542
- *
7543
- * @beta
7544
- */
7545
- export declare interface MentionPopoverStrings {
7546
- /**
7547
- * Header text for MentionPopover
7548
- */
7549
- mentionPopoverHeader: string;
7550
- }
7551
-
7552
5696
  /**
7553
5697
  * Discriminated union of all messages.
7554
5698
  *
@@ -7556,7 +5700,7 @@ export declare interface MentionPopoverStrings {
7556
5700
  *
7557
5701
  * @public
7558
5702
  */
7559
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
5703
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7560
5704
 
7561
5705
  /**
7562
5706
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -7776,7 +5920,7 @@ export declare type MessageThreadProps = {
7776
5920
  /**
7777
5921
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
7778
5922
  */
7779
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
5923
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
7780
5924
  /**
7781
5925
  * number of participants in the thread
7782
5926
  */
@@ -7857,17 +6001,6 @@ export declare type MessageThreadProps = {
7857
6001
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
7858
6002
  */
7859
6003
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7860
- /**
7861
- * Optional callback to render attached files in the message component.
7862
- * @beta
7863
- */
7864
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
7865
- /**
7866
- * Optional callback to retrieve the inline image in a message.
7867
- * @param attachment - AttachmentMetadata object we want to render
7868
- * @beta
7869
- */
7870
- onFetchAttachments?: (attachments: AttachmentMetadata[]) => Promise<AttachmentDownloadResult[]>;
7871
6004
  /**
7872
6005
  * Optional callback to edit a message.
7873
6006
  *
@@ -7909,28 +6042,6 @@ export declare type MessageThreadProps = {
7909
6042
  * Optional strings to override in component
7910
6043
  */
7911
6044
  strings?: Partial<MessageThreadStrings>;
7912
- /**
7913
- * @beta
7914
- * Optional function called when someone clicks on the file download icon.
7915
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
7916
- * this function will be called with the data inside `fileSharingMetadata` key.
7917
- */
7918
- fileDownloadHandler?: FileDownloadHandler;
7919
- /**
7920
- * Optional function to provide customized date format.
7921
- * @beta
7922
- */
7923
- onDisplayDateTimeString?: (messageDate: Date) => string;
7924
- /**
7925
- * Optional props needed to lookup a mention query and display mentions
7926
- * @beta
7927
- */
7928
- mentionOptions?: MentionOptions;
7929
- /**
7930
- * Optional callback called when an inline image is clicked.
7931
- * @beta
7932
- */
7933
- onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
7934
6045
  };
7935
6046
 
7936
6047
  /**
@@ -8004,14 +6115,6 @@ export declare interface MessageThreadStrings {
8004
6115
  actionMenuMoreOptions?: string;
8005
6116
  /** Aria label to announce when a message is deleted */
8006
6117
  messageDeletedAnnouncementAriaLabel: string;
8007
- /** String for download file button in file card */
8008
- downloadFile: string;
8009
- /** String for policy violation message removal */
8010
- blockedWarningText: string;
8011
- /** String for policy violation message removal details link */
8012
- blockedWarningLinkText: string;
8013
- /** String for aria text in file attachment group*/
8014
- fileCardGroupMessage: string;
8015
6118
  }
8016
6119
 
8017
6120
  /**
@@ -8039,7 +6142,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
8039
6142
  /** Styles for system message container. */
8040
6143
  systemMessageContainer?: ComponentSlotStyle;
8041
6144
  /** Styles for blocked message container. */
8042
- blockedMessageContainer?: ComponentSlotStyle;
8043
6145
  /** Styles for message status indicator container. */
8044
6146
  messageStatusContainer?: (mine: boolean) => IStyle;
8045
6147
  }
@@ -8208,31 +6310,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
8208
6310
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
8209
6311
  }
8210
6312
 
8211
- /**
8212
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8213
- * by their browsers settings.
8214
- *
8215
- * @beta
8216
- */
8217
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8218
-
8219
- /**
8220
- * @beta
8221
- * Props for MicrophoneSitePermissions component.
8222
- */
8223
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8224
- /** Icon name for the microphone icon */
8225
- microphoneIconName?: string;
8226
- /** Strings for use with the {@link MicrophoneSitePermissions} */
8227
- strings?: MicrophoneSitePermissionsStrings;
8228
- }
8229
-
8230
- /**
8231
- * @beta
8232
- * Strings for MicrophoneSitePermissions component.
8233
- */
8234
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8235
-
8236
6313
  /**
8237
6314
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
8238
6315
  *
@@ -8251,13 +6328,6 @@ export declare interface NetworkDiagnosticsState {
8251
6328
  latest: LatestNetworkDiagnostics;
8252
6329
  }
8253
6330
 
8254
- /**
8255
- * Callback function used to provide custom data to build profile for a user.
8256
- *
8257
- * @beta
8258
- */
8259
- export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8260
-
8261
6331
  /**
8262
6332
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
8263
6333
  *
@@ -8380,14 +6450,6 @@ export declare interface ParticipantItemProps {
8380
6450
  onClick?: (props?: ParticipantItemProps) => void;
8381
6451
  /** Optional value to determine if the tooltip should be shown for participants or not */
8382
6452
  showParticipantOverflowTooltip?: boolean;
8383
- /**
8384
- * Optional value to determine and display a participants connection status.
8385
- * For example, `Connecting`, `Ringing` etc.
8386
- * The actual text that is displayed is determined by the localized string
8387
- * corresponding to the provided participant state.
8388
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8389
- */
8390
- participantState?: ParticipantState;
8391
6453
  /**
8392
6454
  * Optional aria property that prefixes the ParticipantItems aria content
8393
6455
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -8413,10 +6475,6 @@ export declare interface ParticipantItemStrings {
8413
6475
  mutedIconLabel: string;
8414
6476
  /** placeholder text for participants who does not have a display name*/
8415
6477
  displayNamePlaceholder?: string;
8416
- /** String shown when `participantState` is `Ringing` */
8417
- participantStateRinging?: string;
8418
- /** String shown when `participantState` is `Hold` */
8419
- participantStateHold?: string;
8420
6478
  }
8421
6479
 
8422
6480
  /**
@@ -8496,10 +6554,6 @@ export declare type ParticipantListProps = {
8496
6554
  styles?: ParticipantListStyles;
8497
6555
  /** Optional value to determine if the tooltip should be shown for participants or not */
8498
6556
  showParticipantOverflowTooltip?: boolean;
8499
- /** Total number of people in the call. This number can be larger than the remote participant count. */
8500
- totalParticipantCount?: number;
8501
- /** Strings for the participant list */
8502
- strings?: ParticipantListStrings;
8503
6557
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
8504
6558
  participantAriaLabelledBy?: string;
8505
6559
  };
@@ -8512,21 +6566,8 @@ export declare type ParticipantListProps = {
8512
6566
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8513
6567
  participants: CallParticipantListParticipant[];
8514
6568
  myUserId: string;
8515
- totalParticipantCount?: number;
8516
6569
  };
8517
6570
 
8518
- /**
8519
- * Strings for the {@link ParticipantList}.
8520
- *
8521
- * @beta
8522
- */
8523
- export declare interface ParticipantListStrings {
8524
- /**
8525
- * String for rendering the count of participants not contained in the displayed participant list
8526
- */
8527
- overflowParticipantCount?: string;
8528
- }
8529
-
8530
6571
  /**
8531
6572
  * Styles for the {@link ParticipantList}.
8532
6573
  *
@@ -8743,18 +6784,6 @@ export declare type ParticipantsRemovedListener = (event: {
8743
6784
  */
8744
6785
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
8745
6786
 
8746
- /**
8747
- * The profile of a user.
8748
- *
8749
- * @beta
8750
- */
8751
- export declare type Profile = {
8752
- /**
8753
- * Primary text to display, usually the name of the person.
8754
- */
8755
- displayName?: string;
8756
- };
8757
-
8758
6787
  /**
8759
6788
  * Raised hand state with order
8760
6789
  *
@@ -8939,7 +6968,6 @@ export declare interface RemoteVideoStreamState {
8939
6968
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
8940
6969
  * @beta
8941
6970
  */
8942
- isReceiving: boolean;
8943
6971
  /**
8944
6972
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
8945
6973
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -9039,19 +7067,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
9039
7067
  */
9040
7068
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
9041
7069
 
9042
- /**
9043
- * @beta
9044
- * Error to be displayed to the user in an error bar above sendbox.
9045
- */
9046
- export declare interface SendBoxErrorBarError {
9047
- /** Error Message to be displayed */
9048
- message: string;
9049
- /**
9050
- * Unix Timestamp. Preferred generation using `Date.now()`
9051
- */
9052
- timestamp: number;
9053
- }
9054
-
9055
7070
  /**
9056
7071
  * Props for {@link SendBox}.
9057
7072
  *
@@ -9071,11 +7086,6 @@ export declare interface SendBoxProps {
9071
7086
  * Optional override behavior on send button click
9072
7087
  */
9073
7088
  onSendMessage?: (content: string) => Promise<void>;
9074
- /**
9075
- * Optional props needed to lookup suggestions in the mention scenario.
9076
- * @beta
9077
- */
9078
- mentionLookupOptions?: MentionLookupOptions;
9079
7089
  /**
9080
7090
  * Optional callback called when user is typing
9081
7091
  */
@@ -9112,25 +7122,6 @@ export declare interface SendBoxProps {
9112
7122
  * When undefined nothing has focus on render
9113
7123
  */
9114
7124
  autoFocus?: 'sendBoxTextField';
9115
- /**
9116
- * Optional callback to render uploaded files in the SendBox. The sendBox will expand
9117
- * vertically to accommodate the uploaded files. File uploads will
9118
- * be rendered below the text area in sendBox.
9119
- * @beta
9120
- */
9121
- onRenderFileUploads?: () => JSX.Element;
9122
- /**
9123
- * Optional array of active file uploads where each object has attributes
9124
- * of a file upload like name, progress, errorMessage etc.
9125
- * @beta
9126
- */
9127
- activeFileUploads?: ActiveFileUpload[];
9128
- /**
9129
- * Optional callback to remove the file upload before sending by clicking on
9130
- * cancel icon.
9131
- * @beta
9132
- */
9133
- onCancelFileUpload?: (fileId: string) => void;
9134
7125
  }
9135
7126
 
9136
7127
  /**
@@ -9161,22 +7152,6 @@ export declare interface SendBoxStrings {
9161
7152
  * Aria label for send message button
9162
7153
  */
9163
7154
  sendButtonAriaLabel: string;
9164
- /**
9165
- * Error message indicating that all file uploads are not complete.
9166
- */
9167
- fileUploadsPendingError: string;
9168
- /**
9169
- * Aria label to notify user when focus is on cancel file upload button.
9170
- */
9171
- removeFile: string;
9172
- /**
9173
- * Aria label to notify user file uploading starts.
9174
- */
9175
- uploading: string;
9176
- /**
9177
- * Aria label to notify user file is uploaded.
9178
- */
9179
- uploadCompleted: string;
9180
7155
  }
9181
7156
 
9182
7157
  /**
@@ -9197,56 +7172,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
9197
7172
  systemMessage?: IStyle;
9198
7173
  }
9199
7174
 
9200
- /**
9201
- * @beta
9202
- * Strings for SitePermissions component
9203
- */
9204
- export declare type SitePermissionsStrings = {
9205
- /**
9206
- * Main text string.
9207
- */
9208
- primaryText?: string;
9209
- /**
9210
- * Subtext string.
9211
- */
9212
- secondaryText?: string;
9213
- /**
9214
- * More help link string.
9215
- */
9216
- linkText?: string;
9217
- /**
9218
- * Primary button text string.
9219
- */
9220
- primaryButtonText?: string;
9221
- /**
9222
- * Aria label describing the content of the container
9223
- */
9224
- ariaLabel?: string;
9225
- };
9226
-
9227
- /**
9228
- * Fluent styles for {@link SitePermissionsContainer}.
9229
- *
9230
- * @beta
9231
- */
9232
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
9233
- /** Styles for the primary button. */
9234
- primaryButton?: IButtonStyles;
9235
- /** Styles for the help troubleshooting link text. */
9236
- troubleshootingLink?: ILinkStyles;
9237
- }
9238
-
9239
- /**
9240
- * @beta
9241
- * Type for representing a custom sound to use for a calling event
9242
- */
9243
- export declare type SoundEffect = {
9244
- /**
9245
- * Path to sound effect
9246
- */
9247
- url: string;
9248
- };
9249
-
9250
7175
  /**
9251
7176
  * @public
9252
7177
  * spoken language strings for captions setting modal
@@ -9403,19 +7328,6 @@ export declare interface StatefulCallClient extends CallClient {
9403
7328
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
9404
7329
  */
9405
7330
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9406
- /** @conditional-compile-remove(one-to-n-calling) */
9407
- /**
9408
- * The CallAgent is used to handle calls.
9409
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9410
- * - The CallClient can only have one active CallAgent instance at a time.
9411
- * - You can create a new CallClient instance to create a new CallAgent.
9412
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9413
- * createCallAgent() method again to create a new CallAgent.
9414
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9415
- * @param options - The CallAgentOptions for additional options like display name.
9416
- * @public
9417
- */
9418
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
9419
7331
  }
9420
7332
 
9421
7333
  /**
@@ -9428,16 +7340,7 @@ export declare type StatefulCallClientArgs = {
9428
7340
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
9429
7341
  * state. It is not used by StatefulCallClient.
9430
7342
  */
9431
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9432
- /**
9433
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9434
- * to start a PSTN call.
9435
- *
9436
- * example: +11234567
9437
- *
9438
- * This is not a cached value from the headless calling client.
9439
- */
9440
- alternateCallerId?: string;
7343
+ userId: CommunicationUserIdentifier;
9441
7344
  };
9442
7345
 
9443
7346
  /**
@@ -9524,7 +7427,7 @@ export declare interface StatefulDeviceManager extends DeviceManager {
9524
7427
  * any way to {@link @azure/communication-calling#DeviceManager}. It is entirely contained in
9525
7428
  * {@link StatefulDeviceManager}. See also {@link DeviceManagerState.selectedCamera}.
9526
7429
  */
9527
- selectCamera: (device: VideoDeviceInfo) => void;
7430
+ selectCamera: (VideoDeviceInfo: any) => void;
9528
7431
  /**
9529
7432
  * Gets the list of unparented video streams. This is a list of video streams that have not been added to a
9530
7433
  * {@link @azure/communication-calling#Call}. This is useful for developers who want to interact with rendered
@@ -9566,62 +7469,6 @@ export declare interface StreamMediaProps {
9566
7469
  styles?: BaseCustomStyles;
9567
7470
  }
9568
7471
 
9569
- /**
9570
- * @beta
9571
- * Corresponding texts to each call issue
9572
- */
9573
- export declare interface SurveyIssues {
9574
- overallRating: {
9575
- callCannotJoin: string;
9576
- callCannotInvite: string;
9577
- hadToRejoin: string;
9578
- callEndedUnexpectedly: string;
9579
- otherIssues: string;
9580
- };
9581
- audioRating: {
9582
- noLocalAudio: string;
9583
- noRemoteAudio: string;
9584
- echo: string;
9585
- audioNoise: string;
9586
- lowVolume: string;
9587
- audioStoppedUnexpectedly: string;
9588
- distortedSpeech: string;
9589
- audioInterruption: string;
9590
- otherIssues: string;
9591
- };
9592
- videoRating: {
9593
- noVideoReceived: string;
9594
- noVideoSent: string;
9595
- lowQuality: string;
9596
- freezes: string;
9597
- stoppedUnexpectedly: string;
9598
- darkVideoReceived: string;
9599
- audioVideoOutOfSync: string;
9600
- otherIssues: string;
9601
- };
9602
- screenshareRating: {
9603
- noContentLocal: string;
9604
- noContentRemote: string;
9605
- cannotPresent: string;
9606
- lowQuality: string;
9607
- freezes: string;
9608
- stoppedUnexpectedly: string;
9609
- largeDelay: string;
9610
- otherIssues: string;
9611
- };
9612
- }
9613
-
9614
- /**
9615
- * @beta
9616
- * Corresponding texts to each call issue category
9617
- */
9618
- export declare interface SurveyIssuesHeadingStrings {
9619
- overallRating: string;
9620
- audioRating: string;
9621
- videoRating: string;
9622
- screenshareRating: string;
9623
- }
9624
-
9625
7472
  /**
9626
7473
  * Discriminated union of all system messages.
9627
7474
  *
@@ -9648,74 +7495,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
9648
7495
  */
9649
7496
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
9650
7497
 
9651
- /**
9652
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9653
- *
9654
- * @beta
9655
- */
9656
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
9657
- /**
9658
- * Join the call with microphone initially on/off.
9659
- * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9660
- * @param microphoneOn - Whether microphone is initially enabled
9661
- *
9662
- * @beta
9663
- */
9664
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9665
- /**
9666
- * Join the call with options bag to set microphone/camera initial state when joining call
9667
- * true = turn on the device when joining call
9668
- * false = turn off the device when joining call
9669
- * 'keep'/undefined = retain devices' precall state
9670
- *
9671
- * @param options - param to set microphone/camera initially on/off.
9672
- *
9673
- * @public
9674
- */
9675
- joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9676
- /**
9677
- * Start the call.
9678
- *
9679
- * @param participants - An array of participant ids to join
9680
- *
9681
- * @beta
9682
- */
9683
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9684
- /**
9685
- * Start the call.
9686
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9687
- * @beta
9688
- */
9689
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9690
- }
9691
-
9692
- /**
9693
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9694
- *
9695
- * @beta
9696
- */
9697
- export declare type TeamsCallAdapterArgs = {
9698
- userId: MicrosoftTeamsUserIdentifier;
9699
- credential: CommunicationTokenCredential;
9700
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9701
- /**
9702
- * Optional parameters for the {@link TeamsCallAdapter} created
9703
- */
9704
- options?: TeamsAdapterOptions;
9705
- };
9706
-
9707
- /**
9708
- * Object containing all the teams call handlers required for calling components.
9709
- *
9710
- * Calling related components from this package are able to pick out relevant handlers from this object.
9711
- * See {@link useHandlers} and {@link usePropsFor}.
9712
- *
9713
- * @beta
9714
- */
9715
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9716
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9717
- }
9718
-
9719
7498
  /**
9720
7499
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
9721
7500
  *
@@ -9761,27 +7540,6 @@ export declare interface TranscriptionCallFeature {
9761
7540
  isTranscriptionActive: boolean;
9762
7541
  }
9763
7542
 
9764
- /**
9765
- * Transfer feature state
9766
- *
9767
- * @beta
9768
- */
9769
- export declare interface TransferFeature {
9770
- /**
9771
- * Accepted transfer requests
9772
- */
9773
- acceptedTransfers: {
9774
- [key: string]: AcceptedTransfer;
9775
- };
9776
- }
9777
-
9778
- /**
9779
- * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
9780
- *
9781
- * @beta
9782
- */
9783
- export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
9784
-
9785
7543
  /**
9786
7544
  * Component to notify local user when one or more participants in the chat thread are typing.
9787
7545
  *
@@ -9916,118 +7674,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
9916
7674
  typingString?: IStyle;
9917
7675
  }
9918
7676
 
9919
- /**
9920
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
9921
- *
9922
- * @beta
9923
- */
9924
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
9925
-
9926
- /**
9927
- * props for {@link UnsupportedBrowser} UI
9928
- *
9929
- * @beta
9930
- */
9931
- export declare interface UnsupportedBrowserProps {
9932
- /** Handler to perform an action when the help link is actioned */
9933
- onTroubleshootingClick?: () => void;
9934
- /** String overrides for the component */
9935
- strings?: UnsupportedBrowserStrings;
9936
- }
9937
-
9938
- /**
9939
- * Strings for UnsupportedBrowser component
9940
- *
9941
- * @beta
9942
- */
9943
- export declare interface UnsupportedBrowserStrings {
9944
- /** String for the primary text */
9945
- primaryText: string;
9946
- /** String for the secondary text */
9947
- secondaryText: string;
9948
- /** String to display in the text for the help link */
9949
- moreHelpLinkText: string;
9950
- }
9951
-
9952
- /**
9953
- * UI to display to the user that the browser version they are using is out of date
9954
- * and not supported by Azure Communications Calling service.
9955
- *
9956
- * @beta
9957
- */
9958
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
9959
-
9960
- /**
9961
- * props for {@link UnsupportedBrowserVersion} UI
9962
- *
9963
- * @beta
9964
- */
9965
- export declare interface UnsupportedBrowserVersionProps {
9966
- /** Handler to perform an action when the help link is actioned */
9967
- onTroubleshootingClick?: () => void;
9968
- /** String overrides for the component */
9969
- strings?: UnsupportedBrowserVersionStrings;
9970
- /** Handler to allow user to continue into the call */
9971
- onContinueAnywayClick?: () => void;
9972
- }
9973
-
9974
- /**
9975
- * Strings for UnsupportedBrowser component
9976
- *
9977
- * @beta
9978
- */
9979
- export declare interface UnsupportedBrowserVersionStrings {
9980
- /** String for the primary text */
9981
- primaryText: string;
9982
- /** String for the secondary text */
9983
- secondaryText: string;
9984
- /** String to display in the text for the help link */
9985
- moreHelpLinkText: string;
9986
- /** String for continue without updating button */
9987
- continueAnywayButtonText?: string;
9988
- }
9989
-
9990
- /**
9991
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
9992
- *
9993
- * @beta
9994
- */
9995
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
9996
-
9997
- /**
9998
- * Props for {@link UnsupportedOperatingSystem} UI
9999
- *
10000
- * @beta
10001
- */
10002
- export declare interface UnsupportedOperatingSystemProps {
10003
- /** Handler to perform a action when the help link is actioned */
10004
- onTroubleshootingClick?: () => void;
10005
- /** String overrides for the component */
10006
- strings?: UnsupportedOperatingSystemStrings;
10007
- }
10008
-
10009
- /**
10010
- * Strings for UnsupportedBrowser component
10011
- *
10012
- * @beta
10013
- */
10014
- export declare interface UnsupportedOperatingSystemStrings {
10015
- /** String for the primary text */
10016
- primaryText: string;
10017
- /** String for the secondary text */
10018
- secondaryText: string;
10019
- /** String to display in the text for the help link */
10020
- moreHelpLinkText: string;
10021
- }
10022
-
10023
7677
  /**
10024
7678
  * @public
10025
7679
  * Callback function run when a message is updated.
10026
7680
  */
10027
- export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
10028
- metadata?: Record<string, string>;
10029
- attachmentMetadata?: AttachmentMetadata[];
10030
- }) => Promise<void>;
7681
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
10031
7682
 
10032
7683
  /**
10033
7684
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -10175,44 +7826,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
10175
7826
  */
10176
7827
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: 'calling' | 'chat') => ParamT extends Selector ? ReturnType<ParamT> : undefined;
10177
7828
 
10178
- /**
10179
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
10180
- *
10181
- * Useful when implementing a custom component that utilizes the providers
10182
- * exported from this library.
10183
- *
10184
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
10185
- *
10186
- * @beta
10187
- */
10188
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
10189
-
10190
- /**
10191
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
10192
- *
10193
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
10194
- * creation of the adapter internally.
10195
- *
10196
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
10197
- * as they are created. The adapter is only created when all arguments are defined.
10198
- *
10199
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
10200
- * See storybook for typical usage examples.
10201
- *
10202
- * @beta
10203
- */
10204
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
10205
-
10206
- /**
10207
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
10208
- *
10209
- * Useful when implementing a custom component that utilizes the providers
10210
- * exported from this library.
10211
- *
10212
- * @beta
10213
- */
10214
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
10215
-
10216
7829
  /**
10217
7830
  * React hook to access theme
10218
7831
  *
@@ -10352,7 +7965,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
10352
7965
  /**
10353
7966
  * @public
10354
7967
  */
10355
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
7968
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
10356
7969
 
10357
7970
  /**
10358
7971
  * The state of the local participant in the {@link VideoGallery}.
@@ -10493,11 +8106,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
10493
8106
  isSpeaking?: boolean;
10494
8107
  /** Video stream of shared screen */
10495
8108
  screenShareStream?: VideoGalleryStream;
10496
- /**
10497
- * @beta
10498
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10499
- */
10500
- state?: ParticipantState;
10501
8109
  /** Whether participant is raised a hand */
10502
8110
  raisedHand?: RaisedHand;
10503
8111
  }
@@ -10737,12 +8345,6 @@ export declare interface VideoTileProps {
10737
8345
  isSpeaking?: boolean;
10738
8346
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
10739
8347
  raisedHand?: RaisedHand;
10740
- /**
10741
- * The call connection state of the participant.
10742
- * For example, `Hold` means the participant is on hold.
10743
- */
10744
- participantState?: ParticipantState;
10745
- strings?: VideoTileStrings;
10746
8348
  /**
10747
8349
  * Display custom menu items in the VideoTile's contextual menu.
10748
8350
  * Uses Fluent UI ContextualMenu.
@@ -10755,15 +8357,6 @@ export declare interface VideoTileProps {
10755
8357
  onLongTouch?: () => void;
10756
8358
  }
10757
8359
 
10758
- /**
10759
- * Strings of {@link VideoTile} that can be overridden.
10760
- * @beta
10761
- */
10762
- export declare interface VideoTileStrings {
10763
- participantStateRinging: string;
10764
- participantStateHold: string;
10765
- }
10766
-
10767
8360
  /**
10768
8361
  * Fluent styles for {@link VideoTile}.
10769
8362
  *