@azure/communication-react 1.11.1-alpha-202401180013 → 1.12.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 (1072) hide show
  1. package/dist/communication-react.d.ts +78 -2681
  2. package/dist/dist-cjs/communication-react/index.js +10102 -18406
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/identifier.js +1 -4
  11. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -12
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -24
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  23. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -27
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +10 -68
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  26. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +5 -12
  27. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +55 -24
  29. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +1 -1
  31. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -17
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +47 -96
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +1 -11
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +3 -19
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -31
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  45. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  47. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  48. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  49. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +13 -72
  51. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  52. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  58. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  59. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  63. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -23
  64. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  65. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +0 -10
  66. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +1 -28
  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 +2 -6
  69. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +15 -61
  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.d.ts +0 -1
  72. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +11 -76
  73. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  75. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  77. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  79. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
  80. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  81. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -120
  82. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -13
  84. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +16 -120
  85. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  87. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +79 -109
  89. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -3
  93. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +4 -22
  94. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  97. package/dist/dist-esm/calling-stateful-client/src/Converter.js +12 -26
  98. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  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 -5
  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 +15 -15
  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 -176
  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 -31
  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 +1 -6
  213. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +32 -65
  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 -31
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +19 -108
  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 -12
  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 +21 -108
  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/DTMFToneGenerator.js +48 -12
  249. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  250. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +48 -44
  251. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  253. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  255. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  257. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  259. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
  261. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  262. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  264. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
  266. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/FileCard.js +4 -3
  268. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  270. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -40
  272. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +16 -39
  273. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +7 -8
  275. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  277. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  279. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
  281. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  283. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +17 -26
  284. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  286. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +0 -2
  288. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +11 -34
  289. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -23
  291. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -52
  293. package/dist/dist-esm/react-components/src/components/MessageThread.js +44 -119
  294. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -17
  296. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  298. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  300. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
  301. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -15
  303. package/dist/dist-esm/react-components/src/components/ParticipantList.js +31 -73
  304. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  306. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  308. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  310. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  311. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
  312. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +14 -49
  314. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  316. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  318. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
  320. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -41
  322. package/dist/dist-esm/react-components/src/components/SendBox.js +13 -39
  323. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  325. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  327. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
  328. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  330. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  332. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  334. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  336. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
  338. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
  340. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  342. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
  344. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +34 -19
  346. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
  348. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  349. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +12 -8
  350. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +12 -6
  352. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
  354. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +16 -37
  356. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +10 -14
  358. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +0 -5
  360. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +27 -71
  361. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  362. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  363. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  366. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +6 -19
  368. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  370. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
  372. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +0 -5
  374. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +22 -66
  375. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  377. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
  379. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  381. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  385. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
  387. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
  389. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
  391. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  393. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +32 -19
  395. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  397. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +22 -62
  398. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
  400. package/dist/dist-esm/react-components/src/components/VideoGallery.js +36 -132
  401. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -10
  403. package/dist/dist-esm/react-components/src/components/VideoTile.js +56 -74
  404. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  405. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  406. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -27
  408. package/dist/dist-esm/react-components/src/components/index.js +0 -22
  409. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  411. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +1 -1
  413. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +6 -2
  414. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
  423. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +2 -2
  426. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -4
  427. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  428. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +2 -1
  429. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  430. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  432. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
  434. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
  437. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  439. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
  440. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
  442. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  443. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +0 -11
  444. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +0 -34
  445. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  446. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  447. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
  448. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  450. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  451. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  454. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
  455. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  456. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  459. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  460. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
  461. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.d.ts +0 -5
  463. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -13
  464. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/components/utils.js +10 -13
  466. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  467. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
  468. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  469. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  471. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
  472. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  473. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/index.d.ts +0 -5
  475. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -68
  477. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  478. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  479. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +3 -1
  480. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  481. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +3 -1
  482. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +3 -1
  484. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  485. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +3 -1
  486. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  487. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +3 -1
  488. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +3 -1
  490. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  491. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +3 -1
  492. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  493. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +3 -1
  494. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  495. package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
  496. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  497. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +3 -1
  498. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  499. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +3 -1
  500. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  501. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +3 -1
  502. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +3 -1
  504. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +3 -1
  506. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  507. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +3 -1
  508. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  509. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +3 -1
  510. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +3 -1
  512. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +3 -1
  514. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  515. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +3 -1
  516. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +3 -1
  519. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +3 -1
  521. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  522. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
  523. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  524. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  525. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  526. package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
  527. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  528. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -18
  529. package/dist/dist-esm/react-components/src/theming/icons.js +11 -127
  530. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  532. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/theming/themes.d.ts +2 -21
  535. package/dist/dist-esm/react-components/src/theming/themes.js +0 -16
  536. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
  538. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  540. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -34
  542. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  544. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  545. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  547. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  548. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -21
  549. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  550. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  552. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  553. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -19
  554. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  555. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  556. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -152
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +32 -85
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -193
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -83
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +54 -428
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -156
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +2 -5
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +4 -16
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -6
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +33 -111
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +51 -117
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +18 -10
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +23 -34
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +26 -63
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +30 -26
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +43 -59
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +8 -13
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +3 -9
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +11 -19
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +7 -14
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +8 -12
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +8 -47
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -6
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +8 -19
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -15
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +20 -142
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -17
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.d.ts +0 -35
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -13
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -14
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -14
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +10 -10
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +1 -7
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +11 -11
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +9 -2
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -1
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -9
  726. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  727. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -10
  728. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  729. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  730. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +2 -14
  732. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +21 -128
  733. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  735. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -142
  737. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +24 -118
  738. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  739. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  740. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
  742. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
  744. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  745. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  746. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  747. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  748. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  749. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +6 -39
  750. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +7 -176
  751. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -91
  753. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  754. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -16
  755. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -58
  756. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -13
  758. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -37
  759. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  760. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  761. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  762. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  763. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  764. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  765. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  766. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -24
  767. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -13
  768. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  769. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  770. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  771. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -4
  772. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  774. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  775. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +11 -147
  776. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  777. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  778. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -32
  780. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +36 -153
  781. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  782. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  783. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  784. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -17
  786. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  788. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  789. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  790. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  791. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  792. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  794. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
  795. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  796. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +2 -7
  797. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  798. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  799. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -4
  800. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  801. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  802. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  803. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  804. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +10 -17
  805. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  807. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +5 -12
  808. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  809. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  810. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  811. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +8 -6
  812. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
  814. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  815. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  816. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  817. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  818. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  819. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
  820. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +32 -69
  821. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +33 -35
  823. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  824. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +53 -136
  825. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  829. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +7 -5
  830. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  831. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +98 -106
  832. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  834. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +0 -1
  835. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  836. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  838. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +14 -19
  840. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  842. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  843. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +12 -14
  844. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  845. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -28
  846. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  847. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +15 -7
  848. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  850. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  851. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +13 -16
  852. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  853. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  854. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -32
  856. package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -15
  857. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  858. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  860. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  861. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  862. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
  863. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  865. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
  867. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  868. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  869. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -22
  871. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  872. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  873. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  874. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  876. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  879. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  886. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  888. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  890. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  891. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  893. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  894. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  895. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  897. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  898. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  899. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  900. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  901. package/package.json +3 -3
  902. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -45
  903. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -87
  904. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  905. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.d.ts +0 -16
  906. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js +0 -24
  907. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +0 -1
  908. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.d.ts +0 -16
  909. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js +0 -27
  910. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +0 -1
  911. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  912. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -91
  913. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  914. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  915. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  916. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  917. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  918. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  919. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  920. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  921. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  922. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  923. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  924. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  925. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  926. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  927. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  928. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  929. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  930. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  931. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  932. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  933. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  934. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  935. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +0 -71
  936. package/dist/dist-esm/react-components/src/components/ImageGallery.js +0 -53
  937. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +0 -1
  938. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  939. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
  940. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  941. package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.d.ts +0 -16
  942. package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.js +0 -13
  943. package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.js.map +0 -1
  944. package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +0 -39
  945. package/dist/dist-esm/react-components/src/components/ReactionButton.js +0 -65
  946. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +0 -1
  947. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.d.ts +0 -64
  948. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +0 -55
  949. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +0 -1
  950. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.d.ts +0 -18
  951. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js +0 -57
  952. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +0 -1
  953. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.d.ts +0 -141
  954. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js +0 -4
  955. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +0 -1
  956. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.d.ts +0 -63
  957. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +0 -118
  958. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +0 -1
  959. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.d.ts +0 -22
  960. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js +0 -53
  961. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +0 -1
  962. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -41
  963. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -622
  964. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  965. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  966. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -822
  967. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  968. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
  969. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -127
  970. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
  971. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  972. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  973. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  974. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +0 -68
  975. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +0 -202
  976. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +0 -1
  977. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  978. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
  979. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  980. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.d.ts +0 -18
  981. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js +0 -60
  982. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +0 -1
  983. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  984. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  985. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  986. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
  987. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
  988. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
  989. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  990. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  991. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  992. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  993. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  994. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  995. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  996. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  997. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  998. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  999. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  1000. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  1001. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  1002. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  1003. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  1004. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  1005. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  1006. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  1007. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.d.ts +0 -13
  1008. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +0 -26
  1009. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +0 -1
  1010. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
  1011. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -34
  1012. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  1013. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -11
  1014. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +0 -113
  1015. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +0 -1
  1016. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  1017. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  1018. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  1019. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +0 -14
  1020. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +0 -13
  1021. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +0 -1
  1022. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  1023. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  1024. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  1025. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +0 -37
  1026. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +0 -55
  1027. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +0 -1
  1028. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  1029. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  1030. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  1031. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  1032. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  1033. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  1034. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  1035. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  1036. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  1037. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  1038. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
  1039. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  1040. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -27
  1041. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  1042. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  1043. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  1044. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  1045. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  1046. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  1047. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  1048. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  1049. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  1050. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  1051. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  1052. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  1053. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  1054. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  1055. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  1056. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  1057. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  1058. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  1059. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  1060. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
  1061. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.d.ts +0 -6
  1062. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js +0 -29
  1063. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +0 -1
  1064. package/dist/dist-esm/react-composites/src/composites/common/SurveyPane.d.ts +0 -13
  1065. package/dist/dist-esm/react-composites/src/composites/common/SurveyPane.js +0 -87
  1066. package/dist/dist-esm/react-composites/src/composites/common/SurveyPane.js.map +0 -1
  1067. package/dist/dist-esm/react-composites/src/composites/common/SurveyPaneContent.d.ts +0 -13
  1068. package/dist/dist-esm/react-composites/src/composites/common/SurveyPaneContent.js +0 -44
  1069. package/dist/dist-esm/react-composites/src/composites/common/SurveyPaneContent.js.map +0 -1
  1070. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +0 -8
  1071. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +0 -23
  1072. 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,47 +74,23 @@ 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
- import { Reaction as Reaction_2 } from '@azure/communication-calling';
91
- import { ReactionMessage } from '@azure/communication-calling';
92
79
  import type { RemoteParticipant } from '@azure/communication-calling';
93
80
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
94
81
  import { RoomCallLocator } from '@azure/communication-calling';
95
82
  import { ScalingMode } from '@azure/communication-calling';
96
83
  import { SendMessageOptions } from '@azure/communication-chat';
97
- import { SpotlightedParticipant } from '@azure/communication-calling';
98
84
  import { StartCallOptions } from '@azure/communication-calling';
99
85
  import { StartCaptionsOptions } from '@azure/communication-calling';
100
- import { SyntheticEvent } from 'react';
101
- import { TeamsCall } from '@azure/communication-calling';
102
- import { TeamsCallAgent } from '@azure/communication-calling';
103
86
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
104
87
  import { Theme } from '@fluentui/react';
105
- import { TransferRequestedEventArgs } from '@azure/communication-calling';
106
88
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
107
89
  import { VideoDeviceInfo } from '@azure/communication-calling';
108
90
  import { VideoEffectName } from '@azure/communication-calling';
109
91
  import { VideoStreamRenderer } from '@azure/communication-calling';
110
92
  import { VideoStreamRendererView } from '@azure/communication-calling';
111
93
 
112
- /**
113
- * Transfer feature state
114
- *
115
- * @beta
116
- */
117
- export declare interface AcceptedTransfer {
118
- /**
119
- * Stores call id of accepted transfer
120
- */
121
- callId: string;
122
- /**
123
- * Stores timestamp when transfer was accepted
124
- */
125
- timestamp: Date;
126
- }
127
-
128
94
  /**
129
95
  * Active error messages to be shown via {@link ErrorBar}.
130
96
  *
@@ -144,38 +110,6 @@ export declare interface ActiveErrorMessage {
144
110
  timestamp?: Date;
145
111
  }
146
112
 
147
- /**
148
- * Attributes required for SendBox to show file uploads like name, progress etc.
149
- * @beta
150
- */
151
- export declare interface ActiveFileUpload {
152
- /**
153
- * Unique identifier for the file upload.
154
- */
155
- id: string;
156
- /**
157
- * File name to be rendered for uploaded file.
158
- */
159
- filename: string;
160
- /**
161
- * A number between 0 and 1 indicating the progress of the upload.
162
- * This is unrelated to the `uploadComplete` property.
163
- * It is only used to show the progress of the upload.
164
- * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
165
- * property to true to mark the upload as complete.
166
- */
167
- progress: number;
168
- /**
169
- * Error to be displayed to the user if the upload fails.
170
- */
171
- error?: SendBoxErrorBarError;
172
- /**
173
- * `true` means that the upload is completed.
174
- * This is independent of the upload `progress`.
175
- */
176
- uploadComplete?: boolean;
177
- }
178
-
179
113
  /**
180
114
  * Error reported via error events and stored in adapter state.
181
115
  *
@@ -242,27 +176,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
242
176
  */
243
177
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
244
178
 
245
- /**
246
- * Metadata of the attachment object returned by the ACS SDK.
247
- * @beta
248
- */
249
- export declare interface AttachmentDownloadResult {
250
- /**
251
- * Unique ID of the attachment.
252
- */
253
- attachmentId: string;
254
- /**
255
- * Blob URL for the attachment.
256
- */
257
- blobUrl: string;
258
- }
259
-
260
- /**
261
- * Metadata containing information about the uploaded file.
262
- * @beta
263
- */
264
- export declare type AttachmentMetadata = FileMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ InlineImageMetadata;
265
-
266
179
  /**
267
180
  * Custom data attributes for displaying avatar for a user.
268
181
  *
@@ -292,11 +205,6 @@ export declare type AvatarPersonaData = {
292
205
  * @defaultvalue `white`
293
206
  */
294
207
  initialsTextColor?: string;
295
- /**
296
- * If true, show the special coin for unknown persona.
297
- * It has '?' in place of initials, with static font and background colors
298
- */
299
- showUnknownPersonaCoin?: boolean;
300
208
  };
301
209
 
302
210
  /**
@@ -318,11 +226,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
318
226
  displayName: string;
319
227
  credential: CommunicationTokenCredential;
320
228
  locator: CallAdapterLocator;
321
- /**
322
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
323
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
324
- */
325
- alternateCallerId?: string;
326
229
  /**
327
230
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
328
231
  */
@@ -347,7 +250,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
347
250
  displayName: string;
348
251
  credential: CommunicationTokenCredential;
349
252
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
350
- alternateCallerId?: string;
351
253
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
352
254
  };
353
255
 
@@ -363,7 +265,6 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
363
265
  chatClient: StatefulChatClient;
364
266
  chatThreadClient: ChatThreadClient;
365
267
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
366
- chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
367
268
  };
368
269
 
369
270
  /**
@@ -379,14 +280,6 @@ export declare type AzureCommunicationChatAdapterArgs = {
379
280
  threadId: string;
380
281
  };
381
282
 
382
- /**
383
- * Configuration options to include when creating AzureCommunicationChatAdapter.
384
- * @beta
385
- */
386
- export declare type AzureCommunicationChatAdapterOptions = {
387
- credential?: CommunicationTokenCredential;
388
- };
389
-
390
283
  /**
391
284
  * Properties common to all composites exported from this library.
392
285
  *
@@ -442,156 +335,6 @@ export declare interface BaseCustomStyles {
442
335
  root?: IStyle;
443
336
  }
444
337
 
445
- /**
446
- * Content blocked message type.
447
- *
448
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
449
- *
450
- * @beta
451
- */
452
- export declare interface BlockedMessage extends MessageCommon {
453
- messageType: 'blocked';
454
- warningText?: string;
455
- linkText?: string;
456
- link?: string;
457
- deletedOn?: Date;
458
- senderId?: string;
459
- senderDisplayName?: string;
460
- status?: MessageStatus;
461
- attached?: MessageAttachedStatus;
462
- mine?: boolean;
463
- }
464
-
465
- /**
466
- * @beta
467
- * Props for BrowserPermissionDeniedIOS component.
468
- */
469
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
470
- /**
471
- * Localization strings for BrowserPermissionDeniedIOS component.
472
- */
473
- strings?: BrowserPermissionDeniedIOSStrings;
474
- /**
475
- * Link to image source.
476
- *
477
- * Image is inserted into the top of the component.
478
- */
479
- imageSource?: string;
480
- }
481
-
482
- /**
483
- * @beta
484
- * Strings for BrowserPermissionDeniedIOS component
485
- */
486
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
487
- /**
488
- * Image alt text
489
- */
490
- imageAltText: string;
491
- /**
492
- * Main text string.
493
- */
494
- primaryText: string;
495
- /**
496
- * Subtext string.
497
- */
498
- secondaryText: string;
499
- /**
500
- * Step 1 string
501
- */
502
- step1Text: string;
503
- /**
504
- * Step 1 digit string
505
- */
506
- step1DigitText: string;
507
- /**
508
- * Step 2 string
509
- */
510
- step2Text: string;
511
- /**
512
- * Step 2 digit string
513
- */
514
- step2DigitText: string;
515
- /**
516
- * Step 3 string
517
- */
518
- step3Text: string;
519
- /**
520
- * Step 3 digit string
521
- */
522
- step3DigitText: string;
523
- /**
524
- * Step 4 string
525
- */
526
- step4Text: string;
527
- /**
528
- * Step 4 digit string
529
- */
530
- step4DigitText: string;
531
- }
532
-
533
- /**
534
- * @beta
535
- * Props for BrowserPermissionDenied component.
536
- */
537
- export declare interface BrowserPermissionDeniedProps {
538
- /**
539
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
540
- */
541
- onTroubleshootingClick?: () => void;
542
- /**
543
- * Action to be taken by the try again primary button.
544
- */
545
- onTryAgainClick?: () => void;
546
- /**
547
- * Localization strings for BrowserPermissionDenied component.
548
- */
549
- strings?: BrowserPermissionDeniedStrings;
550
- /**
551
- * Allows users to pass in an object contains custom CSS styles.
552
- * @Example
553
- * ```
554
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
555
- * ```
556
- */
557
- styles?: BrowserPermissionDeniedStyles;
558
- }
559
-
560
- /**
561
- * @beta
562
- * Strings for BrowserPermissionDenied component
563
- */
564
- export declare interface BrowserPermissionDeniedStrings {
565
- /**
566
- * Main button text string.
567
- */
568
- primaryButtonText: string;
569
- /**
570
- * Main text string.
571
- */
572
- primaryText: string;
573
- /**
574
- * Subtext string.
575
- */
576
- secondaryText: string;
577
- /**
578
- * More help link string.
579
- */
580
- linkText: string;
581
- }
582
-
583
- /**
584
- * Fluent styles for {@link BrowserPermissionDenied}.
585
- *
586
- * @beta
587
- */
588
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
589
- /** Styles for the primary button. */
590
- primaryButton?: IButtonStyles;
591
- /** Styles for the help troubleshooting link text. */
592
- troubleshootingLink?: ILinkStyles;
593
- }
594
-
595
338
  /**
596
339
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
597
340
  *
@@ -625,12 +368,6 @@ export declare interface CallAdapter extends CommonCallAdapter {
625
368
  * @public
626
369
  */
627
370
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
628
- /**
629
- * Start the call.
630
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
631
- * @beta
632
- */
633
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
634
371
  }
635
372
 
636
373
  /**
@@ -675,12 +412,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
675
412
  * @public
676
413
  */
677
414
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
678
- /**
679
- * Start the call.
680
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
681
- * @beta
682
- */
683
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
684
415
  }
685
416
 
686
417
  /**
@@ -743,12 +474,6 @@ export declare interface CallAdapterCallOperations {
743
474
  * @public
744
475
  */
745
476
  lowerHand(): Promise<void>;
746
- /**
747
- * Send reaction emoji
748
- *
749
- * @beta
750
- */
751
- onReactionClicked(reaction: Reaction_2): Promise<void>;
752
477
  /**
753
478
  * Stop sharing the screen
754
479
  *
@@ -763,12 +488,6 @@ export declare interface CallAdapterCallOperations {
763
488
  * @public
764
489
  */
765
490
  removeParticipant(userId: string): Promise<void>;
766
- /**
767
- * Remove a participant from the call.
768
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
769
- * @beta
770
- */
771
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
772
491
  /**
773
492
  * Create the html view for a stream.
774
493
  *
@@ -820,35 +539,6 @@ export declare interface CallAdapterCallOperations {
820
539
  * @public
821
540
  */
822
541
  disposeLocalVideoStreamView(): Promise<void>;
823
- /**
824
- * Holds the call.
825
- *
826
- * @beta
827
- */
828
- holdCall(): Promise<void>;
829
- /**
830
- * Resumes the call from a `LocalHold` state.
831
- *
832
- * @beta
833
- */
834
- resumeCall(): Promise<void>;
835
- /**
836
- * Add a participant to the call.
837
- *
838
- * @beta
839
- */
840
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
841
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
842
- /**
843
- * send dtmf tone to another participant in a 1:1 PSTN call
844
- *
845
- * @beta
846
- */
847
- sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
848
- /**
849
- * Continues into a call when the browser version is not supported.
850
- */
851
- allowUnsupportedBrowserVersion(): void;
852
542
  /**
853
543
  * Function to Start captions
854
544
  * @param options - options for start captions
@@ -894,24 +584,6 @@ export declare interface CallAdapterCallOperations {
894
584
  * @public
895
585
  */
896
586
  updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
897
- /**
898
- * Send the end of call survey result
899
- *
900
- * @beta
901
- */
902
- submitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
903
- /**
904
- * Start spotlight
905
- *
906
- * @beta
907
- */
908
- startSpotlight(userId: string): Promise<void>;
909
- /**
910
- * Stop spotlight
911
- *
912
- * @beta
913
- */
914
- stopSpotlight(userId: string): Promise<void>;
915
587
  }
916
588
 
917
589
  /**
@@ -939,14 +611,6 @@ export declare type CallAdapterClientState = {
939
611
  * Latest error encountered for each operation performed via the adapter.
940
612
  */
941
613
  latestErrors: AdapterErrors;
942
- /**
943
- * Azure communications Phone number to make PSTN calls with.
944
- */
945
- alternateCallerId?: string;
946
- /**
947
- * Environment information about system the adapter is made on
948
- */
949
- environmentInfo?: EnvironmentInfo;
950
614
  /**
951
615
  * State to track whether the local participant's camera is on. To be used when creating a custom
952
616
  * control bar with the CallComposite.
@@ -964,14 +628,6 @@ export declare type CallAdapterClientState = {
964
628
  * State to track the selected video background effect.
965
629
  */
966
630
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
967
- /**
968
- * Call from transfer request accepted by local user
969
- */
970
- acceptedTransferCallState?: CallState;
971
- /**
972
- * Hide attendee names in teams meeting
973
- */
974
- hideAttendeeNames?: boolean;
975
631
  /**
976
632
  * State to track the sounds to be used in the call.
977
633
  */
@@ -1060,7 +716,7 @@ export declare interface CallAdapterDeviceManagement {
1060
716
  *
1061
717
  * @public
1062
718
  */
1063
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
719
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator;
1064
720
 
1065
721
  /**
1066
722
  * {@link CommonCallAdapter} state.
@@ -1153,10 +809,6 @@ export declare interface CallAdapterSubscribers {
1153
809
  * Subscribe function for 'isSpokenLanguageChanged' event.
1154
810
  */
1155
811
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1156
- /**
1157
- * Subscribe function for 'transferRequested' event.
1158
- */
1159
- on(event: 'transferRequested', listener: TransferRequestedListener): void;
1160
812
  /**
1161
813
  * Subscribe function for 'capabilitiesChanged' event.
1162
814
  */
@@ -1229,10 +881,6 @@ export declare interface CallAdapterSubscribers {
1229
881
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
1230
882
  */
1231
883
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1232
- /**
1233
- * Unsubscribe function for 'transferRequested' event.
1234
- */
1235
- off(event: 'transferRequested', listener: TransferRequestedListener): void;
1236
884
  /**
1237
885
  * Unsubscribe function for 'capabilitiesChanged' event.
1238
886
  */
@@ -1251,7 +899,6 @@ export declare interface CallAdapterSubscribers {
1251
899
  export declare type CallAdapterUiState = {
1252
900
  isLocalPreviewMicrophoneEnabled: boolean;
1253
901
  page: CallCompositePage;
1254
- unsupportedBrowserVersionsAllowed?: boolean;
1255
902
  };
1256
903
 
1257
904
  /**
@@ -1270,7 +917,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
1270
917
  */
1271
918
  export declare interface CallAgentProviderProps {
1272
919
  children: React_2.ReactNode;
1273
- callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
920
+ callAgent?: CallAgent;
1274
921
  }
1275
922
 
1276
923
  /**
@@ -1295,7 +942,7 @@ export declare interface CallAgentState {
1295
942
  */
1296
943
  export declare interface CallAndChatLocator {
1297
944
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1298
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
945
+ callLocator: GroupCallLocator;
1299
946
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1300
947
  chatThreadId: string;
1301
948
  }
@@ -1382,16 +1029,6 @@ export declare interface CallClientState {
1382
1029
  * See documentation of {@Link CallErrors} for details.
1383
1030
  */
1384
1031
  latestErrors: CallErrors;
1385
- /**
1386
- * A phone number in E.164 format that will be used to represent callers identity.
1387
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1388
- * be used as the caller id in the PSTN call.
1389
- */
1390
- alternateCallerId?: string;
1391
- /**
1392
- * state to track the environment that the stateful client was made in is supported
1393
- */
1394
- environmentInfo?: EnvironmentInfo;
1395
1032
  }
1396
1033
 
1397
1034
  /**
@@ -1426,9 +1063,7 @@ export declare type CallCompositeIcons = {
1426
1063
  ControlButtonRaiseHand?: JSX.Element;
1427
1064
  ControlButtonLowerHand?: JSX.Element;
1428
1065
  RaiseHandContextualMenuItem?: JSX.Element;
1429
- ReactionContextualMenuItem?: JSX.Element;
1430
1066
  LowerHandContextualMenuItem?: JSX.Element;
1431
- ReactionButtonIcon?: JSX.Element;
1432
1067
  ErrorBarCallCameraAccessDenied?: JSX.Element;
1433
1068
  ErrorBarCallCameraAlreadyInUse?: JSX.Element;
1434
1069
  ErrorBarCallLocalVideoFreeze?: JSX.Element;
@@ -1469,9 +1104,6 @@ export declare type CallCompositeIcons = {
1469
1104
  ParticipantItemScreenShareStart?: JSX.Element;
1470
1105
  VideoTileMicOff?: JSX.Element;
1471
1106
  LocalCameraSwitch?: JSX.Element;
1472
- PeoplePaneAddPerson?: JSX.Element;
1473
- PeoplePaneOpenDialpad?: JSX.Element;
1474
- DialpadStartCall?: JSX.Element;
1475
1107
  NoticePageInviteToRoomRemoved?: JSX.Element;
1476
1108
  BlurVideoBackground?: JSX.Element;
1477
1109
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1503,66 +1135,10 @@ export declare type CallCompositeOptions = {
1503
1135
  * @defaultValue true
1504
1136
  */
1505
1137
  callControls?: boolean | CallControlOptions;
1506
- /**
1507
- * Device permissions check options for your call.
1508
- * Here you can choose what device permissions you prompt the user for,
1509
- * as well as what device permissions must be accepted before starting a call.
1510
- */
1511
- deviceChecks?: DeviceCheckOptions;
1512
- /**
1513
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1514
- * unable to grant your site the required permissions for the call.
1515
- *
1516
- * @example
1517
- * ```ts
1518
- * onPermissionsTroubleshootingClick: () =>
1519
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1520
- * ```
1521
- *
1522
- * @remarks
1523
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1524
- */
1525
- onPermissionsTroubleshootingClick?: (permissionsState: {
1526
- camera: PermissionState;
1527
- microphone: PermissionState;
1528
- }) => void;
1529
- /**
1530
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1531
- * having network issues when connecting to the call.
1532
- *
1533
- * @example
1534
- * ```ts
1535
- * onNetworkingTroubleShootingClick?: () =>
1536
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1537
- * ```
1538
- *
1539
- * @remarks
1540
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1541
- */
1542
- onNetworkingTroubleShootingClick?: () => void;
1543
- /**
1544
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1545
- *
1546
- * @example
1547
- * ```ts
1548
- * onBrowserTroubleShootingClick?: () =>
1549
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1550
- * ```
1551
- *
1552
- * @remarks
1553
- * if this is not supplied, the composite will not show a unsupported browser page.
1554
- */
1555
- onEnvironmentInfoTroubleshootingClick?: () => void;
1556
1138
  /**
1557
1139
  * Remote participant video tile menu options
1558
1140
  */
1559
1141
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
1560
- /**
1561
- * Options for controlling the local video tile.
1562
- *
1563
- * @remarks if 'false' the local video tile will not be rendered.
1564
- */
1565
- localVideoTile?: boolean | LocalVideoTileOptions;
1566
1142
  /**
1567
1143
  * Options for controlling the starting layout of the composite's video gallery
1568
1144
  */
@@ -1572,78 +1148,6 @@ export declare type CallCompositeOptions = {
1572
1148
  */
1573
1149
  layout?: VideoGalleryLayout;
1574
1150
  };
1575
- /**
1576
- * Options for end of call survey
1577
- */
1578
- surveyOptions?: {
1579
- /**
1580
- * Disable call survey at the end of a call.
1581
- * @defaultValue false
1582
- */
1583
- disableSurvey?: boolean;
1584
- /**
1585
- * Optional callback to add extra logic when survey is dismissed. For self-host only
1586
- */
1587
- onSurveyDismissed?: () => void;
1588
- /**
1589
- * Optional callback to handle survey data including free form text response
1590
- * Note that free form text response survey option is only going to be enabled when this callback is provided
1591
- * User will need to handle all free form text response on their own
1592
- */
1593
- onSurveySubmitted?: (callId: string, surveyId: string,
1594
- /**
1595
- * This is the survey results containing star survey data and API tag survey data.
1596
- * This part of the result will always be sent to the calling sdk
1597
- * This callback provides user with the ability to gain access to survey data
1598
- */
1599
- submittedSurvey: CallSurvey,
1600
- /**
1601
- * This is the survey results containing free form text
1602
- * This part of the result will not be handled by composites
1603
- * User will need to collect and handle this information 100% on their own
1604
- * Free form text survey is not going to show in the UI if onSurveySubmitted is not populated
1605
- */
1606
- improvementSuggestions: CallSurveyImprovementSuggestions) => Promise<void>;
1607
- };
1608
- /**
1609
- * Options for setting additional customizations related to personalized branding.
1610
- */
1611
- branding?: {
1612
- /**
1613
- * Logo displayed on the configuration page.
1614
- */
1615
- logo?: {
1616
- /**
1617
- * URL for the logo image.
1618
- *
1619
- * @remarks
1620
- * Recommended size is 80x80 pixels.
1621
- */
1622
- url: string;
1623
- /**
1624
- * Alt text for the logo image.
1625
- */
1626
- alt?: string;
1627
- /**
1628
- * The logo can be displayed as a circle.
1629
- *
1630
- * @defaultValue 'unset'
1631
- */
1632
- shape?: 'unset' | 'circle';
1633
- };
1634
- /**
1635
- * Background image displayed on the configuration page.
1636
- */
1637
- backgroundImage?: {
1638
- /**
1639
- * URL for the background image.
1640
- *
1641
- * @remarks
1642
- * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
1643
- */
1644
- url: string;
1645
- };
1646
- };
1647
1151
  };
1648
1152
 
1649
1153
  /**
@@ -1651,7 +1155,7 @@ export declare type CallCompositeOptions = {
1651
1155
  *
1652
1156
  * @public
1653
1157
  */
1654
- 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';
1158
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
1655
1159
 
1656
1160
  /**
1657
1161
  * Props for {@link CallComposite}.
@@ -1897,74 +1401,10 @@ export declare interface CallCompositeStrings {
1897
1401
  * Label for SidePaneHeader dismiss button
1898
1402
  */
1899
1403
  dismissSidePaneButtonLabel?: string;
1900
- /**
1901
- * Side pane People section subheader.
1902
- */
1903
- peoplePaneSubTitle: string;
1904
- /**
1905
- * Label for button to copy invite link
1906
- */
1907
- copyInviteLinkButtonLabel: string;
1908
- /**
1909
- * Label for button to open dialpad
1910
- */
1911
- openDialpadButtonLabel: string;
1912
- /**
1913
- * Label for menu item to remove participant
1914
- */
1915
- removeMenuLabel: string;
1916
- /**
1917
- * Label for add people dropdown
1918
- */
1919
- peoplePaneAddPeopleButtonLabel: string;
1920
- /**
1921
- * Label for button to start a call
1922
- */
1923
- dialpadStartCallButtonLabel: string;
1924
- /**
1925
- * Title for dialpad Modal
1926
- */
1927
- dialpadModalTitle: string;
1928
- /**
1929
- * Aria Label for dialpad Modal
1930
- */
1931
- dialpadModalAriaLabel: string;
1932
- /**
1933
- * Aria Label for dialpad Modal close button
1934
- */
1935
- dialpadCloseModalButtonAriaLabel: string;
1936
1404
  /**
1937
1405
  * label for more button in the Calling composite
1938
1406
  */
1939
1407
  moreButtonCallingLabel: string;
1940
- /**
1941
- * Label for the resume call button on the hold pane
1942
- */
1943
- resumeCallButtonLabel: string;
1944
- /**
1945
- * Label for the resume call button on the hold pane when call is resuming
1946
- */
1947
- resumingCallButtonLabel: string;
1948
- /**
1949
- * Aria label for the resume call button on the hold pane
1950
- */
1951
- resumeCallButtonAriaLabel: string;
1952
- /**
1953
- * Aria label for the resume call button on the hold pane when call is resuming
1954
- */
1955
- resumingCallButtonAriaLabel: string;
1956
- /**
1957
- * Label for the hold pane
1958
- */
1959
- holdScreenLabel: string;
1960
- /**
1961
- * Placeholder text for dtmf dialpad
1962
- */
1963
- dtmfDialpadPlaceholderText: string;
1964
- /**
1965
- * Label for the button to open dtmf dialpad
1966
- */
1967
- openDtmfDialpadLabel: string;
1968
1408
  /**
1969
1409
  * aria label for when the invite link has been actioned
1970
1410
  */
@@ -2032,23 +1472,11 @@ export declare interface CallCompositeStrings {
2032
1472
  /**
2033
1473
  * Title text of the page shown to the user when the user attempts to join a room they are not invited to.
2034
1474
  */
2035
- notInvitedToRoomTitle: string;
2036
- /**
2037
- * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
2038
- */
2039
- notInvitedToRoomDetails?: string;
2040
- /**
2041
- * Control bar People button ToolTipContent
2042
- */
2043
- peopleButtonTooltipOpen: string;
2044
- /**
2045
- * Control bar People button ToolTipContent
2046
- */
2047
- peopleButtonTooltipClose: string;
1475
+ notInvitedToRoomTitle: string;
2048
1476
  /**
2049
- * Label disaplayed on the lobby screen during a 1:1 outbound call.
1477
+ * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
2050
1478
  */
2051
- outboundCallingNoticeString: string;
1479
+ notInvitedToRoomDetails?: string;
2052
1480
  /**
2053
1481
  * Notice to be announced by narrator when a participant joins a call
2054
1482
  */
@@ -2173,58 +1601,6 @@ export declare interface CallCompositeStrings {
2173
1601
  * captions banner loading spinner label
2174
1602
  */
2175
1603
  captionsBannerSpinnerText?: string;
2176
- /**
2177
- * transfer page text when showing the transferor who initiated the transfer
2178
- */
2179
- transferPageTransferorText: string;
2180
- /**
2181
- * transfer page text when showing the transfer target
2182
- */
2183
- transferPageTransferTargetText: string;
2184
- /**
2185
- * transfer page display name for unknown participant
2186
- */
2187
- transferPageUnknownTransferorDisplayName: string;
2188
- /**
2189
- * transfer page display name for unknown participant
2190
- */
2191
- transferPageUnknownTransferTargetDisplayName: string;
2192
- /**
2193
- * notice to be announced by narrator the transfer page is showing
2194
- */
2195
- transferPageNoticeString: string;
2196
- /**
2197
- * Title text of the page shown to the user when target participant could not be reached
2198
- */
2199
- participantCouldNotBeReachedTitle?: string;
2200
- /**
2201
- * More details text of the page shown to the user when target participant could not be reached
2202
- */
2203
- participantCouldNotBeReachedMoreDetails?: string;
2204
- /**
2205
- * Title text of the page shown to the user when permission to reach participant is not allowed
2206
- */
2207
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2208
- /**
2209
- * More details text of the page shown to the user when permission to reach participant is not allowed
2210
- */
2211
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2212
- /**
2213
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2214
- */
2215
- unableToResolveTenantTitle?: string;
2216
- /**
2217
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2218
- */
2219
- unableToResolveTenantMoreDetails?: string;
2220
- /**
2221
- * Title text of the page shown to the user when target participant id is malformed
2222
- */
2223
- participantIdIsMalformedTitle?: string;
2224
- /**
2225
- * More details text of the page shown to the user when target participant id is malformed
2226
- */
2227
- participantIdIsMalformedMoreDetails?: string;
2228
1604
  /**
2229
1605
  * Controls label to move the overflow gallery around
2230
1606
  */
@@ -2257,70 +1633,6 @@ export declare interface CallCompositeStrings {
2257
1633
  * All strings for capability changed notification
2258
1634
  */
2259
1635
  capabilityChangedNotification?: CapabilityChangedNotificationStrings;
2260
- /**
2261
- * Question for the survey
2262
- */
2263
- surveyQuestion: string;
2264
- /**
2265
- * Helper text to explain what the survey is for
2266
- */
2267
- starSurveyHelperText: string;
2268
- /**
2269
- * Helper text displayed below survey question after user select one star
2270
- */
2271
- starSurveyOneStarText: string;
2272
- /**
2273
- * Helper text displayed below survey question after user select two star
2274
- */
2275
- starSurveyTwoStarText: string;
2276
- /**
2277
- * Helper text displayed below survey question after user select three star
2278
- */
2279
- starSurveyThreeStarText: string;
2280
- /**
2281
- * Helper text displayed below survey question after user select four star
2282
- */
2283
- starSurveyFourStarText: string;
2284
- /**
2285
- * Helper text displayed below survey question after user select five star
2286
- */
2287
- starSurveyFiveStarText: string;
2288
- /**
2289
- * Aria Label for each individual star rating
2290
- */
2291
- starRatingAriaLabel: string;
2292
- /**
2293
- * Tags Survey Question
2294
- */
2295
- tagsSurveyQuestion: string;
2296
- /**
2297
- * Default text for free form text field inside tags survey
2298
- */
2299
- tagsSurveyTextFieldDefaultText: string;
2300
- /**
2301
- * Tags Survey helper text
2302
- */
2303
- tagsSurveyHelperText: string;
2304
- /**
2305
- * Confirm button label for survey
2306
- */
2307
- surveyConfirmButtonLabel: string;
2308
- /**
2309
- * Aria Label for cancel button
2310
- */
2311
- surveyCancelButtonAriaLabel: string;
2312
- /**
2313
- * Default text for free form text box
2314
- */
2315
- surveyTextboxDefaultText: string;
2316
- /**
2317
- * Corresponding texts to each call issue
2318
- */
2319
- surveyIssues: SurveyIssues;
2320
- /**
2321
- * Corresponding texts to each call category
2322
- */
2323
- SurveyIssuesHeadingStrings: SurveyIssuesHeadingStrings;
2324
1636
  /**
2325
1637
  * String for the dismiss control on the local and remote PIP on mobile
2326
1638
  */
@@ -2355,7 +1667,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2355
1667
  *
2356
1668
  * @public
2357
1669
  */
2358
- export declare type CallControlOptions = CommonCallControlOptions & {
1670
+ export declare type CallControlOptions = (CommonCallControlOptions & {
2359
1671
  /**
2360
1672
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2361
1673
  * @defaultValue true
@@ -2364,7 +1676,7 @@ export declare type CallControlOptions = CommonCallControlOptions & {
2364
1676
  disabled: boolean;
2365
1677
  };
2366
1678
  legacyControlBarExperience?: boolean;
2367
- };
1679
+ });
2368
1680
 
2369
1681
  /**
2370
1682
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2425,7 +1737,7 @@ export declare type CallErrors = {
2425
1737
  *
2426
1738
  * @public
2427
1739
  */
2428
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | 'Call.setConstraints';
1740
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects' | 'Call.setConstraints';
2429
1741
 
2430
1742
  /**
2431
1743
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2522,29 +1834,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2522
1834
  isSpeaking?: boolean;
2523
1835
  /** Whether calling participant is raised hand */
2524
1836
  raisedHand?: RaisedHand;
2525
- /**
2526
- * Whether calling participant has reacted
2527
- *
2528
- * @beta
2529
- * */
2530
- reaction?: Reaction;
2531
- };
2532
-
2533
- /**
2534
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2535
- *
2536
- * @remarks
2537
- * This is currently in beta and only supports calling one Teams User.
2538
- *
2539
- * @example
2540
- * ```
2541
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2542
- * ```
2543
- *
2544
- * @beta
2545
- */
2546
- export declare type CallParticipantsLocator = {
2547
- participantIds: string[];
2548
1837
  };
2549
1838
 
2550
1839
  /**
@@ -2563,7 +1852,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
2563
1852
  */
2564
1853
  export declare interface CallProviderProps {
2565
1854
  children: React_2.ReactNode;
2566
- call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1855
+ call?: Call;
2567
1856
  }
2568
1857
 
2569
1858
  /**
@@ -2577,10 +1866,6 @@ export declare interface CallState {
2577
1866
  * Proxy of {@link @azure/communication-calling#Call.id}.
2578
1867
  */
2579
1868
  id: string;
2580
- /**
2581
- * Type of the call.
2582
- */
2583
- kind: CallKind;
2584
1869
  /**
2585
1870
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
2586
1871
  */
@@ -2651,13 +1936,6 @@ export declare interface CallState {
2651
1936
  * Proxy of {@link @azure/communication-calling#RaiseHandCallFeature}.
2652
1937
  */
2653
1938
  raiseHand: RaiseHandCallFeature;
2654
- /**
2655
- * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
2656
- * UI helper props receivedAt which indicates the timestamp when the message was received.
2657
- *
2658
- * @beta
2659
- */
2660
- localParticipantReaction?: ReactionState;
2661
1939
  /**
2662
1940
  * Stores the currently active screenshare participant's key. If there is no screenshare active, then this will be
2663
1941
  * undefined. You can use this key to access the remoteParticipant data in {@link CallState.remoteParticipants} object.
@@ -2686,49 +1964,10 @@ export declare interface CallState {
2686
1964
  * Proxy of {@link @azure/communication-calling#Call.role}.
2687
1965
  */
2688
1966
  role?: ParticipantRole;
2689
- /**
2690
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2691
- */
2692
- totalParticipantCount?: number;
2693
- /**
2694
- * Transfer state of call
2695
- */
2696
- transfer: TransferFeature;
2697
1967
  /**
2698
1968
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
2699
1969
  */
2700
1970
  capabilitiesFeature?: CapabilitiesFeatureState;
2701
- /**
2702
- * Hide attendee names in teams meeting
2703
- */
2704
- hideAttendeeNames?: boolean;
2705
- /**
2706
- * Proxy of {@link @azure/communication-calling#SpotlightCallFeature}.
2707
- */
2708
- spotlight?: SpotlightCallFeatureState;
2709
- }
2710
-
2711
- /**
2712
- * Represents the improvement suggestion part of call survey
2713
- * @beta
2714
- */
2715
- export declare interface CallSurveyImprovementSuggestions {
2716
- /**
2717
- * Improvement suggestions for overall call
2718
- */
2719
- overall?: string;
2720
- /**
2721
- * Improvement suggestions for audio experience
2722
- */
2723
- audio?: string;
2724
- /**
2725
- * Improvement suggestions for video experience
2726
- */
2727
- video?: string;
2728
- /**
2729
- * Improvement suggestions for screenshare experience
2730
- */
2731
- screenshare?: string;
2732
1971
  }
2733
1972
 
2734
1973
  /**
@@ -2752,12 +1991,6 @@ export declare interface CallWithChatAdapterManagement {
2752
1991
  * @public
2753
1992
  */
2754
1993
  removeParticipant(userId: string): Promise<void>;
2755
- /**
2756
- * Remove a participant from the call.
2757
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2758
- * @beta
2759
- */
2760
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
2761
1994
  /**
2762
1995
  * Join the call with microphone initially on/off.
2763
1996
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -2823,12 +2056,6 @@ export declare interface CallWithChatAdapterManagement {
2823
2056
  * @public
2824
2057
  */
2825
2058
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2826
- /**
2827
- * Start the call.
2828
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2829
- * @beta
2830
- */
2831
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
2832
2059
  /**
2833
2060
  * Start sharing the screen during a call.
2834
2061
  *
@@ -2853,13 +2080,6 @@ export declare interface CallWithChatAdapterManagement {
2853
2080
  * @public
2854
2081
  */
2855
2082
  lowerHand(): Promise<void>;
2856
- /**
2857
- * Send Reaction to ongoing meeting.
2858
- * @param reaction - A value of type {@link @azure/communication-calling#Reaction}
2859
- *
2860
- * @beta
2861
- */
2862
- onReactionClicked(reaction: Reaction_2): Promise<void>;
2863
2083
  /**
2864
2084
  * Create the html view for a stream.
2865
2085
  *
@@ -3025,52 +2245,6 @@ export declare interface CallWithChatAdapterManagement {
3025
2245
  * @public
3026
2246
  */
3027
2247
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3028
- /** @beta */
3029
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
3030
- /** @beta */
3031
- registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
3032
- /** @beta */
3033
- clearFileUploads: () => void;
3034
- /** @beta */
3035
- cancelFileUpload: (id: string) => void;
3036
- /** @beta */
3037
- updateFileUploadProgress: (id: string, progress: number) => void;
3038
- /** @beta */
3039
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
3040
- /** @beta */
3041
- updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
3042
- downloadAttachments: (options: {
3043
- attachmentUrls: Record<string, string>;
3044
- }) => Promise<AttachmentDownloadResult[]>;
3045
- /**
3046
- * Puts the Call in a Localhold.
3047
- *
3048
- * @beta
3049
- */
3050
- holdCall: () => Promise<void>;
3051
- /**
3052
- * Resumes the call from a LocalHold state.
3053
- *
3054
- * @beta
3055
- */
3056
- resumeCall: () => Promise<void>;
3057
- /**
3058
- * Adds a new Participant to the call.
3059
- *
3060
- * @beta
3061
- */
3062
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
3063
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
3064
- /**
3065
- * send dtmf tone to another participant in the call in 1:1 calls
3066
- *
3067
- * @beta
3068
- */
3069
- sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3070
- /**
3071
- * Continues into a call when the browser version is not supported.
3072
- */
3073
- allowUnsupportedBrowserVersion(): void;
3074
2248
  /**
3075
2249
  * Function to Start captions
3076
2250
  * @param options - options for start captions
@@ -3116,24 +2290,6 @@ export declare interface CallWithChatAdapterManagement {
3116
2290
  * @public
3117
2291
  */
3118
2292
  updateSelectedVideoBackgroundEffect(selectedVideoBackground: VideoBackgroundEffect): void;
3119
- /**
3120
- * Send the end of call survey result
3121
- *
3122
- * @beta
3123
- */
3124
- submitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
3125
- /**
3126
- * Start spotlight
3127
- *
3128
- * @beta
3129
- */
3130
- startSpotlight(userId: string): Promise<void>;
3131
- /**
3132
- * Stop spotlight
3133
- *
3134
- * @beta
3135
- */
3136
- stopSpotlight(userId: string): Promise<void>;
3137
2293
  }
3138
2294
 
3139
2295
  /**
@@ -3218,22 +2374,6 @@ export declare interface CallWithChatAdapterUiState {
3218
2374
  * @public
3219
2375
  */
3220
2376
  page: CallCompositePage;
3221
- /**
3222
- * Files being uploaded by a user in the current thread.
3223
- * Should be set to null once the upload is complete.
3224
- * Array of type {@link FileUploadsUiState}
3225
- *
3226
- * @beta
3227
- */
3228
- fileUploads?: FileUploadsUiState;
3229
- /**
3230
- * State to track whether the end user has opted in to using a
3231
- * out of date version of a supported browser. Allows the user
3232
- * to start a call in this state.
3233
- *
3234
- * @beta
3235
- */
3236
- unsupportedBrowserVersionsAllowed?: boolean;
3237
2377
  }
3238
2378
 
3239
2379
  /**
@@ -3258,18 +2398,12 @@ export declare interface CallWithChatClientState {
3258
2398
  devices: DeviceManagerState;
3259
2399
  /** State of whether the active call is a Teams interop call */
3260
2400
  isTeamsCall: boolean;
3261
- /** alternateCallerId for PSTN call */
3262
- alternateCallerId?: string | undefined;
3263
- /** Environment information for system adapter is made on */
3264
- environmentInfo?: EnvironmentInfo;
3265
2401
  /** Default set of background images for background replacement effect */
3266
2402
  videoBackgroundImages?: VideoBackgroundImage[];
3267
2403
  /** Dependency to be injected for video background effects */
3268
2404
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3269
2405
  /** State to track the selected video background effect */
3270
2406
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3271
- /** Hide attendee names in teams meeting */
3272
- hideAttendeeNames?: boolean;
3273
2407
  }
3274
2408
 
3275
2409
  /**
@@ -3338,9 +2472,6 @@ export declare type CallWithChatCompositeIcons = {
3338
2472
  ParticipantItemScreenShareStart?: JSX.Element;
3339
2473
  VideoTileMicOff?: JSX.Element;
3340
2474
  LocalCameraSwitch?: JSX.Element;
3341
- PeoplePaneAddPerson?: JSX.Element;
3342
- PeoplePaneOpenDialpad?: JSX.Element;
3343
- DialpadStartCall?: JSX.Element;
3344
2475
  DefaultCustomButton?: JSX.Element;
3345
2476
  EditBoxCancel?: JSX.Element;
3346
2477
  EditBoxSubmit?: JSX.Element;
@@ -3368,72 +2499,10 @@ export declare type CallWithChatCompositeOptions = {
3368
2499
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3369
2500
  */
3370
2501
  callControls?: boolean | CallWithChatControlOptions;
3371
- /**
3372
- * Properties for configuring the File Sharing feature.
3373
- * If undefined, file sharing feature will be disabled.
3374
- * @beta
3375
- */
3376
- fileSharing?: FileSharingOptions;
3377
- /**
3378
- * Device permissions check options for your call.
3379
- * Here you can choose what device permissions you prompt the user for,
3380
- * as well as what device permissions must be accepted before starting a call.
3381
- */
3382
- deviceChecks?: DeviceCheckOptions;
3383
- /**
3384
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3385
- * unable to grant your site the required permissions for the call.
3386
- *
3387
- * @example
3388
- * ```ts
3389
- * onPermissionsTroubleshootingClick: () =>
3390
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3391
- * ```
3392
- *
3393
- * @remarks
3394
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3395
- */
3396
- onPermissionsTroubleshootingClick?: (permissionsState: {
3397
- camera: PermissionState;
3398
- microphone: PermissionState;
3399
- }) => void;
3400
- /**
3401
- * Optional callback to supply users with further troubleshooting steps for network issues
3402
- * experienced when connecting to a call.
3403
- *
3404
- * @example
3405
- * ```ts
3406
- * onNetworkingTroubleShootingClick?: () =>
3407
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3408
- * ```
3409
- *
3410
- * @remarks
3411
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3412
- */
3413
- onNetworkingTroubleShootingClick?: () => void;
3414
- /**
3415
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3416
- *
3417
- * @example
3418
- * ```ts
3419
- * onBrowserTroubleShootingClick?: () =>
3420
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3421
- * ```
3422
- *
3423
- * @remarks
3424
- * if this is not supplied, the composite will not show a unsupported browser page.
3425
- */
3426
- onEnvironmentInfoTroubleshootingClick?: () => void;
3427
2502
  /**
3428
2503
  * Remote participant video tile menu options
3429
2504
  */
3430
2505
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
3431
- /**
3432
- * Options for controlling the local video tile.
3433
- *
3434
- * @remarks if 'false' the local video tile will not be rendered.
3435
- */
3436
- localVideoTile?: boolean | LocalVideoTileOptions;
3437
2506
  /**
3438
2507
  * Options for controlling the starting layout of the composite's video gallery
3439
2508
  */
@@ -3443,78 +2512,6 @@ export declare type CallWithChatCompositeOptions = {
3443
2512
  */
3444
2513
  layout?: VideoGalleryLayout;
3445
2514
  };
3446
- /**
3447
- * Options for end of call survey
3448
- */
3449
- surveyOptions?: {
3450
- /**
3451
- * Disable call survey at the end of a call.
3452
- * @defaultValue false
3453
- */
3454
- disableSurvey?: boolean;
3455
- /**
3456
- * Optional callback to add extra logic when survey is dismissed. For self-host only
3457
- */
3458
- onSurveyDismissed?: () => void;
3459
- /**
3460
- * Optional callback to handle survey data including free form text response
3461
- * Note that free form text response survey option is only going to be enabled when this callback is provided
3462
- * User will need to handle all free form text response on their own
3463
- */
3464
- onSurveySubmitted?: (callId: string, surveyId: string,
3465
- /**
3466
- * This is the survey results containing star survey data and API tag survey data.
3467
- * This part of the result will always be sent to the calling sdk
3468
- * This callback provides user with the ability to gain access to survey data
3469
- */
3470
- submittedSurvey: CallSurvey,
3471
- /**
3472
- * This is the survey results containing free form text
3473
- * This part of the result will not be handled by composites
3474
- * User will need to collect and handle this information 100% on their own
3475
- * Free form text survey is not going to show in the UI if onSurveySubmitted is not populated
3476
- */
3477
- improvementSuggestions: CallSurveyImprovementSuggestions) => Promise<void>;
3478
- };
3479
- /**
3480
- * Options for setting additional customizations related to personalized branding.
3481
- */
3482
- branding?: {
3483
- /**
3484
- * Logo displayed on the configuration page.
3485
- */
3486
- logo?: {
3487
- /**
3488
- * URL for the logo image.
3489
- *
3490
- * @remarks
3491
- * Recommended size is 80x80 pixels.
3492
- */
3493
- url: string;
3494
- /**
3495
- * Alt text for the logo image.
3496
- */
3497
- alt?: string;
3498
- /**
3499
- * The logo can be displayed as a circle.
3500
- *
3501
- * @defaultValue 'unset'
3502
- */
3503
- shape?: 'unset' | 'circle';
3504
- };
3505
- /**
3506
- * Background image displayed on the configuration page.
3507
- */
3508
- backgroundImage?: {
3509
- /**
3510
- * URL for the background image.
3511
- *
3512
- * @remarks
3513
- * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
3514
- */
3515
- url: string;
3516
- };
3517
- };
3518
2515
  };
3519
2516
 
3520
2517
  /**
@@ -3666,10 +2663,6 @@ export declare interface CallWithChatCompositeStrings {
3666
2663
  * Label for button to copy invite link
3667
2664
  */
3668
2665
  copyInviteLinkButtonLabel: string;
3669
- /**
3670
- * Label for button to open dialpad
3671
- */
3672
- openDialpadButtonLabel: string;
3673
2666
  /**
3674
2667
  * Label for SidePaneHeader dismiss button
3675
2668
  */
@@ -3682,34 +2675,6 @@ export declare interface CallWithChatCompositeStrings {
3682
2675
  * Aria label string for return to call back button
3683
2676
  */
3684
2677
  returnToCallButtonAriaLabel?: string;
3685
- /**
3686
- * Label for add people dropdown
3687
- */
3688
- peoplePaneAddPeopleButtonLabel: string;
3689
- /**
3690
- * Label for button to start a call
3691
- */
3692
- dialpadStartCallButtonLabel: string;
3693
- /**
3694
- * Title for dialpad Modal
3695
- */
3696
- dialpadModalTitle: string;
3697
- /**
3698
- * Aria Label for dialpad Modal
3699
- */
3700
- dialpadModalAriaLabel: string;
3701
- /**
3702
- * Aria Label for dialpad Modal close button
3703
- */
3704
- dialpadCloseModalButtonAriaLabel: string;
3705
- /**
3706
- * Placeholder text for dtmf dialpad
3707
- */
3708
- dtmfDialpadPlaceholderText: string;
3709
- /**
3710
- * Label for the button to open dtmf dialpad
3711
- */
3712
- openDtmfDialpadLabel: string;
3713
2678
  /**
3714
2679
  * aria label for when the invite link has been actioned
3715
2680
  */
@@ -3726,9 +2691,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3726
2691
  * Show or hide the chat button in the call-with-chat composite control bar.
3727
2692
  * @defaultValue true
3728
2693
  */
3729
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3730
- disabled: boolean;
3731
- };
2694
+ chatButton?: boolean;
3732
2695
  }
3733
2696
 
3734
2697
  /**
@@ -3738,35 +2701,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
3738
2701
  */
3739
2702
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
3740
2703
 
3741
- /**
3742
- * @beta
3743
- *
3744
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3745
- * by their browsers settings.
3746
- */
3747
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3748
-
3749
- /**
3750
- * @beta
3751
- * Props for CameraAndMicrophoneSitePermissions component.
3752
- */
3753
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3754
- /** Icon name for the camera icon */
3755
- cameraIconName?: string;
3756
- /** Icon name for the microphone icon */
3757
- microphoneIconName?: string;
3758
- /** Icon name for the central icon between the camera and microphone icons */
3759
- connectorIconName?: string;
3760
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3761
- strings?: CameraAndMicrophoneSitePermissionsStrings;
3762
- }
3763
-
3764
- /**
3765
- * @beta
3766
- * Strings for CameraAndMicrophoneSitePermissions component.
3767
- */
3768
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3769
-
3770
2704
  /**
3771
2705
  * A button to turn camera on / off.
3772
2706
  *
@@ -3923,31 +2857,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
3923
2857
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
3924
2858
  }
3925
2859
 
3926
- /**
3927
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3928
- * by their browsers settings.
3929
- *
3930
- * @beta
3931
- */
3932
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3933
-
3934
- /**
3935
- * @beta
3936
- * Props for CameraSitePermissions component.
3937
- */
3938
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3939
- /** Icon name for the camera icon */
3940
- cameraIconName?: string;
3941
- /** Strings for use with the {@link CameraSitePermissions} */
3942
- strings?: CameraSitePermissionsStrings;
3943
- }
3944
-
3945
- /**
3946
- * @beta
3947
- * Strings for CameraSitePermissions component.
3948
- */
3949
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3950
-
3951
2860
  /**
3952
2861
  * @public
3953
2862
  * Callback function run when a message edit is cancelled.
@@ -4153,7 +3062,7 @@ export declare type CaptionsReceivedListener = (event: {
4153
3062
  *
4154
3063
  * @public
4155
3064
  */
4156
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers & FileUploadAdapter;
3065
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable_2 & ChatAdapterSubscribers;
4157
3066
 
4158
3067
  /**
4159
3068
  * {@link ChatAdapter} state.
@@ -4277,9 +3186,7 @@ export declare interface ChatAdapterThreadManagement {
4277
3186
  /**
4278
3187
  * Update a message content.
4279
3188
  */
4280
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
4281
- attachmentMetadata?: AttachmentMetadata[];
4282
- }): Promise<void>;
3189
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
4283
3190
  /**
4284
3191
  * Delete a message in the thread.
4285
3192
  */
@@ -4292,9 +3199,6 @@ export declare interface ChatAdapterThreadManagement {
4292
3199
  *
4293
3200
  */
4294
3201
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
4295
- downloadAttachments: (options: {
4296
- attachmentUrls: Record<string, string>;
4297
- }) => Promise<AttachmentDownloadResult[]>;
4298
3202
  }
4299
3203
 
4300
3204
  /**
@@ -4304,21 +3208,8 @@ export declare interface ChatAdapterThreadManagement {
4304
3208
  */
4305
3209
  export declare type ChatAdapterUiState = {
4306
3210
  error?: Error;
4307
- /**
4308
- * Files being uploaded by a user in the current thread.
4309
- * Should be set to null once the upload is complete.
4310
- * Array of type {@link FileUploadsUiState}
4311
- * @beta
4312
- */
4313
- fileUploads?: FileUploadsUiState;
4314
3211
  };
4315
3212
 
4316
- /**
4317
- * Represents the type of attachment
4318
- * @beta
4319
- */
4320
- export declare type ChatAttachmentType = 'unknown' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | /* @conditional-compile-remove(file-sharing) */ 'file';
4321
-
4322
3213
  /**
4323
3214
  * Common props for selectors for {@link ChatClientState}.
4324
3215
  *
@@ -4419,7 +3310,6 @@ export declare type ChatCompositeIcons = {
4419
3310
  ParticipantItemOptionsHovered?: JSX.Element;
4420
3311
  SendBoxSend?: JSX.Element;
4421
3312
  SendBoxSendHovered?: JSX.Element;
4422
- SendBoxAttachFile?: JSX.Element;
4423
3313
  };
4424
3314
 
4425
3315
  /**
@@ -4429,18 +3319,11 @@ export declare type ChatCompositeIcons = {
4429
3319
  */
4430
3320
  export declare type ChatCompositeOptions = {
4431
3321
  /**
4432
- * Surface Azure Communication Services backend errors in the UI with {@link @azure/communication-react#ErrorBar}.
4433
- * Hide or show the error bar.
4434
- * @defaultValue true
4435
- */
4436
- errorBar?: boolean;
4437
- /**
4438
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4439
- * @defaultValue false
4440
- *
4441
- * @beta
3322
+ * Surface Azure Communication Services backend errors in the UI with {@link @azure/communication-react#ErrorBar}.
3323
+ * Hide or show the error bar.
3324
+ * @defaultValue true
4442
3325
  */
4443
- participantPane?: boolean;
3326
+ errorBar?: boolean;
4444
3327
  /**
4445
3328
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4446
3329
  * @defaultValue true
@@ -4451,12 +3334,6 @@ export declare type ChatCompositeOptions = {
4451
3334
  * When undefined nothing has focus on render
4452
3335
  */
4453
3336
  autoFocus?: 'sendBoxTextField';
4454
- /**
4455
- * Properties for configuring the File Sharing feature.
4456
- * If undefined, file sharing feature will be disabled.
4457
- * @beta
4458
- */
4459
- fileSharing?: FileSharingOptions;
4460
3337
  };
4461
3338
 
4462
3339
  /**
@@ -4484,12 +3361,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4484
3361
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4485
3362
  */
4486
3363
  options?: ChatCompositeOptions;
4487
- /**
4488
- * Optimizes the composite form factor for either desktop or mobile.
4489
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4490
- * @defaultValue 'desktop'
4491
- */
4492
- formFactor?: 'desktop' | 'mobile';
4493
3364
  }
4494
3365
 
4495
3366
  /**
@@ -4504,10 +3375,6 @@ export declare interface ChatCompositeStrings {
4504
3375
  * Chat list header text
4505
3376
  */
4506
3377
  chatListHeader: string;
4507
- /**
4508
- * Upload File Button text
4509
- */
4510
- uploadFile: string;
4511
3378
  }
4512
3379
 
4513
3380
  /**
@@ -4556,7 +3423,7 @@ export declare type ChatErrors = {
4556
3423
  *
4557
3424
  * @public
4558
3425
  */
4559
- 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';
3426
+ 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';
4560
3427
 
4561
3428
  /**
4562
3429
  * Object containing all the handlers required for chat components.
@@ -4573,10 +3440,7 @@ export declare type ChatHandlers = {
4573
3440
  onRemoveParticipant: (userId: string) => Promise<void>;
4574
3441
  updateThreadTopicName: (topicName: string) => Promise<void>;
4575
3442
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
4576
- onUpdateMessage: (messageId: string, content: string, options?: {
4577
- metadata?: Record<string, string>;
4578
- attachmentMetadata?: AttachmentMetadata[];
4579
- }) => Promise<void>;
3443
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4580
3444
  onDeleteMessage: (messageId: string) => Promise<void>;
4581
3445
  };
4582
3446
 
@@ -4603,18 +3467,6 @@ export declare interface ChatMessage extends MessageCommon {
4603
3467
  * {@link @azure/communication-chat#ChatMessage.metadata}
4604
3468
  */
4605
3469
  metadata?: Record<string, string>;
4606
- /**
4607
- * @beta
4608
- * A list of file attachments for the message.
4609
- * {@link FileMetadata}
4610
- */
4611
- files?: FileMetadata[];
4612
- /**
4613
- * @beta
4614
- * A list of inline images embedded in the message.
4615
- * {@link InlineImageMetadata}
4616
- */
4617
- inlineImages?: InlineImageMetadata[];
4618
3470
  }
4619
3471
 
4620
3472
  /**
@@ -4628,7 +3480,6 @@ export declare interface ChatMessage extends MessageCommon {
4628
3480
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
4629
3481
  clientMessageId?: string;
4630
3482
  status: MessageStatus;
4631
- policyViolation?: boolean;
4632
3483
  };
4633
3484
 
4634
3485
  /**
@@ -4648,26 +3499,6 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
4648
3499
  */
4649
3500
  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;
4650
3501
 
4651
- /**
4652
- * Custom Fluent theme palette used by chat related components in this library.
4653
- *
4654
- * @beta
4655
- */
4656
- export declare interface ChatTheme {
4657
- /**
4658
- * Custom Fluent theme palette used by chat related components in this library.
4659
- *
4660
- * @beta
4661
- */
4662
- chatPalette: {
4663
- modalOverlayBlack: string;
4664
- modalTitleWhite: string;
4665
- modalButtonBackground: string;
4666
- modalButtonBackgroundHover: string;
4667
- modalButtonBackgroundActive: string;
4668
- };
4669
- }
4670
-
4671
3502
  /**
4672
3503
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
4673
3504
  *
@@ -4793,12 +3624,6 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
4793
3624
  * @public
4794
3625
  */
4795
3626
  startCall(participants: string[], options?: StartCallOptions): void;
4796
- /**
4797
- * Start the call.
4798
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4799
- * @beta
4800
- */
4801
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
4802
3627
  }
4803
3628
 
4804
3629
  /**
@@ -4814,12 +3639,6 @@ export declare type CommonCallAdapterOptions = {
4814
3639
  videoBackgroundImages?: VideoBackgroundImage[];
4815
3640
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
4816
3641
  };
4817
- /**
4818
- * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4819
- * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4820
- * and would not be updated again within the lifecycle of adapter.
4821
- */
4822
- onFetchProfile?: OnFetchProfileCallback;
4823
3642
  /**
4824
3643
  * Sounds to use for calling events
4825
3644
  */
@@ -4846,9 +3665,7 @@ export declare type CommonCallControlOptions = {
4846
3665
  * Show or Hide Camera Button during a call
4847
3666
  * @defaultValue true
4848
3667
  */
4849
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4850
- disabled: boolean;
4851
- };
3668
+ cameraButton?: boolean;
4852
3669
  /**
4853
3670
  * Show or Hide EndCall button during a call.
4854
3671
  * @defaultValue true
@@ -4858,16 +3675,12 @@ export declare type CommonCallControlOptions = {
4858
3675
  * Show or Hide Microphone button during a call.
4859
3676
  * @defaultValue true
4860
3677
  */
4861
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4862
- disabled: boolean;
4863
- };
3678
+ microphoneButton?: boolean;
4864
3679
  /**
4865
3680
  * Show or Hide Devices button during a call.
4866
3681
  * @defaultValue true
4867
3682
  */
4868
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4869
- disabled: boolean;
4870
- };
3683
+ devicesButton?: boolean;
4871
3684
  /**
4872
3685
  * Show, Hide or Disable participants button during a call.
4873
3686
  * @defaultValue true
@@ -4894,27 +3707,15 @@ export declare type CommonCallControlOptions = {
4894
3707
  raiseHandButton?: boolean | {
4895
3708
  disabled: boolean;
4896
3709
  };
4897
- /**
4898
- * Show, Hide or Disable the reaction button during a call.
4899
- * @defaultValue true
4900
- */
4901
- reactionButton?: boolean | {
4902
- disabled: boolean;
4903
- };
4904
3710
  /**
4905
3711
  * Inject custom buttons in the call controls.
4906
3712
  */
4907
3713
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4908
- holdButton?: boolean | {
4909
- disabled: boolean;
4910
- };
4911
3714
  /**
4912
3715
  * Show or hide the people button in the composite control bar.
4913
3716
  * @defaultValue true
4914
3717
  */
4915
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4916
- disabled: boolean;
4917
- };
3718
+ peopleButton?: boolean;
4918
3719
  };
4919
3720
 
4920
3721
  /**
@@ -4939,10 +3740,6 @@ export declare interface CommonCallingHandlers {
4939
3740
  onRaiseHand: () => Promise<void>;
4940
3741
  onLowerHand: () => Promise<void>;
4941
3742
  onToggleRaiseHand: () => Promise<void>;
4942
- onReactionClicked: (reaction: Reaction_2) => Promise<void>;
4943
- onToggleHold: () => Promise<void>;
4944
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4945
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
4946
3743
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4947
3744
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
4948
3745
  /**
@@ -4952,10 +3749,7 @@ export declare interface CommonCallingHandlers {
4952
3749
  onDisposeLocalStreamView: () => Promise<void>;
4953
3750
  onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
4954
3751
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4955
- onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
4956
3752
  onRemoveParticipant(userId: string): Promise<void>;
4957
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4958
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4959
3753
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
4960
3754
  onRemoveVideoBackgroundEffects: () => Promise<void>;
4961
3755
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -4964,9 +3758,6 @@ export declare interface CommonCallingHandlers {
4964
3758
  onStopCaptions: () => Promise<void>;
4965
3759
  onSetSpokenLanguage: (language: string) => Promise<void>;
4966
3760
  onSetCaptionLanguage: (language: string) => Promise<void>;
4967
- onSubmitSurvey(survey: CallSurvey): Promise<CallSurveyResponse | undefined>;
4968
- onStartSpotlight: (userId: string) => Promise<void>;
4969
- onStopSpotlight: (userId: string) => Promise<void>;
4970
3761
  }
4971
3762
 
4972
3763
  /**
@@ -4978,39 +3769,6 @@ export declare type CommonProperties<A, B> = {
4978
3769
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
4979
3770
  }[keyof A & keyof B];
4980
3771
 
4981
- /**
4982
- * @beta
4983
- * Props for SitePermissions components.
4984
- */
4985
- export declare interface CommonSitePermissionsProps {
4986
- /**
4987
- * Name of application calling experience is in.
4988
- */
4989
- appName: string;
4990
- /**
4991
- * Kind of the Site Permissions component.
4992
- */
4993
- kind: 'request' | 'denied' | 'check';
4994
- /**
4995
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4996
- */
4997
- browserHint?: 'safari' | 'unset';
4998
- /**
4999
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
5000
- * If this is not provided the button will not be shown.
5001
- */
5002
- onTroubleshootingClick?: () => void;
5003
- /**
5004
- * Action that is taken when the user clicks the continue anyway button.
5005
- * If this is not provided the button will not be shown.
5006
- */
5007
- onContinueAnywayClick?: () => void;
5008
- /**
5009
- * Styles for SitePermissions component.
5010
- */
5011
- styles?: SitePermissionsStyles;
5012
- }
5013
-
5014
3772
  /**
5015
3773
  * A Chat or Calling participant's state, as reflected in the UI.
5016
3774
  *
@@ -5187,11 +3945,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5187
3945
  export declare interface ComponentLocale {
5188
3946
  /** Strings for components */
5189
3947
  strings: ComponentStrings;
5190
- /**
5191
- * Optional function to provide customized date format.
5192
- * @beta
5193
- */
5194
- onDisplayDateTimeString?: (messageDate: Date) => string;
5195
3948
  }
5196
3949
 
5197
3950
  /**
@@ -5233,70 +3986,20 @@ export declare interface ComponentStrings {
5233
3986
  screenShareButton: ScreenShareButtonStrings;
5234
3987
  /** Strings for RaiseHandButton */
5235
3988
  raiseHandButton: RaiseHandButtonStrings;
5236
- /** Strings for ReactionButton */
5237
- reactionButton: ReactionButtonStrings;
5238
3989
  /** Strings for TypingIndicator */
5239
3990
  typingIndicator: TypingIndicatorStrings;
5240
3991
  /** Strings for SendBox */
5241
3992
  sendBox: SendBoxStrings;
5242
- /** Strings for MentionPopover */
5243
- mentionPopover: MentionPopoverStrings;
5244
- /** Strings for ImageGallery */
5245
- imageGallery: ImageGalleryStrings;
5246
3993
  /** Strings for MessageStatusIndicator */
5247
3994
  messageStatusIndicator: MessageStatusIndicatorStrings;
5248
3995
  /** Strings for ErroBar */
5249
3996
  errorBar: ErrorBarStrings;
5250
3997
  /** Strings for VideoGallery */
5251
3998
  videoGallery: VideoGalleryStrings;
5252
- /** Strings for Dialpad */
5253
- dialpad: DialpadStrings;
5254
- /** Strings for VideoTile */
5255
- videoTile: VideoTileStrings;
5256
- /** Strings for HoldButton */
5257
- holdButton: HoldButtonStrings;
5258
- /** Strings for a site's permission request prompt */
5259
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
5260
- /** Strings for a site's permission request prompt */
5261
- CameraSitePermissionsRequest: SitePermissionsStrings;
5262
- /** Strings for a site's permission request prompt */
5263
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
5264
- /** Strings for a site's permission generic checking prompt */
5265
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
5266
- /** Strings for a site's permission generic checking prompt */
5267
- CameraSitePermissionsCheck: SitePermissionsStrings;
5268
- /** Strings for a site's permission generic checking prompt */
5269
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
5270
- /** Strings for a site's permission denied prompt */
5271
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
5272
- /** Strings for a site's permission denied prompt for safari browsers*/
5273
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5274
- /** Strings for a site's permission denied prompt */
5275
- CameraSitePermissionsDenied: SitePermissionsStrings;
5276
- /** Strings for a site's permission denied prompt */
5277
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
5278
- /** Strings for a site's permission denied prompt for safari browsers*/
5279
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
5280
- /** Strings for a site's permission denied prompt for safari browsers*/
5281
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5282
- /** Strings for unsupported browser UI */
5283
- UnsupportedBrowser: UnsupportedBrowserStrings;
5284
- /** Strings for unsupported browser version UI */
5285
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
5286
- /** Strings for unsupported browser version UI */
5287
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
5288
- /** Strings for BrowserPemissionDenied */
5289
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
5290
- /** Strings for BrowserPemissionDeniedIOS */
5291
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
5292
3999
  /**
5293
4000
  * Strings for the VerticalGallery.
5294
4001
  */
5295
4002
  verticalGallery: VerticalGalleryStrings;
5296
- /** Strings for the participant list component */
5297
- ParticipantList: ParticipantListStrings;
5298
- /** Strings for the attendee role */
5299
- AttendeeRole: string;
5300
4003
  }
5301
4004
 
5302
4005
  /**
@@ -5659,7 +4362,7 @@ export declare interface ControlBarProps {
5659
4362
  *
5660
4363
  * @public
5661
4364
  */
5662
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4365
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
5663
4366
 
5664
4367
  /**
5665
4368
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -5669,7 +4372,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
5669
4372
  *
5670
4373
  * @public
5671
4374
  */
5672
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4375
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
5673
4376
 
5674
4377
  /**
5675
4378
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -5677,7 +4380,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
5677
4380
  *
5678
4381
  * @public
5679
4382
  */
5680
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4383
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5681
4384
 
5682
4385
  /**
5683
4386
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -5688,7 +4391,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
5688
4391
  *
5689
4392
  * @public
5690
4393
  */
5691
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4394
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5692
4395
 
5693
4396
  /**
5694
4397
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -5707,16 +4410,14 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
5707
4410
  *
5708
4411
  * @public
5709
4412
  */
5710
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
5711
- credential?: CommunicationTokenCredential;
5712
- }): Promise<ChatAdapter>;
4413
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5713
4414
 
5714
4415
  /**
5715
4416
  * Type of {@link createDefaultCallingHandlers}.
5716
4417
  *
5717
4418
  * @public
5718
4419
  */
5719
- export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
4420
+ export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, /* @conditional-compile-remove(video-background-effects) */ options?: CallingHandlersOptions) => CallingHandlers;
5720
4421
 
5721
4422
  /**
5722
4423
  * Create the default implementation of {@link CallingHandlers} for teams call.
@@ -5740,18 +4441,6 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
5740
4441
  */
5741
4442
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
5742
4443
 
5743
- /**
5744
- * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5745
- *
5746
- * Useful when implementing a custom component that utilizes the providers
5747
- * exported from this library.
5748
- *
5749
- * @beta
5750
- */
5751
- 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?: {
5752
- onResolveVideoBackgroundEffectsDependency?: () => Promise<VideoBackgroundEffectsDependency>;
5753
- }) => never | TeamsCallingHandlers;
5754
-
5755
4444
  /**
5756
4445
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
5757
4446
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -5777,21 +4466,6 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
5777
4466
  */
5778
4467
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions) => StatefulChatClient;
5779
4468
 
5780
- /**
5781
- * @beta
5782
- */
5783
- export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5784
-
5785
- /**
5786
- * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5787
- *
5788
- * Useful if you want to keep a reference to {@link StatefulCallClient}.
5789
- * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5790
- *
5791
- * @beta
5792
- */
5793
- export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: TeamsAdapterOptions) => Promise<TeamsCallAdapter>;
5794
-
5795
4469
  /**
5796
4470
  * Object returned after creating a local or remote VideoStream.
5797
4471
  * This contains helper functions to manipulate the render of the stream.
@@ -5842,13 +4516,6 @@ export declare type CustomAvatarOptions = {
5842
4516
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
5843
4517
  /** Display name to be used in Persona */
5844
4518
  text?: string;
5845
- /** State for the participant to be displayed in the defaultPlaceHolder */
5846
- participantState?: ParticipantState;
5847
- /**
5848
- * If true, show the special coin for unknown persona.
5849
- * It has '?' in place of initials, with static font and background colors
5850
- */
5851
- showUnknownPersonaCoin?: boolean;
5852
4519
  };
5853
4520
 
5854
4521
  /**
@@ -5974,19 +4641,7 @@ export declare interface CustomMessage extends MessageCommon {
5974
4641
  *
5975
4642
  * @public
5976
4643
  */
5977
- export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5978
-
5979
- /**
5980
- * @beta
5981
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5982
- */
5983
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
5984
-
5985
- /**
5986
- * @beta
5987
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
5988
- */
5989
- export declare type DeclarativeIncomingCall = IncomingCall;
4644
+ export declare const darkTheme: PartialTheme & CallingTheme;
5990
4645
 
5991
4646
  /**
5992
4647
  * The default set of icons that are available to use in the UI components.
@@ -6004,17 +4659,12 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6004
4659
  ControlButtonMicOn: React_2.JSX.Element;
6005
4660
  ControlButtonOptions: React_2.JSX.Element;
6006
4661
  ControlButtonParticipants: React_2.JSX.Element;
6007
- ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6008
4662
  ControlButtonScreenShareStart: React_2.JSX.Element;
6009
4663
  ControlButtonScreenShareStop: React_2.JSX.Element;
6010
4664
  ControlButtonRaiseHand: React_2.JSX.Element;
6011
4665
  ControlButtonLowerHand: React_2.JSX.Element;
6012
4666
  RaiseHandContextualMenuItem: React_2.JSX.Element;
6013
4667
  LowerHandContextualMenuItem: React_2.JSX.Element;
6014
- ReactionButtonIcon: React_2.JSX.Element;
6015
- CancelFileUpload: React_2.JSX.Element;
6016
- DownloadFile: React_2.JSX.Element;
6017
- DataLossPreventionProhibited: React_2.JSX.Element;
6018
4668
  EditBoxCancel: React_2.JSX.Element;
6019
4669
  EditBoxSubmit: React_2.JSX.Element;
6020
4670
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -6047,20 +4697,9 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6047
4697
  ParticipantItemOptions: React_2.JSX.Element;
6048
4698
  ParticipantItemOptionsHovered: React_2.JSX.Element;
6049
4699
  ParticipantItemScreenShareStart: React_2.JSX.Element;
6050
- HoldCallContextualMenuItem: React_2.JSX.Element;
6051
- HoldCallButton: React_2.JSX.Element;
6052
- ResumeCall: React_2.JSX.Element;
6053
4700
  SendBoxSend: React_2.JSX.Element;
6054
4701
  SendBoxSendHovered: React_2.JSX.Element;
6055
4702
  VideoTileMicOff: React_2.JSX.Element;
6056
- DialpadBackspace: React_2.JSX.Element;
6057
- SitePermissionsSparkle: React_2.JSX.Element;
6058
- SitePermissionCamera: React_2.JSX.Element;
6059
- SitePermissionMic: React_2.JSX.Element;
6060
- SitePermissionCameraDenied: React_2.JSX.Element;
6061
- SitePermissionMicDenied: React_2.JSX.Element;
6062
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6063
- BrowserPermissionDeniedError: React_2.JSX.Element;
6064
4703
  VideoTilePinned: React_2.JSX.Element;
6065
4704
  VideoTileMoreOptions: React_2.JSX.Element;
6066
4705
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6083,8 +4722,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6083
4722
  ContextMenuCameraIcon: React_2.JSX.Element;
6084
4723
  ContextMenuMicIcon: React_2.JSX.Element;
6085
4724
  ContextMenuSpeakerIcon: React_2.JSX.Element;
6086
- SurveyStarIcon: React_2.JSX.Element;
6087
- SurveyStarIconFilled: React_2.JSX.Element;
6088
4725
  };
6089
4726
 
6090
4727
  /**
@@ -6105,7 +4742,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6105
4742
  ParticipantItemOptionsHovered: JSX.Element;
6106
4743
  SendBoxSend: JSX.Element;
6107
4744
  SendBoxSendHovered: JSX.Element;
6108
- SendBoxAttachFile?: JSX.Element | undefined;
6109
4745
  ControlBarPeopleButton?: JSX.Element | undefined;
6110
4746
  ControlButtonCameraOff: JSX.Element;
6111
4747
  ControlButtonCameraOn: JSX.Element;
@@ -6121,9 +4757,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6121
4757
  ControlButtonRaiseHand: JSX.Element;
6122
4758
  ControlButtonLowerHand: JSX.Element;
6123
4759
  RaiseHandContextualMenuItem: JSX.Element;
6124
- ReactionContextualMenuItem?: JSX.Element | undefined;
6125
4760
  LowerHandContextualMenuItem: JSX.Element;
6126
- ReactionButtonIcon: JSX.Element;
6127
4761
  ErrorBarCallCameraAccessDenied: JSX.Element;
6128
4762
  ErrorBarCallCameraAlreadyInUse: JSX.Element;
6129
4763
  ErrorBarCallLocalVideoFreeze: JSX.Element;
@@ -6162,9 +4796,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6162
4796
  ParticipantItemScreenShareStart: JSX.Element;
6163
4797
  VideoTileMicOff: JSX.Element;
6164
4798
  LocalCameraSwitch?: JSX.Element | undefined;
6165
- PeoplePaneAddPerson?: JSX.Element | undefined;
6166
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
6167
- DialpadStartCall?: JSX.Element | undefined;
6168
4799
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
6169
4800
  BlurVideoBackground?: JSX.Element | undefined;
6170
4801
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -6185,25 +4816,11 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6185
4816
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
6186
4817
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
6187
4818
  MoreDrawerSpeakers?: JSX.Element | undefined;
4819
+ SendBoxAttachFile?: JSX.Element | undefined;
6188
4820
  ChatMessageOptions: React_2.JSX.Element;
6189
- ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6190
- CancelFileUpload: React_2.JSX.Element;
6191
- DownloadFile: React_2.JSX.Element;
6192
- DataLossPreventionProhibited: React_2.JSX.Element;
6193
4821
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6194
4822
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6195
4823
  MessageResend: React_2.JSX.Element;
6196
- HoldCallContextualMenuItem: React_2.JSX.Element;
6197
- HoldCallButton: React_2.JSX.Element;
6198
- ResumeCall: React_2.JSX.Element;
6199
- DialpadBackspace: React_2.JSX.Element;
6200
- SitePermissionsSparkle: React_2.JSX.Element;
6201
- SitePermissionCamera: React_2.JSX.Element;
6202
- SitePermissionMic: React_2.JSX.Element;
6203
- SitePermissionCameraDenied: React_2.JSX.Element;
6204
- SitePermissionMicDenied: React_2.JSX.Element;
6205
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6206
- BrowserPermissionDeniedError: React_2.JSX.Element;
6207
4824
  VideoTilePinned: React_2.JSX.Element;
6208
4825
  VideoTileMoreOptions: React_2.JSX.Element;
6209
4826
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6226,33 +4843,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6226
4843
  ContextMenuCameraIcon: React_2.JSX.Element;
6227
4844
  ContextMenuMicIcon: React_2.JSX.Element;
6228
4845
  ContextMenuSpeakerIcon: React_2.JSX.Element;
6229
- SurveyStarIcon: React_2.JSX.Element;
6230
- SurveyStarIconFilled: React_2.JSX.Element;
6231
4846
  };
6232
4847
 
6233
- /**
6234
- * Device Checks.
6235
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
6236
- *
6237
- * @beta
6238
- */
6239
- export declare interface DeviceCheckOptions {
6240
- /**
6241
- * Camera Permission prompts for your call.
6242
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6243
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6244
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6245
- */
6246
- camera: 'required' | 'optional' | 'doNotPrompt';
6247
- /**
6248
- * Microphone permission prompts for your call.
6249
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6250
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6251
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6252
- */
6253
- microphone: 'required' | 'optional' | 'doNotPrompt';
6254
- }
6255
-
6256
4848
  /**
6257
4849
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
6258
4850
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -6471,87 +5063,6 @@ export declare interface DiagnosticsCallFeatureState {
6471
5063
  media: MediaDiagnosticsState;
6472
5064
  }
6473
5065
 
6474
- /**
6475
- * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6476
- * It will return empty component for stable builds
6477
- *
6478
- * @beta
6479
- */
6480
- export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6481
-
6482
- /**
6483
- * Props for {@link Dialpad} component.
6484
- *
6485
- * @beta
6486
- */
6487
- export declare interface DialpadProps {
6488
- strings?: DialpadStrings;
6489
- /**
6490
- * function to send dtmf tones on button click
6491
- */
6492
- onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
6493
- /**
6494
- * Callback for dialpad button behavior
6495
- */
6496
- onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
6497
- /**
6498
- * set dialpad textfield content
6499
- */
6500
- textFieldValue?: string;
6501
- /**
6502
- * on change function for text field, provides an unformatted plain text
6503
- */
6504
- onChange?: (input: string) => void;
6505
- /**
6506
- * flag to determine when to show/hide delete button, default true
6507
- */
6508
- showDeleteButton?: boolean;
6509
- /**
6510
- * flag to determine if dialpad is in mobile view, default false
6511
- */
6512
- isMobile?: boolean;
6513
- /**
6514
- * Styles for customizing the dialpad component
6515
- */
6516
- styles?: DialpadStyles;
6517
- /**
6518
- * Disables DTMF sounds when dialpad buttons are pressed. the actual
6519
- * tones are still sent to the call.
6520
- */
6521
- disableDtmfPlayback?: boolean;
6522
- /**
6523
- * Enable the ability to edit the number in the text box.
6524
- * This mode is for when dailing someone to call to that the user can edit the number before calling if needed.
6525
- * @default false
6526
- *
6527
- */
6528
- enableInputEditing?: boolean;
6529
- }
6530
-
6531
- /**
6532
- * Strings of {@link Dialpad} that can be overridden.
6533
- *
6534
- * @beta
6535
- */
6536
- export declare interface DialpadStrings {
6537
- placeholderText: string;
6538
- deleteButtonAriaLabel?: string;
6539
- }
6540
-
6541
- /**
6542
- * Styles for {@link Dialpad} component.
6543
- *
6544
- * @beta
6545
- */
6546
- export declare interface DialpadStyles {
6547
- root?: IStyle;
6548
- button?: IButtonStyles;
6549
- textField?: Partial<ITextFieldStyles>;
6550
- digit?: IStyle;
6551
- letter?: IStyle;
6552
- deleteIcon?: IButtonStyles;
6553
- }
6554
-
6555
5066
  /**
6556
5067
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
6557
5068
  *
@@ -6573,13 +5084,6 @@ declare interface Disposable_2 {
6573
5084
  }
6574
5085
  export { Disposable_2 as Disposable }
6575
5086
 
6576
- /**
6577
- * DTMF tone for PSTN calls.
6578
- *
6579
- * @beta
6580
- */
6581
- export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6582
-
6583
5087
  /**
6584
5088
  * A type for trivial selectors that return no data.
6585
5089
  *
@@ -6802,236 +5306,36 @@ export declare interface ErrorBarStrings {
6802
5306
  callMacOsCameraAccessDenied: string;
6803
5307
  /**
6804
5308
  * Mac OS specific message shown when system denies sharing local screen on a call.
6805
- */
6806
- callMacOsScreenShareAccessDenied: string;
6807
- /**
6808
- * Dimiss errorbar button aria label read by screen reader accessibility tools
6809
- */
6810
- dismissButtonAriaLabel?: string;
6811
- /**
6812
- * An error message when joining a call fails.
6813
- */
6814
- failedToJoinCallGeneric?: string;
6815
- /**
6816
- * An error message when joining a call fails specifically due to an invalid meeting link.
6817
- */
6818
- failedToJoinCallInvalidMeetingLink?: string;
6819
- /**
6820
- * Error bar string letting you know remote participants see a frozen stream for you.
6821
- */
6822
- cameraFrozenForRemoteParticipants?: string;
6823
- /**
6824
- * Unable to start effect
6825
- */
6826
- unableToStartVideoEffect?: string;
6827
- }
6828
-
6829
- /**
6830
- * All errors that can be shown in the {@link ErrorBar}.
6831
- *
6832
- * @public
6833
- */
6834
- export declare type ErrorType = keyof ErrorBarStrings;
6835
-
6836
- /**
6837
- * @beta
6838
- * A file download error returned via a {@link FileDownloadHandler}.
6839
- * This error message is used to render an error message in the UI.
6840
- */
6841
- export declare interface FileDownloadError {
6842
- /** The error message to display in the UI */
6843
- errorMessage: string;
6844
- }
6845
-
6846
- /**
6847
- * @beta
6848
- *
6849
- * A callback function for handling file downloads.
6850
- * The function needs to return a promise that resolves to a file download URL.
6851
- * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6852
- *
6853
- * @example
6854
- * ```ts
6855
- * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6856
- * if (isUnauthorizedUser(userId)) {
6857
- * return { errorMessage: 'You don’t have permission to download this file.' };
6858
- * } else {
6859
- * return new URL(fileData.url);
6860
- * }
6861
- * }
6862
- *
6863
- * const App = () => (
6864
- * <ChatComposite
6865
- * ...
6866
- * fileSharing={{
6867
- * fileDownloadHandler: fileDownloadHandler
6868
- * }}
6869
- * />
6870
- * )
6871
- *
6872
- * ```
6873
- * @param userId - The user ID of the user downloading the file.
6874
- * @param fileMetadata - The {@link AttachmentMetadata} containing file `url`, `extension` and `name`.
6875
- */
6876
- export declare type FileDownloadHandler = (userId: string, fileMetadata: AttachmentMetadata) => Promise<URL | FileDownloadError>;
6877
-
6878
- /**
6879
- * Metadata containing basic information about the uploaded file.
6880
- *
6881
- * @beta
6882
- */
6883
- export declare interface FileMetadata {
6884
- attachmentType: 'file';
6885
- /**
6886
- * Extension hint, useful for rendering a specific icon.
6887
- * An unknown or empty extension will be rendered as a generic icon.
6888
- * Example: `pdf`
6889
- */
6890
- extension: string;
6891
- /**
6892
- * Unique ID of the file.
6893
- */
6894
- id: string;
6895
- /**
6896
- * File name to be displayed.
6897
- */
6898
- name: string;
6899
- /**
6900
- * Download URL for the file.
6901
- */
6902
- url: string;
6903
- payload?: Record<string, string>;
6904
- }
6905
-
6906
- /**
6907
- * Properties for configuring the File Sharing feature.
6908
- * @beta
6909
- */
6910
- export declare interface FileSharingOptions {
6911
- /**
6912
- * A string containing the comma separated list of accepted file types.
6913
- * Similar to the `accept` attribute of the `<input type="file" />` element.
6914
- * Accepts any type of file if not specified.
6915
- * @beta
6916
- */
6917
- accept?: string;
6918
- /**
6919
- * Allows multiple files to be selected if set to `true`.
6920
- * Similar to the `multiple` attribute of the `<input type="file" />` element.
6921
- * @defaultValue false
6922
- * @beta
6923
- */
6924
- multiple?: boolean;
6925
- /**
6926
- * A function of type {@link FileUploadHandler} for handling file uploads.
6927
- * @beta
6928
- */
6929
- uploadHandler: FileUploadHandler;
6930
- /**
6931
- * A function of type {@link FileDownloadHandler} for handling file downloads.
6932
- * If the function is not specified, the file's `url` will be opened in a new tab to
6933
- * initiate the download.
6934
- */
6935
- downloadHandler?: FileDownloadHandler;
6936
- }
6937
-
6938
- /**
6939
- * @beta
6940
- */
6941
- export declare interface FileUploadAdapter {
6942
- registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6943
- registerCompletedFileUploads: (metadata: AttachmentMetadata[]) => FileUploadManager[];
6944
- clearFileUploads: () => void;
6945
- cancelFileUpload: (id: string) => void;
6946
- updateFileUploadProgress: (id: string, progress: number) => void;
6947
- updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6948
- updateFileUploadMetadata: (id: string, metadata: AttachmentMetadata) => void;
6949
- }
6950
-
6951
- /**
6952
- * @beta
6953
- * Error message to be displayed to the user if the upload fails.
6954
- */
6955
- export declare type FileUploadError = {
6956
- message: string;
6957
- timestamp: number;
6958
- };
6959
-
6960
- /**
6961
- * @beta
6962
- * A callback function for handling file uploads.
6963
- *
6964
- * @param userId - The user ID of the user uploading the file.
6965
- * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6966
- */
6967
- export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6968
-
6969
- /**
6970
- * A wrapper object for a file that is being uploaded.
6971
- * Allows managing file uploads by providing common functions for updating the
6972
- * upload progress, canceling an upload, completing an upload etc.
6973
- * @beta
6974
- */
6975
- export declare interface FileUploadManager {
6976
- /**
6977
- * Unique identifier for the file upload.
6978
- */
6979
- id: string;
6980
- /**
6981
- * HTML {@link File} object for the uploaded file.
6982
- */
6983
- file?: File;
6984
- /**
6985
- * Update the progress of the upload.
6986
- * @param value - number between 0 and 1
6987
- */
6988
- notifyUploadProgressChanged: (value: number) => void;
6989
- /**
6990
- * Mark the upload as complete.
6991
- * Requires the `metadata` param containing uploaded file information.
6992
- * @param metadata - {@link AttachmentMetadata}
6993
- */
6994
- notifyUploadCompleted: (metadata: AttachmentMetadata) => void;
6995
- /**
6996
- * Mark the upload as failed.
6997
- * @param message - An error message that can be displayed to the user.
6998
- */
6999
- notifyUploadFailed: (message: string) => void;
7000
- }
7001
-
7002
- /**
7003
- * Contains the state attributes of a file upload like name, progress etc.
7004
- * @beta
7005
- */
7006
- export declare interface FileUploadState {
5309
+ */
5310
+ callMacOsScreenShareAccessDenied: string;
7007
5311
  /**
7008
- * Unique identifier for the file upload.
5312
+ * Dimiss errorbar button aria label read by screen reader accessibility tools
7009
5313
  */
7010
- id: string;
5314
+ dismissButtonAriaLabel?: string;
7011
5315
  /**
7012
- * Filename extracted from the {@link File} object.
7013
- * This attribute is used to render the filename if `metadata.name` is not available.
5316
+ * An error message when joining a call fails.
7014
5317
  */
7015
- filename: string;
5318
+ failedToJoinCallGeneric?: string;
7016
5319
  /**
7017
- * A number between 0 and 1 indicating the progress of the upload.
5320
+ * An error message when joining a call fails specifically due to an invalid meeting link.
7018
5321
  */
7019
- progress: number;
5322
+ failedToJoinCallInvalidMeetingLink?: string;
7020
5323
  /**
7021
- * Metadata {@link AttachmentMetadata} containing information about the uploaded file.
5324
+ * Error bar string letting you know remote participants see a frozen stream for you.
7022
5325
  */
7023
- metadata?: AttachmentMetadata;
5326
+ cameraFrozenForRemoteParticipants?: string;
7024
5327
  /**
7025
- * Error message to be displayed to the user if the upload fails.
5328
+ * Unable to start effect
7026
5329
  */
7027
- error?: FileUploadError;
5330
+ unableToStartVideoEffect?: string;
7028
5331
  }
7029
5332
 
7030
5333
  /**
7031
- * A record containing {@link FileUploadState} mapped to unique ids.
7032
- * @beta
5334
+ * All errors that can be shown in the {@link ErrorBar}.
5335
+ *
5336
+ * @public
7033
5337
  */
7034
- export declare type FileUploadsUiState = Record<string, FileUploadState>;
5338
+ export declare type ErrorType = keyof ErrorBarStrings;
7035
5339
 
7036
5340
  /**
7037
5341
  * Provider to apply a Fluent theme across this library's react components.
@@ -7072,7 +5376,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
7072
5376
  *
7073
5377
  * @public
7074
5378
  */
7075
- 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;
5379
+ 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;
7076
5380
 
7077
5381
  /**
7078
5382
  * Get the selector for a specified component.
@@ -7134,63 +5438,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
7134
5438
  children?: IStyle;
7135
5439
  }
7136
5440
 
7137
- /**
7138
- * a button to hold or resume a ongoing call.
7139
- *
7140
- * Can be used with {@link ControlBar}
7141
- *
7142
- * @param props - properties for the hold button.
7143
- * @returns
7144
- * @beta
7145
- */
7146
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
7147
-
7148
- /**
7149
- *@beta
7150
- */
7151
- export declare interface HoldButtonProps extends ControlBarButtonProps {
7152
- /**
7153
- * Utility property for using this component with communication react handlers
7154
- * Holds the call or resumes it based on call state.
7155
- */
7156
- onToggleHold: () => Promise<void>;
7157
- /**
7158
- * Optional strings to override in component
7159
- */
7160
- strings?: HoldButtonStrings;
7161
- }
7162
-
7163
- /**
7164
- * Selector type for the {@link HoldButton} component.
7165
- * @public
7166
- */
7167
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7168
- checked: boolean;
7169
- };
7170
-
7171
- /**
7172
- * Strings for the hold button labels
7173
- * @beta
7174
- */
7175
- export declare interface HoldButtonStrings {
7176
- /**
7177
- * Label for when action is to resume call.
7178
- */
7179
- onLabel: string;
7180
- /**
7181
- * Label for when action is to hold call.
7182
- */
7183
- offLabel: string;
7184
- /**
7185
- * Content for when button is checked
7186
- */
7187
- tooltipOnContent: string;
7188
- /**
7189
- * Content for when button is unchecked
7190
- */
7191
- tooltipOffContent: string;
7192
- }
7193
-
7194
5441
  /**
7195
5442
  * {@link HorizontalGallery} Component Styles.
7196
5443
  * @public
@@ -7275,99 +5522,8 @@ export declare interface _Identifiers {
7275
5522
  verticalGalleryVideoTile: string;
7276
5523
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
7277
5524
  verticalGalleryPageCounter: string;
7278
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
7279
- mentionSuggestionList: string;
7280
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
7281
- mentionSuggestionItem: string;
7282
- }
7283
-
7284
- /**
7285
- * Component to render a fullscreen modal for a selected image.
7286
- *
7287
- * @beta
7288
- */
7289
- export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
7290
-
7291
- /**
7292
- * Props for {@link ImageGallery}.
7293
- *
7294
- * @beta
7295
- */
7296
- export declare interface ImageGalleryImageProps {
7297
- /** Image Url used to display the image in a large scale. */
7298
- imageUrl: string;
7299
- /** String used as a file name when downloading this image to user's local device. */
7300
- downloadFilename: string;
7301
- /** Optional string used as a alt text for the image. @default 'image' */
7302
- altText?: string;
7303
- /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
7304
- title?: string;
7305
- /** Optional JSX element used as a title icon and displayed to the left of the title element. */
7306
- titleIcon?: JSX.Element;
7307
- }
7308
-
7309
- /**
7310
- * Props for {@link ImageGallery}.
7311
- *
7312
- * @beta
7313
- */
7314
- export declare interface ImageGalleryProps {
7315
- /**
7316
- * Boolean that controls whether the modal is displayed.
7317
- */
7318
- isOpen: boolean;
7319
- /**
7320
- * Array of images used to populate the ImageGallery
7321
- */
7322
- images: Array<ImageGalleryImageProps>;
7323
- /**
7324
- * Callback to invoke when the ImageGallery modal is dismissed
7325
- */
7326
- onDismiss: () => void;
7327
- /**
7328
- * Callback called when the download button is clicked.
7329
- */
7330
- onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
7331
- /**
7332
- * Callback called when there's an error loading the image.
7333
- */
7334
- onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
7335
- /**
7336
- * Indicating which index of the images array to start with.
7337
- */
7338
- startIndex?: number;
7339
- }
7340
-
7341
- /**
7342
- * Strings of {@link ImageGallery} that can be overridden.
7343
- *
7344
- * @beta
7345
- */
7346
- export declare interface ImageGalleryStrings {
7347
- /**
7348
- * Download button label for ImageGallery
7349
- */
7350
- downloadButtonLabel: string;
7351
- /**
7352
- * Dismiss button aria label for ImageGallery
7353
- */
7354
- dismissButtonAriaLabel: string;
7355
5525
  }
7356
5526
 
7357
- /**
7358
- * @beta
7359
- * This contains a readonly array that returns all the active `incomingCalls`.
7360
- * An active incoming call is a call that has not been answered, declined or disconnected.
7361
- */
7362
- export declare type IncomingCallManagement = {
7363
- /**
7364
- * @beta
7365
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7366
- * @returns readonly array of {@link DeclarativeIncomingCall}
7367
- */
7368
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7369
- };
7370
-
7371
5527
  /**
7372
5528
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
7373
5529
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7400,24 +5556,6 @@ export declare interface IncomingCallState {
7400
5556
  endTime?: Date;
7401
5557
  }
7402
5558
 
7403
- /**
7404
- * Metadata for rendering images inline with a message.
7405
- * This does not include images attached as files.
7406
- * @beta
7407
- */
7408
- export declare interface InlineImageMetadata {
7409
- attachmentType: 'inlineImage';
7410
- /**
7411
- * Unique ID of the attachment.
7412
- */
7413
- id: string;
7414
- previewUrl?: string;
7415
- /**
7416
- * Download URL for the full resolution version.
7417
- */
7418
- url: string;
7419
- }
7420
-
7421
5559
  /**
7422
5560
  * Callback for {@link CallAdapterSubscribers} 'isCaptionLanguageChanged' event.
7423
5561
  *
@@ -7516,7 +5654,7 @@ export declare interface JumpToNewMessageButtonProps {
7516
5654
  *
7517
5655
  * @public
7518
5656
  */
7519
- export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5657
+ export declare const lightTheme: PartialTheme & CallingTheme;
7520
5658
 
7521
5659
  /**
7522
5660
  * Whether the stream is loading or not.
@@ -7602,24 +5740,6 @@ export declare interface LocalVideoStreamVideoEffectsState {
7602
5740
  activeEffects?: VideoEffectName[];
7603
5741
  }
7604
5742
 
7605
- /**
7606
- * Options for the local video tile in the Call composite.
7607
- *
7608
- * @beta
7609
- */
7610
- export declare interface LocalVideoTileOptions {
7611
- /**
7612
- * Position of the local video tile. If unset will render the local tile in the floating local position.
7613
- *
7614
- * @defaultValue 'floating'
7615
- * @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
7616
- * 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
7617
- * local video tile rules and be docked in the bottom corner.
7618
- * This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
7619
- */
7620
- position?: 'grid' | 'floating';
7621
- }
7622
-
7623
5743
  /**
7624
5744
  * different modes of the local video tile
7625
5745
  *
@@ -7645,76 +5765,6 @@ export declare interface MediaDiagnosticsState {
7645
5765
  latest: LatestMediaDiagnostics;
7646
5766
  }
7647
5767
 
7648
- /**
7649
- * Mention's state, as reflected in the UI.
7650
- *
7651
- * @beta
7652
- */
7653
- export declare interface Mention {
7654
- /** ID of a mention */
7655
- id: string;
7656
- /** Display text of a mention */
7657
- displayText: string;
7658
- /** Optional React element to render an item icon of a mention suggestion */
7659
- icon?: JSX.Element;
7660
- }
7661
-
7662
- /**
7663
- * Options to display suggestions in the mention scenario.
7664
- *
7665
- * @beta
7666
- */
7667
- export declare interface MentionDisplayOptions {
7668
- /**
7669
- * Optional callback for customizing the mention renderer in a message thread.
7670
- */
7671
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7672
- }
7673
-
7674
- /**
7675
- * Options to lookup suggestions in the mention scenario.
7676
- *
7677
- * @beta
7678
- */
7679
- export declare interface MentionLookupOptions {
7680
- /**
7681
- * Optional string to set trigger keyword for mention a specific participant.
7682
- *
7683
- * @defaultValue `@`
7684
- */
7685
- trigger?: string;
7686
- /**
7687
- * Optional callback to fetch a list of mention suggestions base on the query.
7688
- */
7689
- onQueryUpdated: (query: string) => Promise<Mention[]>;
7690
- /**
7691
- * Optional callback to render an item of the mention suggestions list.
7692
- */
7693
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7694
- }
7695
-
7696
- /**
7697
- * Options to lookup suggestions and display mentions in the mention scenario.
7698
- *
7699
- * @beta
7700
- */
7701
- export declare type MentionOptions = {
7702
- lookupOptions?: MentionLookupOptions;
7703
- displayOptions?: MentionDisplayOptions;
7704
- };
7705
-
7706
- /**
7707
- * Strings of {@link _MentionPopover} that can be overridden.
7708
- *
7709
- * @beta
7710
- */
7711
- export declare interface MentionPopoverStrings {
7712
- /**
7713
- * Header text for MentionPopover
7714
- */
7715
- mentionPopoverHeader: string;
7716
- }
7717
-
7718
5768
  /**
7719
5769
  * Discriminated union of all messages.
7720
5770
  *
@@ -7722,7 +5772,7 @@ export declare interface MentionPopoverStrings {
7722
5772
  *
7723
5773
  * @public
7724
5774
  */
7725
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
5775
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7726
5776
 
7727
5777
  /**
7728
5778
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -7956,7 +6006,7 @@ export declare type MessageThreadProps = {
7956
6006
  /**
7957
6007
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
7958
6008
  */
7959
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
6009
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
7960
6010
  /**
7961
6011
  * number of participants in the thread
7962
6012
  */
@@ -8037,17 +6087,6 @@ export declare type MessageThreadProps = {
8037
6087
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
8038
6088
  */
8039
6089
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
8040
- /**
8041
- * Optional callback to render attached files in the message component.
8042
- * @beta
8043
- */
8044
- onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
8045
- /**
8046
- * Optional callback to retrieve the inline image in a message.
8047
- * @param attachment - AttachmentMetadata object we want to render
8048
- * @beta
8049
- */
8050
- onFetchAttachments?: (attachments: AttachmentMetadata[]) => Promise<AttachmentDownloadResult[]>;
8051
6090
  /**
8052
6091
  * Optional callback to edit a message.
8053
6092
  *
@@ -8089,28 +6128,6 @@ export declare type MessageThreadProps = {
8089
6128
  * Optional strings to override in component
8090
6129
  */
8091
6130
  strings?: Partial<MessageThreadStrings>;
8092
- /**
8093
- * @beta
8094
- * Optional function called when someone clicks on the file download icon.
8095
- * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
8096
- * this function will be called with the data inside `fileSharingMetadata` key.
8097
- */
8098
- fileDownloadHandler?: FileDownloadHandler;
8099
- /**
8100
- * Optional function to provide customized date format.
8101
- * @beta
8102
- */
8103
- onDisplayDateTimeString?: (messageDate: Date) => string;
8104
- /**
8105
- * Optional props needed to lookup a mention query and display mentions
8106
- * @beta
8107
- */
8108
- mentionOptions?: MentionOptions;
8109
- /**
8110
- * Optional callback called when an inline image is clicked.
8111
- * @beta
8112
- */
8113
- onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
8114
6131
  };
8115
6132
 
8116
6133
  /**
@@ -8184,14 +6201,6 @@ export declare interface MessageThreadStrings {
8184
6201
  actionMenuMoreOptions?: string;
8185
6202
  /** Aria label to announce when a message is deleted */
8186
6203
  messageDeletedAnnouncementAriaLabel: string;
8187
- /** String for download file button in file card */
8188
- downloadFile: string;
8189
- /** String for policy violation message removal */
8190
- blockedWarningText: string;
8191
- /** String for policy violation message removal details link */
8192
- blockedWarningLinkText: string;
8193
- /** String for aria text in file attachment group*/
8194
- fileCardGroupMessage: string;
8195
6204
  }
8196
6205
 
8197
6206
  /**
@@ -8219,7 +6228,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
8219
6228
  /** Styles for system message container. */
8220
6229
  systemMessageContainer?: ComponentSlotStyle;
8221
6230
  /** Styles for blocked message container. */
8222
- blockedMessageContainer?: ComponentSlotStyle;
8223
6231
  /** Styles for message status indicator container. */
8224
6232
  messageStatusContainer?: (mine: boolean) => IStyle;
8225
6233
  }
@@ -8388,31 +6396,6 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
8388
6396
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
8389
6397
  }
8390
6398
 
8391
- /**
8392
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8393
- * by their browsers settings.
8394
- *
8395
- * @beta
8396
- */
8397
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8398
-
8399
- /**
8400
- * @beta
8401
- * Props for MicrophoneSitePermissions component.
8402
- */
8403
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8404
- /** Icon name for the microphone icon */
8405
- microphoneIconName?: string;
8406
- /** Strings for use with the {@link MicrophoneSitePermissions} */
8407
- strings?: MicrophoneSitePermissionsStrings;
8408
- }
8409
-
8410
- /**
8411
- * @beta
8412
- * Strings for MicrophoneSitePermissions component.
8413
- */
8414
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8415
-
8416
6399
  /**
8417
6400
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
8418
6401
  *
@@ -8431,13 +6414,6 @@ export declare interface NetworkDiagnosticsState {
8431
6414
  latest: LatestNetworkDiagnostics;
8432
6415
  }
8433
6416
 
8434
- /**
8435
- * Callback function used to provide custom data to build profile for a user.
8436
- *
8437
- * @beta
8438
- */
8439
- export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8440
-
8441
6417
  /**
8442
6418
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
8443
6419
  *
@@ -8560,14 +6536,6 @@ export declare interface ParticipantItemProps {
8560
6536
  onClick?: (props?: ParticipantItemProps) => void;
8561
6537
  /** Optional value to determine if the tooltip should be shown for participants or not */
8562
6538
  showParticipantOverflowTooltip?: boolean;
8563
- /**
8564
- * Optional value to determine and display a participants connection status.
8565
- * For example, `Connecting`, `Ringing` etc.
8566
- * The actual text that is displayed is determined by the localized string
8567
- * corresponding to the provided participant state.
8568
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8569
- */
8570
- participantState?: ParticipantState;
8571
6539
  /**
8572
6540
  * Optional aria property that prefixes the ParticipantItems aria content
8573
6541
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -8593,10 +6561,6 @@ export declare interface ParticipantItemStrings {
8593
6561
  mutedIconLabel: string;
8594
6562
  /** placeholder text for participants who does not have a display name*/
8595
6563
  displayNamePlaceholder?: string;
8596
- /** String shown when `participantState` is `Ringing` */
8597
- participantStateRinging?: string;
8598
- /** String shown when `participantState` is `Hold` */
8599
- participantStateHold?: string;
8600
6564
  }
8601
6565
 
8602
6566
  /**
@@ -8676,10 +6640,6 @@ export declare type ParticipantListProps = {
8676
6640
  styles?: ParticipantListStyles;
8677
6641
  /** Optional value to determine if the tooltip should be shown for participants or not */
8678
6642
  showParticipantOverflowTooltip?: boolean;
8679
- /** Total number of people in the call. This number can be larger than the remote participant count. */
8680
- totalParticipantCount?: number;
8681
- /** Strings for the participant list */
8682
- strings?: ParticipantListStrings;
8683
6643
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
8684
6644
  participantAriaLabelledBy?: string;
8685
6645
  };
@@ -8692,21 +6652,8 @@ export declare type ParticipantListProps = {
8692
6652
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8693
6653
  participants: CallParticipantListParticipant[];
8694
6654
  myUserId: string;
8695
- totalParticipantCount?: number;
8696
6655
  };
8697
6656
 
8698
- /**
8699
- * Strings for the {@link ParticipantList}.
8700
- *
8701
- * @beta
8702
- */
8703
- export declare interface ParticipantListStrings {
8704
- /**
8705
- * String for rendering the count of participants not contained in the displayed participant list
8706
- */
8707
- overflowParticipantCount?: string;
8708
- }
8709
-
8710
6657
  /**
8711
6658
  * Styles for the {@link ParticipantList}.
8712
6659
  *
@@ -8923,18 +6870,6 @@ export declare type ParticipantsRemovedListener = (event: {
8923
6870
  */
8924
6871
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
8925
6872
 
8926
- /**
8927
- * The profile of a user.
8928
- *
8929
- * @beta
8930
- */
8931
- export declare type Profile = {
8932
- /**
8933
- * Primary text to display, usually the name of the person.
8934
- */
8935
- displayName?: string;
8936
- };
8937
-
8938
6873
  /**
8939
6874
  * Raised hand state with order
8940
6875
  *
@@ -8985,107 +6920,44 @@ export declare interface RaiseHandButtonProps extends ControlBarButtonProps {
8985
6920
  * @public
8986
6921
  */
8987
6922
  export declare type RaiseHandButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
8988
- checked?: boolean;
8989
- disabled?: boolean;
8990
- };
8991
-
8992
- /**
8993
- * Strings of {@link RaiseHandButton} that can be overridden.
8994
- *
8995
- * @public
8996
- */
8997
- export declare interface RaiseHandButtonStrings {
8998
- /** Label when button is on. */
8999
- onLabel: string;
9000
- /** Label when button is off. */
9001
- offLabel: string;
9002
- /** * Tooltip content when the button is disabled. */
9003
- tooltipDisabledContent?: string;
9004
- /** Tooltip content when the button is on. */
9005
- tooltipOnContent?: string;
9006
- /** Tooltip content when the button is off. */
9007
- tooltipOffContent?: string;
9008
- }
9009
-
9010
- /**
9011
- * State only version of {@link @azure/communication-calling#RaiseHandCallFeature}. {@link StatefulCallClient} will
9012
- * automatically listen for raised hands on the call and update the state exposed by {@link StatefulCallClient} accordingly.
9013
- *
9014
- * @public
9015
- */
9016
- export declare interface RaiseHandCallFeature {
9017
- /**
9018
- * Proxy of {@link @azure/communication-calling#RaiseHandCallFeature.raisedHands}.
9019
- */
9020
- raisedHands: RaisedHandState[];
9021
- /**
9022
- * Contains information for local participant from list {@link @azure/communication-calling#RaiseHandCallFeature.raisedHands}.
9023
- */
9024
- localParticipantRaisedHand?: RaisedHandState;
9025
- }
9026
-
9027
- /**
9028
- * Reaction state with reaction type to render
9029
- *
9030
- * @beta
9031
- */
9032
- export declare type Reaction = {
9033
- /**
9034
- * Specifies the type of reaction videoTile should render i.e. like, heart etc.
9035
- */
9036
- reactionType: string;
9037
- /**
9038
- * Received timestamp for the message as default Date format.
9039
- */
9040
- receivedAt: Date;
9041
- };
9042
-
9043
- /**
9044
- * Props for {@link ReactionButton}.
9045
- *
9046
- * @beta
9047
- */
9048
- export declare interface ReactionButtonProps extends ControlBarButtonProps {
9049
- /**
9050
- * Optional strings to override in component
9051
- */
9052
- strings?: Partial<ReactionButtonStrings>;
9053
- /**
9054
- * Click event to send reaction to meeting
9055
- */
9056
- onReactionClicked: (reaction: string) => Promise<void>;
9057
- }
6923
+ checked?: boolean;
6924
+ disabled?: boolean;
6925
+ };
9058
6926
 
9059
6927
  /**
9060
- * Strings of {@link ReactionButton} that can be overridden.
6928
+ * Strings of {@link RaiseHandButton} that can be overridden.
9061
6929
  *
9062
- * @beta
6930
+ * @public
9063
6931
  */
9064
- export declare interface ReactionButtonStrings {
9065
- /** Label of the button. */
9066
- label: string;
6932
+ export declare interface RaiseHandButtonStrings {
6933
+ /** Label when button is on. */
6934
+ onLabel: string;
6935
+ /** Label when button is off. */
6936
+ offLabel: string;
9067
6937
  /** * Tooltip content when the button is disabled. */
9068
6938
  tooltipDisabledContent?: string;
9069
- /** Tooltip content when the button is enabled. */
9070
- tooltipContent?: string;
6939
+ /** Tooltip content when the button is on. */
6940
+ tooltipOnContent?: string;
6941
+ /** Tooltip content when the button is off. */
6942
+ tooltipOffContent?: string;
9071
6943
  }
9072
6944
 
9073
6945
  /**
9074
- * State only version of {@link @azure/communication-calling#Call.ReactionMessage} with UI helper props receivedAt.
9075
- * Reaction state with a timestamp which helps UI to decide to render the reaction accordingly.
6946
+ * State only version of {@link @azure/communication-calling#RaiseHandCallFeature}. {@link StatefulCallClient} will
6947
+ * automatically listen for raised hands on the call and update the state exposed by {@link StatefulCallClient} accordingly.
9076
6948
  *
9077
- * @beta
6949
+ * @public
9078
6950
  */
9079
- export declare type ReactionState = {
6951
+ export declare interface RaiseHandCallFeature {
9080
6952
  /**
9081
- * Reaction message from the meeting {@link @azure/communication-calling#Call.ReactionMessage}
6953
+ * Proxy of {@link @azure/communication-calling#RaiseHandCallFeature.raisedHands}.
9082
6954
  */
9083
- reactionMessage: ReactionMessage;
6955
+ raisedHands: RaisedHandState[];
9084
6956
  /**
9085
- * Received timestamp of the reaction message in a meeting.
6957
+ * Contains information for local participant from list {@link @azure/communication-calling#RaiseHandCallFeature.raisedHands}.
9086
6958
  */
9087
- receivedAt: Date;
9088
- };
6959
+ localParticipantRaisedHand?: RaisedHandState;
6960
+ }
9089
6961
 
9090
6962
  /**
9091
6963
  * An array of key value pairs that stores each sender's display name and last read message
@@ -9158,17 +7030,6 @@ export declare interface RemoteParticipantState {
9158
7030
  * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
9159
7031
  */
9160
7032
  raisedHand?: RaisedHandState;
9161
- /**
9162
- * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
9163
- * UI helper props receivedAt which indicates the timestamp when the message was received.
9164
- *
9165
- * @beta
9166
- */
9167
- reactionState?: ReactionState;
9168
- /**
9169
- * Proxy of {@link @azure/communication-calling#SpotlightCallFeature.spotlightedParticipants}.
9170
- */
9171
- spotlighted?: SpotlightState;
9172
7033
  }
9173
7034
 
9174
7035
  /**
@@ -9193,7 +7054,6 @@ export declare interface RemoteVideoStreamState {
9193
7054
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
9194
7055
  * @beta
9195
7056
  */
9196
- isReceiving: boolean;
9197
7057
  /**
9198
7058
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
9199
7059
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -9293,19 +7153,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
9293
7153
  */
9294
7154
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
9295
7155
 
9296
- /**
9297
- * @beta
9298
- * Error to be displayed to the user in an error bar above sendbox.
9299
- */
9300
- export declare interface SendBoxErrorBarError {
9301
- /** Error Message to be displayed */
9302
- message: string;
9303
- /**
9304
- * Unix Timestamp. Preferred generation using `Date.now()`
9305
- */
9306
- timestamp: number;
9307
- }
9308
-
9309
7156
  /**
9310
7157
  * Props for {@link SendBox}.
9311
7158
  *
@@ -9325,11 +7172,6 @@ export declare interface SendBoxProps {
9325
7172
  * Optional override behavior on send button click
9326
7173
  */
9327
7174
  onSendMessage?: (content: string) => Promise<void>;
9328
- /**
9329
- * Optional props needed to lookup suggestions in the mention scenario.
9330
- * @beta
9331
- */
9332
- mentionLookupOptions?: MentionLookupOptions;
9333
7175
  /**
9334
7176
  * Optional callback called when user is typing
9335
7177
  */
@@ -9366,25 +7208,6 @@ export declare interface SendBoxProps {
9366
7208
  * When undefined nothing has focus on render
9367
7209
  */
9368
7210
  autoFocus?: 'sendBoxTextField';
9369
- /**
9370
- * Optional callback to render uploaded files in the SendBox. The sendBox will expand
9371
- * vertically to accommodate the uploaded files. File uploads will
9372
- * be rendered below the text area in sendBox.
9373
- * @beta
9374
- */
9375
- onRenderFileUploads?: () => JSX.Element;
9376
- /**
9377
- * Optional array of active file uploads where each object has attributes
9378
- * of a file upload like name, progress, errorMessage etc.
9379
- * @beta
9380
- */
9381
- activeFileUploads?: ActiveFileUpload[];
9382
- /**
9383
- * Optional callback to remove the file upload before sending by clicking on
9384
- * cancel icon.
9385
- * @beta
9386
- */
9387
- onCancelFileUpload?: (fileId: string) => void;
9388
7211
  }
9389
7212
 
9390
7213
  /**
@@ -9415,22 +7238,6 @@ export declare interface SendBoxStrings {
9415
7238
  * Aria label for send message button
9416
7239
  */
9417
7240
  sendButtonAriaLabel: string;
9418
- /**
9419
- * Error message indicating that all file uploads are not complete.
9420
- */
9421
- fileUploadsPendingError: string;
9422
- /**
9423
- * Aria label to notify user when focus is on cancel file upload button.
9424
- */
9425
- removeFile: string;
9426
- /**
9427
- * Aria label to notify user file uploading starts.
9428
- */
9429
- uploading: string;
9430
- /**
9431
- * Aria label to notify user file is uploaded.
9432
- */
9433
- uploadCompleted: string;
9434
7241
  }
9435
7242
 
9436
7243
  /**
@@ -9451,45 +7258,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
9451
7258
  systemMessage?: IStyle;
9452
7259
  }
9453
7260
 
9454
- /**
9455
- * @beta
9456
- * Strings for SitePermissions component
9457
- */
9458
- export declare type SitePermissionsStrings = {
9459
- /**
9460
- * Main text string.
9461
- */
9462
- primaryText?: string;
9463
- /**
9464
- * Subtext string.
9465
- */
9466
- secondaryText?: string;
9467
- /**
9468
- * More help link string.
9469
- */
9470
- linkText?: string;
9471
- /**
9472
- * Primary button text string.
9473
- */
9474
- primaryButtonText?: string;
9475
- /**
9476
- * Aria label describing the content of the container
9477
- */
9478
- ariaLabel?: string;
9479
- };
9480
-
9481
- /**
9482
- * Fluent styles for {@link SitePermissionsContainer}.
9483
- *
9484
- * @beta
9485
- */
9486
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
9487
- /** Styles for the primary button. */
9488
- primaryButton?: IButtonStyles;
9489
- /** Styles for the help troubleshooting link text. */
9490
- troubleshootingLink?: ILinkStyles;
9491
- }
9492
-
9493
7261
  /**
9494
7262
  * @public
9495
7263
  * Type for representing a custom sound to use for a calling event
@@ -9549,30 +7317,6 @@ export declare interface SpokenLanguageStrings {
9549
7317
  'zh-tw': string;
9550
7318
  }
9551
7319
 
9552
- /**
9553
- * State only version of {@link @azure/communication-calling#SpotlightCallFeature}
9554
- *
9555
- * @beta
9556
- */
9557
- export declare interface SpotlightCallFeatureState {
9558
- /**
9559
- * Ordered array of spotlighted participants in call
9560
- */
9561
- spotlightedParticipants: SpotlightedParticipant[];
9562
- }
9563
-
9564
- /**
9565
- * Spotlight state with order
9566
- *
9567
- * @beta
9568
- */
9569
- export declare interface SpotlightState {
9570
- /**
9571
- * Order position of spotlight in call
9572
- */
9573
- spotlightedOrderPosition?: number;
9574
- }
9575
-
9576
7320
  /**
9577
7321
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
9578
7322
  * The interface provides access to proxied state and also allows registering a handler for state change events. For
@@ -9682,19 +7426,6 @@ export declare interface StatefulCallClient extends CallClient {
9682
7426
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
9683
7427
  */
9684
7428
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9685
- /** @conditional-compile-remove(one-to-n-calling) */
9686
- /**
9687
- * The CallAgent is used to handle calls.
9688
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9689
- * - The CallClient can only have one active CallAgent instance at a time.
9690
- * - You can create a new CallClient instance to create a new CallAgent.
9691
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9692
- * createCallAgent() method again to create a new CallAgent.
9693
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9694
- * @param options - The CallAgentOptions for additional options like display name.
9695
- * @public
9696
- */
9697
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
9698
7429
  }
9699
7430
 
9700
7431
  /**
@@ -9707,16 +7438,7 @@ export declare type StatefulCallClientArgs = {
9707
7438
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
9708
7439
  * state. It is not used by StatefulCallClient.
9709
7440
  */
9710
- userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9711
- /**
9712
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9713
- * to start a PSTN call.
9714
- *
9715
- * example: +11234567
9716
- *
9717
- * This is not a cached value from the headless calling client.
9718
- */
9719
- alternateCallerId?: string;
7441
+ userId: CommunicationUserIdentifier;
9720
7442
  };
9721
7443
 
9722
7444
  /**
@@ -9845,62 +7567,6 @@ export declare interface StreamMediaProps {
9845
7567
  styles?: BaseCustomStyles;
9846
7568
  }
9847
7569
 
9848
- /**
9849
- * @beta
9850
- * Corresponding texts to each call issue
9851
- */
9852
- export declare interface SurveyIssues {
9853
- overallRating: {
9854
- callCannotJoin: string;
9855
- callCannotInvite: string;
9856
- hadToRejoin: string;
9857
- callEndedUnexpectedly: string;
9858
- otherIssues: string;
9859
- };
9860
- audioRating: {
9861
- noLocalAudio: string;
9862
- noRemoteAudio: string;
9863
- echo: string;
9864
- audioNoise: string;
9865
- lowVolume: string;
9866
- audioStoppedUnexpectedly: string;
9867
- distortedSpeech: string;
9868
- audioInterruption: string;
9869
- otherIssues: string;
9870
- };
9871
- videoRating: {
9872
- noVideoReceived: string;
9873
- noVideoSent: string;
9874
- lowQuality: string;
9875
- freezes: string;
9876
- stoppedUnexpectedly: string;
9877
- darkVideoReceived: string;
9878
- audioVideoOutOfSync: string;
9879
- otherIssues: string;
9880
- };
9881
- screenshareRating: {
9882
- noContentLocal: string;
9883
- noContentRemote: string;
9884
- cannotPresent: string;
9885
- lowQuality: string;
9886
- freezes: string;
9887
- stoppedUnexpectedly: string;
9888
- largeDelay: string;
9889
- otherIssues: string;
9890
- };
9891
- }
9892
-
9893
- /**
9894
- * @beta
9895
- * Corresponding texts to each call issue category
9896
- */
9897
- export declare interface SurveyIssuesHeadingStrings {
9898
- overallRating: string;
9899
- audioRating: string;
9900
- videoRating: string;
9901
- screenshareRating: string;
9902
- }
9903
-
9904
7570
  /**
9905
7571
  * Discriminated union of all system messages.
9906
7572
  *
@@ -9927,74 +7593,6 @@ export declare interface SystemMessageCommon extends MessageCommon {
9927
7593
  */
9928
7594
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
9929
7595
 
9930
- /**
9931
- * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9932
- *
9933
- * @beta
9934
- */
9935
- export declare interface TeamsCallAdapter extends CommonCallAdapter {
9936
- /**
9937
- * Join the call with microphone initially on/off.
9938
- * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9939
- * @param microphoneOn - Whether microphone is initially enabled
9940
- *
9941
- * @beta
9942
- */
9943
- joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9944
- /**
9945
- * Join the call with options bag to set microphone/camera initial state when joining call
9946
- * true = turn on the device when joining call
9947
- * false = turn off the device when joining call
9948
- * 'keep'/undefined = retain devices' precall state
9949
- *
9950
- * @param options - param to set microphone/camera initially on/off.
9951
- *
9952
- * @public
9953
- */
9954
- joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9955
- /**
9956
- * Start the call.
9957
- *
9958
- * @param participants - An array of participant ids to join
9959
- *
9960
- * @beta
9961
- */
9962
- startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9963
- /**
9964
- * Start the call.
9965
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9966
- * @beta
9967
- */
9968
- startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9969
- }
9970
-
9971
- /**
9972
- * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9973
- *
9974
- * @beta
9975
- */
9976
- export declare type TeamsCallAdapterArgs = {
9977
- userId: MicrosoftTeamsUserIdentifier;
9978
- credential: CommunicationTokenCredential;
9979
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9980
- /**
9981
- * Optional parameters for the {@link TeamsCallAdapter} created
9982
- */
9983
- options?: TeamsAdapterOptions;
9984
- };
9985
-
9986
- /**
9987
- * Object containing all the teams call handlers required for calling components.
9988
- *
9989
- * Calling related components from this package are able to pick out relevant handlers from this object.
9990
- * See {@link useHandlers} and {@link usePropsFor}.
9991
- *
9992
- * @beta
9993
- */
9994
- export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9995
- onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9996
- }
9997
-
9998
7596
  /**
9999
7597
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
10000
7598
  *
@@ -10040,27 +7638,6 @@ export declare interface TranscriptionCallFeature {
10040
7638
  isTranscriptionActive: boolean;
10041
7639
  }
10042
7640
 
10043
- /**
10044
- * Transfer feature state
10045
- *
10046
- * @beta
10047
- */
10048
- export declare interface TransferFeature {
10049
- /**
10050
- * Accepted transfer requests
10051
- */
10052
- acceptedTransfers: {
10053
- [key: string]: AcceptedTransfer;
10054
- };
10055
- }
10056
-
10057
- /**
10058
- * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
10059
- *
10060
- * @beta
10061
- */
10062
- export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
10063
-
10064
7641
  /**
10065
7642
  * Component to notify local user when one or more participants in the chat thread are typing.
10066
7643
  *
@@ -10195,118 +7772,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
10195
7772
  typingString?: IStyle;
10196
7773
  }
10197
7774
 
10198
- /**
10199
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
10200
- *
10201
- * @beta
10202
- */
10203
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
10204
-
10205
- /**
10206
- * props for {@link UnsupportedBrowser} UI
10207
- *
10208
- * @beta
10209
- */
10210
- export declare interface UnsupportedBrowserProps {
10211
- /** Handler to perform an action when the help link is actioned */
10212
- onTroubleshootingClick?: () => void;
10213
- /** String overrides for the component */
10214
- strings?: UnsupportedBrowserStrings;
10215
- }
10216
-
10217
- /**
10218
- * Strings for UnsupportedBrowser component
10219
- *
10220
- * @beta
10221
- */
10222
- export declare interface UnsupportedBrowserStrings {
10223
- /** String for the primary text */
10224
- primaryText: string;
10225
- /** String for the secondary text */
10226
- secondaryText: string;
10227
- /** String to display in the text for the help link */
10228
- moreHelpLinkText: string;
10229
- }
10230
-
10231
- /**
10232
- * UI to display to the user that the browser version they are using is out of date
10233
- * and not supported by Azure Communications Calling service.
10234
- *
10235
- * @beta
10236
- */
10237
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
10238
-
10239
- /**
10240
- * props for {@link UnsupportedBrowserVersion} UI
10241
- *
10242
- * @beta
10243
- */
10244
- export declare interface UnsupportedBrowserVersionProps {
10245
- /** Handler to perform an action when the help link is actioned */
10246
- onTroubleshootingClick?: () => void;
10247
- /** String overrides for the component */
10248
- strings?: UnsupportedBrowserVersionStrings;
10249
- /** Handler to allow user to continue into the call */
10250
- onContinueAnywayClick?: () => void;
10251
- }
10252
-
10253
- /**
10254
- * Strings for UnsupportedBrowser component
10255
- *
10256
- * @beta
10257
- */
10258
- export declare interface UnsupportedBrowserVersionStrings {
10259
- /** String for the primary text */
10260
- primaryText: string;
10261
- /** String for the secondary text */
10262
- secondaryText: string;
10263
- /** String to display in the text for the help link */
10264
- moreHelpLinkText: string;
10265
- /** String for continue without updating button */
10266
- continueAnywayButtonText?: string;
10267
- }
10268
-
10269
- /**
10270
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
10271
- *
10272
- * @beta
10273
- */
10274
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
10275
-
10276
- /**
10277
- * Props for {@link UnsupportedOperatingSystem} UI
10278
- *
10279
- * @beta
10280
- */
10281
- export declare interface UnsupportedOperatingSystemProps {
10282
- /** Handler to perform a action when the help link is actioned */
10283
- onTroubleshootingClick?: () => void;
10284
- /** String overrides for the component */
10285
- strings?: UnsupportedOperatingSystemStrings;
10286
- }
10287
-
10288
- /**
10289
- * Strings for UnsupportedBrowser component
10290
- *
10291
- * @beta
10292
- */
10293
- export declare interface UnsupportedOperatingSystemStrings {
10294
- /** String for the primary text */
10295
- primaryText: string;
10296
- /** String for the secondary text */
10297
- secondaryText: string;
10298
- /** String to display in the text for the help link */
10299
- moreHelpLinkText: string;
10300
- }
10301
-
10302
7775
  /**
10303
7776
  * @public
10304
7777
  * Callback function run when a message is updated.
10305
7778
  */
10306
- export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
10307
- metadata?: Record<string, string>;
10308
- attachmentMetadata?: AttachmentMetadata[];
10309
- }) => Promise<void>;
7779
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
10310
7780
 
10311
7781
  /**
10312
7782
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -10454,44 +7924,6 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
10454
7924
  */
10455
7925
  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;
10456
7926
 
10457
- /**
10458
- * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
10459
- *
10460
- * Useful when implementing a custom component that utilizes the providers
10461
- * exported from this library.
10462
- *
10463
- * you must have previously used the CallProvider with a TeamsCall object to use this hook
10464
- *
10465
- * @beta
10466
- */
10467
- export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
10468
-
10469
- /**
10470
- * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
10471
- *
10472
- * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
10473
- * creation of the adapter internally.
10474
- *
10475
- * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
10476
- * as they are created. The adapter is only created when all arguments are defined.
10477
- *
10478
- * Note that you must memoize the arguments to avoid recreating adapter on each render.
10479
- * See storybook for typical usage examples.
10480
- *
10481
- * @beta
10482
- */
10483
- export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
10484
-
10485
- /**
10486
- * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
10487
- *
10488
- * Useful when implementing a custom component that utilizes the providers
10489
- * exported from this library.
10490
- *
10491
- * @beta
10492
- */
10493
- export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
10494
-
10495
7927
  /**
10496
7928
  * React hook to access theme
10497
7929
  *
@@ -10631,7 +8063,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
10631
8063
  /**
10632
8064
  * @public
10633
8065
  */
10634
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
8066
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
10635
8067
 
10636
8068
  /**
10637
8069
  * The state of the local participant in the {@link VideoGallery}.
@@ -10641,12 +8073,6 @@ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @
10641
8073
  export declare interface VideoGalleryLocalParticipant extends VideoGalleryParticipant {
10642
8074
  /** Whether local participant is raised a hand */
10643
8075
  raisedHand?: RaisedHand;
10644
- /**
10645
- * Whether local participant has reacted
10646
- *
10647
- * @beta
10648
- * */
10649
- reaction?: Reaction;
10650
8076
  }
10651
8077
 
10652
8078
  /**
@@ -10778,19 +8204,8 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
10778
8204
  isSpeaking?: boolean;
10779
8205
  /** Video stream of shared screen */
10780
8206
  screenShareStream?: VideoGalleryStream;
10781
- /**
10782
- * @beta
10783
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10784
- */
10785
- state?: ParticipantState;
10786
8207
  /** Whether participant is raised a hand */
10787
8208
  raisedHand?: RaisedHand;
10788
- /**
10789
- * Whether participant has reacted
10790
- *
10791
- * @beta
10792
- * */
10793
- reaction?: Reaction;
10794
8209
  }
10795
8210
 
10796
8211
  /**
@@ -10804,7 +8219,6 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
10804
8219
  remoteParticipants: VideoGalleryRemoteParticipant[];
10805
8220
  dominantSpeakers?: string[];
10806
8221
  optimalVideoCount?: number;
10807
- spotlightedParticipants?: string[];
10808
8222
  };
10809
8223
 
10810
8224
  /**
@@ -11029,14 +8443,6 @@ export declare interface VideoTileProps {
11029
8443
  isSpeaking?: boolean;
11030
8444
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
11031
8445
  raisedHand?: RaisedHand;
11032
- /** When the participant has reacted, animate the reaction. */
11033
- reaction?: Reaction;
11034
- /**
11035
- * The call connection state of the participant.
11036
- * For example, `Hold` means the participant is on hold.
11037
- */
11038
- participantState?: ParticipantState;
11039
- strings?: VideoTileStrings;
11040
8446
  /**
11041
8447
  * Display custom menu items in the VideoTile's contextual menu.
11042
8448
  * Uses Fluent UI ContextualMenu.
@@ -11049,15 +8455,6 @@ export declare interface VideoTileProps {
11049
8455
  onLongTouch?: () => void;
11050
8456
  }
11051
8457
 
11052
- /**
11053
- * Strings of {@link VideoTile} that can be overridden.
11054
- * @beta
11055
- */
11056
- export declare interface VideoTileStrings {
11057
- participantStateRinging: string;
11058
- participantStateHold: string;
11059
- }
11060
-
11061
8458
  /**
11062
8459
  * Fluent styles for {@link VideoTile}.
11063
8460
  *