@azure/communication-react 1.17.0-alpha-202406070015 → 1.17.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 (1163) hide show
  1. package/dist/communication-react.d.ts +78 -2186
  2. package/dist/dist-cjs/communication-react/index.js +33299 -162
  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 -5
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -11
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  23. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -12
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +7 -25
  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 +7 -23
  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 +0 -9
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +60 -90
  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 +2 -2
  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.js +1 -15
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +1 -25
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -3
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -17
  45. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  47. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -2
  48. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -2
  49. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +0 -1
  51. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +13 -43
  52. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.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.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  61. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -23
  62. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +9 -11
  64. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  65. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +15 -27
  67. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  68. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +10 -47
  69. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  70. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  71. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  72. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  73. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +71 -66
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -73
  76. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -14
  78. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +30 -112
  79. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  81. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +87 -146
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -4
  87. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +7 -46
  88. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +0 -17
  91. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +3 -61
  92. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +0 -9
  94. package/dist/dist-esm/calling-stateful-client/src/Converter.js +16 -48
  95. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +73 -58
  97. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  99. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  100. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
  102. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +3 -1
  106. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/PPTLiveSubscriber.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +0 -1
  112. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +0 -11
  113. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  114. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/SpotlightSubscriber.js.map +1 -1
  116. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +0 -23
  117. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +51 -67
  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/TeamsCallAgentDeclarative.d.ts +1 -2
  124. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  125. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -17
  126. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  127. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  128. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  129. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  130. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  131. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  132. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  133. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -4
  134. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  135. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  136. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  137. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  139. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  140. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +15 -15
  141. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  142. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +2 -3
  143. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +8 -20
  144. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +1 -2
  147. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js +0 -5
  148. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  149. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  150. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  151. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +15 -64
  152. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  153. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  154. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  155. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  156. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  158. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  159. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  160. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  161. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  162. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +3 -10
  163. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  165. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  166. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +22 -16
  167. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  168. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  169. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +11 -8
  170. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  171. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  172. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js +16 -4
  173. package/dist/dist-esm/chat-stateful-client/src/ResourceDownloadQueue.js.map +1 -1
  174. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  175. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  176. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +128 -114
  177. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  178. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +1 -7
  179. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  180. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  181. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  182. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  183. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  184. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  185. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  186. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +0 -1
  187. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  188. package/dist/dist-esm/communication-react/src/index.d.ts +0 -31
  189. package/dist/dist-esm/communication-react/src/index.js +0 -16
  190. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  191. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +6 -3
  193. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +10 -4
  197. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  199. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  201. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  203. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +7 -7
  204. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  205. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +1 -1
  206. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.d.ts +0 -2
  208. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +6 -17
  209. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
  210. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +21 -24
  211. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/CameraButton.js +19 -8
  213. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  215. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +8 -9
  217. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  218. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +19 -36
  219. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +5 -2
  221. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +22 -37
  223. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +1 -7
  225. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js +24 -30
  226. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +0 -11
  228. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +28 -60
  229. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js +5 -9
  231. package/dist/dist-esm/react-components/src/components/ChatMessage/DefaultSystemMessage.js.map +1 -1
  232. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +1 -8
  233. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js +10 -44
  234. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.d.ts +1 -2
  236. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js +16 -51
  237. package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/FluentChatMessageComponent.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +1 -4
  239. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +27 -57
  240. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +3 -17
  242. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +0 -24
  243. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +2 -21
  245. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +6 -34
  246. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +1 -8
  248. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js +14 -51
  249. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
  250. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +20 -67
  251. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  253. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  254. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  255. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  257. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  259. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  262. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  264. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  266. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  268. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/DevicesButton.js +27 -19
  270. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js +48 -12
  272. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +51 -45
  274. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  276. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  278. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -11
  280. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  282. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +4 -6
  284. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js +5 -11
  286. package/dist/dist-esm/react-components/src/components/Drawer/ReactionDrawerMenuItem.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/EndCallButton.js +16 -16
  289. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -9
  291. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js +6 -2
  293. package/dist/dist-esm/react-components/src/components/ErrorBoundary.js.map +1 -1
  294. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  295. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  297. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +9 -7
  299. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  300. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -13
  301. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/InputBoxButton.js +10 -3
  303. package/dist/dist-esm/react-components/src/components/InputBoxButton.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +0 -2
  305. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +7 -23
  306. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  308. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +22 -45
  310. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  311. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js +12 -4
  312. package/dist/dist-esm/react-components/src/components/MeetingReactionOverlay.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +2 -2
  314. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +33 -20
  317. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +5 -56
  319. package/dist/dist-esm/react-components/src/components/MessageThread.js +45 -106
  320. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -17
  322. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  324. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/NotificationBar.d.ts +4 -12
  326. package/dist/dist-esm/react-components/src/components/NotificationBar.js +6 -6
  327. package/dist/dist-esm/react-components/src/components/NotificationBar.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/Notifications.d.ts +2 -6
  329. package/dist/dist-esm/react-components/src/components/Notifications.js +10 -12
  330. package/dist/dist-esm/react-components/src/components/Notifications.js.map +1 -1
  331. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  332. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -17
  333. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +0 -17
  335. package/dist/dist-esm/react-components/src/components/ParticipantList.js +40 -56
  336. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  338. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  340. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  342. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +12 -6
  344. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/ReactionButton.js +25 -26
  346. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +0 -1
  348. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +19 -33
  349. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  351. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  353. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +14 -6
  355. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  356. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -47
  357. package/dist/dist-esm/react-components/src/components/SendBox.js +13 -120
  358. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +4 -2
  360. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  362. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js +3 -10
  364. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/Survey/StarSurvey/StarSurvey.styles.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/Survey/SurveyTypes.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +23 -23
  368. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.styles.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  371. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  373. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  375. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
  377. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
  379. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  381. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
  383. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +31 -13
  385. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +1 -3
  387. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +12 -8
  389. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +11 -7
  391. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +2 -6
  393. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +11 -26
  395. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +10 -14
  397. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  398. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +19 -50
  399. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  401. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  404. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  405. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -6
  406. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +11 -17
  408. package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
  409. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js +24 -29
  410. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteContentShareReactionOverlay.js.map +1 -1
  411. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +7 -9
  412. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  413. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +4 -2
  414. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +13 -44
  416. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  418. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +34 -9
  420. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  422. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +3 -1
  428. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  429. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +11 -10
  430. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +28 -22
  432. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +6 -11
  434. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +0 -1
  436. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +46 -54
  437. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  439. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/reactionUtils.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +20 -50
  441. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  442. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -5
  443. package/dist/dist-esm/react-components/src/components/VideoGallery.js +44 -148
  444. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  445. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -8
  446. package/dist/dist-esm/react-components/src/components/VideoTile.js +59 -41
  447. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  449. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  450. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -23
  451. package/dist/dist-esm/react-components/src/components/index.js +0 -21
  452. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
  454. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  455. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +1 -1
  456. package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  459. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +1 -5
  460. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +10 -11
  461. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  463. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  464. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  466. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  467. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  468. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +5 -2
  469. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/components/styles/InputBoxButton.style.js.map +1 -1
  471. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +5 -2
  472. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  473. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  474. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  475. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +10 -4
  476. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  477. package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js.map +1 -1
  478. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +4 -6
  479. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  481. package/dist/dist-esm/react-components/src/components/styles/ReactionButton.styles.js.map +1 -1
  482. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js +8 -14
  483. package/dist/dist-esm/react-components/src/components/styles/ReactionOverlay.style.js.map +1 -1
  484. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +0 -1
  485. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +12 -5
  486. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  487. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +6 -3
  488. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  490. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -1
  491. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  492. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  493. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +2 -1
  494. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  495. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +19 -5
  496. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  497. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  498. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  499. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +1 -37
  500. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +3 -41
  501. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
  502. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +3 -5
  503. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +11 -41
  504. package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -1
  506. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  507. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +1 -11
  508. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +3 -23
  509. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  510. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  511. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  512. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  514. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +1 -2
  515. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
  516. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  519. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  520. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  521. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
  522. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/components/utils.js +12 -11
  524. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -8
  526. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  527. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  528. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +0 -4
  529. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +1 -5
  530. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  532. package/dist/dist-esm/react-components/src/index.d.ts +0 -1
  533. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -63
  535. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  536. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  538. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  540. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +0 -11
  542. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  544. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  545. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/localization/locales/index.js +3 -1
  547. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  548. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  549. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  550. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  552. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  553. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  554. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  555. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  556. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  557. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  558. package/dist/dist-esm/react-components/src/localization/locales/utils.js +1 -1
  559. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  560. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  561. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +5 -3
  563. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  565. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  566. package/dist/dist-esm/react-components/src/theming/generateTheme.js +1 -15
  567. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  568. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -29
  569. package/dist/dist-esm/react-components/src/theming/icons.js +14 -141
  570. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  571. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  572. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  573. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  574. package/dist/dist-esm/react-components/src/theming/themes.d.ts +0 -6
  575. package/dist/dist-esm/react-components/src/theming/themes.js +0 -10
  576. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  577. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +7 -1
  578. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  579. package/dist/dist-esm/react-components/src/types/Attachment.d.ts +0 -9
  580. package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
  581. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  582. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  583. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -20
  584. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  585. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  586. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  587. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  588. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  589. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  590. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  591. package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
  592. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  593. package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
  594. package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
  595. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  596. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  597. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  598. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  599. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -72
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +36 -61
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -112
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -43
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +62 -250
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +2 -56
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -7
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +3 -8
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +3 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -2
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +29 -92
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -1
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +52 -65
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +20 -16
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +4 -4
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -33
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +25 -49
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +30 -26
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +45 -80
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +32 -10
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +11 -29
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +0 -2
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +40 -92
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +4 -4
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js +5 -3
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SvgWithWordWrapping.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -3
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +7 -10
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +13 -23
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +1 -3
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Reaction.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +8 -12
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +18 -57
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.d.ts +1 -1
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -2
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +11 -18
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +14 -119
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +13 -5
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -15
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js +2 -2
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/SurveyPage.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js +2 -2
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ThankYouForFeedbackPage.js.map +1 -1
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +21 -18
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +1 -2
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -13
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -16
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +1 -1
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +4 -1
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.d.ts +1 -1
  726. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js +1 -1
  727. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitySelector.js.map +1 -1
  728. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  729. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  732. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  733. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  735. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +1 -3
  737. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  738. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.d.ts +1 -1
  739. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js +4 -10
  740. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/getFirstSpotlightedRemoteParticipantSelector.js.map +1 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +4 -4
  742. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  744. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +3 -3
  745. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +2 -15
  746. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  747. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  748. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  749. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  750. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  751. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  753. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  754. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  755. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  756. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  757. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  758. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +5 -5
  760. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  761. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  762. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  763. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  764. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  765. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +29 -41
  766. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  767. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  768. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  769. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/DtmfDialpadPage.styles.js.map +1 -1
  770. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  771. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  772. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +9 -2
  773. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  774. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  775. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +4 -2
  776. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +2 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +24 -6
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +13 -11
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -11
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +2 -14
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +23 -126
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js +5 -15
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.js.map +1 -1
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js +2 -2
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/timerUtils.js.map +1 -1
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/useConsoleErrors.js.map +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +1 -67
  803. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +21 -94
  804. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  805. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +7 -9
  808. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  809. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +9 -6
  810. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  811. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js +2 -2
  812. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  814. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  815. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +6 -18
  816. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +38 -121
  817. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -42
  819. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  820. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -10
  821. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -38
  822. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  823. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -5
  824. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +2 -4
  825. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  829. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  831. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  832. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -13
  833. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +0 -4
  834. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  836. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -26
  837. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -10
  838. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  840. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +0 -2
  842. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +22 -156
  843. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  845. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  846. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +2 -3
  847. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +32 -58
  848. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -3
  850. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  851. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  852. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -1
  853. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  854. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -23
  855. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  856. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  857. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -2
  858. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  860. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  861. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  862. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +10 -17
  863. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/common/AudioProvider.js.map +1 -1
  865. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  866. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  867. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  868. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  869. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js +5 -3
  871. package/dist/dist-esm/react-composites/src/composites/common/CalloutWithIcon.js.map +1 -1
  872. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +7 -5
  873. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  874. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +16 -12
  875. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  876. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  879. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +0 -1
  881. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +39 -80
  882. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  883. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +37 -39
  884. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +0 -2
  886. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +58 -151
  887. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  888. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js +1 -1
  889. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DtmfDialerButton.js.map +1 -1
  890. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  891. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  893. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js +7 -5
  894. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.js.map +1 -1
  895. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +110 -102
  896. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  897. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  898. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +0 -1
  899. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  900. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js +7 -5
  901. package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.js.map +1 -1
  902. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  903. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js +1 -1
  904. package/dist/dist-esm/react-composites/src/composites/common/ExitSpotlightButton.js.map +1 -1
  905. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  906. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +11 -18
  908. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  909. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  911. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +15 -15
  912. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  913. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +13 -36
  914. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  915. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -18
  916. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js +1 -30
  917. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  918. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +15 -7
  919. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  920. package/dist/dist-esm/react-composites/src/composites/common/StarSurvey.js.map +1 -1
  921. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +34 -19
  922. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  923. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js +2 -2
  924. package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.js.map +1 -1
  925. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -11
  926. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  927. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
  928. package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
  929. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +12 -11
  930. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  931. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  932. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  933. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -44
  934. package/dist/dist-esm/react-composites/src/composites/common/icons.js +3 -21
  935. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  936. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  937. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  939. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  940. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +10 -4
  941. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  942. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +44 -11
  943. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  944. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +29 -6
  945. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  946. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  947. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js +13 -15
  949. package/dist/dist-esm/react-composites/src/composites/common/styles/Survey.styles.js.map +1 -1
  950. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +4 -25
  951. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  952. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  953. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  954. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  955. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  956. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  957. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  958. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  960. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  961. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  962. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +0 -1
  963. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  964. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  966. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  968. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  970. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  971. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  972. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  973. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  974. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  976. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  977. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  978. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js +1 -1
  979. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  980. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  982. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  983. package/package.json +3 -4
  984. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-B4BPzX3o.js +0 -154
  985. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-B4BPzX3o.js.map +0 -1
  986. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-DoEtNInF.js +0 -53
  987. package/dist/dist-cjs/communication-react/RichTextSendBoxWrapper-DoEtNInF.js.map +0 -1
  988. package/dist/dist-cjs/communication-react/index-DU2Ijnbn.js +0 -41003
  989. package/dist/dist-cjs/communication-react/index-DU2Ijnbn.js.map +0 -1
  990. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.d.ts +0 -17
  991. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js +0 -36
  992. package/dist/dist-esm/calling-stateful-client/src/LocalRecordingSubscriber.js.map +0 -1
  993. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +0 -10
  994. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +0 -15
  995. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +0 -1
  996. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +0 -20
  997. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +0 -142
  998. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +0 -1
  999. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  1000. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  1001. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  1002. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  1003. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  1004. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  1005. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  1006. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  1007. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  1008. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  1009. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  1010. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  1011. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  1012. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  1013. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  1014. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +0 -84
  1015. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +0 -116
  1016. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +0 -1
  1017. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +0 -121
  1018. package/dist/dist-esm/react-components/src/components/MentionPopover.js +0 -126
  1019. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +0 -1
  1020. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.d.ts +0 -9
  1021. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js +0 -29
  1022. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/ContextMenuPlugin.js.map +0 -1
  1023. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.d.ts +0 -26
  1024. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +0 -85
  1025. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +0 -1
  1026. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.d.ts +0 -12
  1027. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js +0 -23
  1028. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/KeyboardInputPlugin.js.map +0 -1
  1029. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +0 -15
  1030. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +0 -39
  1031. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +0 -1
  1032. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.d.ts +0 -24
  1033. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js +0 -66
  1034. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/RichTextToolbarPlugin.js.map +0 -1
  1035. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.d.ts +0 -20
  1036. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js +0 -46
  1037. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/TableEditContextMenuProvider.js.map +0 -1
  1038. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.d.ts +0 -29
  1039. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js +0 -71
  1040. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/UpdateContentPlugin.js.map +0 -1
  1041. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +0 -57
  1042. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +0 -246
  1043. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +0 -1
  1044. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +0 -36
  1045. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +0 -96
  1046. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +0 -1
  1047. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -155
  1048. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +0 -219
  1049. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +0 -1
  1050. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.d.ts +0 -16
  1051. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js +0 -68
  1052. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBoxErrors.js.map +0 -1
  1053. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.d.ts +0 -19
  1054. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +0 -209
  1055. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +0 -1
  1056. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.d.ts +0 -7
  1057. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js +0 -49
  1058. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTableCommandBarItem.js.map +0 -1
  1059. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.d.ts +0 -15
  1060. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js +0 -67
  1061. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextInsertTablePane.js.map +0 -1
  1062. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.d.ts +0 -6
  1063. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js +0 -13
  1064. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/Table/RichTextToolbarTableIcon.js.map +0 -1
  1065. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts +0 -34
  1066. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +0 -39
  1067. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +0 -1
  1068. package/dist/dist-esm/react-components/src/components/SendBoxErrors.d.ts +0 -14
  1069. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js +0 -20
  1070. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +0 -1
  1071. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +0 -24
  1072. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +0 -595
  1073. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +0 -1
  1074. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +0 -152
  1075. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +0 -822
  1076. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +0 -1
  1077. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +0 -17
  1078. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +0 -112
  1079. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +0 -1
  1080. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  1081. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  1082. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  1083. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +0 -26
  1084. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +0 -69
  1085. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +0 -1
  1086. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +0 -82
  1087. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +0 -284
  1088. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +0 -1
  1089. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.d.ts +0 -21
  1090. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js +0 -34
  1091. package/dist/dist-esm/react-components/src/components/styles/RichTextInputBoxComponent.styles.js.map +0 -1
  1092. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  1093. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  1094. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  1095. package/dist/dist-esm/react-components/src/components/styles/Stack.style.d.ts +0 -5
  1096. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js +0 -32
  1097. package/dist/dist-esm/react-components/src/components/styles/Stack.style.js.map +0 -1
  1098. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.d.ts +0 -42
  1099. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js +0 -93
  1100. package/dist/dist-esm/react-components/src/components/styles/TeamsMeetingConferenceInfo.js.map +0 -1
  1101. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  1102. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  1103. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  1104. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +0 -37
  1105. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -60
  1106. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +0 -1
  1107. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.d.ts +0 -33
  1108. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js +0 -124
  1109. package/dist/dist-esm/react-components/src/components/utils/RichTextTableUtils.js.map +0 -1
  1110. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  1111. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  1112. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  1113. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  1114. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  1115. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  1116. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  1117. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  1118. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  1119. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  1120. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  1121. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  1122. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  1123. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  1124. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  1125. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -24
  1126. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -34
  1127. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  1128. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  1129. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  1130. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  1131. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  1132. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  1133. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  1134. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.d.ts +0 -15
  1135. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js +0 -21
  1136. package/dist/dist-esm/react-composites/src/composites/ChatComposite/AttachmentDownloadErrorBar.js.map +0 -1
  1137. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  1138. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  1139. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  1140. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +0 -80
  1141. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +0 -41
  1142. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +0 -1
  1143. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.d.ts +0 -38
  1144. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +0 -81
  1145. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +0 -1
  1146. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +0 -5
  1147. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js +0 -5
  1148. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +0 -1
  1149. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -25
  1150. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -112
  1151. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  1152. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  1153. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  1154. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  1155. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  1156. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  1157. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  1158. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  1159. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  1160. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  1161. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.d.ts +0 -10
  1162. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.js +0 -20
  1163. package/dist/dist-esm/react-composites/src/composites/common/RichTextSendBoxWrapper.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,13 +29,11 @@ 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 { CallInfo } from '@azure/communication-calling';
34
32
  import { CallKind } from '@azure/communication-calling';
35
33
  import { CallState as CallState_2 } from '@azure/communication-calling';
36
34
  import { CallSurvey } from '@azure/communication-calling';
37
35
  import { CallSurveyResponse } from '@azure/communication-calling';
38
36
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
39
- import { CaptionsKind } from '@azure/communication-calling';
40
37
  import { CaptionsResultType } from '@azure/communication-calling';
41
38
  import { ChatClient } from '@azure/communication-chat';
42
39
  import { ChatClientOptions } from '@azure/communication-chat';
@@ -54,7 +51,6 @@ import { DeviceAccess } from '@azure/communication-calling';
54
51
  import { DeviceManager } from '@azure/communication-calling';
55
52
  import { DominantSpeakersInfo } from '@azure/communication-calling';
56
53
  import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
57
- import { EnvironmentInfo } from '@azure/communication-calling';
58
54
  import { GroupCallLocator } from '@azure/communication-calling';
59
55
  import { IButtonProps } from '@fluentui/react';
60
56
  import { IButtonStyles } from '@fluentui/react';
@@ -62,10 +58,7 @@ import { IContextualMenuItem } from '@fluentui/react';
62
58
  import { IContextualMenuItemStyles } from '@fluentui/react';
63
59
  import { IContextualMenuProps } from '@fluentui/react';
64
60
  import { IContextualMenuStyles } from '@fluentui/react';
65
- import { IIconProps } from '@fluentui/react';
66
- import { ILinkStyles } from '@fluentui/react';
67
61
  import { IMessageBarProps } from '@fluentui/react';
68
- import { IncomingCall } from '@azure/communication-calling';
69
62
  import { IPersonaStyleProps } from '@fluentui/react';
70
63
  import { IPersonaStyles } from '@fluentui/react';
71
64
  import { IRawStyle } from '@fluentui/react';
@@ -75,7 +68,6 @@ import { IStyleFunctionOrObject } from '@fluentui/react';
75
68
  import { ITextFieldStyles } from '@fluentui/react';
76
69
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
77
70
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
78
- import { LocalRecordingInfo } from '@azure/communication-calling';
79
71
  import { LocalVideoStream } from '@azure/communication-calling';
80
72
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
81
73
  import { MediaStreamType } from '@azure/communication-calling';
@@ -89,12 +81,10 @@ import { PermissionConstraints } from '@azure/communication-calling';
89
81
  import { PersonaInitialsColor } from '@fluentui/react';
90
82
  import { PersonaPresence } from '@fluentui/react';
91
83
  import { PersonaSize } from '@fluentui/react';
92
- import { PhoneNumberIdentifier } from '@azure/communication-common';
93
84
  import { PropertyChangedEvent } from '@azure/communication-calling';
94
85
  import { default as React_2 } from 'react';
95
86
  import { Reaction as Reaction_2 } from '@azure/communication-calling';
96
87
  import { ReactionMessage } from '@azure/communication-calling';
97
- import { RecordingInfo } from '@azure/communication-calling';
98
88
  import type { RemoteParticipant } from '@azure/communication-calling';
99
89
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
100
90
  import { RoomCallLocator } from '@azure/communication-calling';
@@ -152,34 +142,6 @@ export declare interface ActiveErrorMessage {
152
142
  timestamp?: Date;
153
143
  }
154
144
 
155
- /**
156
- * Active notifications to be shown via {@link Notifications}.
157
- *
158
- * @beta
159
- */
160
- export declare interface ActiveNotification {
161
- /**
162
- * Type of error that is active.
163
- */
164
- type: NotificationType;
165
- /**
166
- * Callback called when the primary button inside notification bar is clicked.
167
- */
168
- onClickPrimaryButton?: () => void;
169
- /**
170
- * Callback called when the primary button inside notification bar is clicked.
171
- */
172
- onClickSecondaryButton?: () => void;
173
- /**
174
- * Callback called when the notification is dismissed.
175
- */
176
- onDismiss?: () => void;
177
- /**
178
- * If set, notification will automatically dismiss after 5 seconds
179
- */
180
- autoDismiss?: boolean;
181
- }
182
-
183
145
  /**
184
146
  * Error reported via error events and stored in adapter state.
185
147
  *
@@ -246,40 +208,6 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
246
208
  */
247
209
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
248
210
 
249
- /**
250
- * @beta
251
- * A callback function that defines what actions user can perform on an attachment.
252
- * By default, the UI library would have default actions that opens attachment URL in a new tab.
253
- * You can override the default actions or add new actions by providing this callback function.
254
- * Moreover, you can also return dynamic actions based on the properties in {@link AttachmentMetadata} and/or {@link ChatMessage}.
255
- *
256
- * @param attachment - The file attachment that user is trying to perform actions on.
257
- * @param message - The chat message that contains this attachment.
258
- * @returns A list of {@link AttachmentMenuAction} that defines the type of actions user can perform on the attachment.
259
- */
260
- export declare type AttachmentActionHandler = (attachment: AttachmentMetadata, message?: ChatMessage) => AttachmentMenuAction[];
261
-
262
- /**
263
- * @beta
264
- *
265
- * Attachment download options defines the list of actions that can be performed on an attachment.
266
- */
267
- export declare interface AttachmentDownloadOptions {
268
- actionsForAttachment: AttachmentActionHandler;
269
- }
270
-
271
- /**
272
- * @beta
273
- *
274
- * Attachment menu action defines buttons that can be shown on the attachment card.
275
- * If there's one action, it will be shown as a button, if there are multiple actions, it will be shown as a dropdown.
276
- */
277
- export declare interface AttachmentMenuAction {
278
- name: string;
279
- icon: JSX.Element;
280
- onClick: (attachment: AttachmentMetadata) => Promise<void>;
281
- }
282
-
283
211
  /**
284
212
  * Data model that represents a chat message attachment
285
213
  * where it contains an ID to uniquely identify the attachment,
@@ -303,146 +231,6 @@ export declare interface AttachmentMetadata {
303
231
  url: string;
304
232
  }
305
233
 
306
- /**
307
- * Data model that represents a chat message attachment being uploaded
308
- * where it contains an ID to uniquely identify the attachment,
309
- * a name that represents the name of file,
310
- * an optional URL to download the attachment,
311
- * an optional progress value between 0 and 1 indicating the progress of the upload, and
312
- * an optional error object that contains error message would be shown to the user.
313
- *
314
- *
315
- * @beta
316
- */
317
- export declare interface AttachmentMetadataInProgress {
318
- /**
319
- * Unique ID of the attachment.
320
- */
321
- id: string;
322
- /**
323
- * Attachment name to be displayed.
324
- */
325
- name: string;
326
- /**
327
- * Download URL for the attachment.
328
- */
329
- url?: string;
330
- /**
331
- * A number between 0 and 1 indicating the progress of the upload.
332
- */
333
- progress?: number;
334
- /**
335
- * A object contains error message would be shown to the user.
336
- */
337
- error?: AttachmentProgressError;
338
- }
339
-
340
- /**
341
- * @beta
342
- *
343
- * Attachment Options that defines behaviour for uploading and downloading attachments.
344
- */
345
- export declare interface AttachmentOptions {
346
- uploadOptions?: AttachmentUploadOptions;
347
- downloadOptions?: AttachmentDownloadOptions;
348
- }
349
-
350
- /**
351
- * @beta
352
- * A attachment progress error object that contains message to be shown to
353
- * the user when upload fails.
354
- */
355
- export declare interface AttachmentProgressError {
356
- message: string;
357
- }
358
-
359
- /**
360
- * @beta
361
- * A callback function for handling attachment removed by the user in send box.
362
- *
363
- * @param attachmentId - The ID of uploaded attachments.
364
- */
365
- export declare type AttachmentRemovalHandler = (attachmentId: string) => void;
366
-
367
- /**
368
- * @beta
369
- * A callback function for handling list of upload tasks that contains files selected by user to upload.
370
- *
371
- * @param AttachmentUploads - The list of uploaded attachments. Each attachment is represented by an {@link AttachmentUpload} object.
372
- */
373
- export declare type AttachmentSelectionHandler = (attachmentUploads: AttachmentUploadTask[]) => void;
374
-
375
- /**
376
- * @beta
377
- */
378
- export declare interface AttachmentUploadOptions {
379
- /**
380
- * A list of strings containing the comma separated list of supported media (aka. mime) types.
381
- * i.e. ['image/*', 'video/*', 'audio/*']
382
- * Default value is `['*']`, meaning all media types are supported.
383
- * Similar to the `accept` attribute of the `<input type="attachment" />` element.
384
- * @beta
385
- */
386
- supportedMediaTypes?: string[];
387
- /**
388
- * Disable multiple attachments to be selected if set to `true`.
389
- * Default value is `false`, meaning multiple attachments can be selected.
390
- * Similar to the `multiple` attribute of the `<input type="attachment" />` element.
391
- * @beta
392
- */
393
- disableMultipleUploads?: boolean;
394
- /**
395
- * A callback function of type {@link AttachmentSelectionHandler} that will be called
396
- * when user finishes selecting files in browser's file picker. This function is required since
397
- * this would be where upload logic is implemented to your own storage.
398
- * @beta
399
- */
400
- handleAttachmentSelection: AttachmentSelectionHandler;
401
- /**
402
- * A optional callback function that will be called
403
- * when user removing files before clicking send message button. This function will be
404
- * where you can remove the file from your storage.
405
- * @beta
406
- */
407
- handleAttachmentRemoval?: AttachmentRemovalHandler;
408
- }
409
-
410
- /**
411
- * A upload task represents and manages an attachment that is being uploaded.
412
- * When using the Composite, an attachment upload task is created for each file user is selected to upload.
413
- * A upload task is complete when notifyUploadCompleted is called.
414
- * A upload task is failed when notifyUploadFailed is called.
415
- * @beta
416
- */
417
- export declare interface AttachmentUploadTask {
418
- /**
419
- * Unique identifier for the attachment upload task.
420
- */
421
- taskId: string;
422
- /**
423
- * HTML {@link File} object for the uploaded attachment.
424
- */
425
- file?: File;
426
- /**
427
- * Update the progress of the upload changed.
428
- * A upload is considered complete when the progress reaches 1.
429
- * @param value - number between 0 and 1
430
- */
431
- notifyUploadProgressChanged: (value: number) => void;
432
- /**
433
- * Mark the upload task as complete.
434
- * An attachment is considered completed uploading when ID and URL are provided.
435
- * @param id - the unique identifier of the attachment.
436
- * @param url - the download URL of the attachment.
437
- */
438
- notifyUploadCompleted: (id: string, url: string) => void;
439
- /**
440
- * Mark the upload task as failed.
441
- * @param message - An error message that can be displayed to the user.
442
- */
443
- notifyUploadFailed: (message: string) => void;
444
- }
445
-
446
234
  /**
447
235
  * Custom data attributes for displaying avatar for a user.
448
236
  *
@@ -472,11 +260,6 @@ export declare type AvatarPersonaData = {
472
260
  * @defaultvalue `white`
473
261
  */
474
262
  initialsTextColor?: string;
475
- /**
476
- * If true, show the special coin for unknown persona.
477
- * It has '?' in place of initials, with static font and background colors
478
- */
479
- showUnknownPersonaCoin?: boolean;
480
263
  };
481
264
 
482
265
  /**
@@ -498,11 +281,6 @@ export declare type AzureCommunicationCallAdapterArgs = {
498
281
  displayName: string;
499
282
  credential: CommunicationTokenCredential;
500
283
  locator: CallAdapterLocator;
501
- /**
502
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
503
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
504
- */
505
- alternateCallerId?: string;
506
284
  /**
507
285
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
508
286
  */
@@ -527,7 +305,6 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
527
305
  displayName: string;
528
306
  credential: CommunicationTokenCredential;
529
307
  locator: CallAndChatLocator | TeamsMeetingLinkLocator | /** @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
530
- alternateCallerId?: string;
531
308
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
532
309
  };
533
310
 
@@ -572,11 +349,6 @@ export declare type AzureCommunicationOutboundCallAdapterArgs = {
572
349
  displayName: string;
573
350
  credential: CommunicationTokenCredential;
574
351
  targetCallees: StartCallIdentifier[];
575
- /**
576
- * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
577
- * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
578
- */
579
- alternateCallerId?: string;
580
352
  /**
581
353
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
582
354
  */
@@ -638,156 +410,6 @@ export declare interface BaseCustomStyles {
638
410
  root?: IStyle;
639
411
  }
640
412
 
641
- /**
642
- * Content blocked message type.
643
- *
644
- * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
645
- *
646
- * @beta
647
- */
648
- export declare interface BlockedMessage extends MessageCommon {
649
- messageType: 'blocked';
650
- warningText?: string;
651
- linkText?: string;
652
- link?: string;
653
- deletedOn?: Date;
654
- senderId?: string;
655
- senderDisplayName?: string;
656
- status?: MessageStatus;
657
- attached?: MessageAttachedStatus;
658
- mine?: boolean;
659
- }
660
-
661
- /**
662
- * @beta
663
- * Props for BrowserPermissionDeniedIOS component.
664
- */
665
- export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
666
- /**
667
- * Localization strings for BrowserPermissionDeniedIOS component.
668
- */
669
- strings?: BrowserPermissionDeniedIOSStrings;
670
- /**
671
- * Link to image source.
672
- *
673
- * Image is inserted into the top of the component.
674
- */
675
- imageSource?: string;
676
- }
677
-
678
- /**
679
- * @beta
680
- * Strings for BrowserPermissionDeniedIOS component
681
- */
682
- export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
683
- /**
684
- * Image alt text
685
- */
686
- imageAltText: string;
687
- /**
688
- * Main text string.
689
- */
690
- primaryText: string;
691
- /**
692
- * Subtext string.
693
- */
694
- secondaryText: string;
695
- /**
696
- * Step 1 string
697
- */
698
- step1Text: string;
699
- /**
700
- * Step 1 digit string
701
- */
702
- step1DigitText: string;
703
- /**
704
- * Step 2 string
705
- */
706
- step2Text: string;
707
- /**
708
- * Step 2 digit string
709
- */
710
- step2DigitText: string;
711
- /**
712
- * Step 3 string
713
- */
714
- step3Text: string;
715
- /**
716
- * Step 3 digit string
717
- */
718
- step3DigitText: string;
719
- /**
720
- * Step 4 string
721
- */
722
- step4Text: string;
723
- /**
724
- * Step 4 digit string
725
- */
726
- step4DigitText: string;
727
- }
728
-
729
- /**
730
- * @beta
731
- * Props for BrowserPermissionDenied component.
732
- */
733
- export declare interface BrowserPermissionDeniedProps {
734
- /**
735
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
736
- */
737
- onTroubleshootingClick?: () => void;
738
- /**
739
- * Action to be taken by the try again primary button.
740
- */
741
- onTryAgainClick?: () => void;
742
- /**
743
- * Localization strings for BrowserPermissionDenied component.
744
- */
745
- strings?: BrowserPermissionDeniedStrings;
746
- /**
747
- * Allows users to pass in an object contains custom CSS styles.
748
- * @Example
749
- * ```
750
- * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
751
- * ```
752
- */
753
- styles?: BrowserPermissionDeniedStyles;
754
- }
755
-
756
- /**
757
- * @beta
758
- * Strings for BrowserPermissionDenied component
759
- */
760
- export declare interface BrowserPermissionDeniedStrings {
761
- /**
762
- * Main button text string.
763
- */
764
- primaryButtonText: string;
765
- /**
766
- * Main text string.
767
- */
768
- primaryText: string;
769
- /**
770
- * Subtext string.
771
- */
772
- secondaryText: string;
773
- /**
774
- * More help link string.
775
- */
776
- linkText: string;
777
- }
778
-
779
- /**
780
- * Fluent styles for {@link BrowserPermissionDenied}.
781
- *
782
- * @beta
783
- */
784
- export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
785
- /** Styles for the primary button. */
786
- primaryButton?: IButtonStyles;
787
- /** Styles for the help troubleshooting link text. */
788
- troubleshootingLink?: ILinkStyles;
789
- }
790
-
791
413
  /**
792
414
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
793
415
  *
@@ -871,12 +493,6 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
871
493
  * @public
872
494
  */
873
495
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
874
- /**
875
- * Start the call.
876
- * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
877
- * @public
878
- */
879
- startCall(participants: StartCallIdentifier[], options?: StartCallOptions): Call | undefined;
880
496
  }
881
497
 
882
498
  /**
@@ -959,12 +575,6 @@ export declare interface CallAdapterCallOperations {
959
575
  * @public
960
576
  */
961
577
  removeParticipant(userId: string): Promise<void>;
962
- /**
963
- * Remove a participant from the call.
964
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
965
- * @beta
966
- */
967
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
968
578
  /**
969
579
  * Create the html view for a stream.
970
580
  *
@@ -1016,35 +626,12 @@ export declare interface CallAdapterCallOperations {
1016
626
  * @public
1017
627
  */
1018
628
  disposeLocalVideoStreamView(): Promise<void>;
1019
- /**
1020
- * Holds the call.
1021
- *
1022
- * @beta
1023
- */
1024
- holdCall(): Promise<void>;
1025
- /**
1026
- * Resumes the call from a `LocalHold` state.
1027
- *
1028
- * @beta
1029
- */
1030
- resumeCall(): Promise<void>;
1031
- /**
1032
- * Add a participant to the call.
1033
- *
1034
- * @beta
1035
- */
1036
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
1037
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
1038
629
  /**
1039
630
  * send dtmf tone to another participant in a 1:1 PSTN call
1040
631
  *
1041
632
  * @public
1042
633
  */
1043
634
  sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
1044
- /**
1045
- * Continues into a call when the browser version is not supported.
1046
- */
1047
- allowUnsupportedBrowserVersion(): void;
1048
635
  /**
1049
636
  * Function to Start captions
1050
637
  * @param options - options for start captions
@@ -1110,12 +697,6 @@ export declare interface CallAdapterCallOperations {
1110
697
  * Stop all spotlights
1111
698
  */
1112
699
  stopAllSpotlight(): Promise<void>;
1113
- /**
1114
- * Mute a participant
1115
- *
1116
- * @param userId - Id of the participant to mute
1117
- */
1118
- muteParticipant(userId: string): Promise<void>;
1119
700
  }
1120
701
 
1121
702
  /**
@@ -1150,14 +731,6 @@ export declare type CallAdapterClientState = {
1150
731
  * Latest error encountered for each operation performed via the adapter.
1151
732
  */
1152
733
  latestErrors: AdapterErrors;
1153
- /**
1154
- * Azure communications Phone number to make PSTN calls with.
1155
- */
1156
- alternateCallerId?: string;
1157
- /**
1158
- * Environment information about system the adapter is made on
1159
- */
1160
- environmentInfo?: EnvironmentInfo;
1161
734
  /**
1162
735
  * State to track whether the local participant's camera is on. To be used when creating a custom
1163
736
  * control bar with the CallComposite.
@@ -1276,7 +849,7 @@ export declare interface CallAdapterDeviceManagement {
1276
849
  *
1277
850
  * @public
1278
851
  */
1279
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
852
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | RoomCallLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
1280
853
 
1281
854
  /**
1282
855
  * {@link CommonCallAdapter} state.
@@ -1475,7 +1048,6 @@ export declare interface CallAdapterSubscribers {
1475
1048
  export declare type CallAdapterUiState = {
1476
1049
  isLocalPreviewMicrophoneEnabled: boolean;
1477
1050
  page: CallCompositePage;
1478
- unsupportedBrowserVersionsAllowed?: boolean;
1479
1051
  };
1480
1052
 
1481
1053
  /**
@@ -1519,7 +1091,7 @@ export declare interface CallAgentState {
1519
1091
  */
1520
1092
  export declare interface CallAndChatLocator {
1521
1093
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
1522
- callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
1094
+ callLocator: GroupCallLocator;
1523
1095
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
1524
1096
  chatThreadId: string;
1525
1097
  }
@@ -1606,16 +1178,6 @@ export declare interface CallClientState {
1606
1178
  * See documentation of {@Link CallErrors} for details.
1607
1179
  */
1608
1180
  latestErrors: CallErrors;
1609
- /**
1610
- * A phone number in E.164 format that will be used to represent callers identity.
1611
- * For example, using the alternateCallerId to add a participant using PSTN, this number will
1612
- * be used as the caller id in the PSTN call.
1613
- */
1614
- alternateCallerId?: string;
1615
- /**
1616
- * state to track the environment that the stateful client was made in is supported
1617
- */
1618
- environmentInfo?: EnvironmentInfo;
1619
1181
  }
1620
1182
 
1621
1183
  /**
@@ -1694,9 +1256,6 @@ export declare type CallCompositeIcons = {
1694
1256
  ParticipantItemScreenShareStart?: JSX.Element;
1695
1257
  VideoTileMicOff?: JSX.Element;
1696
1258
  LocalCameraSwitch?: JSX.Element;
1697
- PeoplePaneAddPerson?: JSX.Element;
1698
- PeoplePaneOpenDialpad?: JSX.Element;
1699
- DialpadStartCall?: JSX.Element;
1700
1259
  NoticePageInviteToRoomRemoved?: JSX.Element;
1701
1260
  BlurVideoBackground?: JSX.Element;
1702
1261
  RemoveVideoBackgroundEffect?: JSX.Element;
@@ -1709,8 +1268,6 @@ export declare type CallCompositeIcons = {
1709
1268
  LargeGalleryLayout?: JSX.Element;
1710
1269
  DefaultCustomButton?: JSX.Element;
1711
1270
  DtmfDialpadButton?: JSX.Element;
1712
- PhoneNumberButton?: JSX.Element;
1713
- PhoneInfoWait?: JSX.Element;
1714
1271
  PeoplePaneMoreButton?: JSX.Element;
1715
1272
  StopAllSpotlightMenuButton?: JSX.Element;
1716
1273
  };
@@ -1733,56 +1290,6 @@ export declare type CallCompositeOptions = {
1733
1290
  * @defaultValue true
1734
1291
  */
1735
1292
  callControls?: boolean | CallControlOptions;
1736
- /**
1737
- * Device permissions check options for your call.
1738
- * Here you can choose what device permissions you prompt the user for,
1739
- * as well as what device permissions must be accepted before starting a call.
1740
- */
1741
- deviceChecks?: DeviceCheckOptions;
1742
- /**
1743
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1744
- * unable to grant your site the required permissions for the call.
1745
- *
1746
- * @example
1747
- * ```ts
1748
- * onPermissionsTroubleshootingClick: () =>
1749
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1750
- * ```
1751
- *
1752
- * @remarks
1753
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1754
- */
1755
- onPermissionsTroubleshootingClick?: (permissionsState: {
1756
- camera: PermissionState;
1757
- microphone: PermissionState;
1758
- }) => void;
1759
- /**
1760
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
1761
- * having network issues when connecting to the call.
1762
- *
1763
- * @example
1764
- * ```ts
1765
- * onNetworkingTroubleShootingClick?: () =>
1766
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
1767
- * ```
1768
- *
1769
- * @remarks
1770
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1771
- */
1772
- onNetworkingTroubleShootingClick?: () => void;
1773
- /**
1774
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1775
- *
1776
- * @example
1777
- * ```ts
1778
- * onBrowserTroubleShootingClick?: () =>
1779
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1780
- * ```
1781
- *
1782
- * @remarks
1783
- * if this is not supplied, the composite will not show a unsupported browser page.
1784
- */
1785
- onEnvironmentInfoTroubleshootingClick?: () => void;
1786
1293
  /**
1787
1294
  * Remote participant video tile menu options
1788
1295
  */
@@ -1903,7 +1410,7 @@ export declare type CallCompositeOptions = {
1903
1410
  *
1904
1411
  * @public
1905
1412
  */
1906
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | 'transferring' | 'badRequest';
1413
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall' | 'transferring' | 'badRequest';
1907
1414
 
1908
1415
  /**
1909
1416
  * Props for {@link CallComposite}.
@@ -2154,37 +1661,17 @@ export declare interface CallCompositeStrings {
2154
1661
  */
2155
1662
  dismissSidePaneButtonLabel?: string;
2156
1663
  /**
2157
- * Side pane People section subheader.
1664
+ * Label for menu item to start spotlight on participant
2158
1665
  */
2159
- peoplePaneSubTitle: string;
1666
+ startSpotlightMenuLabel: string;
2160
1667
  /**
2161
- * Label for button to copy invite link
1668
+ * Label for menu item to add spotlight on participant
2162
1669
  */
2163
- copyInviteLinkButtonLabel: string;
1670
+ addSpotlightMenuLabel: string;
2164
1671
  /**
2165
- * Label for button to copy invite link when it has been actioned
1672
+ * Label for menu item to stop spotlight on participant
2166
1673
  */
2167
- copyInviteLinkButtonActionedLabel: string;
2168
- /**
2169
- * Label for button to open dialpad
2170
- */
2171
- openDialpadButtonLabel: string;
2172
- /**
2173
- * Label for menu item to remove participant
2174
- */
2175
- removeMenuLabel: string;
2176
- /**
2177
- * Label for menu item to start spotlight on participant
2178
- */
2179
- startSpotlightMenuLabel: string;
2180
- /**
2181
- * Label for menu item to add spotlight on participant
2182
- */
2183
- addSpotlightMenuLabel: string;
2184
- /**
2185
- * Label for menu item to stop spotlight on participant
2186
- */
2187
- stopSpotlightMenuLabel: string;
1674
+ stopSpotlightMenuLabel: string;
2188
1675
  /**
2189
1676
  * Label for menu item to stop spotlight on local user
2190
1677
  */
@@ -2197,58 +1684,10 @@ export declare interface CallCompositeStrings {
2197
1684
  * Label for menu item to stop all spotlight
2198
1685
  */
2199
1686
  stopAllSpotlightMenuLabel: string;
2200
- /**
2201
- * Label for add people dropdown
2202
- */
2203
- peoplePaneAddPeopleButtonLabel: string;
2204
- /**
2205
- * Label for button to start a call
2206
- */
2207
- dialpadStartCallButtonLabel: string;
2208
- /**
2209
- * Title for dialpad Modal
2210
- */
2211
- dialpadModalTitle: string;
2212
- /**
2213
- * Aria Label for dialpad Modal
2214
- */
2215
- dialpadModalAriaLabel: string;
2216
- /**
2217
- * Aria Label for dialpad Modal close button
2218
- */
2219
- dialpadCloseModalButtonAriaLabel: string;
2220
1687
  /**
2221
1688
  * label for more button in the Calling composite
2222
1689
  */
2223
1690
  moreButtonCallingLabel: string;
2224
- /**
2225
- * Label for the resume call button on the hold pane
2226
- */
2227
- resumeCallButtonLabel: string;
2228
- /**
2229
- * Label for the resume call button on the hold pane when call is resuming
2230
- */
2231
- resumingCallButtonLabel: string;
2232
- /**
2233
- * Aria label for the resume call button on the hold pane
2234
- */
2235
- resumeCallButtonAriaLabel: string;
2236
- /**
2237
- * Aria label for the resume call button on the hold pane when call is resuming
2238
- */
2239
- resumingCallButtonAriaLabel: string;
2240
- /**
2241
- * Label for the hold pane
2242
- */
2243
- holdScreenLabel: string;
2244
- /**
2245
- * Placeholder text for dtmf dialpad
2246
- */
2247
- dtmfDialpadPlaceholderText: string;
2248
- /**
2249
- * Label for the button to open dtmf dialpad
2250
- */
2251
- openDtmfDialpadLabel: string;
2252
1691
  /**
2253
1692
  * aria label for when the invite link has been actioned
2254
1693
  */
@@ -2321,14 +1760,6 @@ export declare interface CallCompositeStrings {
2321
1760
  * More details text of the page shown to the user when the user attempts to join a room they are not invited to.
2322
1761
  */
2323
1762
  notInvitedToRoomDetails?: string;
2324
- /**
2325
- * Control bar People button ToolTipContent
2326
- */
2327
- peopleButtonTooltipOpen: string;
2328
- /**
2329
- * Control bar People button ToolTipContent
2330
- */
2331
- peopleButtonTooltipClose: string;
2332
1763
  /**
2333
1764
  * Label disaplayed on the lobby screen during a 1:1 outbound call.
2334
1765
  */
@@ -2477,38 +1908,6 @@ export declare interface CallCompositeStrings {
2477
1908
  * notice to be announced by narrator the transfer page is showing
2478
1909
  */
2479
1910
  transferPageNoticeString: string;
2480
- /**
2481
- * Title text of the page shown to the user when target participant could not be reached
2482
- */
2483
- participantCouldNotBeReachedTitle?: string;
2484
- /**
2485
- * More details text of the page shown to the user when target participant could not be reached
2486
- */
2487
- participantCouldNotBeReachedMoreDetails?: string;
2488
- /**
2489
- * Title text of the page shown to the user when permission to reach participant is not allowed
2490
- */
2491
- permissionToReachTargetParticipantNotAllowedTitle?: string;
2492
- /**
2493
- * More details text of the page shown to the user when permission to reach participant is not allowed
2494
- */
2495
- permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2496
- /**
2497
- * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2498
- */
2499
- unableToResolveTenantTitle?: string;
2500
- /**
2501
- * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2502
- */
2503
- unableToResolveTenantMoreDetails?: string;
2504
- /**
2505
- * Title text of the page shown to the user when target participant id is malformed
2506
- */
2507
- participantIdIsMalformedTitle?: string;
2508
- /**
2509
- * More details text of the page shown to the user when target participant id is malformed
2510
- */
2511
- participantIdIsMalformedMoreDetails?: string;
2512
1911
  /**
2513
1912
  * Controls label to move the overflow gallery around
2514
1913
  */
@@ -2697,10 +2096,6 @@ export declare interface CallCompositeStrings {
2697
2096
  * Error message when the meeting identifier or passcode is invalid
2698
2097
  */
2699
2098
  invalidMeetingIdentifier: string;
2700
- /**
2701
- * Error message when the meeting identifier or passcode is invalid
2702
- */
2703
- phoneCallMoreButtonLabel: string;
2704
2099
  }
2705
2100
 
2706
2101
  /**
@@ -2715,7 +2110,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
2715
2110
  *
2716
2111
  * @public
2717
2112
  */
2718
- export declare type CallControlOptions = CommonCallControlOptions & {
2113
+ export declare type CallControlOptions = (CommonCallControlOptions & {
2719
2114
  /**
2720
2115
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
2721
2116
  * @defaultValue true
@@ -2724,7 +2119,7 @@ export declare type CallControlOptions = CommonCallControlOptions & {
2724
2119
  disabled: boolean;
2725
2120
  };
2726
2121
  legacyControlBarExperience?: boolean;
2727
- };
2122
+ });
2728
2123
 
2729
2124
  /**
2730
2125
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -2785,7 +2180,7 @@ export declare type CallErrors = {
2785
2180
  *
2786
2181
  * @public
2787
2182
  */
2788
- 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';
2183
+ 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' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | 'Call.setConstraints';
2789
2184
 
2790
2185
  /**
2791
2186
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -2893,23 +2288,6 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
2893
2288
  spotlight?: Spotlight;
2894
2289
  };
2895
2290
 
2896
- /**
2897
- * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2898
- *
2899
- * @remarks
2900
- * This is currently in beta and only supports calling one Teams User.
2901
- *
2902
- * @example
2903
- * ```
2904
- * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2905
- * ```
2906
- *
2907
- * @beta
2908
- */
2909
- export declare type CallParticipantsLocator = {
2910
- participantIds: string[];
2911
- };
2912
-
2913
2291
  /**
2914
2292
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
2915
2293
  *
@@ -3010,10 +2388,6 @@ export declare interface CallState {
3010
2388
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
3011
2389
  */
3012
2390
  recording: RecordingCallFeature;
3013
- /**
3014
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature}.
3015
- */
3016
- localRecording: LocalRecordingCallFeatureState;
3017
2391
  /**
3018
2392
  * Proxy of {@link @azure/communication-calling#PPTLiveCallFeature}.
3019
2393
  *
@@ -3070,10 +2444,6 @@ export declare interface CallState {
3070
2444
  * Proxy of {@link @azure/communication-calling#Call.role}.
3071
2445
  */
3072
2446
  role?: ParticipantRole;
3073
- /**
3074
- * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
3075
- */
3076
- totalParticipantCount?: number;
3077
2447
  /**
3078
2448
  * Transfer state of call
3079
2449
  */
@@ -3093,11 +2463,7 @@ export declare interface CallState {
3093
2463
  /**
3094
2464
  * Proxy of {@link @azure/communication-calling#Call.info}.
3095
2465
  */
3096
- info?: TeamsCallInfo | /* @conditional-compile-remove(calling-beta-sdk) */ CallInfo;
3097
- /**
3098
- * Proxy of {@link @azure/communication-calling#TeamsMeetingAudioConferencingCallFeature}.
3099
- */
3100
- teamsMeetingConference?: ConferencePhoneInfo[];
2466
+ info?: TeamsCallInfo;
3101
2467
  }
3102
2468
 
3103
2469
  /**
@@ -3144,12 +2510,6 @@ export declare interface CallWithChatAdapterManagement {
3144
2510
  * @public
3145
2511
  */
3146
2512
  removeParticipant(userId: string): Promise<void>;
3147
- /**
3148
- * Remove a participant from the call.
3149
- * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
3150
- * @beta
3151
- */
3152
- removeParticipant(participant: CommunicationIdentifier): Promise<void>;
3153
2513
  /**
3154
2514
  * Join the call with microphone initially on/off.
3155
2515
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -3220,7 +2580,7 @@ export declare interface CallWithChatAdapterManagement {
3220
2580
  * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
3221
2581
  * @public
3222
2582
  */
3223
- startCall(participants: (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
2583
+ startCall(participants: (MicrosoftTeamsAppIdentifier | UnknownIdentifier)[], options?: StartCallOptions): Call | undefined;
3224
2584
  /**
3225
2585
  * Start sharing the screen during a call.
3226
2586
  *
@@ -3383,7 +2743,7 @@ export declare interface CallWithChatAdapterManagement {
3383
2743
  *
3384
2744
  * @public
3385
2745
  */
3386
- sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
2746
+ sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
3387
2747
  /**
3388
2748
  * Send a read receipt for a message.
3389
2749
  *
@@ -3401,7 +2761,7 @@ export declare interface CallWithChatAdapterManagement {
3401
2761
  *
3402
2762
  * @public
3403
2763
  */
3404
- updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
2764
+ updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
3405
2765
  /**
3406
2766
  * Delete a message in the thread.
3407
2767
  *
@@ -3421,35 +2781,12 @@ export declare interface CallWithChatAdapterManagement {
3421
2781
  downloadResourceToCache(resourceDetails: ResourceDetails): Promise<void>;
3422
2782
  /** @public */
3423
2783
  removeResourceFromCache(resourceDetails: ResourceDetails): void;
3424
- /**
3425
- * Puts the Call in a Localhold.
3426
- *
3427
- * @beta
3428
- */
3429
- holdCall: () => Promise<void>;
3430
- /**
3431
- * Resumes the call from a LocalHold state.
3432
- *
3433
- * @beta
3434
- */
3435
- resumeCall: () => Promise<void>;
3436
- /**
3437
- * Adds a new Participant to the call.
3438
- *
3439
- * @beta
3440
- */
3441
- addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
3442
- addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
3443
2784
  /**
3444
2785
  * send dtmf tone to another participant in the call in 1:1 calls
3445
2786
  *
3446
2787
  * @public
3447
2788
  */
3448
2789
  sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3449
- /**
3450
- * Continues into a call when the browser version is not supported.
3451
- */
3452
- allowUnsupportedBrowserVersion(): void;
3453
2790
  /**
3454
2791
  * Function to Start captions
3455
2792
  * @param options - options for start captions
@@ -3513,10 +2850,6 @@ export declare interface CallWithChatAdapterManagement {
3513
2850
  * Stop all spotlights
3514
2851
  */
3515
2852
  stopAllSpotlight(): Promise<void>;
3516
- /**
3517
- * Mute a participant
3518
- */
3519
- muteParticipant(userIds: string): Promise<void>;
3520
2853
  }
3521
2854
 
3522
2855
  /**
@@ -3605,14 +2938,6 @@ export declare interface CallWithChatAdapterUiState {
3605
2938
  * @public
3606
2939
  */
3607
2940
  page: CallCompositePage;
3608
- /**
3609
- * State to track whether the end user has opted in to using a
3610
- * out of date version of a supported browser. Allows the user
3611
- * to start a call in this state.
3612
- *
3613
- * @beta
3614
- */
3615
- unsupportedBrowserVersionsAllowed?: boolean;
3616
2941
  }
3617
2942
 
3618
2943
  /**
@@ -3639,10 +2964,6 @@ export declare interface CallWithChatClientState {
3639
2964
  isTeamsCall: boolean;
3640
2965
  /** State of whether the active call is a Teams interop meeting */
3641
2966
  isTeamsMeeting: boolean;
3642
- /** alternateCallerId for PSTN call */
3643
- alternateCallerId?: string | undefined;
3644
- /** Environment information for system adapter is made on */
3645
- environmentInfo?: EnvironmentInfo;
3646
2967
  /** Default set of background images for background replacement effect */
3647
2968
  videoBackgroundImages?: VideoBackgroundImage[];
3648
2969
  /** Dependency to be injected for video background effects */
@@ -3723,9 +3044,6 @@ export declare type CallWithChatCompositeIcons = {
3723
3044
  ParticipantItemScreenShareStart?: JSX.Element;
3724
3045
  VideoTileMicOff?: JSX.Element;
3725
3046
  LocalCameraSwitch?: JSX.Element;
3726
- PeoplePaneAddPerson?: JSX.Element;
3727
- PeoplePaneOpenDialpad?: JSX.Element;
3728
- DialpadStartCall?: JSX.Element;
3729
3047
  DefaultCustomButton?: JSX.Element;
3730
3048
  DtmfDialpadButton?: JSX.Element;
3731
3049
  EditBoxCancel?: JSX.Element;
@@ -3756,62 +3074,6 @@ export declare type CallWithChatCompositeOptions = {
3756
3074
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
3757
3075
  */
3758
3076
  callControls?: boolean | CallWithChatControlOptions;
3759
- /**
3760
- * Properties for configuring the File Sharing feature.
3761
- * If undefined, file sharing feature will be disabled.
3762
- * @beta
3763
- */
3764
- attachmentOptions?: AttachmentOptions;
3765
- /**
3766
- * Device permissions check options for your call.
3767
- * Here you can choose what device permissions you prompt the user for,
3768
- * as well as what device permissions must be accepted before starting a call.
3769
- */
3770
- deviceChecks?: DeviceCheckOptions;
3771
- /**
3772
- * Callback you may provide to supply users with further steps to troubleshoot why they have been
3773
- * unable to grant your site the required permissions for the call.
3774
- *
3775
- * @example
3776
- * ```ts
3777
- * onPermissionsTroubleshootingClick: () =>
3778
- * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3779
- * ```
3780
- *
3781
- * @remarks
3782
- * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3783
- */
3784
- onPermissionsTroubleshootingClick?: (permissionsState: {
3785
- camera: PermissionState;
3786
- microphone: PermissionState;
3787
- }) => void;
3788
- /**
3789
- * Optional callback to supply users with further troubleshooting steps for network issues
3790
- * experienced when connecting to a call.
3791
- *
3792
- * @example
3793
- * ```ts
3794
- * onNetworkingTroubleShootingClick?: () =>
3795
- * window.open('https://contoso.com/network-troubleshooting', '_blank');
3796
- * ```
3797
- *
3798
- * @remarks
3799
- * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3800
- */
3801
- onNetworkingTroubleShootingClick?: () => void;
3802
- /**
3803
- * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3804
- *
3805
- * @example
3806
- * ```ts
3807
- * onBrowserTroubleShootingClick?: () =>
3808
- * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3809
- * ```
3810
- *
3811
- * @remarks
3812
- * if this is not supplied, the composite will not show a unsupported browser page.
3813
- */
3814
- onEnvironmentInfoTroubleshootingClick?: () => void;
3815
3077
  /**
3816
3078
  * Remote participant video tile menu options
3817
3079
  */
@@ -3914,11 +3176,6 @@ export declare type CallWithChatCompositeOptions = {
3914
3176
  */
3915
3177
  hideSpotlightButtons?: boolean;
3916
3178
  };
3917
- /**
3918
- * Options to enable rich text editor for the edit box.
3919
- * @beta
3920
- */
3921
- richTextEditorOptions?: RichTextEditorOptions;
3922
3179
  };
3923
3180
 
3924
3181
  /**
@@ -4082,10 +3339,6 @@ export declare interface CallWithChatCompositeStrings {
4082
3339
  * Label for button to copy invite link when it has been actioned
4083
3340
  */
4084
3341
  copyInviteLinkButtonActionedLabel: string;
4085
- /**
4086
- * Label for button to open dialpad
4087
- */
4088
- openDialpadButtonLabel: string;
4089
3342
  /**
4090
3343
  * Label for SidePaneHeader dismiss button
4091
3344
  */
@@ -4098,34 +3351,6 @@ export declare interface CallWithChatCompositeStrings {
4098
3351
  * Aria label string for return to call back button
4099
3352
  */
4100
3353
  returnToCallButtonAriaLabel?: string;
4101
- /**
4102
- * Label for add people dropdown
4103
- */
4104
- peoplePaneAddPeopleButtonLabel: string;
4105
- /**
4106
- * Label for button to start a call
4107
- */
4108
- dialpadStartCallButtonLabel: string;
4109
- /**
4110
- * Title for dialpad Modal
4111
- */
4112
- dialpadModalTitle: string;
4113
- /**
4114
- * Aria Label for dialpad Modal
4115
- */
4116
- dialpadModalAriaLabel: string;
4117
- /**
4118
- * Aria Label for dialpad Modal close button
4119
- */
4120
- dialpadCloseModalButtonAriaLabel: string;
4121
- /**
4122
- * Placeholder text for dtmf dialpad
4123
- */
4124
- dtmfDialpadPlaceholderText: string;
4125
- /**
4126
- * Label for the button to open dtmf dialpad
4127
- */
4128
- openDtmfDialpadLabel: string;
4129
3354
  /**
4130
3355
  * aria label for when the invite link has been actioned
4131
3356
  */
@@ -4142,9 +3367,7 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4142
3367
  * Show or hide the chat button in the call-with-chat composite control bar.
4143
3368
  * @defaultValue true
4144
3369
  */
4145
- chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4146
- disabled: boolean;
4147
- };
3370
+ chatButton?: boolean;
4148
3371
  }
4149
3372
 
4150
3373
  /**
@@ -4154,35 +3377,6 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
4154
3377
  */
4155
3378
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'isCaptionsActiveChanged' | 'captionsReceived' | 'isCaptionLanguageChanged' | 'isSpokenLanguageChanged' | 'capabilitiesChanged' | /* @conditional-compile-remove(spotlight) */ 'spotlightChanged' | 'messageReceived' | 'messageEdited' | 'messageDeleted' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved' | 'chatInitialized';
4156
3379
 
4157
- /**
4158
- * @beta
4159
- *
4160
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4161
- * by their browsers settings.
4162
- */
4163
- export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
4164
-
4165
- /**
4166
- * @beta
4167
- * Props for CameraAndMicrophoneSitePermissions component.
4168
- */
4169
- export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
4170
- /** Icon name for the camera icon */
4171
- cameraIconName?: string;
4172
- /** Icon name for the microphone icon */
4173
- microphoneIconName?: string;
4174
- /** Icon name for the central icon between the camera and microphone icons */
4175
- connectorIconName?: string;
4176
- /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
4177
- strings?: CameraAndMicrophoneSitePermissionsStrings;
4178
- }
4179
-
4180
- /**
4181
- * @beta
4182
- * Strings for CameraAndMicrophoneSitePermissions component.
4183
- */
4184
- export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
4185
-
4186
3380
  /**
4187
3381
  * A button to turn camera on / off.
4188
3382
  *
@@ -4339,31 +3533,6 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
4339
3533
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
4340
3534
  }
4341
3535
 
4342
- /**
4343
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
4344
- * by their browsers settings.
4345
- *
4346
- * @beta
4347
- */
4348
- export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
4349
-
4350
- /**
4351
- * @beta
4352
- * Props for CameraSitePermissions component.
4353
- */
4354
- export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
4355
- /** Icon name for the camera icon */
4356
- cameraIconName?: string;
4357
- /** Strings for use with the {@link CameraSitePermissions} */
4358
- strings?: CameraSitePermissionsStrings;
4359
- }
4360
-
4361
- /**
4362
- * @beta
4363
- * Strings for CameraSitePermissions component.
4364
- */
4365
- export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
4366
-
4367
3536
  /**
4368
3537
  * @public
4369
3538
  * Callback function run when a message edit is cancelled.
@@ -4523,10 +3692,6 @@ export declare interface CaptionsCallFeatureState {
4523
3692
  * current caption language
4524
3693
  */
4525
3694
  currentCaptionLanguage: string;
4526
- /**
4527
- * current caption kind: teams or acs captions
4528
- */
4529
- captionsKind: CaptionsKind;
4530
3695
  }
4531
3696
 
4532
3697
  /**
@@ -4691,7 +3856,7 @@ export declare interface ChatAdapterThreadManagement {
4691
3856
  * Send a message in the thread.
4692
3857
  * Please note that SendMessageOptions is being deprecated, please use MessageOptions instead.
4693
3858
  */
4694
- sendMessage(content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3859
+ sendMessage(content: string, options?: SendMessageOptions): Promise<void>;
4695
3860
  /**
4696
3861
  * Send a read receipt for a message.
4697
3862
  */
@@ -4712,7 +3877,7 @@ export declare interface ChatAdapterThreadManagement {
4712
3877
  * Update a message content.
4713
3878
  * Please note that metadata is being deprecated, please use MessageOptions.metadata instead.
4714
3879
  */
4715
- updateMessage(messageId: string, content: string, options?: Record<string, string> | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions): Promise<void>;
3880
+ updateMessage(messageId: string, content: string, options?: Record<string, string>): Promise<void>;
4716
3881
  /**
4717
3882
  * Delete a message in the thread.
4718
3883
  */
@@ -4850,7 +4015,6 @@ export declare type ChatCompositeIcons = {
4850
4015
  ParticipantItemOptionsHovered?: JSX.Element;
4851
4016
  SendBoxSend?: JSX.Element;
4852
4017
  SendBoxSendHovered?: JSX.Element;
4853
- SendBoxAttachFile?: JSX.Element;
4854
4018
  };
4855
4019
 
4856
4020
  /**
@@ -4865,13 +4029,6 @@ export declare type ChatCompositeOptions = {
4865
4029
  * @defaultValue true
4866
4030
  */
4867
4031
  errorBar?: boolean;
4868
- /**
4869
- * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4870
- * @defaultValue false
4871
- *
4872
- * @beta
4873
- */
4874
- participantPane?: boolean;
4875
4032
  /**
4876
4033
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
4877
4034
  * @defaultValue true
@@ -4882,17 +4039,6 @@ export declare type ChatCompositeOptions = {
4882
4039
  * When undefined nothing has focus on render
4883
4040
  */
4884
4041
  autoFocus?: 'sendBoxTextField';
4885
- /**
4886
- * Properties for configuring the File Sharing feature.
4887
- * If undefined, file sharing feature will be disabled.
4888
- * @beta
4889
- */
4890
- attachmentOptions?: AttachmentOptions;
4891
- /**
4892
- * Options to enable rich text editor for the edit box.
4893
- * @beta
4894
- */
4895
- richTextEditorOptions?: RichTextEditorOptions;
4896
4042
  };
4897
4043
 
4898
4044
  /**
@@ -4920,12 +4066,6 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
4920
4066
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
4921
4067
  */
4922
4068
  options?: ChatCompositeOptions;
4923
- /**
4924
- * Optimizes the composite form factor for either desktop or mobile.
4925
- * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4926
- * @defaultValue 'desktop'
4927
- */
4928
- formFactor?: 'desktop' | 'mobile';
4929
4069
  }
4930
4070
 
4931
4071
  /**
@@ -4940,10 +4080,6 @@ export declare interface ChatCompositeStrings {
4940
4080
  * Chat list header text
4941
4081
  */
4942
4082
  chatListHeader: string;
4943
- /**
4944
- * Upload Attachment Button text
4945
- */
4946
- uploadAttachment: string;
4947
4083
  }
4948
4084
 
4949
4085
  /**
@@ -4992,7 +4128,7 @@ export declare type ChatErrors = {
4992
4128
  *
4993
4129
  * @public
4994
4130
  */
4995
- export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClient.deleteChatThread' | 'ChatClient.getChatThreadClient' | 'ChatClient.listChatThreads' | 'ChatClient.off' | 'ChatClient.on' | 'ChatClient.startRealtimeNotifications' | 'ChatClient.stopRealtimeNotifications' | 'ChatThreadClient.addParticipants' | 'ChatThreadClient.deleteMessage' | 'ChatThreadClient.getMessage' | 'ChatThreadClient.getProperties' | 'ChatThreadClient.listMessages' | 'ChatThreadClient.listParticipants' | 'ChatThreadClient.listReadReceipts' | 'ChatThreadClient.removeParticipant' | 'ChatThreadClient.sendMessage' | 'ChatThreadClient.sendReadReceipt' | 'ChatThreadClient.sendTypingNotification' | 'ChatThreadClient.updateMessage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.updateProperties' | 'ChatThreadClient.updateTopic' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.uploadImage' | /* @conditional-compile-remove(chat-beta-sdk) */ 'ChatThreadClient.deleteImage';
4131
+ 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';
4996
4132
 
4997
4133
  /**
4998
4134
  * Object containing all the handlers required for chat components.
@@ -5003,13 +4139,13 @@ export declare type ChatErrorTarget = 'ChatClient.createChatThread' | 'ChatClien
5003
4139
  * @public
5004
4140
  */
5005
4141
  export declare type ChatHandlers = {
5006
- onSendMessage: (content: string, options?: SendMessageOptions | /* @conditional-compile-remove(file-sharing-acs) */ MessageOptions) => Promise<void>;
4142
+ onSendMessage: (content: string, options?: SendMessageOptions) => Promise<void>;
5007
4143
  onMessageSeen: (chatMessageId: string) => Promise<void>;
5008
4144
  onTyping: () => Promise<void>;
5009
4145
  onRemoveParticipant: (userId: string) => Promise<void>;
5010
4146
  updateThreadTopicName: (topicName: string) => Promise<void>;
5011
4147
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
5012
- onUpdateMessage: (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
4148
+ onUpdateMessage: (messageId: string, content: string) => Promise<void>;
5013
4149
  onDeleteMessage: (messageId: string) => Promise<void>;
5014
4150
  };
5015
4151
 
@@ -5052,12 +4188,6 @@ export declare interface ChatMessage extends MessageCommon {
5052
4188
  attachments?: AttachmentMetadata[];
5053
4189
  }
5054
4190
 
5055
- /**
5056
- * @beta
5057
- * Type of the message content, either 'text' or 'html'.
5058
- */
5059
- export declare type ChatMessageType = 'text' | 'html';
5060
-
5061
4191
  /**
5062
4192
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
5063
4193
  * client-side only metadata for chat messages.
@@ -5069,7 +4199,6 @@ export declare type ChatMessageType = 'text' | 'html';
5069
4199
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
5070
4200
  clientMessageId?: string;
5071
4201
  status: MessageStatus;
5072
- policyViolation?: boolean;
5073
4202
  resourceCache?: Record<string, ResourceFetchResult>;
5074
4203
  };
5075
4204
 
@@ -5273,9 +4402,7 @@ export declare type CommonCallControlOptions = {
5273
4402
  * Show or Hide Camera Button during a call
5274
4403
  * @defaultValue true
5275
4404
  */
5276
- cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5277
- disabled: boolean;
5278
- };
4405
+ cameraButton?: boolean;
5279
4406
  /**
5280
4407
  * Show or Hide EndCall button during a call.
5281
4408
  * @defaultValue true
@@ -5291,16 +4418,12 @@ export declare type CommonCallControlOptions = {
5291
4418
  * Show or Hide Microphone button during a call.
5292
4419
  * @defaultValue true
5293
4420
  */
5294
- microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5295
- disabled: boolean;
5296
- };
4421
+ microphoneButton?: boolean;
5297
4422
  /**
5298
4423
  * Show or Hide Devices button during a call.
5299
4424
  * @defaultValue true
5300
4425
  */
5301
- devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5302
- disabled: boolean;
5303
- };
4426
+ devicesButton?: boolean;
5304
4427
  /**
5305
4428
  * Show, Hide or Disable participants button during a call.
5306
4429
  * @defaultValue true
@@ -5338,16 +4461,11 @@ export declare type CommonCallControlOptions = {
5338
4461
  * Inject custom buttons in the call controls.
5339
4462
  */
5340
4463
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
5341
- holdButton?: boolean | {
5342
- disabled: boolean;
5343
- };
5344
4464
  /**
5345
4465
  * Show or hide the people button in the composite control bar.
5346
4466
  * @defaultValue true
5347
4467
  */
5348
- peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
5349
- disabled: boolean;
5350
- };
4468
+ peopleButton?: boolean;
5351
4469
  /**
5352
4470
  * Show or hide the dialpad button in the composite control bar.
5353
4471
  */
@@ -5358,16 +4476,6 @@ export declare type CommonCallControlOptions = {
5358
4476
  * Show or hide the exit spotlight button in the composite control bar when local participant is spotlighted.
5359
4477
  */
5360
4478
  exitSpotlightButton?: boolean;
5361
- /**
5362
- * Show, Hide or Disable captions during a call.
5363
- * @defaultValue true
5364
- */
5365
- captionsButton?: boolean;
5366
- /**
5367
- * Show, meeting conference phone information.
5368
- * @defaultValue true
5369
- */
5370
- teamsMeetingPhoneCallButton?: boolean;
5371
4479
  };
5372
4480
 
5373
4481
  /**
@@ -5393,9 +4501,6 @@ export declare interface CommonCallingHandlers {
5393
4501
  onLowerHand: () => Promise<void>;
5394
4502
  onToggleRaiseHand: () => Promise<void>;
5395
4503
  onReactionClick: (reaction: Reaction_2) => Promise<void>;
5396
- onToggleHold: () => Promise<void>;
5397
- onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
5398
- onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
5399
4504
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
5400
4505
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
5401
4506
  /**
@@ -5407,8 +4512,6 @@ export declare interface CommonCallingHandlers {
5407
4512
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
5408
4513
  onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
5409
4514
  onRemoveParticipant(userId: string): Promise<void>;
5410
- onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
5411
- askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
5412
4515
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
5413
4516
  onRemoveVideoBackgroundEffects: () => Promise<void>;
5414
4517
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -5421,7 +4524,6 @@ export declare interface CommonCallingHandlers {
5421
4524
  onStartSpotlight: (userIds?: string[]) => Promise<void>;
5422
4525
  onStopSpotlight: (userIds?: string[]) => Promise<void>;
5423
4526
  onStopAllSpotlight: () => Promise<void>;
5424
- onMuteParticipant: (userId: string) => Promise<void>;
5425
4527
  }
5426
4528
 
5427
4529
  /**
@@ -5433,39 +4535,6 @@ export declare type CommonProperties<A, B> = {
5433
4535
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
5434
4536
  }[keyof A & keyof B];
5435
4537
 
5436
- /**
5437
- * @beta
5438
- * Props for SitePermissions components.
5439
- */
5440
- export declare interface CommonSitePermissionsProps {
5441
- /**
5442
- * Name of application calling experience is in.
5443
- */
5444
- appName: string;
5445
- /**
5446
- * Kind of the Site Permissions component.
5447
- */
5448
- kind: 'request' | 'denied' | 'check';
5449
- /**
5450
- * Type of the browser used, the Site permission component will show different guidance text based on the browser type
5451
- */
5452
- browserHint?: 'safari' | 'unset';
5453
- /**
5454
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
5455
- * If this is not provided the button will not be shown.
5456
- */
5457
- onTroubleshootingClick?: () => void;
5458
- /**
5459
- * Action that is taken when the user clicks the continue anyway button.
5460
- * If this is not provided the button will not be shown.
5461
- */
5462
- onContinueAnywayClick?: () => void;
5463
- /**
5464
- * Styles for SitePermissions component.
5465
- */
5466
- styles?: SitePermissionsStyles;
5467
- }
5468
-
5469
4538
  /**
5470
4539
  * A Chat or Calling participant's state, as reflected in the UI.
5471
4540
  *
@@ -5642,11 +4711,6 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
5642
4711
  export declare interface ComponentLocale {
5643
4712
  /** Strings for components */
5644
4713
  strings: ComponentStrings;
5645
- /**
5646
- * Optional function to provide customized date format.
5647
- * @beta
5648
- */
5649
- onDisplayDateTimeString?: (messageDate: Date) => string;
5650
4714
  }
5651
4715
 
5652
4716
  /**
@@ -5696,68 +4760,22 @@ export declare interface ComponentStrings {
5696
4760
  typingIndicator: TypingIndicatorStrings;
5697
4761
  /** Strings for SendBox */
5698
4762
  sendBox: SendBoxStrings;
5699
- /** Strings for RichTextSendBox */
5700
- richTextSendBox: RichTextSendBoxStrings;
5701
- /** Strings for MentionPopover */
5702
- mentionPopover: MentionPopoverStrings;
5703
4763
  /** Strings for ImageOverlay */
5704
4764
  imageOverlay: ImageOverlayStrings;
5705
4765
  /** Strings for MessageStatusIndicator */
5706
4766
  messageStatusIndicator: MessageStatusIndicatorStrings;
5707
4767
  /** Strings for ErroBar */
5708
4768
  errorBar: ErrorBarStrings;
5709
- /** Strings for Notifications */
5710
- notifications: NotificationsStrings;
5711
4769
  /** Strings for VideoGallery */
5712
4770
  videoGallery: VideoGalleryStrings;
5713
4771
  /** Strings for Dialpad */
5714
4772
  dialpad: DialpadStrings;
5715
4773
  /** Strings for VideoTile */
5716
4774
  videoTile: VideoTileStrings;
5717
- /** Strings for HoldButton */
5718
- holdButton: HoldButtonStrings;
5719
- /** Strings for a site's permission request prompt */
5720
- CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
5721
- /** Strings for a site's permission request prompt */
5722
- CameraSitePermissionsRequest: SitePermissionsStrings;
5723
- /** Strings for a site's permission request prompt */
5724
- MicrophoneSitePermissionsRequest: SitePermissionsStrings;
5725
- /** Strings for a site's permission generic checking prompt */
5726
- CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
5727
- /** Strings for a site's permission generic checking prompt */
5728
- CameraSitePermissionsCheck: SitePermissionsStrings;
5729
- /** Strings for a site's permission generic checking prompt */
5730
- MicrophoneSitePermissionsCheck: SitePermissionsStrings;
5731
- /** Strings for a site's permission denied prompt */
5732
- CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
5733
- /** Strings for a site's permission denied prompt for safari browsers*/
5734
- CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5735
- /** Strings for a site's permission denied prompt */
5736
- CameraSitePermissionsDenied: SitePermissionsStrings;
5737
- /** Strings for a site's permission denied prompt */
5738
- MicrophoneSitePermissionsDenied: SitePermissionsStrings;
5739
- /** Strings for a site's permission denied prompt for safari browsers*/
5740
- CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
5741
- /** Strings for a site's permission denied prompt for safari browsers*/
5742
- MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
5743
- /** Strings for unsupported browser UI */
5744
- UnsupportedBrowser: UnsupportedBrowserStrings;
5745
- /** Strings for unsupported browser version UI */
5746
- UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
5747
- /** Strings for unsupported browser version UI */
5748
- UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
5749
- /** Strings for BrowserPemissionDenied */
5750
- BrowserPermissionDenied: BrowserPermissionDeniedStrings;
5751
- /** Strings for BrowserPemissionDeniedIOS */
5752
- BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
5753
4775
  /**
5754
4776
  * Strings for the VerticalGallery.
5755
4777
  */
5756
4778
  verticalGallery: VerticalGalleryStrings;
5757
- /** Strings for the participant list component */
5758
- ParticipantList: ParticipantListStrings;
5759
- /** Strings for the MeetingConferencePhoneInfoModal */
5760
- MeetingConferencePhoneInfo: MeetingConferencePhoneInfoModalStrings;
5761
4779
  }
5762
4780
 
5763
4781
  /**
@@ -5960,18 +4978,6 @@ export declare interface CompositeStrings {
5960
4978
  callWithChat: CallWithChatCompositeStrings;
5961
4979
  }
5962
4980
 
5963
- /**
5964
- * @public
5965
- * Information for conference phone info
5966
- */
5967
- export declare interface ConferencePhoneInfo {
5968
- phoneNumber: string;
5969
- conferenceId: string;
5970
- isTollFree: boolean;
5971
- country?: string;
5972
- city?: string;
5973
- }
5974
-
5975
4981
  /**
5976
4982
  * A system message with arbitary content.
5977
4983
  *
@@ -6171,7 +5177,7 @@ export declare function createAzureCommunicationCallAdapterFromClient(callClient
6171
5177
  *
6172
5178
  * @public
6173
5179
  */
6174
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5180
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
6175
5181
 
6176
5182
  /**
6177
5183
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -6334,13 +5340,6 @@ export declare type CustomAvatarOptions = {
6334
5340
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
6335
5341
  /** Display name to be used in Persona */
6336
5342
  text?: string;
6337
- /** State for the participant to be displayed in the defaultPlaceHolder */
6338
- participantState?: ParticipantState;
6339
- /**
6340
- * If true, show the special coin for unknown persona.
6341
- * It has '?' in place of initials, with static font and background colors
6342
- */
6343
- showUnknownPersonaCoin?: boolean;
6344
5343
  };
6345
5344
 
6346
5345
  /**
@@ -6468,18 +5467,6 @@ export declare interface CustomMessage extends MessageCommon {
6468
5467
  */
6469
5468
  export declare const darkTheme: PartialTheme & CallingTheme;
6470
5469
 
6471
- /**
6472
- * @beta
6473
- * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
6474
- */
6475
- export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
6476
-
6477
- /**
6478
- * @beta
6479
- * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
6480
- */
6481
- export declare type DeclarativeIncomingCall = IncomingCall;
6482
-
6483
5470
  /**
6484
5471
  * The default set of icons that are available to use in the UI components.
6485
5472
  *
@@ -6504,11 +5491,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6504
5491
  RaiseHandContextualMenuItem: React_2.JSX.Element;
6505
5492
  LowerHandContextualMenuItem: React_2.JSX.Element;
6506
5493
  ReactionButtonIcon: React_2.JSX.Element;
6507
- CancelAttachmentUpload: React_2.JSX.Element;
6508
- DownloadAttachment: React_2.JSX.Element;
6509
5494
  OpenAttachment: React_2.JSX.Element;
6510
- AttachmentMoreMenu: React_2.JSX.Element;
6511
- DataLossPreventionProhibited: React_2.JSX.Element;
6512
5495
  EditBoxCancel: React_2.JSX.Element;
6513
5496
  EditBoxSubmit: React_2.JSX.Element;
6514
5497
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -6542,20 +5525,10 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6542
5525
  ParticipantItemOptionsHovered: React_2.JSX.Element;
6543
5526
  ParticipantItemScreenShareStart: React_2.JSX.Element;
6544
5527
  ParticipantItemSpotlighted: React_2.JSX.Element;
6545
- HoldCallContextualMenuItem: React_2.JSX.Element;
6546
- HoldCallButton: React_2.JSX.Element;
6547
- ResumeCall: React_2.JSX.Element;
6548
5528
  SendBoxSend: React_2.JSX.Element;
6549
5529
  SendBoxSendHovered: React_2.JSX.Element;
6550
5530
  VideoTileMicOff: React_2.JSX.Element;
6551
5531
  DialpadBackspace: React_2.JSX.Element;
6552
- SitePermissionsSparkle: React_2.JSX.Element;
6553
- SitePermissionCamera: React_2.JSX.Element;
6554
- SitePermissionMic: React_2.JSX.Element;
6555
- SitePermissionCameraDenied: React_2.JSX.Element;
6556
- SitePermissionMicDenied: React_2.JSX.Element;
6557
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6558
- BrowserPermissionDeniedError: React_2.JSX.Element;
6559
5532
  VideoTilePinned: React_2.JSX.Element;
6560
5533
  VideoTileMoreOptions: React_2.JSX.Element;
6561
5534
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6584,21 +5557,6 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6584
5557
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6585
5558
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6586
5559
  VideoTileSpotlighted: React_2.JSX.Element;
6587
- RichTextBoldButtonIcon: React_2.JSX.Element;
6588
- RichTextItalicButtonIcon: React_2.JSX.Element;
6589
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
6590
- RichTextBulletListButtonIcon: React_2.JSX.Element;
6591
- RichTextNumberListButtonIcon: React_2.JSX.Element;
6592
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6593
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6594
- RichTextDividerIcon: React_2.JSX.Element;
6595
- RichTextEditorButtonIcon: React_2.JSX.Element;
6596
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
6597
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
6598
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
6599
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
6600
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6601
- ContextualMenuMicMutedIcon: React_2.JSX.Element;
6602
5560
  };
6603
5561
 
6604
5562
  /**
@@ -6619,7 +5577,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6619
5577
  ParticipantItemOptionsHovered: JSX.Element;
6620
5578
  SendBoxSend: JSX.Element;
6621
5579
  SendBoxSendHovered: JSX.Element;
6622
- SendBoxAttachFile?: JSX.Element | undefined;
6623
5580
  ControlBarPeopleButton?: JSX.Element | undefined;
6624
5581
  ControlButtonCameraOff: JSX.Element;
6625
5582
  ControlButtonCameraOn: JSX.Element;
@@ -6677,9 +5634,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6677
5634
  ParticipantItemScreenShareStart: JSX.Element;
6678
5635
  VideoTileMicOff: JSX.Element;
6679
5636
  LocalCameraSwitch?: JSX.Element | undefined;
6680
- PeoplePaneAddPerson?: JSX.Element | undefined;
6681
- PeoplePaneOpenDialpad?: JSX.Element | undefined;
6682
- DialpadStartCall?: JSX.Element | undefined;
6683
5637
  NoticePageInviteToRoomRemoved?: JSX.Element | undefined;
6684
5638
  BlurVideoBackground?: JSX.Element | undefined;
6685
5639
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
@@ -6692,8 +5646,6 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6692
5646
  LargeGalleryLayout?: JSX.Element | undefined;
6693
5647
  DefaultCustomButton?: JSX.Element | undefined;
6694
5648
  DtmfDialpadButton?: JSX.Element | undefined;
6695
- PhoneNumberButton?: JSX.Element | undefined;
6696
- PhoneInfoWait?: JSX.Element | undefined;
6697
5649
  PeoplePaneMoreButton?: JSX.Element | undefined;
6698
5650
  StopAllSpotlightMenuButton?: JSX.Element | undefined;
6699
5651
  ChevronLeft?: JSX.Element | undefined;
@@ -6705,28 +5657,15 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6705
5657
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
6706
5658
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
6707
5659
  MoreDrawerSpeakers?: JSX.Element | undefined;
5660
+ SendBoxAttachFile?: JSX.Element | undefined;
6708
5661
  ChatMessageOptions: React_2.JSX.Element;
6709
5662
  ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
6710
- CancelAttachmentUpload: React_2.JSX.Element;
6711
- DownloadAttachment: React_2.JSX.Element;
6712
5663
  OpenAttachment: React_2.JSX.Element;
6713
- AttachmentMoreMenu: React_2.JSX.Element;
6714
- DataLossPreventionProhibited: React_2.JSX.Element;
6715
5664
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
6716
5665
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
6717
5666
  MessageResend: React_2.JSX.Element;
6718
5667
  ParticipantItemSpotlighted: React_2.JSX.Element;
6719
- HoldCallContextualMenuItem: React_2.JSX.Element;
6720
- HoldCallButton: React_2.JSX.Element;
6721
- ResumeCall: React_2.JSX.Element;
6722
5668
  DialpadBackspace: React_2.JSX.Element;
6723
- SitePermissionsSparkle: React_2.JSX.Element;
6724
- SitePermissionCamera: React_2.JSX.Element;
6725
- SitePermissionMic: React_2.JSX.Element;
6726
- SitePermissionCameraDenied: React_2.JSX.Element;
6727
- SitePermissionMicDenied: React_2.JSX.Element;
6728
- UnsupportedEnvironmentWarning: React_2.JSX.Element;
6729
- BrowserPermissionDeniedError: React_2.JSX.Element;
6730
5669
  VideoTilePinned: React_2.JSX.Element;
6731
5670
  VideoTileMoreOptions: React_2.JSX.Element;
6732
5671
  VideoTileScaleFit: React_2.JSX.Element;
@@ -6755,53 +5694,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6755
5694
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6756
5695
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6757
5696
  VideoTileSpotlighted: React_2.JSX.Element;
6758
- RichTextBoldButtonIcon: React_2.JSX.Element;
6759
- RichTextItalicButtonIcon: React_2.JSX.Element;
6760
- RichTextUnderlineButtonIcon: React_2.JSX.Element;
6761
- RichTextBulletListButtonIcon: React_2.JSX.Element;
6762
- RichTextNumberListButtonIcon: React_2.JSX.Element;
6763
- RichTextIndentDecreaseButtonIcon: React_2.JSX.Element;
6764
- RichTextIndentIncreaseButtonIcon: React_2.JSX.Element;
6765
- RichTextDividerIcon: React_2.JSX.Element;
6766
- RichTextEditorButtonIcon: React_2.JSX.Element;
6767
- RichTextEditorButtonIconFilled: React_2.JSX.Element;
6768
- RichTextInsertTableRegularIcon: React_2.JSX.Element;
6769
- RichTextInsertTableFilledIcon: React_2.JSX.Element;
6770
- RichTextTableInsertMenuIcon: React_2.JSX.Element;
6771
- RichTextTableDeleteMenuIcon: React_2.JSX.Element;
6772
- ContextualMenuMicMutedIcon: React_2.JSX.Element;
6773
5697
  };
6774
5698
 
6775
- /**
6776
- * @beta
6777
- *
6778
- * The default menu action for downloading attachments. This action will open the attachment's URL in a new tab.
6779
- */
6780
- export declare const defaultAttachmentMenuAction: AttachmentMenuAction;
6781
-
6782
- /**
6783
- * Device Checks.
6784
- * Choose whether or not to block starting a call depending on camera and microphone permission options.
6785
- *
6786
- * @beta
6787
- */
6788
- export declare interface DeviceCheckOptions {
6789
- /**
6790
- * Camera Permission prompts for your call.
6791
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6792
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6793
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6794
- */
6795
- camera: 'required' | 'optional' | 'doNotPrompt';
6796
- /**
6797
- * Microphone permission prompts for your call.
6798
- * 'required' - requires the permission to be allowed before permitting the user join the call.
6799
- * 'optional' - permission can be disallowed and the user is still permitted to join the call.
6800
- * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
6801
- */
6802
- microphone: 'required' | 'optional' | 'doNotPrompt';
6803
- }
6804
-
6805
5699
  /**
6806
5700
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
6807
5701
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -7446,7 +6340,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
7446
6340
  *
7447
6341
  * @public
7448
6342
  */
7449
- 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;
6343
+ export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : AreEqual<Component, typeof Dialpad> extends true ? EmptySelector : undefined;
7450
6344
 
7451
6345
  /**
7452
6346
  * Get the selector for a specified component.
@@ -7463,7 +6357,7 @@ export declare const getCallingSelector: <Component extends (props: any) => JSX.
7463
6357
  *
7464
6358
  * @public
7465
6359
  */
7466
- export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof RichTextSendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
6360
+ export declare type GetChatSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof SendBox> extends true ? SendBoxSelector : AreEqual<Component, typeof MessageThread> extends true ? MessageThreadSelector : AreEqual<Component, typeof TypingIndicator> extends true ? TypingIndicatorSelector : AreEqual<Component, typeof ParticipantList> extends true ? ChatParticipantListSelector : AreEqual<Component, typeof ErrorBar> extends true ? ChatErrorBarSelector : undefined;
7467
6361
 
7468
6362
  /**
7469
6363
  * Get the selector for a specified component.
@@ -7508,63 +6402,6 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
7508
6402
  children?: IStyle;
7509
6403
  }
7510
6404
 
7511
- /**
7512
- * a button to hold or resume a ongoing call.
7513
- *
7514
- * Can be used with {@link ControlBar}
7515
- *
7516
- * @param props - properties for the hold button.
7517
- * @returns
7518
- * @beta
7519
- */
7520
- export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
7521
-
7522
- /**
7523
- *@beta
7524
- */
7525
- export declare interface HoldButtonProps extends ControlBarButtonProps {
7526
- /**
7527
- * Utility property for using this component with communication react handlers
7528
- * Holds the call or resumes it based on call state.
7529
- */
7530
- onToggleHold: () => Promise<void>;
7531
- /**
7532
- * Optional strings to override in component
7533
- */
7534
- strings?: HoldButtonStrings;
7535
- }
7536
-
7537
- /**
7538
- * Selector type for the {@link HoldButton} component.
7539
- * @public
7540
- */
7541
- export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
7542
- checked: boolean;
7543
- };
7544
-
7545
- /**
7546
- * Strings for the hold button labels
7547
- * @beta
7548
- */
7549
- export declare interface HoldButtonStrings {
7550
- /**
7551
- * Label for when action is to resume call.
7552
- */
7553
- onLabel: string;
7554
- /**
7555
- * Label for when action is to hold call.
7556
- */
7557
- offLabel: string;
7558
- /**
7559
- * Content for when button is checked
7560
- */
7561
- tooltipOnContent: string;
7562
- /**
7563
- * Content for when button is unchecked
7564
- */
7565
- tooltipOffContent: string;
7566
- }
7567
-
7568
6405
  /**
7569
6406
  * {@link HorizontalGallery} Component Styles.
7570
6407
  * @public
@@ -7649,10 +6486,6 @@ export declare interface _Identifiers {
7649
6486
  verticalGalleryVideoTile: string;
7650
6487
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
7651
6488
  verticalGalleryPageCounter: string;
7652
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
7653
- mentionSuggestionList: string;
7654
- /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
7655
- mentionSuggestionItem: string;
7656
6489
  }
7657
6490
 
7658
6491
  /**
@@ -7714,27 +6547,6 @@ export declare interface ImageOverlayStrings {
7714
6547
  dismissButtonAriaLabel: string;
7715
6548
  }
7716
6549
 
7717
- /**
7718
- * Preset dark theme for the ImageOverlay component.
7719
- *
7720
- * @public
7721
- */
7722
- export declare const imageOverlayTheme: PartialTheme;
7723
-
7724
- /**
7725
- * @beta
7726
- * This contains a readonly array that returns all the active `incomingCalls`.
7727
- * An active incoming call is a call that has not been answered, declined or disconnected.
7728
- */
7729
- export declare type IncomingCallManagement = {
7730
- /**
7731
- * @beta
7732
- * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7733
- * @returns readonly array of {@link DeclarativeIncomingCall}
7734
- */
7735
- incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7736
- };
7737
-
7738
6550
  /**
7739
6551
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
7740
6552
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -7919,28 +6731,6 @@ export declare type LocalizationProviderProps = {
7919
6731
  children: React_2.ReactNode;
7920
6732
  };
7921
6733
 
7922
- /**
7923
- * State only version of {@link @azure/communication-calling#LocalRecordingCallFeature}. {@link StatefulCallClient} will
7924
- * automatically listen for local recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
7925
- *
7926
- * @beta
7927
- */
7928
- export declare interface LocalRecordingCallFeatureState {
7929
- /**
7930
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.isRecordingActive}.
7931
- */
7932
- isLocalRecordingActive: boolean;
7933
- /**
7934
- * Contains list of information of started recordings
7935
- * Proxy of {@link @azure/communication-calling#LocalRecordingCallFeature.recordings}.
7936
- */
7937
- activeLocalRecordings?: LocalRecordingInfo[];
7938
- /**
7939
- * Contains list of information of stopped recordings
7940
- */
7941
- lastStoppedLocalRecording?: LocalRecordingInfo[];
7942
- }
7943
-
7944
6734
  /**
7945
6735
  * @public
7946
6736
  */
@@ -8046,119 +6836,6 @@ export declare interface MediaDiagnosticsState {
8046
6836
  latest: LatestMediaDiagnostics;
8047
6837
  }
8048
6838
 
8049
- /**
8050
- * strings for phone info modal
8051
- * @beta
8052
- */
8053
- export declare interface MeetingConferencePhoneInfoModalStrings {
8054
- /**
8055
- * Header for the phone info modal
8056
- */
8057
- meetingConferencePhoneInfoModalTitle?: string;
8058
- /**
8059
- * Phone number instruction
8060
- */
8061
- meetingConferencePhoneInfoModalDialIn?: string;
8062
- /**
8063
- * Meeting ID instruction
8064
- */
8065
- meetingConferencePhoneInfoModalMeetingId?: string;
8066
- /**
8067
- * Wait for phone connection
8068
- */
8069
- meetingConferencePhoneInfoModalWait?: string;
8070
- /**
8071
- * Toll Free Phone Label
8072
- */
8073
- meetingConferencePhoneInfoModalTollFree?: string;
8074
- /**
8075
- * Toll Free Phone Label without geo data
8076
- */
8077
- meetingConferencePhoneInfoModalTollFreeWithoutGeoData?: string;
8078
- /**
8079
- * Toll Phone Label
8080
- */
8081
- meetingConferencePhoneInfoModalToll?: string;
8082
- /**
8083
- * Toll Phone Label without geo data
8084
- */
8085
- meetingConferencePhoneInfoModalTollWithoutGeoData?: string;
8086
- /**
8087
- * No phone number available message
8088
- */
8089
- meetingConferencePhoneInfoModalNoPhoneAvailable?: string;
8090
- }
8091
-
8092
- /**
8093
- * Mention's state, as reflected in the UI.
8094
- *
8095
- * @beta
8096
- */
8097
- export declare interface Mention {
8098
- /** ID of a mention */
8099
- id: string;
8100
- /** Display text of a mention */
8101
- displayText: string;
8102
- /** Optional React element to render an item icon of a mention suggestion */
8103
- icon?: JSX.Element;
8104
- }
8105
-
8106
- /**
8107
- * Options to display suggestions in the mention scenario.
8108
- *
8109
- * @beta
8110
- */
8111
- export declare interface MentionDisplayOptions {
8112
- /**
8113
- * Optional callback for customizing the mention renderer in a message thread.
8114
- */
8115
- onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
8116
- }
8117
-
8118
- /**
8119
- * Options to lookup suggestions in the mention scenario.
8120
- *
8121
- * @beta
8122
- */
8123
- export declare interface MentionLookupOptions {
8124
- /**
8125
- * Optional string to set trigger keyword for mention a specific participant.
8126
- *
8127
- * @defaultValue `@`
8128
- */
8129
- trigger?: string;
8130
- /**
8131
- * Optional callback to fetch a list of mention suggestions base on the query.
8132
- */
8133
- onQueryUpdated: (query: string) => Promise<Mention[]>;
8134
- /**
8135
- * Optional callback to render an item of the mention suggestions list.
8136
- */
8137
- onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void, isActive: boolean) => JSX.Element;
8138
- }
8139
-
8140
- /**
8141
- * Options to lookup suggestions and display mentions in the mention scenario.
8142
- *
8143
- * @beta
8144
- */
8145
- export declare type MentionOptions = {
8146
- lookupOptions?: MentionLookupOptions;
8147
- displayOptions?: MentionDisplayOptions;
8148
- };
8149
-
8150
- /**
8151
- * Strings of {@link _MentionPopover} that can be overridden.
8152
- *
8153
- * @beta
8154
- */
8155
- export declare interface MentionPopoverStrings {
8156
- /**
8157
- * Header text for MentionPopover
8158
- */
8159
- mentionPopoverHeader: string;
8160
- }
8161
-
8162
6839
  /**
8163
6840
  * Discriminated union of all messages.
8164
6841
  *
@@ -8166,7 +6843,7 @@ export declare interface MentionPopoverStrings {
8166
6843
  *
8167
6844
  * @public
8168
6845
  */
8169
- export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
6846
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage;
8170
6847
 
8171
6848
  /**
8172
6849
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -8208,20 +6885,6 @@ export declare type MessageDeletedListener = MessageReceivedListener;
8208
6885
  */
8209
6886
  export declare type MessageEditedListener = MessageReceivedListener;
8210
6887
 
8211
- /**
8212
- * @beta
8213
- * Message option that defines properties that can be set when
8214
- * sending or updating a chat message.
8215
- * @property metadata - Metadata that contains additional information about the message to be passed between 2 users.
8216
- * @property attachments - Attachments that contains file attachments attached to the message.
8217
- * @property type - Type of the message content, either 'text' or 'html'.
8218
- */
8219
- export declare type MessageOptions = {
8220
- metadata?: Record<string, string>;
8221
- attachments?: AttachmentMetadata[];
8222
- type?: ChatMessageType;
8223
- };
8224
-
8225
6888
  /**
8226
6889
  * Props to render a single message.
8227
6890
  *
@@ -8237,7 +6900,7 @@ export declare type MessageProps = {
8237
6900
  /**
8238
6901
  * Strings from parent MessageThread component
8239
6902
  */
8240
- strings: MessageThreadStrings & /* @conditional-compile-remove(rich-text-editor) */ Partial<RichTextStrings>;
6903
+ strings: MessageThreadStrings;
8241
6904
  /**
8242
6905
  * Custom CSS styles for chat message container.
8243
6906
  */
@@ -8283,7 +6946,7 @@ export declare type MessageProps = {
8283
6946
  * @param options - message options to be included in the message
8284
6947
  *
8285
6948
  */
8286
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
6949
+ onSendMessage?: (content: string) => Promise<void>;
8287
6950
  };
8288
6951
 
8289
6952
  /**
@@ -8415,7 +7078,7 @@ export declare type MessageThreadProps = {
8415
7078
  /**
8416
7079
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
8417
7080
  */
8418
- messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
7081
+ messages: (ChatMessage | SystemMessage | CustomMessage)[];
8419
7082
  /**
8420
7083
  * number of participants in the thread
8421
7084
  */
@@ -8496,11 +7159,6 @@ export declare type MessageThreadProps = {
8496
7159
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
8497
7160
  */
8498
7161
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
8499
- /**
8500
- * Optional callback to render attachments in the message component.
8501
- * @beta
8502
- */
8503
- onRenderAttachmentDownloads?: (message: ChatMessage) => JSX.Element;
8504
7162
  /**
8505
7163
  * Optional callback to edit a message.
8506
7164
  *
@@ -8529,7 +7187,7 @@ export declare type MessageThreadProps = {
8529
7187
  * @param options - message options to be included in the message
8530
7188
  *
8531
7189
  */
8532
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
7190
+ onSendMessage?: (content: string) => Promise<void>;
8533
7191
  /**
8534
7192
  /**
8535
7193
  * Disable editing messages.
@@ -8543,32 +7201,11 @@ export declare type MessageThreadProps = {
8543
7201
  * Optional strings to override in component
8544
7202
  */
8545
7203
  strings?: Partial<MessageThreadStrings>;
8546
- /**
8547
- * @beta
8548
- * Optional attachment options, which defines behvaiour for uploading and downloading attachments.
8549
- * As this moment, the uploadOptions would be ignored and this option is intended for download only.
8550
- */
8551
- attachmentOptions?: AttachmentOptions;
8552
- /**
8553
- * Optional function to provide customized date format.
8554
- * @beta
8555
- */
8556
- onDisplayDateTimeString?: (messageDate: Date) => string;
8557
- /**
8558
- * Optional props needed to lookup a mention query and display mentions
8559
- * @beta
8560
- */
8561
- mentionOptions?: MentionOptions;
8562
7204
  /**
8563
7205
  * Optional callback called when an inline image is clicked.
8564
7206
  * @beta
8565
7207
  */
8566
7208
  inlineImageOptions?: InlineImageOptions;
8567
- /**
8568
- * Options to enable rich text editor for the edit box.
8569
- * @beta
8570
- */
8571
- richTextEditorOptions?: RichTextEditorOptions;
8572
7209
  };
8573
7210
 
8574
7211
  /**
@@ -8642,14 +7279,8 @@ export declare interface MessageThreadStrings {
8642
7279
  actionMenuMoreOptions?: string;
8643
7280
  /** Aria label to announce when a message is deleted */
8644
7281
  messageDeletedAnnouncementAriaLabel: string;
8645
- /** String for download attachment button in attachment card */
8646
- downloadAttachment: string;
8647
7282
  /** String for open attachment button in attachment card */
8648
7283
  openAttachment: string;
8649
- /** String for policy violation message removal */
8650
- blockedWarningText: string;
8651
- /** String for policy violation message removal details link */
8652
- blockedWarningLinkText: string;
8653
7284
  /** String for aria text in attachment card group*/
8654
7285
  attachmentCardGroupMessage: string;
8655
7286
  }
@@ -8679,7 +7310,6 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
8679
7310
  /** Styles for system message container. */
8680
7311
  systemMessageContainer?: ComponentSlotStyle;
8681
7312
  /** Styles for blocked message container. */
8682
- blockedMessageContainer?: ComponentSlotStyle;
8683
7313
  /** Styles for message status indicator container. */
8684
7314
  messageStatusContainer?: (mine: boolean) => IStyle;
8685
7315
  }
@@ -8807,355 +7437,64 @@ export declare interface MicrophoneButtonStrings {
8807
7437
  */
8808
7438
  microphoneButtonSplitRoleDescription?: string;
8809
7439
  /**
8810
- * Microphone split button aria label when mic is enabled.
8811
- */
8812
- onSplitButtonAriaLabel?: string;
8813
- /**
8814
- * Microphone split button aria label when mic is disabled.
8815
- */
8816
- offSplitButtonAriaLabel?: string;
8817
- /**
8818
- * Microphone action turned on string for announcer
8819
- */
8820
- microphoneActionTurnedOnAnnouncement?: string;
8821
- /**
8822
- * Microphone action turned off string for announcer
8823
- */
8824
- microphoneActionTurnedOffAnnouncement?: string;
8825
- /**
8826
- * Primary action for the microphone when microphone is live.
8827
- */
8828
- onSplitButtonMicrophonePrimaryAction?: string;
8829
- /**
8830
- * Primary action for the microphone when the microphone is muted.
8831
- */
8832
- offSplitButtonMicrophonePrimaryAction?: string;
8833
- /**
8834
- * Title for primary action section of split button
8835
- */
8836
- microphonePrimaryActionSplitButtonTitle?: string;
8837
- }
8838
-
8839
- /**
8840
- * Styles for {@link MicrophoneButton}
8841
- *
8842
- * @public
8843
- */
8844
- export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
8845
- /**
8846
- * Styles for the {@link MicrophoneButton} menu.
8847
- */
8848
- menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
8849
- }
8850
-
8851
- /**
8852
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8853
- * by their browsers settings.
8854
- *
8855
- * @beta
8856
- */
8857
- export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8858
-
8859
- /**
8860
- * @beta
8861
- * Props for MicrophoneSitePermissions component.
8862
- */
8863
- export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8864
- /** Icon name for the microphone icon */
8865
- microphoneIconName?: string;
8866
- /** Strings for use with the {@link MicrophoneSitePermissions} */
8867
- strings?: MicrophoneSitePermissionsStrings;
8868
- }
8869
-
8870
- /**
8871
- * @beta
8872
- * Strings for MicrophoneSitePermissions component.
8873
- */
8874
- export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8875
-
8876
- /**
8877
- * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
8878
- *
8879
- * @public
8880
- */
8881
- export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
8882
- type: 'network';
8883
- };
8884
-
8885
- /**
8886
- * State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
8887
- *
8888
- * @public
8889
- */
8890
- export declare interface NetworkDiagnosticsState {
8891
- latest: LatestNetworkDiagnostics;
8892
- }
8893
-
8894
- /**
8895
- * A component to show notification messages on the UI.
8896
- *
8897
- * @beta
8898
- */
8899
- export declare const NotificationBar: (props: NotificationBarProps) => JSX.Element;
8900
-
8901
- /**
8902
- * Props for {@link NotificationBar}.
8903
- *
8904
- * @beta
8905
- */
8906
- export declare interface NotificationBarProps {
8907
- /**
8908
- * Notification bar strings;
8909
- */
8910
- notificationBarStrings?: NotificationBarStrings;
8911
- /**
8912
- * Notification bar icon;
8913
- */
8914
- notificationBarIconProps?: IIconProps;
8915
- /**
8916
- * If set, notifications will automatically dismiss after 5 seconds
8917
- * @defaultValue false
8918
- */
8919
- autoDismiss?: boolean;
8920
- /**
8921
- * If set, notifications will be shown in a stacked effect
8922
- * @defaultValue false
8923
- */
8924
- showStackedEffect?: boolean;
8925
- /**
8926
- * Callback called when the primary button inside notification bar is clicked.
8927
- */
8928
- onClickPrimaryButton?: () => void;
8929
- /**
8930
- * Callback called when the secondary button inside notification bar is clicked.
8931
- */
8932
- onClickSecondaryButton?: () => void;
8933
- /**
8934
- * Callback called when the notification is dismissed.
8935
- */
8936
- onDismiss?: () => void;
8937
- }
8938
-
8939
- /**
8940
- * All strings that may be shown on the UI in the {@link NotificationBar}.
8941
- *
8942
- * @beta
8943
- */
8944
- export declare interface NotificationBarStrings {
8945
- /**
8946
- * Notification bar title.
8947
- */
8948
- title: string;
8949
- /**
8950
- * Notification bar close button aria label
8951
- */
8952
- closeButtonAriaLabel: string;
8953
- /**
8954
- * Notification bar message.
8955
- */
8956
- message?: string;
8957
- /**
8958
- * Notification bar primary button label
8959
- */
8960
- primaryButtonLabel?: string;
8961
- /**
8962
- * Notification bar secondary button label
8963
- */
8964
- secondaryButtonLabel?: string;
8965
- }
8966
-
8967
- /**
8968
- * A component to show notifications on the UI.
8969
- * All strings that can be shown are accepted as the {@link NotificationsProps.strings} so that they can be localized.
8970
- * Active notifications are selected by {@link NotificationsProps.activeNotifications}.
8971
- *
8972
- * This component internally tracks dismissed by the user.
8973
- * * Notifications that have an associated timestamp: The notification is shown on the UI again if it occurs after being dismissed.
8974
- * * Notifications that do not have a timestamp: The notification is dismissed until it disappears from the props.
8975
- * If the notification recurs, it is shown in the UI.
8976
- *
8977
- *
8978
- * @beta
8979
- */
8980
- export declare const Notifications: (props: NotificationsProps) => JSX.Element;
8981
-
8982
- /**
8983
- * Props for {@link Notifications}.
8984
- * @beta
8985
- */
8986
- export declare interface NotificationsProps {
8987
- /**
8988
- * Strings shown on the UI on errors.
8989
- */
8990
- strings?: NotificationsStrings;
8991
- /**
8992
- * Currently active notifications.
8993
- */
8994
- activeNotifications: ActiveNotification[];
8995
- /**
8996
- * Max notifications to show at a time.
8997
- * @defaultValue 2
8998
- */
8999
- maxNotificationsToShow?: number;
9000
- }
9001
-
9002
- /**
9003
- * All strings that may be shown on the UI in the {@link Notifications}.
9004
- *
9005
- * @beta
9006
- */
9007
- export declare interface NotificationsStrings {
9008
- /**
9009
- * Unable to reach Chat service.
9010
- *
9011
- * This can mean:
9012
- * - Incorrect Azure Communication Services endpoint was provided.
9013
- * - User's network connection is down.
9014
- */
9015
- unableToReachChatService: NotificationBarStrings;
9016
- /**
9017
- * User does not have access to the Chat service.
9018
- * This usually means that either the Azure Communication Services endpiont or the token provided are incorrect.
9019
- */
9020
- accessDenied: NotificationBarStrings;
9021
- /**
9022
- * User is no longer on the thread.
9023
- *
9024
- * See also: {@link NotificationsStrings.sendMessageNotInChatThread} for a more specific error.
9025
- */
9026
- userNotInChatThread: NotificationBarStrings;
9027
- /**
9028
- * Sending message failed because user is no longer on the thread.
9029
- */
9030
- sendMessageNotInChatThread: NotificationBarStrings;
9031
- /**
9032
- * A generic message when sending message fails.
9033
- * Prefer more specific error strings when possible.
9034
- */
9035
- sendMessageGeneric: NotificationBarStrings;
9036
- /**
9037
- * A generic message when starting video fails.
9038
- */
9039
- startVideoGeneric: NotificationBarStrings;
9040
- /**
9041
- * A generic message when starting video fails.
9042
- */
9043
- stopVideoGeneric: NotificationBarStrings;
9044
- /**
9045
- * A generic message when muting microphone fails.
9046
- */
9047
- muteGeneric: NotificationBarStrings;
9048
- /**
9049
- * A generic message when unmuting microphone fails.
9050
- */
9051
- unmuteGeneric: NotificationBarStrings;
9052
- /**
9053
- * A generic message when starting screenshare fails.
9054
- */
9055
- startScreenShareGeneric: NotificationBarStrings;
9056
- /**
9057
- * A generic message when stopping screenshare fails.
9058
- */
9059
- stopScreenShareGeneric: NotificationBarStrings;
9060
- /**
9061
- * Message shown when poor network quality is detected during a call.
9062
- */
9063
- callNetworkQualityLow: NotificationBarStrings;
9064
- /**
9065
- * Message shown on failure to detect audio output devices.
9066
- */
9067
- callNoSpeakerFound: NotificationBarStrings;
9068
- /**
9069
- * Message shown on failure to detect audio input devices.
9070
- */
9071
- callNoMicrophoneFound: NotificationBarStrings;
9072
- /**
9073
- * Message shown when microphone can be enumerated but access is blocked by the system.
9074
- */
9075
- callMicrophoneAccessDenied: NotificationBarStrings;
9076
- /**
9077
- * Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers
9078
- */
9079
- callMicrophoneAccessDeniedSafari: NotificationBarStrings;
9080
- /**
9081
- * Message shown when microphone is muted by the system (not by local or remote participants)
9082
- */
9083
- callMicrophoneMutedBySystem: NotificationBarStrings;
9084
- /**
9085
- * Message shown when microphone is unmuted by the system (not by local or remote participants).
9086
- * This typically occurs if the system recovers from an unexpected mute.
9087
- */
9088
- callMicrophoneUnmutedBySystem: NotificationBarStrings;
9089
- /**
9090
- * Mac OS specific message shown when microphone can be enumerated but access is
9091
- * blocked by the system.
9092
- */
9093
- callMacOsMicrophoneAccessDenied: NotificationBarStrings;
9094
- /**
9095
- * Message shown when poor network causes local video stream to be frozen.
9096
- */
9097
- callLocalVideoFreeze: NotificationBarStrings;
9098
- /**
9099
- * Message shown when camera can be enumerated but access is blocked by the system.
9100
- */
9101
- callCameraAccessDenied: NotificationBarStrings;
9102
- /**
9103
- * Message shown when camera can be enumerated but access is blocked by the system, for safari browsers
9104
- */
9105
- callCameraAccessDeniedSafari: NotificationBarStrings;
9106
- /**
9107
- * Message shown when local video fails to start because camera is already in use by
9108
- * another applciation.
9109
- */
9110
- callCameraAlreadyInUse: NotificationBarStrings;
9111
- /**
9112
- * Message shown when local video is stopped by the system (not by local or remote participants)
9113
- */
9114
- callVideoStoppedBySystem: NotificationBarStrings;
9115
- /**
9116
- * Message shown when local video was recovered by the system (not by the local participant)
9117
- */
9118
- callVideoRecoveredBySystem: NotificationBarStrings;
9119
- /**
9120
- * Mac OS specific message shown when system denies access to camera.
7440
+ * Microphone split button aria label when mic is enabled.
9121
7441
  */
9122
- callMacOsCameraAccessDenied: NotificationBarStrings;
7442
+ onSplitButtonAriaLabel?: string;
9123
7443
  /**
9124
- * Mac OS specific message shown when system denies sharing local screen on a call.
7444
+ * Microphone split button aria label when mic is disabled.
9125
7445
  */
9126
- callMacOsScreenShareAccessDenied: NotificationBarStrings;
7446
+ offSplitButtonAriaLabel?: string;
9127
7447
  /**
9128
- * Dimiss Notifications button aria label read by screen reader accessibility tools
7448
+ * Microphone action turned on string for announcer
9129
7449
  */
9130
- dismissButtonAriaLabel?: NotificationBarStrings;
7450
+ microphoneActionTurnedOnAnnouncement?: string;
9131
7451
  /**
9132
- * An error message when joining a call fails.
7452
+ * Microphone action turned off string for announcer
9133
7453
  */
9134
- failedToJoinCallGeneric?: NotificationBarStrings;
7454
+ microphoneActionTurnedOffAnnouncement?: string;
9135
7455
  /**
9136
- * An error message when joining a call fails specifically due to an invalid meeting link.
7456
+ * Primary action for the microphone when microphone is live.
9137
7457
  */
9138
- failedToJoinCallInvalidMeetingLink?: NotificationBarStrings;
7458
+ onSplitButtonMicrophonePrimaryAction?: string;
9139
7459
  /**
9140
- * Error string letting you know remote participants see a frozen stream for you.
7460
+ * Primary action for the microphone when the microphone is muted.
9141
7461
  */
9142
- cameraFrozenForRemoteParticipants?: NotificationBarStrings;
7462
+ offSplitButtonMicrophonePrimaryAction?: string;
9143
7463
  /**
9144
- * Unable to start effect
7464
+ * Title for primary action section of split button
9145
7465
  */
9146
- unableToStartVideoEffect?: NotificationBarStrings;
7466
+ microphonePrimaryActionSplitButtonTitle?: string;
7467
+ }
7468
+
7469
+ /**
7470
+ * Styles for {@link MicrophoneButton}
7471
+ *
7472
+ * @public
7473
+ */
7474
+ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
9147
7475
  /**
9148
- * An error message when starting spotlight while max participants are spotlighted
7476
+ * Styles for the {@link MicrophoneButton} menu.
9149
7477
  */
9150
- startSpotlightWhileMaxParticipantsAreSpotlighted: NotificationBarStrings;
7478
+ menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
9151
7479
  }
9152
7480
 
9153
7481
  /**
9154
- * All notifications that can be shown in the {@link Notifications}.
7482
+ * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
7483
+ *
7484
+ * @public
7485
+ */
7486
+ export declare type NetworkDiagnosticChangedEvent = NetworkDiagnosticChangedEventArgs & {
7487
+ type: 'network';
7488
+ };
7489
+
7490
+ /**
7491
+ * State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
9155
7492
  *
9156
- * @beta
7493
+ * @public
9157
7494
  */
9158
- export declare type NotificationType = keyof NotificationsStrings;
7495
+ export declare interface NetworkDiagnosticsState {
7496
+ latest: LatestNetworkDiagnostics;
7497
+ }
9159
7498
 
9160
7499
  /**
9161
7500
  * Callback function used to provide custom data to build profile for a user or bot.
@@ -9286,14 +7625,6 @@ export declare interface ParticipantItemProps {
9286
7625
  onClick?: (props?: ParticipantItemProps) => void;
9287
7626
  /** Optional value to determine if the tooltip should be shown for participants or not */
9288
7627
  showParticipantOverflowTooltip?: boolean;
9289
- /**
9290
- * Optional value to determine and display a participants connection status.
9291
- * For example, `Connecting`, `Ringing` etc.
9292
- * The actual text that is displayed is determined by the localized string
9293
- * corresponding to the provided participant state.
9294
- * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
9295
- */
9296
- participantState?: ParticipantState;
9297
7628
  /**
9298
7629
  * Optional aria property that prefixes the ParticipantItems aria content
9299
7630
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -9319,10 +7650,6 @@ export declare interface ParticipantItemStrings {
9319
7650
  mutedIconLabel: string;
9320
7651
  /** placeholder text for participants who does not have a display name*/
9321
7652
  displayNamePlaceholder?: string;
9322
- /** String shown when `participantState` is `Ringing` */
9323
- participantStateRinging?: string;
9324
- /** String shown when `participantState` is `Hold` */
9325
- participantStateHold?: string;
9326
7653
  /** String for the attendee role */
9327
7654
  attendeeRole: string;
9328
7655
  }
@@ -9400,15 +7727,9 @@ export declare type ParticipantListProps = {
9400
7727
  onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;
9401
7728
  /** Optional callback when rendered ParticipantItem is clicked */
9402
7729
  onParticipantClick?: (participant?: ParticipantListParticipant) => void;
9403
- /** Optional callback to render a context menu to mute a participant */
9404
- onMuteParticipant?: (userId: string) => Promise<void>;
9405
7730
  styles?: ParticipantListStyles;
9406
7731
  /** Optional value to determine if the tooltip should be shown for participants or not */
9407
7732
  showParticipantOverflowTooltip?: boolean;
9408
- /** Total number of people in the call. This number can be larger than the remote participant count. */
9409
- totalParticipantCount?: number;
9410
- /** Strings for the participant list */
9411
- strings?: ParticipantListStrings;
9412
7733
  /** Optional aria-labelledby prop that prefixes each ParticipantItem aria-label */
9413
7734
  participantAriaLabelledBy?: string;
9414
7735
  };
@@ -9421,21 +7742,8 @@ export declare type ParticipantListProps = {
9421
7742
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
9422
7743
  participants: CallParticipantListParticipant[];
9423
7744
  myUserId: string;
9424
- totalParticipantCount?: number;
9425
7745
  };
9426
7746
 
9427
- /**
9428
- * Strings for the {@link ParticipantList}.
9429
- *
9430
- * @beta
9431
- */
9432
- export declare interface ParticipantListStrings {
9433
- /**
9434
- * String for rendering the count of participants not contained in the displayed participant list
9435
- */
9436
- overflowParticipantCount?: string;
9437
- }
9438
-
9439
7747
  /**
9440
7748
  * Styles for the {@link ParticipantList}.
9441
7749
  *
@@ -9910,15 +8218,6 @@ export declare interface RecordingCallFeature {
9910
8218
  * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
9911
8219
  */
9912
8220
  isRecordingActive: boolean;
9913
- /**
9914
- * Contains list of information of started recordings
9915
- * Proxy of {@link @azure/communication-calling#RecordingCallFeature.recordings}.
9916
- */
9917
- activeRecordings?: RecordingInfo[];
9918
- /**
9919
- * Contains list of information of stopped recordings
9920
- */
9921
- lastStoppedRecording?: RecordingInfo[];
9922
8221
  }
9923
8222
 
9924
8223
  /**
@@ -10057,175 +8356,6 @@ export declare type ResourceFetchResult = {
10057
8356
  error?: Error;
10058
8357
  };
10059
8358
 
10060
- /**
10061
- * Options for the rich text editor configuration.
10062
- *
10063
- * @beta
10064
- */
10065
- export declare interface RichTextEditorOptions {
10066
- /**
10067
- * Optional callback to handle paste event.
10068
- */
10069
- onPaste?: (event: {
10070
- content: DocumentFragment;
10071
- }) => void;
10072
- }
10073
-
10074
- /**
10075
- * A component to render SendBox with Rich Text Editor support.
10076
- *
10077
- * @beta
10078
- */
10079
- export declare const RichTextSendBox: (props: RichTextSendBoxProps) => JSX.Element;
10080
-
10081
- /**
10082
- * Props for {@link RichTextSendBox}.
10083
- *
10084
- * @beta
10085
- */
10086
- export declare interface RichTextSendBoxProps {
10087
- /**
10088
- * Optional boolean to disable text box
10089
- * @defaultValue false
10090
- */
10091
- disabled?: boolean;
10092
- /**
10093
- * Optional callback to handle paste event.
10094
- */
10095
- onPaste?: (event: {
10096
- content: DocumentFragment;
10097
- }) => void;
10098
- /**
10099
- * Optional strings to override in component
10100
- */
10101
- strings?: Partial<RichTextSendBoxStrings>;
10102
- /**
10103
- * Optional text for system message above the text box
10104
- */
10105
- systemMessage?: string;
10106
- /**
10107
- * Optional array of type {@link AttachmentMetadataInProgress}
10108
- * to render attachments being uploaded in the SendBox.
10109
- * @beta
10110
- */
10111
- attachments?: AttachmentMetadataInProgress[];
10112
- /**
10113
- * enumerable to determine if the input box has focus on render or not.
10114
- * When undefined nothing has focus on render
10115
- */
10116
- autoFocus?: 'sendBoxTextField';
10117
- /**
10118
- * Optional callback to remove the attachment upload before sending by clicking on
10119
- * cancel icon.
10120
- * @beta
10121
- */
10122
- onCancelAttachmentUpload?: (attachmentId: string) => void;
10123
- /**
10124
- * Callback function used when the send button is clicked.
10125
- */
10126
- onSendMessage: (content: string, options?: MessageOptions) => Promise<void>;
10127
- /**
10128
- * Optional callback called when user is typing
10129
- */
10130
- onTyping?: () => Promise<void>;
10131
- }
10132
-
10133
- /**
10134
- * Strings of {@link RichTextSendBox} that can be overridden.
10135
- *
10136
- * @beta
10137
- */
10138
- export declare interface RichTextSendBoxStrings extends RichTextStrings, SendBoxStrings {
10139
- }
10140
-
10141
- /**
10142
- * Strings of RichText that can be overridden.
10143
- *
10144
- * @beta
10145
- */
10146
- export declare interface RichTextStrings {
10147
- /**
10148
- * Tooltip text for the bold button.
10149
- */
10150
- richTextBoldTooltip: string;
10151
- /**
10152
- * Tooltip text for the italic button.
10153
- */
10154
- richTextItalicTooltip: string;
10155
- /**
10156
- * Tooltip text for the underline button.
10157
- */
10158
- richTextUnderlineTooltip: string;
10159
- /**
10160
- * Tooltip text for the bullet list button.
10161
- */
10162
- richTextBulletListTooltip: string;
10163
- /**
10164
- * Tooltip text for the number list button.
10165
- */
10166
- richTextNumberListTooltip: string;
10167
- /**
10168
- * Tooltip text for the increase indent button.
10169
- */
10170
- richTextIncreaseIndentTooltip: string;
10171
- /**
10172
- * Tooltip text for the decrease indent button.
10173
- */
10174
- richTextDecreaseIndentTooltip: string;
10175
- /**
10176
- * Tooltip text insert table button.
10177
- */
10178
- richTextInsertTableTooltip: string;
10179
- /**
10180
- * Tooltip text for the rich text format button button.
10181
- */
10182
- richTextFormatButtonTooltip: string;
10183
- /**
10184
- * Text for the insert menu item.
10185
- */
10186
- richTextInsertRowOrColumnMenu: string;
10187
- /**
10188
- * Title for the insert table menu.
10189
- */
10190
- richTextInsertTableMenuTitle: string;
10191
- /**
10192
- * Text for the insert menu item to insert row above the current selection.
10193
- */
10194
- richTextInsertRowAboveMenu: string;
10195
- /**
10196
- * Text for the insert menu item to insert row below the current selection.
10197
- */
10198
- richTextInsertRowBelowMenu: string;
10199
- /**
10200
- * Text for the insert menu item to insert column to the left from the current selection.
10201
- */
10202
- richTextInsertColumnLeftMenu: string;
10203
- /**
10204
- * Text for the insert menu item to insert column to the right from the current selection.
10205
- */
10206
- richTextInsertColumnRightMenu: string;
10207
- /**
10208
- * Text for the delete row or column menu.
10209
- */
10210
- richTextDeleteRowOrColumnMenu: string;
10211
- /**
10212
- * Text for the delete column menu.
10213
- */
10214
- richTextDeleteColumnMenu: string;
10215
- /**
10216
- * Text for the delete row menu.
10217
- */
10218
- richTextDeleteRowMenu: string;
10219
- /**
10220
- * Text for the delete table menu.
10221
- */
10222
- richTextDeleteTableMenu: string;
10223
- /**
10224
- * Text for the rich text toolbar more button.
10225
- */
10226
- richTextToolbarMoreButtonAriaLabel: string;
10227
- }
10228
-
10229
8359
  /**
10230
8360
  * A button to start / stop screen sharing.
10231
8361
  *
@@ -10297,19 +8427,6 @@ export declare type Selector = (state: ClientState, props: any) => any;
10297
8427
  */
10298
8428
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
10299
8429
 
10300
- /**
10301
- * @beta
10302
- * Error to be displayed to the user in an error bar above sendbox.
10303
- */
10304
- export declare interface SendBoxErrorBarError {
10305
- /** Error Message to be displayed */
10306
- message: string;
10307
- /**
10308
- * Unix Timestamp. Preferred generation using `Date.now()`
10309
- */
10310
- timestamp: number;
10311
- }
10312
-
10313
8430
  /**
10314
8431
  * Props for {@link SendBox}.
10315
8432
  *
@@ -10328,12 +8445,7 @@ export declare interface SendBoxProps {
10328
8445
  /**
10329
8446
  * Optional override behavior on send button click
10330
8447
  */
10331
- onSendMessage?: (content: string, options?: MessageOptions) => Promise<void>;
10332
- /**
10333
- * Optional props needed to lookup suggestions in the mention scenario.
10334
- * @beta
10335
- */
10336
- mentionLookupOptions?: MentionLookupOptions;
8448
+ onSendMessage?: (content: string) => Promise<void>;
10337
8449
  /**
10338
8450
  * Optional callback called when user is typing
10339
8451
  */
@@ -10370,25 +8482,6 @@ export declare interface SendBoxProps {
10370
8482
  * When undefined nothing has focus on render
10371
8483
  */
10372
8484
  autoFocus?: 'sendBoxTextField';
10373
- /**
10374
- * Optional callback to render uploaded attachments in the SendBox. The sendBox will expand
10375
- * vertically to accommodate the uploaded attachments. Attachment uploads will
10376
- * be rendered below the text area in sendBox.
10377
- * @beta
10378
- */
10379
- onRenderAttachmentUploads?: () => JSX.Element;
10380
- /**
10381
- * Optional array of type {@link AttachmentMetadataInProgress}
10382
- * to render attachments being uploaded in the SendBox.
10383
- * @beta
10384
- */
10385
- attachments?: AttachmentMetadataInProgress[];
10386
- /**
10387
- * Optional callback to remove the attachment upload before sending by clicking on
10388
- * cancel icon.
10389
- * @beta
10390
- */
10391
- onCancelAttachmentUpload?: (attachmentId: string) => void;
10392
8485
  }
10393
8486
 
10394
8487
  /**
@@ -10419,26 +8512,6 @@ export declare interface SendBoxStrings {
10419
8512
  * Aria label for send message button
10420
8513
  */
10421
8514
  sendButtonAriaLabel: string;
10422
- /**
10423
- * Error message indicating that all attachment uploads are not complete.
10424
- */
10425
- attachmentUploadsPendingError: string;
10426
- /**
10427
- * Aria label to notify user when focus is on cancel attachment upload button.
10428
- */
10429
- removeAttachment: string;
10430
- /**
10431
- * Aria label to notify user attachment uploading starts.
10432
- */
10433
- uploading: string;
10434
- /**
10435
- * Aria label to notify user attachment is uploaded.
10436
- */
10437
- uploadCompleted: string;
10438
- /**
10439
- * Aria label to notify user more attachment action menu.
10440
- */
10441
- attachmentMoreMenu: string;
10442
8515
  }
10443
8516
 
10444
8517
  /**
@@ -10459,45 +8532,6 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
10459
8532
  systemMessage?: IStyle;
10460
8533
  }
10461
8534
 
10462
- /**
10463
- * @beta
10464
- * Strings for SitePermissions component
10465
- */
10466
- export declare type SitePermissionsStrings = {
10467
- /**
10468
- * Main text string.
10469
- */
10470
- primaryText?: string;
10471
- /**
10472
- * Subtext string.
10473
- */
10474
- secondaryText?: string;
10475
- /**
10476
- * More help link string.
10477
- */
10478
- linkText?: string;
10479
- /**
10480
- * Primary button text string.
10481
- */
10482
- primaryButtonText?: string;
10483
- /**
10484
- * Aria label describing the content of the container
10485
- */
10486
- ariaLabel?: string;
10487
- };
10488
-
10489
- /**
10490
- * Fluent styles for {@link SitePermissionsContainer}.
10491
- *
10492
- * @beta
10493
- */
10494
- export declare interface SitePermissionsStyles extends BaseCustomStyles {
10495
- /** Styles for the primary button. */
10496
- primaryButton?: IButtonStyles;
10497
- /** Styles for the help troubleshooting link text. */
10498
- troubleshootingLink?: ILinkStyles;
10499
- }
10500
-
10501
8535
  /**
10502
8536
  * @public
10503
8537
  * Type for representing a custom sound to use for a calling event
@@ -10678,7 +8712,7 @@ export declare interface SpotlightState {
10678
8712
  * Identifier types for initiating a call using the CallAdapter
10679
8713
  * @public
10680
8714
  */
10681
- export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | /* @conditional-compile-remove(PSTN-calls) */ PhoneNumberIdentifier | /* @conditional-compile-remove(one-to-n-calling) */ CommunicationUserIdentifier | /* @conditional-compile-remove(teams-adhoc-call) */ MicrosoftTeamsUserIdentifier | UnknownIdentifier) | /* @conditional-compile-remove(start-call-beta) */ CommunicationIdentifier;
8715
+ export declare type StartCallIdentifier = (MicrosoftTeamsAppIdentifier | UnknownIdentifier);
10682
8716
 
10683
8717
  /**
10684
8718
  * Defines the methods that allow CallClient {@link @azure/communication-calling#CallClient} to be used statefully.
@@ -10791,19 +8825,6 @@ export declare interface StatefulCallClient extends CallClient {
10791
8825
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
10792
8826
  */
10793
8827
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
10794
- /** @conditional-compile-remove(one-to-n-calling) */
10795
- /**
10796
- * The CallAgent is used to handle calls.
10797
- * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
10798
- * - The CallClient can only have one active CallAgent instance at a time.
10799
- * - You can create a new CallClient instance to create a new CallAgent.
10800
- * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
10801
- * createCallAgent() method again to create a new CallAgent.
10802
- * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
10803
- * @param options - The CallAgentOptions for additional options like display name.
10804
- * @public
10805
- */
10806
- createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
10807
8828
  }
10808
8829
 
10809
8830
  /**
@@ -10817,15 +8838,6 @@ export declare type StatefulCallClientArgs = {
10817
8838
  * state. It is not used by StatefulCallClient.
10818
8839
  */
10819
8840
  userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
10820
- /**
10821
- * A phone number in E.164 format that will be used to represent the callers identity. This number is required
10822
- * to start a PSTN call.
10823
- *
10824
- * example: +11234567
10825
- *
10826
- * This is not a cached value from the headless calling client.
10827
- */
10828
- alternateCallerId?: string;
10829
8841
  };
10830
8842
 
10831
8843
  /**
@@ -11103,7 +9115,7 @@ export declare interface TeamsCallAdapter extends CommonCallAdapter {
11103
9115
  export declare type TeamsCallAdapterArgs = {
11104
9116
  userId: MicrosoftTeamsUserIdentifier;
11105
9117
  credential: CommunicationTokenCredential;
11106
- locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
9118
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(meeting-id) */ TeamsMeetingIdLocator;
11107
9119
  /**
11108
9120
  * Optional parameters for the {@link TeamsCallAdapter} created
11109
9121
  */
@@ -11322,115 +9334,11 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
11322
9334
  typingString?: IStyle;
11323
9335
  }
11324
9336
 
11325
- /**
11326
- * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
11327
- *
11328
- * @beta
11329
- */
11330
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
11331
-
11332
- /**
11333
- * props for {@link UnsupportedBrowser} UI
11334
- *
11335
- * @beta
11336
- */
11337
- export declare interface UnsupportedBrowserProps {
11338
- /** Handler to perform an action when the help link is actioned */
11339
- onTroubleshootingClick?: () => void;
11340
- /** String overrides for the component */
11341
- strings?: UnsupportedBrowserStrings;
11342
- }
11343
-
11344
- /**
11345
- * Strings for UnsupportedBrowser component
11346
- *
11347
- * @beta
11348
- */
11349
- export declare interface UnsupportedBrowserStrings {
11350
- /** String for the primary text */
11351
- primaryText: string;
11352
- /** String for the secondary text */
11353
- secondaryText: string;
11354
- /** String to display in the text for the help link */
11355
- moreHelpLinkText: string;
11356
- }
11357
-
11358
- /**
11359
- * UI to display to the user that the browser version they are using is out of date
11360
- * and not supported by Azure Communications Calling service.
11361
- *
11362
- * @beta
11363
- */
11364
- export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
11365
-
11366
- /**
11367
- * props for {@link UnsupportedBrowserVersion} UI
11368
- *
11369
- * @beta
11370
- */
11371
- export declare interface UnsupportedBrowserVersionProps {
11372
- /** Handler to perform an action when the help link is actioned */
11373
- onTroubleshootingClick?: () => void;
11374
- /** String overrides for the component */
11375
- strings?: UnsupportedBrowserVersionStrings;
11376
- /** Handler to allow user to continue into the call */
11377
- onContinueAnywayClick?: () => void;
11378
- }
11379
-
11380
- /**
11381
- * Strings for UnsupportedBrowser component
11382
- *
11383
- * @beta
11384
- */
11385
- export declare interface UnsupportedBrowserVersionStrings {
11386
- /** String for the primary text */
11387
- primaryText: string;
11388
- /** String for the secondary text */
11389
- secondaryText: string;
11390
- /** String to display in the text for the help link */
11391
- moreHelpLinkText: string;
11392
- /** String for continue without updating button */
11393
- continueAnywayButtonText?: string;
11394
- }
11395
-
11396
- /**
11397
- * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
11398
- *
11399
- * @beta
11400
- */
11401
- export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
11402
-
11403
- /**
11404
- * Props for {@link UnsupportedOperatingSystem} UI
11405
- *
11406
- * @beta
11407
- */
11408
- export declare interface UnsupportedOperatingSystemProps {
11409
- /** Handler to perform a action when the help link is actioned */
11410
- onTroubleshootingClick?: () => void;
11411
- /** String overrides for the component */
11412
- strings?: UnsupportedOperatingSystemStrings;
11413
- }
11414
-
11415
- /**
11416
- * Strings for UnsupportedBrowser component
11417
- *
11418
- * @beta
11419
- */
11420
- export declare interface UnsupportedOperatingSystemStrings {
11421
- /** String for the primary text */
11422
- primaryText: string;
11423
- /** String for the secondary text */
11424
- secondaryText: string;
11425
- /** String to display in the text for the help link */
11426
- moreHelpLinkText: string;
11427
- }
11428
-
11429
9337
  /**
11430
9338
  * @public
11431
9339
  * Callback function run when a message is updated.
11432
9340
  */
11433
- export declare type UpdateMessageCallback = (messageId: string, content: string, options?: MessageOptions) => Promise<void>;
9341
+ export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
11434
9342
 
11435
9343
  /**
11436
9344
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -11755,7 +9663,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
11755
9663
  /**
11756
9664
  * @public
11757
9665
  */
11758
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | 'focusedContent';
9666
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | 'speaker' | 'focusedContent';
11759
9667
 
11760
9668
  /**
11761
9669
  * The state of the local participant in the {@link VideoGallery}.
@@ -11923,10 +9831,6 @@ export declare interface VideoGalleryProps {
11923
9831
  * Additional Options for Video Tiles
11924
9832
  */
11925
9833
  videoTilesOptions?: VideoTilesOptions;
11926
- /**
11927
- * This callback is to mute a remote participant
11928
- */
11929
- onMuteParticipant?: (userId: string) => Promise<void>;
11930
9834
  }
11931
9835
 
11932
9836
  /**
@@ -11939,11 +9843,6 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
11939
9843
  isSpeaking?: boolean;
11940
9844
  /** Video stream of shared screen */
11941
9845
  screenShareStream?: VideoGalleryStream;
11942
- /**
11943
- * @beta
11944
- * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
11945
- */
11946
- state?: ParticipantState;
11947
9846
  /** Whether participant is raised a hand */
11948
9847
  raisedHand?: RaisedHand;
11949
9848
  /**
@@ -12214,11 +10113,6 @@ export declare interface VideoTileProps {
12214
10113
  isSpeaking?: boolean;
12215
10114
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
12216
10115
  raisedHand?: RaisedHand;
12217
- /**
12218
- * The call connection state of the participant.
12219
- * For example, `Hold` means the participant is on hold.
12220
- */
12221
- participantState?: ParticipantState;
12222
10116
  /**
12223
10117
  * Strings to override in the component.
12224
10118
  */
@@ -12262,8 +10156,6 @@ export declare interface VideoTilesOptions {
12262
10156
  export declare interface VideoTileStrings {
12263
10157
  /** Aria label for announcing the remote video tile drawer menu */
12264
10158
  moreOptionsButtonAriaLabel: string;
12265
- participantStateRinging: string;
12266
- participantStateHold: string;
12267
10159
  }
12268
10160
 
12269
10161
  /**