@azure/communication-react 1.10.0 → 1.10.1-alpha-202311160012

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 (999) hide show
  1. package/dist/communication-react.d.ts +2278 -55
  2. package/dist/dist-cjs/communication-react/index.js +11287 -4237
  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 +4 -1
  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 +2 -1
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +11 -0
  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 +12 -0
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +54 -10
  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 +12 -5
  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 +24 -55
  29. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +11 -1
  31. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +52 -41
  32. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +11 -1
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +19 -3
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +45 -0
  39. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +87 -0
  40. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -0
  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 +4 -1
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +19 -0
  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 +6 -0
  48. package/dist/dist-esm/calling-component-bindings/src/index.js +8 -0
  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 +1 -0
  51. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +58 -13
  52. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +4 -3
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +6 -3
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +14 -2
  59. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +20 -1
  60. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +7 -0
  64. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +23 -7
  65. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +4 -0
  67. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +14 -1
  68. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  69. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +4 -2
  70. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +41 -13
  71. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  72. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +52 -8
  73. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +6 -5
  75. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +15 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +2 -1
  79. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +66 -71
  80. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  81. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +64 -3
  82. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  83. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +8 -1
  84. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +79 -13
  85. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +7 -8
  87. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +109 -79
  89. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
  93. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +13 -5
  94. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
  97. package/dist/dist-esm/calling-stateful-client/src/Converter.js +24 -12
  98. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +51 -57
  100. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +14 -16
  102. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  104. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +3 -15
  105. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +1 -3
  109. package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -1
  110. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
  111. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +8 -0
  112. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/RaiseHandSubscriber.js.map +1 -1
  114. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +1 -0
  116. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +8 -0
  117. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  118. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +25 -1
  119. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +69 -40
  120. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +33 -31
  122. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +8 -11
  124. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  125. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +19 -0
  126. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +91 -0
  127. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -0
  128. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +23 -0
  129. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +48 -0
  130. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -0
  131. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  132. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  133. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +8 -0
  134. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  135. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  136. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  137. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +6 -7
  138. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  139. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +3 -0
  140. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  141. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  142. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  143. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  144. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  145. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +13 -14
  147. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  148. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +5 -1
  149. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +5 -12
  150. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  151. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  152. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  153. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  154. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  155. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +146 -15
  156. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  158. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  159. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  160. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  161. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +3 -7
  162. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  163. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +3 -1
  164. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  165. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  166. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +10 -3
  167. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  168. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +1 -1
  169. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  170. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +5 -9
  171. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  172. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  173. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +10 -11
  174. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  175. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  176. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +57 -67
  177. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  178. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +114 -128
  179. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  180. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +6 -1
  181. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  182. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  183. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  184. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  185. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  186. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  187. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  188. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
  189. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  190. package/dist/dist-esm/communication-react/src/index.d.ts +27 -0
  191. package/dist/dist-esm/communication-react/src/index.js +16 -0
  192. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  193. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +3 -6
  195. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -1
  197. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +4 -10
  199. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +1 -1
  201. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +1 -1
  203. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  205. package/dist/dist-esm/react-components/src/components/CameraButton.js +8 -19
  206. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/Caption.js +2 -2
  208. package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +9 -8
  210. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +44 -22
  212. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  213. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +6 -4
  214. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  215. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +37 -22
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +22 -1
  218. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +20 -5
  219. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +2 -0
  221. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +36 -39
  222. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  223. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +22 -1
  224. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +93 -19
  225. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +15 -0
  227. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +124 -21
  228. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  230. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  231. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  232. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  233. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  235. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  237. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  242. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  244. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
  246. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  248. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  249. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  250. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  251. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  252. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  253. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
  254. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  256. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  257. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  258. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  259. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
  260. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  261. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  262. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +42 -44
  264. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  266. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  268. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  270. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +11 -23
  272. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  274. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/EndCallButton.js +3 -7
  277. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  279. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/FileCard.js +2 -3
  281. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  283. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  284. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +31 -1
  285. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +37 -14
  286. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -7
  288. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  289. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  290. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  291. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  292. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
  294. package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
  295. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
  296. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  297. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +71 -0
  299. package/dist/dist-esm/react-components/src/components/ImageGallery.js +53 -0
  300. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -0
  301. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +2 -0
  302. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +26 -17
  303. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  305. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +29 -10
  307. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  309. package/dist/dist-esm/react-components/src/components/MentionPopover.js +125 -0
  310. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  311. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +23 -36
  312. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +52 -2
  314. package/dist/dist-esm/react-components/src/components/MessageThread.js +221 -91
  315. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
  317. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
  319. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +13 -0
  321. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
  322. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  324. package/dist/dist-esm/react-components/src/components/ParticipantList.js +70 -26
  325. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  327. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  329. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  331. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  333. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +47 -14
  335. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  337. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  338. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  339. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  341. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +41 -0
  343. package/dist/dist-esm/react-components/src/components/SendBox.js +39 -13
  344. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  346. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  349. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  351. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  353. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  354. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +41 -0
  355. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +611 -0
  356. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  357. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  358. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
  359. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  360. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  361. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  362. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  363. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  365. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  367. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  369. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  371. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -34
  373. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  375. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +8 -12
  377. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +13 -17
  379. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -2
  381. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +38 -16
  383. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
  385. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +5 -0
  387. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +70 -27
  388. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  389. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  390. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  391. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  392. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +127 -0
  393. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  394. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  396. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  397. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +19 -6
  398. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  399. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
  400. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +2 -4
  402. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  403. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +5 -0
  404. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +65 -22
  405. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  406. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  407. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +7 -32
  409. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  411. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  413. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  417. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  419. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  421. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +10 -5
  423. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +19 -32
  425. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +62 -22
  428. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  429. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +14 -1
  430. package/dist/dist-esm/react-components/src/components/VideoGallery.js +131 -36
  431. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
  433. package/dist/dist-esm/react-components/src/components/VideoTile.js +39 -54
  434. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  436. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  437. package/dist/dist-esm/react-components/src/components/index.d.ts +19 -0
  438. package/dist/dist-esm/react-components/src/components/index.js +12 -0
  439. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  441. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  442. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  443. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  445. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +1 -5
  446. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  447. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  450. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  451. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  454. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +68 -0
  455. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +202 -0
  456. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -0
  457. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +1 -4
  458. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  459. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  460. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +68 -0
  461. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  462. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  463. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +1 -1
  464. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -8
  465. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  466. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +0 -1
  467. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  468. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  469. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
  470. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  471. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  472. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
  473. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  474. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +0 -3
  475. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  477. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +0 -1
  478. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  479. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  481. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
  482. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  483. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +0 -1
  484. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  485. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +3 -17
  486. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  487. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  488. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  490. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  491. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  492. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  493. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  494. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  495. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  496. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
  497. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  498. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  499. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  500. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  501. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  502. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  504. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  506. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  507. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +1 -3
  508. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  509. package/dist/dist-esm/react-components/src/components/utils.js +13 -10
  510. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  512. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  514. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  515. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  516. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  518. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  519. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +65 -0
  521. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  522. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +1 -3
  524. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +1 -3
  526. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  527. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +1 -3
  528. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +1 -3
  530. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  531. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +1 -3
  532. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +1 -3
  534. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +1 -3
  536. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +1 -3
  538. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  540. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +1 -3
  542. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +1 -3
  544. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  545. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +1 -3
  546. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  547. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +1 -3
  548. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  549. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +1 -3
  550. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  551. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +1 -3
  552. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  553. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +1 -3
  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 +1 -3
  556. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  557. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +1 -3
  558. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  559. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +1 -3
  560. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  561. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +1 -3
  563. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +1 -3
  565. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  566. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  567. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  568. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  569. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  570. package/dist/dist-esm/react-components/src/theming/icons.d.ts +15 -0
  571. package/dist/dist-esm/react-components/src/theming/icons.js +112 -10
  572. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  573. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  574. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  575. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  576. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  577. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  578. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  579. package/dist/dist-esm/react-components/src/theming/themes.d.ts +21 -2
  580. package/dist/dist-esm/react-components/src/theming/themes.js +16 -0
  581. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  582. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  583. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  584. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  585. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +27 -1
  586. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  587. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  588. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  589. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  590. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
  591. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  592. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  593. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  594. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
  595. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
  596. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  597. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +112 -0
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +128 -38
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +144 -0
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +87 -5
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +399 -55
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +166 -1
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +9 -1
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.d.ts +18 -0
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +87 -0
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -0
  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 +1 -3
  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.d.ts +3 -2
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +16 -4
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +7 -0
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +2 -0
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +118 -31
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +114 -59
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +34 -23
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +62 -24
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +25 -34
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +63 -36
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +3 -7
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +13 -8
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +12 -4
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +47 -5
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +5 -2
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +17 -8
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +10 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +13 -9
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +31 -8
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +7 -0
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +19 -8
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +15 -0
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +155 -19
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +17 -7
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +11 -0
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +113 -0
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -0
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +16 -9
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.d.ts +12 -5
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +9 -0
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +10 -0
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +15 -8
  726. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  727. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +15 -8
  728. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  729. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +15 -8
  731. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  732. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +15 -8
  733. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +16 -9
  735. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  737. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +13 -6
  738. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +11 -5
  739. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  740. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +17 -10
  741. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  742. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +23 -16
  744. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +7 -1
  745. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +16 -9
  747. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  748. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  749. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +11 -4
  750. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  751. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +34 -20
  753. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  754. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +16 -9
  756. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  758. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +19 -12
  759. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  760. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  761. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  762. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  763. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  764. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +2 -0
  765. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +23 -9
  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/ExpandedLocalVideoTile.styles.js +1 -4
  770. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
  772. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
  773. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
  774. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +1 -4
  775. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  776. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +2 -1
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -3
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +0 -1
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +37 -0
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +55 -0
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -0
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -2
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +9 -11
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -10
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +15 -3
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +115 -15
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  801. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +102 -1
  802. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +108 -24
  803. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  804. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  805. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  807. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  808. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +3 -6
  809. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  810. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  811. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
  812. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +33 -6
  814. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +151 -8
  815. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  816. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +64 -0
  817. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +10 -2
  819. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +40 -0
  820. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  821. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +13 -0
  822. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +37 -1
  823. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  824. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  826. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  829. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +26 -0
  831. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +15 -2
  832. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  834. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +20 -0
  835. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +6 -2
  836. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  837. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  838. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +148 -11
  840. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  842. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  843. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  844. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +15 -0
  845. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +21 -0
  846. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +1 -0
  847. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
  848. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  849. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +28 -2
  850. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +159 -29
  851. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  852. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +28 -0
  853. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +154 -1
  854. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +17 -2
  856. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  857. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +2 -0
  858. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  860. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +18 -6
  861. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  862. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  863. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  864. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -5
  865. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  866. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +10 -2
  867. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  868. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  869. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
  870. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
  871. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
  872. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +4 -0
  873. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  874. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +12 -0
  875. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
  876. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
  877. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +34 -0
  878. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +12 -0
  879. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +1 -0
  880. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
  881. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
  883. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -6
  884. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  885. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +22 -0
  886. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +105 -0
  887. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
  888. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
  889. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
  890. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
  891. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
  892. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
  893. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  894. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  895. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  896. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
  897. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
  898. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
  899. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
  900. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
  901. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
  902. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +6 -8
  903. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  904. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
  905. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  906. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  907. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  908. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  909. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  910. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
  911. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +63 -34
  912. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  913. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +35 -33
  914. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  915. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +136 -54
  916. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  917. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  918. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  919. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  920. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +5 -7
  921. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  922. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +115 -98
  923. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  924. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  925. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
  926. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  927. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  928. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  929. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  930. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +37 -15
  931. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  932. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  933. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  934. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +13 -14
  935. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  936. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +35 -5
  937. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +17 -0
  939. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +42 -0
  940. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +1 -0
  941. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +11 -0
  942. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +40 -0
  943. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +1 -0
  944. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
  945. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  946. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +10 -8
  947. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +16 -13
  949. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  950. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  951. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  952. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +28 -1
  953. package/dist/dist-esm/react-composites/src/composites/common/icons.js +17 -3
  954. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  955. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  956. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  957. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  958. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +4 -10
  960. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  961. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +12 -51
  962. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  963. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  964. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  965. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  966. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  967. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +15 -4
  968. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
  970. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  971. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  972. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  973. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  974. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  976. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  977. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  978. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  979. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  980. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  982. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  983. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  984. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  985. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  986. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  987. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  988. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  989. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  990. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  991. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  992. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  993. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  994. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  995. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  997. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  998. package/dist/tsdoc-metadata.json +1 -1
  999. package/package.json +3 -3
@@ -17,6 +17,7 @@
17
17
 
18
18
  /// <reference types="react" />
19
19
 
20
+ import { AddPhoneNumberOptions } from '@azure/communication-calling';
20
21
  import { AudioDeviceInfo } from '@azure/communication-calling';
21
22
  import { BackgroundBlurConfig } from '@azure/communication-calling';
22
23
  import { BackgroundBlurEffect } from '@azure/communication-calling';
@@ -29,6 +30,7 @@ import { CallClientOptions } from '@azure/communication-calling';
29
30
  import { CallDirection } from '@azure/communication-calling';
30
31
  import { CallEndReason } from '@azure/communication-calling';
31
32
  import { CallerInfo } from '@azure/communication-calling';
33
+ import { CallKind } from '@azure/communication-calling';
32
34
  import { CallState as CallState_2 } from '@azure/communication-calling';
33
35
  import { CapabilitiesChangeInfo } from '@azure/communication-calling';
34
36
  import { CaptionsResultType } from '@azure/communication-calling';
@@ -42,11 +44,13 @@ import { CommunicationIdentifier } from '@azure/communication-common';
42
44
  import { CommunicationIdentifierKind } from '@azure/communication-common';
43
45
  import { CommunicationTokenCredential } from '@azure/communication-common';
44
46
  import { CommunicationUserIdentifier } from '@azure/communication-common';
45
- import { CommunicationUserKind } from '@azure/communication-common';
47
+ import type { CommunicationUserKind } from '@azure/communication-common';
46
48
  import { CreateViewOptions } from '@azure/communication-calling';
47
49
  import { DeviceAccess } from '@azure/communication-calling';
48
50
  import { DeviceManager } from '@azure/communication-calling';
49
51
  import { DominantSpeakersInfo } from '@azure/communication-calling';
52
+ import { DtmfTone as DtmfTone_2 } from '@azure/communication-calling';
53
+ import { EnvironmentInfo } from '@azure/communication-calling';
50
54
  import { GroupCallLocator } from '@azure/communication-calling';
51
55
  import { IButtonProps } from '@fluentui/react';
52
56
  import { IButtonStyles } from '@fluentui/react';
@@ -54,20 +58,22 @@ import { IContextualMenuItem } from '@fluentui/react';
54
58
  import { IContextualMenuItemStyles } from '@fluentui/react';
55
59
  import { IContextualMenuProps } from '@fluentui/react';
56
60
  import { IContextualMenuStyles } from '@fluentui/react';
61
+ import { ILinkStyles } from '@fluentui/react';
57
62
  import { IMessageBarProps } from '@fluentui/react';
63
+ import { IncomingCall } from '@azure/communication-calling';
58
64
  import { IPersonaStyleProps } from '@fluentui/react';
59
65
  import { IPersonaStyles } from '@fluentui/react';
60
66
  import { IRawStyle } from '@fluentui/react';
61
67
  import { IRenderFunction } from '@fluentui/react';
62
68
  import { IStyle } from '@fluentui/react';
63
69
  import { IStyleFunctionOrObject } from '@fluentui/react';
70
+ import { ITextFieldStyles } from '@fluentui/react';
64
71
  import { LatestMediaDiagnostics } from '@azure/communication-calling';
65
72
  import { LatestNetworkDiagnostics } from '@azure/communication-calling';
66
73
  import { LocalVideoStream } from '@azure/communication-calling';
67
74
  import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
68
75
  import { MediaStreamType } from '@azure/communication-calling';
69
- import { MicrosoftTeamsAppKind } from '@azure/communication-common';
70
- import { MicrosoftTeamsUserKind } from '@azure/communication-common';
76
+ import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
71
77
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
72
78
  import { PartialTheme } from '@fluentui/react';
73
79
  import { ParticipantCapabilities } from '@azure/communication-calling';
@@ -76,24 +82,44 @@ import { PermissionConstraints } from '@azure/communication-calling';
76
82
  import { PersonaInitialsColor } from '@fluentui/react';
77
83
  import { PersonaPresence } from '@fluentui/react';
78
84
  import { PersonaSize } from '@fluentui/react';
79
- import { PhoneNumberKind } from '@azure/communication-common';
85
+ import { PhoneNumberIdentifier } from '@azure/communication-common';
80
86
  import { PropertyChangedEvent } from '@azure/communication-calling';
81
87
  import { default as React_2 } from 'react';
82
88
  import type { RemoteParticipant } from '@azure/communication-calling';
83
89
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
90
+ import { RoomCallLocator } from '@azure/communication-calling';
84
91
  import { ScalingMode } from '@azure/communication-calling';
85
92
  import { SendMessageOptions } from '@azure/communication-chat';
86
93
  import { StartCallOptions } from '@azure/communication-calling';
87
94
  import { StartCaptionsOptions } from '@azure/communication-calling';
95
+ import { SyntheticEvent } from 'react';
96
+ import { TeamsCall } from '@azure/communication-calling';
97
+ import { TeamsCallAgent } from '@azure/communication-calling';
88
98
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
89
99
  import { Theme } from '@fluentui/react';
100
+ import { TransferRequestedEventArgs } from '@azure/communication-calling';
90
101
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
91
- import { UnknownIdentifierKind } from '@azure/communication-common';
92
102
  import { VideoDeviceInfo } from '@azure/communication-calling';
93
103
  import { VideoEffectName } from '@azure/communication-calling';
94
104
  import { VideoStreamRenderer } from '@azure/communication-calling';
95
105
  import { VideoStreamRendererView } from '@azure/communication-calling';
96
106
 
107
+ /**
108
+ * Transfer feature state
109
+ *
110
+ * @beta
111
+ */
112
+ export declare interface AcceptedTransfer {
113
+ /**
114
+ * Stores call id of accepted transfer
115
+ */
116
+ callId: string;
117
+ /**
118
+ * Stores timestamp when transfer was accepted
119
+ */
120
+ timestamp: Date;
121
+ }
122
+
97
123
  /**
98
124
  * Active error messages to be shown via {@link ErrorBar}.
99
125
  *
@@ -113,6 +139,38 @@ export declare interface ActiveErrorMessage {
113
139
  timestamp?: Date;
114
140
  }
115
141
 
142
+ /**
143
+ * Attributes required for SendBox to show file uploads like name, progress etc.
144
+ * @beta
145
+ */
146
+ export declare interface ActiveFileUpload {
147
+ /**
148
+ * Unique identifier for the file upload.
149
+ */
150
+ id: string;
151
+ /**
152
+ * File name to be rendered for uploaded file.
153
+ */
154
+ filename: string;
155
+ /**
156
+ * A number between 0 and 1 indicating the progress of the upload.
157
+ * This is unrelated to the `uploadComplete` property.
158
+ * It is only used to show the progress of the upload.
159
+ * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
160
+ * property to true to mark the upload as complete.
161
+ */
162
+ progress: number;
163
+ /**
164
+ * Error to be displayed to the user if the upload fails.
165
+ */
166
+ error?: SendBoxErrorBarError;
167
+ /**
168
+ * `true` means that the upload is completed.
169
+ * This is independent of the upload `progress`.
170
+ */
171
+ uploadComplete?: boolean;
172
+ }
173
+
116
174
  /**
117
175
  * Error reported via error events and stored in adapter state.
118
176
  *
@@ -179,6 +237,15 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
179
237
  */
180
238
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
181
239
 
240
+ /**
241
+ * Meta Data of the attachment object returned by the ACS SDK.
242
+ * @beta
243
+ */
244
+ export declare interface AttachmentDownloadResult {
245
+ attachmentId: string;
246
+ blobUrl: string;
247
+ }
248
+
182
249
  /**
183
250
  * Custom data attributes for displaying avatar for a user.
184
251
  *
@@ -208,6 +275,11 @@ export declare type AvatarPersonaData = {
208
275
  * @defaultvalue `white`
209
276
  */
210
277
  initialsTextColor?: string;
278
+ /**
279
+ * If true, show the special coin for unknown persona.
280
+ * It has '?' in place of initials, with static font and background colors
281
+ */
282
+ showUnknownPersonaCoin?: boolean;
211
283
  };
212
284
 
213
285
  /**
@@ -229,6 +301,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
229
301
  displayName: string;
230
302
  credential: CommunicationTokenCredential;
231
303
  locator: CallAdapterLocator;
304
+ /**
305
+ * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
306
+ * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
307
+ */
308
+ alternateCallerId?: string;
232
309
  /**
233
310
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
234
311
  */
@@ -253,6 +330,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
253
330
  displayName: string;
254
331
  credential: CommunicationTokenCredential;
255
332
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
333
+ alternateCallerId?: string;
256
334
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
257
335
  };
258
336
 
@@ -268,6 +346,7 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
268
346
  chatClient: StatefulChatClient;
269
347
  chatThreadClient: ChatThreadClient;
270
348
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
349
+ chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
271
350
  };
272
351
 
273
352
  /**
@@ -283,6 +362,14 @@ export declare type AzureCommunicationChatAdapterArgs = {
283
362
  threadId: string;
284
363
  };
285
364
 
365
+ /**
366
+ * Configuration options to include when creating AzureCommunicationChatAdapter.
367
+ * @beta
368
+ */
369
+ export declare type AzureCommunicationChatAdapterOptions = {
370
+ credential?: CommunicationTokenCredential;
371
+ };
372
+
286
373
  /**
287
374
  * Properties common to all composites exported from this library.
288
375
  *
@@ -338,6 +425,186 @@ export declare interface BaseCustomStyles {
338
425
  root?: IStyle;
339
426
  }
340
427
 
428
+ /**
429
+ * Base interface that all Meta Data should extend.
430
+ * Typically used for ACS to ACS file transfers.
431
+ * @beta
432
+ */
433
+ export declare interface BaseFileMetadata {
434
+ /**
435
+ * File name to be displayed.
436
+ */
437
+ name: string;
438
+ /**
439
+ * Extension is used for rendering the file icon.
440
+ * An unknown extension will be rendered as a generic icon.
441
+ * Example: `jpeg`
442
+ */
443
+ extension: string;
444
+ /**
445
+ * Download URL for the file.
446
+ */
447
+ url: string;
448
+ /**
449
+ * Unique ID of the file.
450
+ */
451
+ id: string;
452
+ /**
453
+ * Attachment Type
454
+ */
455
+ attachmentType: FileMetadataAttachmentType;
456
+ }
457
+
458
+ /**
459
+ * Content blocked message type.
460
+ *
461
+ * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
462
+ *
463
+ * @beta
464
+ */
465
+ export declare interface BlockedMessage extends MessageCommon {
466
+ messageType: 'blocked';
467
+ warningText?: string;
468
+ linkText?: string;
469
+ link?: string;
470
+ deletedOn?: Date;
471
+ senderId?: string;
472
+ senderDisplayName?: string;
473
+ status?: MessageStatus;
474
+ attached?: MessageAttachedStatus;
475
+ mine?: boolean;
476
+ }
477
+
478
+ /**
479
+ * @beta
480
+ * Props for BrowserPermissionDeniedIOS component.
481
+ */
482
+ export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
483
+ /**
484
+ * Localization strings for BrowserPermissionDeniedIOS component.
485
+ */
486
+ strings?: BrowserPermissionDeniedIOSStrings;
487
+ /**
488
+ * Link to image source.
489
+ *
490
+ * Image is inserted into the top of the component.
491
+ */
492
+ imageSource?: string;
493
+ }
494
+
495
+ /**
496
+ * @beta
497
+ * Strings for BrowserPermissionDeniedIOS component
498
+ */
499
+ export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
500
+ /**
501
+ * Image alt text
502
+ */
503
+ imageAltText: string;
504
+ /**
505
+ * Main text string.
506
+ */
507
+ primaryText: string;
508
+ /**
509
+ * Subtext string.
510
+ */
511
+ secondaryText: string;
512
+ /**
513
+ * Step 1 string
514
+ */
515
+ step1Text: string;
516
+ /**
517
+ * Step 1 digit string
518
+ */
519
+ step1DigitText: string;
520
+ /**
521
+ * Step 2 string
522
+ */
523
+ step2Text: string;
524
+ /**
525
+ * Step 2 digit string
526
+ */
527
+ step2DigitText: string;
528
+ /**
529
+ * Step 3 string
530
+ */
531
+ step3Text: string;
532
+ /**
533
+ * Step 3 digit string
534
+ */
535
+ step3DigitText: string;
536
+ /**
537
+ * Step 4 string
538
+ */
539
+ step4Text: string;
540
+ /**
541
+ * Step 4 digit string
542
+ */
543
+ step4DigitText: string;
544
+ }
545
+
546
+ /**
547
+ * @beta
548
+ * Props for BrowserPermissionDenied component.
549
+ */
550
+ export declare interface BrowserPermissionDeniedProps {
551
+ /**
552
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
553
+ */
554
+ onTroubleshootingClick?: () => void;
555
+ /**
556
+ * Action to be taken by the try again primary button.
557
+ */
558
+ onTryAgainClick?: () => void;
559
+ /**
560
+ * Localization strings for BrowserPermissionDenied component.
561
+ */
562
+ strings?: BrowserPermissionDeniedStrings;
563
+ /**
564
+ * Allows users to pass in an object contains custom CSS styles.
565
+ * @Example
566
+ * ```
567
+ * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
568
+ * ```
569
+ */
570
+ styles?: BrowserPermissionDeniedStyles;
571
+ }
572
+
573
+ /**
574
+ * @beta
575
+ * Strings for BrowserPermissionDenied component
576
+ */
577
+ export declare interface BrowserPermissionDeniedStrings {
578
+ /**
579
+ * Main button text string.
580
+ */
581
+ primaryButtonText: string;
582
+ /**
583
+ * Main text string.
584
+ */
585
+ primaryText: string;
586
+ /**
587
+ * Subtext string.
588
+ */
589
+ secondaryText: string;
590
+ /**
591
+ * More help link string.
592
+ */
593
+ linkText: string;
594
+ }
595
+
596
+ /**
597
+ * Fluent styles for {@link BrowserPermissionDenied}.
598
+ *
599
+ * @beta
600
+ */
601
+ export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
602
+ /** Styles for the primary button. */
603
+ primaryButton?: IButtonStyles;
604
+ /** Styles for the help troubleshooting link text. */
605
+ troubleshootingLink?: ILinkStyles;
606
+ }
607
+
341
608
  /**
342
609
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
343
610
  *
@@ -371,6 +638,12 @@ export declare interface CallAdapter extends CommonCallAdapter {
371
638
  * @public
372
639
  */
373
640
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
641
+ /**
642
+ * Start the call.
643
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
644
+ * @beta
645
+ */
646
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
374
647
  }
375
648
 
376
649
  /**
@@ -415,6 +688,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
415
688
  * @public
416
689
  */
417
690
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
691
+ /**
692
+ * Start the call.
693
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
694
+ * @beta
695
+ */
696
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
418
697
  }
419
698
 
420
699
  /**
@@ -491,6 +770,12 @@ export declare interface CallAdapterCallOperations {
491
770
  * @public
492
771
  */
493
772
  removeParticipant(userId: string): Promise<void>;
773
+ /**
774
+ * Remove a participant from the call.
775
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
776
+ * @beta
777
+ */
778
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
494
779
  /**
495
780
  * Create the html view for a stream.
496
781
  *
@@ -542,6 +827,35 @@ export declare interface CallAdapterCallOperations {
542
827
  * @public
543
828
  */
544
829
  disposeLocalVideoStreamView(): Promise<void>;
830
+ /**
831
+ * Holds the call.
832
+ *
833
+ * @beta
834
+ */
835
+ holdCall(): Promise<void>;
836
+ /**
837
+ * Resumes the call from a `LocalHold` state.
838
+ *
839
+ * @beta
840
+ */
841
+ resumeCall(): Promise<void>;
842
+ /**
843
+ * Add a participant to the call.
844
+ *
845
+ * @beta
846
+ */
847
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
848
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
849
+ /**
850
+ * send dtmf tone to another participant in a 1:1 PSTN call
851
+ *
852
+ * @beta
853
+ */
854
+ sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
855
+ /**
856
+ * Continues into a call when the browser version is not supported.
857
+ */
858
+ allowUnsupportedBrowserVersion(): void;
545
859
  /**
546
860
  * Function to Start captions
547
861
  * @param options - options for start captions
@@ -601,10 +915,22 @@ export declare type CallAdapterClientState = {
601
915
  devices: DeviceManagerState;
602
916
  endedCall?: CallState;
603
917
  isTeamsCall: boolean;
918
+ /**
919
+ * State to track whether the call is a rooms call.
920
+ */
921
+ isRoomsCall: boolean;
604
922
  /**
605
923
  * Latest error encountered for each operation performed via the adapter.
606
924
  */
607
925
  latestErrors: AdapterErrors;
926
+ /**
927
+ * Azure communications Phone number to make PSTN calls with.
928
+ */
929
+ alternateCallerId?: string;
930
+ /**
931
+ * Environment information about system the adapter is made on
932
+ */
933
+ environmentInfo?: EnvironmentInfo;
608
934
  /**
609
935
  * State to track whether the local participant's camera is on. To be used when creating a custom
610
936
  * control bar with the CallComposite.
@@ -622,6 +948,18 @@ export declare type CallAdapterClientState = {
622
948
  * State to track the selected video background effect.
623
949
  */
624
950
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
951
+ /**
952
+ * Call from transfer request accepted by local user
953
+ */
954
+ acceptedTransferCallState?: CallState;
955
+ /**
956
+ * Hide attendee names in teams meeting
957
+ */
958
+ hideAttendeeNames?: boolean;
959
+ /**
960
+ * State to track the sounds to be used in the call.
961
+ */
962
+ sounds?: CallingSounds;
625
963
  };
626
964
 
627
965
  /**
@@ -706,7 +1044,7 @@ export declare interface CallAdapterDeviceManagement {
706
1044
  *
707
1045
  * @public
708
1046
  */
709
- export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator;
1047
+ export declare type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(rooms) */ RoomCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
710
1048
 
711
1049
  /**
712
1050
  * {@link CommonCallAdapter} state.
@@ -799,6 +1137,10 @@ export declare interface CallAdapterSubscribers {
799
1137
  * Subscribe function for 'isSpokenLanguageChanged' event.
800
1138
  */
801
1139
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1140
+ /**
1141
+ * Subscribe function for 'transferRequested' event.
1142
+ */
1143
+ on(event: 'transferRequested', listener: TransferRequestedListener): void;
802
1144
  /**
803
1145
  * Subscribe function for 'capabilitiesChanged' event.
804
1146
  */
@@ -867,6 +1209,10 @@ export declare interface CallAdapterSubscribers {
867
1209
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
868
1210
  */
869
1211
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1212
+ /**
1213
+ * Unsubscribe function for 'transferRequested' event.
1214
+ */
1215
+ off(event: 'transferRequested', listener: TransferRequestedListener): void;
870
1216
  /**
871
1217
  * Unsubscribe function for 'capabilitiesChanged' event.
872
1218
  */
@@ -881,6 +1227,7 @@ export declare interface CallAdapterSubscribers {
881
1227
  export declare type CallAdapterUiState = {
882
1228
  isLocalPreviewMicrophoneEnabled: boolean;
883
1229
  page: CallCompositePage;
1230
+ unsupportedBrowserVersionsAllowed?: boolean;
884
1231
  };
885
1232
 
886
1233
  /**
@@ -899,7 +1246,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
899
1246
  */
900
1247
  export declare interface CallAgentProviderProps {
901
1248
  children: React_2.ReactNode;
902
- callAgent?: CallAgent;
1249
+ callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
903
1250
  }
904
1251
 
905
1252
  /**
@@ -924,7 +1271,7 @@ export declare interface CallAgentState {
924
1271
  */
925
1272
  export declare interface CallAndChatLocator {
926
1273
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
927
- callLocator: GroupCallLocator;
1274
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
928
1275
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
929
1276
  chatThreadId: string;
930
1277
  }
@@ -1011,6 +1358,16 @@ export declare interface CallClientState {
1011
1358
  * See documentation of {@Link CallErrors} for details.
1012
1359
  */
1013
1360
  latestErrors: CallErrors;
1361
+ /**
1362
+ * A phone number in E.164 format that will be used to represent callers identity.
1363
+ * For example, using the alternateCallerId to add a participant using PSTN, this number will
1364
+ * be used as the caller id in the PSTN call.
1365
+ */
1366
+ alternateCallerId?: string;
1367
+ /**
1368
+ * state to track the environment that the stateful client was made in is supported
1369
+ */
1370
+ environmentInfo?: EnvironmentInfo;
1014
1371
  }
1015
1372
 
1016
1373
  /**
@@ -1081,6 +1438,10 @@ export declare type CallCompositeIcons = {
1081
1438
  ParticipantItemScreenShareStart?: JSX.Element;
1082
1439
  VideoTileMicOff?: JSX.Element;
1083
1440
  LocalCameraSwitch?: JSX.Element;
1441
+ PeoplePaneAddPerson?: JSX.Element;
1442
+ PeoplePaneOpenDialpad?: JSX.Element;
1443
+ DialpadStartCall?: JSX.Element;
1444
+ NoticePageAccessDeniedRoomsCall?: JSX.Element;
1084
1445
  BlurVideoBackground?: JSX.Element;
1085
1446
  RemoveVideoBackgroundEffect?: JSX.Element;
1086
1447
  GalleryOptions?: JSX.Element;
@@ -1111,10 +1472,66 @@ export declare type CallCompositeOptions = {
1111
1472
  * @defaultValue true
1112
1473
  */
1113
1474
  callControls?: boolean | CallControlOptions;
1475
+ /**
1476
+ * Device permissions check options for your call.
1477
+ * Here you can choose what device permissions you prompt the user for,
1478
+ * as well as what device permissions must be accepted before starting a call.
1479
+ */
1480
+ deviceChecks?: DeviceCheckOptions;
1481
+ /**
1482
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1483
+ * unable to grant your site the required permissions for the call.
1484
+ *
1485
+ * @example
1486
+ * ```ts
1487
+ * onPermissionsTroubleshootingClick: () =>
1488
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
1489
+ * ```
1490
+ *
1491
+ * @remarks
1492
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
1493
+ */
1494
+ onPermissionsTroubleshootingClick?: (permissionsState: {
1495
+ camera: PermissionState;
1496
+ microphone: PermissionState;
1497
+ }) => void;
1498
+ /**
1499
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
1500
+ * having network issues when connecting to the call.
1501
+ *
1502
+ * @example
1503
+ * ```ts
1504
+ * onNetworkingTroubleShootingClick?: () =>
1505
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
1506
+ * ```
1507
+ *
1508
+ * @remarks
1509
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
1510
+ */
1511
+ onNetworkingTroubleShootingClick?: () => void;
1512
+ /**
1513
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
1514
+ *
1515
+ * @example
1516
+ * ```ts
1517
+ * onBrowserTroubleShootingClick?: () =>
1518
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
1519
+ * ```
1520
+ *
1521
+ * @remarks
1522
+ * if this is not supplied, the composite will not show a unsupported browser page.
1523
+ */
1524
+ onEnvironmentInfoTroubleshootingClick?: () => void;
1114
1525
  /**
1115
1526
  * Remote participant video tile menu options
1116
1527
  */
1117
1528
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
1529
+ /**
1530
+ * Options for controlling the local video tile.
1531
+ *
1532
+ * @remarks if 'false' the local video tile will not be rendered.
1533
+ */
1534
+ localVideoTile?: boolean | LocalVideoTileOptions;
1118
1535
  /**
1119
1536
  * Options for controlling the starting layout of the composite's video gallery
1120
1537
  */
@@ -1124,6 +1541,40 @@ export declare type CallCompositeOptions = {
1124
1541
  */
1125
1542
  layout?: VideoGalleryLayout;
1126
1543
  };
1544
+ /**
1545
+ * Logo displayed on the configuration page.
1546
+ */
1547
+ logo?: {
1548
+ /**
1549
+ * URL for the logo image.
1550
+ *
1551
+ * @remarks
1552
+ * Recommended size is 80x80 pixels.
1553
+ */
1554
+ url: string;
1555
+ /**
1556
+ * Alt text for the logo image.
1557
+ */
1558
+ alt?: string;
1559
+ /**
1560
+ * The logo can be displayed as a circle or a square.
1561
+ *
1562
+ * @defaultValue 'circle'
1563
+ */
1564
+ shape?: 'circle' | 'square';
1565
+ };
1566
+ /**
1567
+ * Background image displayed on the configuration page.
1568
+ */
1569
+ backgroundImage?: {
1570
+ /**
1571
+ * URL for the background image.
1572
+ *
1573
+ * @remarks
1574
+ * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
1575
+ */
1576
+ url: string;
1577
+ };
1127
1578
  };
1128
1579
 
1129
1580
  /**
@@ -1131,7 +1582,7 @@ export declare type CallCompositeOptions = {
1131
1582
  *
1132
1583
  * @public
1133
1584
  */
1134
- export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | 'removedFromCall';
1585
+ export declare type CallCompositePage = 'accessDeniedTeamsMeeting' | 'call' | 'configuration' | /* @conditional-compile-remove(PSTN-calls) */ 'hold' | 'joinCallFailedDueToNoNetwork' | 'leftCall' | 'leaving' | 'lobby' | /* @conditional-compile-remove(rooms) */ 'deniedPermissionToRoom' | 'removedFromCall' | /* @conditional-compile-remove(rooms) */ 'roomNotFound' | /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' | /* @conditional-compile-remove(call-transfer) */ 'transferring';
1135
1586
 
1136
1587
  /**
1137
1588
  * Props for {@link CallComposite}.
@@ -1377,14 +1828,86 @@ export declare interface CallCompositeStrings {
1377
1828
  * Label for SidePaneHeader dismiss button
1378
1829
  */
1379
1830
  dismissSidePaneButtonLabel?: string;
1831
+ /**
1832
+ * Side pane People section subheader.
1833
+ */
1834
+ peoplePaneSubTitle: string;
1835
+ /**
1836
+ * Label for button to copy invite link
1837
+ */
1838
+ copyInviteLinkButtonLabel: string;
1839
+ /**
1840
+ * Label for button to open dialpad
1841
+ */
1842
+ openDialpadButtonLabel: string;
1843
+ /**
1844
+ * Label for menu item to remove participant
1845
+ */
1846
+ removeMenuLabel: string;
1847
+ /**
1848
+ * Label for add people dropdown
1849
+ */
1850
+ peoplePaneAddPeopleButtonLabel: string;
1851
+ /**
1852
+ * Label for button to start a call
1853
+ */
1854
+ dialpadStartCallButtonLabel: string;
1855
+ /**
1856
+ * Title for dialpad Modal
1857
+ */
1858
+ dialpadModalTitle: string;
1859
+ /**
1860
+ * Aria Label for dialpad Modal
1861
+ */
1862
+ dialpadModalAriaLabel: string;
1863
+ /**
1864
+ * Aria Label for dialpad Modal close button
1865
+ */
1866
+ dialpadCloseModalButtonAriaLabel: string;
1380
1867
  /**
1381
1868
  * label for more button in the Calling composite
1382
1869
  */
1383
1870
  moreButtonCallingLabel: string;
1871
+ /**
1872
+ * Label for the resume call button on the hold pane
1873
+ */
1874
+ resumeCallButtonLabel: string;
1875
+ /**
1876
+ * Label for the resume call button on the hold pane when call is resuming
1877
+ */
1878
+ resumingCallButtonLabel: string;
1879
+ /**
1880
+ * Aria label for the resume call button on the hold pane
1881
+ */
1882
+ resumeCallButtonAriaLabel: string;
1883
+ /**
1884
+ * Aria label for the resume call button on the hold pane when call is resuming
1885
+ */
1886
+ resumingCallButtonAriaLabel: string;
1887
+ /**
1888
+ * Label for the hold pane
1889
+ */
1890
+ holdScreenLabel: string;
1891
+ /**
1892
+ * Placeholder text for dtmf dialpad
1893
+ */
1894
+ dtmfDialpadPlaceholderText: string;
1895
+ /**
1896
+ * Label for the button to open dtmf dialpad
1897
+ */
1898
+ openDtmfDialpadLabel: string;
1384
1899
  /**
1385
1900
  * aria label for when the invite link has been actioned
1386
1901
  */
1387
1902
  copyInviteLinkActionedAriaLabel: string;
1903
+ /**
1904
+ * Title text of the page shown to the user when the user attempts to join a room that cannot be found.
1905
+ */
1906
+ roomNotFoundTitle: string;
1907
+ /**
1908
+ * More details text of the page shown to the user when the user attempts to join a room that cannot be found.
1909
+ */
1910
+ roomNotFoundDetails?: string;
1388
1911
  /**
1389
1912
  * Video Effects pane title.
1390
1913
  */
@@ -1421,6 +1944,26 @@ export declare interface CallCompositeStrings {
1421
1944
  * Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.
1422
1945
  */
1423
1946
  cameraOffBackgroundEffectWarningText?: string;
1947
+ /**
1948
+ * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.
1949
+ */
1950
+ deniedPermissionToRoomTitle: string;
1951
+ /**
1952
+ * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.
1953
+ */
1954
+ deniedPermissionToRoomDetails?: string;
1955
+ /**
1956
+ * Control bar People button ToolTipContent
1957
+ */
1958
+ peopleButtonTooltipOpen: string;
1959
+ /**
1960
+ * Control bar People button ToolTipContent
1961
+ */
1962
+ peopleButtonTooltipClose: string;
1963
+ /**
1964
+ * Label disaplayed on the lobby screen during a 1:1 outbound call.
1965
+ */
1966
+ outboundCallingNoticeString: string;
1424
1967
  /**
1425
1968
  * Notice to be announced by narrator when a participant joins a call
1426
1969
  */
@@ -1520,31 +2063,83 @@ export declare interface CallCompositeStrings {
1520
2063
  /**
1521
2064
  * arial label for captions setting modal
1522
2065
  */
1523
- captionsSettingsModalAriaLabel?: string;
2066
+ captionsSettingsModalAriaLabel?: string;
2067
+ /**
2068
+ * arial label for captions setting modal close button
2069
+ */
2070
+ captionsSettingsCloseModalButtonAriaLabel?: string;
2071
+ /**
2072
+ * label for more button inside captions banner
2073
+ */
2074
+ captionsBannerMoreButtonCallingLabel?: string;
2075
+ /**
2076
+ * arial label for more button inside captions banner
2077
+ */
2078
+ captionsBannerMoreButtonTooltip?: string;
2079
+ /**
2080
+ * list of key value pairs that pairs spoken language code to language names
2081
+ */
2082
+ spokenLanguageStrings?: SpokenLanguageStrings;
2083
+ /**
2084
+ * list of key value pairs that pairs caption language code to language names
2085
+ */
2086
+ captionLanguageStrings?: CaptionLanguageStrings;
2087
+ /**
2088
+ * captions banner loading spinner label
2089
+ */
2090
+ captionsBannerSpinnerText?: string;
2091
+ /**
2092
+ * transfer page text when showing the transferor who initiated the transfer
2093
+ */
2094
+ transferPageTransferorText: string;
2095
+ /**
2096
+ * transfer page text when showing the transfer target
2097
+ */
2098
+ transferPageTransferTargetText: string;
2099
+ /**
2100
+ * transfer page display name for unknown participant
2101
+ */
2102
+ transferPageUnknownTransferorDisplayName: string;
2103
+ /**
2104
+ * transfer page display name for unknown participant
2105
+ */
2106
+ transferPageUnknownTransferTargetDisplayName: string;
2107
+ /**
2108
+ * notice to be announced by narrator the transfer page is showing
2109
+ */
2110
+ transferPageNoticeString: string;
2111
+ /**
2112
+ * Title text of the page shown to the user when target participant could not be reached
2113
+ */
2114
+ participantCouldNotBeReachedTitle?: string;
2115
+ /**
2116
+ * More details text of the page shown to the user when target participant could not be reached
2117
+ */
2118
+ participantCouldNotBeReachedMoreDetails?: string;
1524
2119
  /**
1525
- * arial label for captions setting modal close button
2120
+ * Title text of the page shown to the user when permission to reach participant is not allowed
1526
2121
  */
1527
- captionsSettingsCloseModalButtonAriaLabel?: string;
2122
+ permissionToReachTargetParticipantNotAllowedTitle?: string;
1528
2123
  /**
1529
- * label for more button inside captions banner
2124
+ * More details text of the page shown to the user when permission to reach participant is not allowed
1530
2125
  */
1531
- captionsBannerMoreButtonCallingLabel?: string;
2126
+ permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
1532
2127
  /**
1533
- * arial label for more button inside captions banner
2128
+ * Title text of the page shown to the user when tenant id for the target participant could not be resolved
1534
2129
  */
1535
- captionsBannerMoreButtonTooltip?: string;
2130
+ unableToResolveTenantTitle?: string;
1536
2131
  /**
1537
- * list of key value pairs that pairs spoken language code to language names
2132
+ * More details text of the page shown to the user when tenant id for the target participant could not be resolved
1538
2133
  */
1539
- spokenLanguageStrings?: SpokenLanguageStrings;
2134
+ unableToResolveTenantMoreDetails?: string;
1540
2135
  /**
1541
- * list of key value pairs that pairs caption language code to language names
2136
+ * Title text of the page shown to the user when target participant id is malformed
1542
2137
  */
1543
- captionLanguageStrings?: CaptionLanguageStrings;
2138
+ participantIdIsMalformedTitle?: string;
1544
2139
  /**
1545
- * captions banner loading spinner label
2140
+ * More details text of the page shown to the user when target participant id is malformed
1546
2141
  */
1547
- captionsBannerSpinnerText?: string;
2142
+ participantIdIsMalformedMoreDetails?: string;
1548
2143
  /**
1549
2144
  * Controls label to move the overflow gallery around
1550
2145
  */
@@ -1595,7 +2190,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
1595
2190
  *
1596
2191
  * @public
1597
2192
  */
1598
- export declare type CallControlOptions = (CommonCallControlOptions & {
2193
+ export declare type CallControlOptions = CommonCallControlOptions & {
1599
2194
  /**
1600
2195
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
1601
2196
  * @defaultValue true
@@ -1604,7 +2199,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
1604
2199
  disabled: boolean;
1605
2200
  };
1606
2201
  legacyControlBarExperience?: boolean;
1607
- });
2202
+ };
1608
2203
 
1609
2204
  /**
1610
2205
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -1665,7 +2260,7 @@ export declare type CallErrors = {
1665
2260
  *
1666
2261
  * @public
1667
2262
  */
1668
- export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | 'VideoEffectsFeature.startEffects';
2263
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.setConstraints';
1669
2264
 
1670
2265
  /**
1671
2266
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -1712,6 +2307,21 @@ export declare type CallingHandlersOptions = {
1712
2307
  */
1713
2308
  export declare type CallingReturnProps<Component extends (props: any) => JSX.Element> = GetCallingSelector<Component> extends (state: CallClientState, props: any) => any ? ReturnType<GetCallingSelector<Component>> & Common<CallingHandlers, Parameters<Component>[0]> : never;
1714
2309
 
2310
+ /**
2311
+ * @beta
2312
+ * Type for representing a set of sounds to use for different calling events
2313
+ */
2314
+ export declare type CallingSounds = {
2315
+ /**
2316
+ * Sound to be played when the call ends
2317
+ */
2318
+ callEnded?: SoundEffect;
2319
+ /**
2320
+ * Sound to be played when the call is ringing
2321
+ */
2322
+ callRinging?: SoundEffect;
2323
+ };
2324
+
1715
2325
  /**
1716
2326
  * Custom Fluent theme palette used by calling related components in this library.
1717
2327
  *
@@ -1745,6 +2355,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
1745
2355
  raisedHand?: RaisedHand;
1746
2356
  };
1747
2357
 
2358
+ /**
2359
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2360
+ *
2361
+ * @remarks
2362
+ * This is currently in beta and only supports calling one Teams User.
2363
+ *
2364
+ * @example
2365
+ * ```
2366
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2367
+ * ```
2368
+ *
2369
+ * @beta
2370
+ */
2371
+ export declare type CallParticipantsLocator = {
2372
+ participantIds: string[];
2373
+ };
2374
+
1748
2375
  /**
1749
2376
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
1750
2377
  *
@@ -1761,7 +2388,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
1761
2388
  */
1762
2389
  export declare interface CallProviderProps {
1763
2390
  children: React_2.ReactNode;
1764
- call?: Call;
2391
+ call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1765
2392
  }
1766
2393
 
1767
2394
  /**
@@ -1775,6 +2402,10 @@ export declare interface CallState {
1775
2402
  * Proxy of {@link @azure/communication-calling#Call.id}.
1776
2403
  */
1777
2404
  id: string;
2405
+ /**
2406
+ * Type of the call.
2407
+ */
2408
+ kind: CallKind;
1778
2409
  /**
1779
2410
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
1780
2411
  */
@@ -1873,10 +2504,22 @@ export declare interface CallState {
1873
2504
  * Proxy of {@link @azure/communication-calling#Call.role}.
1874
2505
  */
1875
2506
  role?: ParticipantRole;
2507
+ /**
2508
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2509
+ */
2510
+ totalParticipantCount?: number;
2511
+ /**
2512
+ * Transfer state of call
2513
+ */
2514
+ transfer: TransferFeature;
1876
2515
  /**
1877
2516
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
1878
2517
  */
1879
2518
  capabilitiesFeature?: CapabilitiesFeatureState;
2519
+ /**
2520
+ * Hide attendee names in teams meeting
2521
+ */
2522
+ hideAttendeeNames?: boolean;
1880
2523
  }
1881
2524
 
1882
2525
  /**
@@ -1900,6 +2543,12 @@ export declare interface CallWithChatAdapterManagement {
1900
2543
  * @public
1901
2544
  */
1902
2545
  removeParticipant(userId: string): Promise<void>;
2546
+ /**
2547
+ * Remove a participant from the call.
2548
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2549
+ * @beta
2550
+ */
2551
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
1903
2552
  /**
1904
2553
  * Join the call with microphone initially on/off.
1905
2554
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -1965,6 +2614,12 @@ export declare interface CallWithChatAdapterManagement {
1965
2614
  * @public
1966
2615
  */
1967
2616
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2617
+ /**
2618
+ * Start the call.
2619
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2620
+ * @beta
2621
+ */
2622
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
1968
2623
  /**
1969
2624
  * Start sharing the screen during a call.
1970
2625
  *
@@ -2154,6 +2809,52 @@ export declare interface CallWithChatAdapterManagement {
2154
2809
  * @public
2155
2810
  */
2156
2811
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2812
+ /** @beta */
2813
+ registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2814
+ /** @beta */
2815
+ registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
2816
+ /** @beta */
2817
+ clearFileUploads: () => void;
2818
+ /** @beta */
2819
+ cancelFileUpload: (id: string) => void;
2820
+ /** @beta */
2821
+ updateFileUploadProgress: (id: string, progress: number) => void;
2822
+ /** @beta */
2823
+ updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2824
+ /** @beta */
2825
+ updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
2826
+ downloadAttachments: (options: {
2827
+ attachmentUrls: Record<string, string>;
2828
+ }) => Promise<AttachmentDownloadResult[]>;
2829
+ /**
2830
+ * Puts the Call in a Localhold.
2831
+ *
2832
+ * @beta
2833
+ */
2834
+ holdCall: () => Promise<void>;
2835
+ /**
2836
+ * Resumes the call from a LocalHold state.
2837
+ *
2838
+ * @beta
2839
+ */
2840
+ resumeCall: () => Promise<void>;
2841
+ /**
2842
+ * Adds a new Participant to the call.
2843
+ *
2844
+ * @beta
2845
+ */
2846
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2847
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2848
+ /**
2849
+ * send dtmf tone to another participant in the call in 1:1 calls
2850
+ *
2851
+ * @beta
2852
+ */
2853
+ sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2854
+ /**
2855
+ * Continues into a call when the browser version is not supported.
2856
+ */
2857
+ allowUnsupportedBrowserVersion(): void;
2157
2858
  /**
2158
2859
  * Function to Start captions
2159
2860
  * @param options - options for start captions
@@ -2279,6 +2980,22 @@ export declare interface CallWithChatAdapterUiState {
2279
2980
  * @public
2280
2981
  */
2281
2982
  page: CallCompositePage;
2983
+ /**
2984
+ * Files being uploaded by a user in the current thread.
2985
+ * Should be set to null once the upload is complete.
2986
+ * Array of type {@link FileUploadsUiState}
2987
+ *
2988
+ * @beta
2989
+ */
2990
+ fileUploads?: FileUploadsUiState;
2991
+ /**
2992
+ * State to track whether the end user has opted in to using a
2993
+ * out of date version of a supported browser. Allows the user
2994
+ * to start a call in this state.
2995
+ *
2996
+ * @beta
2997
+ */
2998
+ unsupportedBrowserVersionsAllowed?: boolean;
2282
2999
  }
2283
3000
 
2284
3001
  /**
@@ -2303,12 +3020,20 @@ export declare interface CallWithChatClientState {
2303
3020
  devices: DeviceManagerState;
2304
3021
  /** State of whether the active call is a Teams interop call */
2305
3022
  isTeamsCall: boolean;
3023
+ /** State of whether the active call is a rooms call */
3024
+ isRoomsCall: boolean;
3025
+ /** alternateCallerId for PSTN call */
3026
+ alternateCallerId?: string | undefined;
3027
+ /** Environment information for system adapter is made on */
3028
+ environmentInfo?: EnvironmentInfo;
2306
3029
  /** Default set of background images for background replacement effect */
2307
3030
  videoBackgroundImages?: VideoBackgroundImage[];
2308
3031
  /** Dependency to be injected for video background effects */
2309
3032
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
2310
3033
  /** State to track the selected video background effect */
2311
3034
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3035
+ /** Hide attendee names in teams meeting */
3036
+ hideAttendeeNames?: boolean;
2312
3037
  }
2313
3038
 
2314
3039
  /**
@@ -2377,6 +3102,9 @@ export declare type CallWithChatCompositeIcons = {
2377
3102
  ParticipantItemScreenShareStart?: JSX.Element;
2378
3103
  VideoTileMicOff?: JSX.Element;
2379
3104
  LocalCameraSwitch?: JSX.Element;
3105
+ PeoplePaneAddPerson?: JSX.Element;
3106
+ PeoplePaneOpenDialpad?: JSX.Element;
3107
+ DialpadStartCall?: JSX.Element;
2380
3108
  DefaultCustomButton?: JSX.Element;
2381
3109
  EditBoxCancel?: JSX.Element;
2382
3110
  EditBoxSubmit?: JSX.Element;
@@ -2404,10 +3132,72 @@ export declare type CallWithChatCompositeOptions = {
2404
3132
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
2405
3133
  */
2406
3134
  callControls?: boolean | CallWithChatControlOptions;
3135
+ /**
3136
+ * Properties for configuring the File Sharing feature.
3137
+ * If undefined, file sharing feature will be disabled.
3138
+ * @beta
3139
+ */
3140
+ fileSharing?: FileSharingOptions;
3141
+ /**
3142
+ * Device permissions check options for your call.
3143
+ * Here you can choose what device permissions you prompt the user for,
3144
+ * as well as what device permissions must be accepted before starting a call.
3145
+ */
3146
+ deviceChecks?: DeviceCheckOptions;
3147
+ /**
3148
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
3149
+ * unable to grant your site the required permissions for the call.
3150
+ *
3151
+ * @example
3152
+ * ```ts
3153
+ * onPermissionsTroubleshootingClick: () =>
3154
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3155
+ * ```
3156
+ *
3157
+ * @remarks
3158
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3159
+ */
3160
+ onPermissionsTroubleshootingClick?: (permissionsState: {
3161
+ camera: PermissionState;
3162
+ microphone: PermissionState;
3163
+ }) => void;
3164
+ /**
3165
+ * Optional callback to supply users with further troubleshooting steps for network issues
3166
+ * experienced when connecting to a call.
3167
+ *
3168
+ * @example
3169
+ * ```ts
3170
+ * onNetworkingTroubleShootingClick?: () =>
3171
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
3172
+ * ```
3173
+ *
3174
+ * @remarks
3175
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3176
+ */
3177
+ onNetworkingTroubleShootingClick?: () => void;
3178
+ /**
3179
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3180
+ *
3181
+ * @example
3182
+ * ```ts
3183
+ * onBrowserTroubleShootingClick?: () =>
3184
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3185
+ * ```
3186
+ *
3187
+ * @remarks
3188
+ * if this is not supplied, the composite will not show a unsupported browser page.
3189
+ */
3190
+ onEnvironmentInfoTroubleshootingClick?: () => void;
2407
3191
  /**
2408
3192
  * Remote participant video tile menu options
2409
3193
  */
2410
3194
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
3195
+ /**
3196
+ * Options for controlling the local video tile.
3197
+ *
3198
+ * @remarks if 'false' the local video tile will not be rendered.
3199
+ */
3200
+ localVideoTile?: boolean | LocalVideoTileOptions;
2411
3201
  /**
2412
3202
  * Options for controlling the starting layout of the composite's video gallery
2413
3203
  */
@@ -2417,6 +3207,40 @@ export declare type CallWithChatCompositeOptions = {
2417
3207
  */
2418
3208
  layout?: VideoGalleryLayout;
2419
3209
  };
3210
+ /**
3211
+ * Logo displayed on the configuration page.
3212
+ */
3213
+ logo?: {
3214
+ /**
3215
+ * URL for the logo image.
3216
+ *
3217
+ * @remarks
3218
+ * Recommended size is 80x80 pixels.
3219
+ */
3220
+ url: string;
3221
+ /**
3222
+ * Alt text for the logo image.
3223
+ */
3224
+ alt?: string;
3225
+ /**
3226
+ * The logo can be displayed as a circle or a square.
3227
+ *
3228
+ * @defaultValue 'circle'
3229
+ */
3230
+ shape?: 'circle' | 'square';
3231
+ };
3232
+ /**
3233
+ * Background image displayed on the configuration page.
3234
+ */
3235
+ backgroundImage?: {
3236
+ /**
3237
+ * URL for the background image.
3238
+ *
3239
+ * @remarks
3240
+ * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
3241
+ */
3242
+ url: string;
3243
+ };
2420
3244
  };
2421
3245
 
2422
3246
  /**
@@ -2568,6 +3392,10 @@ export declare interface CallWithChatCompositeStrings {
2568
3392
  * Label for button to copy invite link
2569
3393
  */
2570
3394
  copyInviteLinkButtonLabel: string;
3395
+ /**
3396
+ * Label for button to open dialpad
3397
+ */
3398
+ openDialpadButtonLabel: string;
2571
3399
  /**
2572
3400
  * Label for SidePaneHeader dismiss button
2573
3401
  */
@@ -2580,6 +3408,34 @@ export declare interface CallWithChatCompositeStrings {
2580
3408
  * Aria label string for return to call back button
2581
3409
  */
2582
3410
  returnToCallButtonAriaLabel?: string;
3411
+ /**
3412
+ * Label for add people dropdown
3413
+ */
3414
+ peoplePaneAddPeopleButtonLabel: string;
3415
+ /**
3416
+ * Label for button to start a call
3417
+ */
3418
+ dialpadStartCallButtonLabel: string;
3419
+ /**
3420
+ * Title for dialpad Modal
3421
+ */
3422
+ dialpadModalTitle: string;
3423
+ /**
3424
+ * Aria Label for dialpad Modal
3425
+ */
3426
+ dialpadModalAriaLabel: string;
3427
+ /**
3428
+ * Aria Label for dialpad Modal close button
3429
+ */
3430
+ dialpadCloseModalButtonAriaLabel: string;
3431
+ /**
3432
+ * Placeholder text for dtmf dialpad
3433
+ */
3434
+ dtmfDialpadPlaceholderText: string;
3435
+ /**
3436
+ * Label for the button to open dtmf dialpad
3437
+ */
3438
+ openDtmfDialpadLabel: string;
2583
3439
  /**
2584
3440
  * aria label for when the invite link has been actioned
2585
3441
  */
@@ -2596,7 +3452,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
2596
3452
  * Show or hide the chat button in the call-with-chat composite control bar.
2597
3453
  * @defaultValue true
2598
3454
  */
2599
- chatButton?: boolean;
3455
+ chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3456
+ disabled: boolean;
3457
+ };
2600
3458
  }
2601
3459
 
2602
3460
  /**
@@ -2606,6 +3464,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
2606
3464
  */
2607
3465
  export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | /* @conditional-compile-remove(close-captions) */ 'isCaptionsActiveChanged' | /* @conditional-compile-remove(close-captions) */ 'captionsReceived' | /* @conditional-compile-remove(close-captions) */ 'isCaptionLanguageChanged' | /* @conditional-compile-remove(close-captions) */ 'isSpokenLanguageChanged' | /* @conditional-compile-remove(capabilities) */ 'capabilitiesChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
2608
3466
 
3467
+ /**
3468
+ * @beta
3469
+ *
3470
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3471
+ * by their browsers settings.
3472
+ */
3473
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3474
+
3475
+ /**
3476
+ * @beta
3477
+ * Props for CameraAndMicrophoneSitePermissions component.
3478
+ */
3479
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3480
+ /** Icon name for the camera icon */
3481
+ cameraIconName?: string;
3482
+ /** Icon name for the microphone icon */
3483
+ microphoneIconName?: string;
3484
+ /** Icon name for the central icon between the camera and microphone icons */
3485
+ connectorIconName?: string;
3486
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3487
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
3488
+ }
3489
+
3490
+ /**
3491
+ * @beta
3492
+ * Strings for CameraAndMicrophoneSitePermissions component.
3493
+ */
3494
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3495
+
2609
3496
  /**
2610
3497
  * A button to turn camera on / off.
2611
3498
  *
@@ -2762,6 +3649,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
2762
3649
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
2763
3650
  }
2764
3651
 
3652
+ /**
3653
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3654
+ * by their browsers settings.
3655
+ *
3656
+ * @beta
3657
+ */
3658
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3659
+
3660
+ /**
3661
+ * @beta
3662
+ * Props for CameraSitePermissions component.
3663
+ */
3664
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3665
+ /** Icon name for the camera icon */
3666
+ cameraIconName?: string;
3667
+ /** Strings for use with the {@link CameraSitePermissions} */
3668
+ strings?: CameraSitePermissionsStrings;
3669
+ }
3670
+
3671
+ /**
3672
+ * @beta
3673
+ * Strings for CameraSitePermissions component.
3674
+ */
3675
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3676
+
2765
3677
  /**
2766
3678
  * @public
2767
3679
  * Callback function run when a message edit is cancelled.
@@ -2967,7 +3879,7 @@ export declare type CaptionsReceivedListener = (event: {
2967
3879
  *
2968
3880
  * @public
2969
3881
  */
2970
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
3882
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
2971
3883
 
2972
3884
  /**
2973
3885
  * {@link ChatAdapter} state.
@@ -3075,7 +3987,9 @@ export declare interface ChatAdapterThreadManagement {
3075
3987
  /**
3076
3988
  * Update a message content.
3077
3989
  */
3078
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3990
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
3991
+ attachedFilesMetadata?: FileMetadata[];
3992
+ }): Promise<void>;
3079
3993
  /**
3080
3994
  * Delete a message in the thread.
3081
3995
  */
@@ -3088,6 +4002,9 @@ export declare interface ChatAdapterThreadManagement {
3088
4002
  *
3089
4003
  */
3090
4004
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
4005
+ downloadAttachments: (options: {
4006
+ attachmentUrls: Record<string, string>;
4007
+ }) => Promise<AttachmentDownloadResult[]>;
3091
4008
  }
3092
4009
 
3093
4010
  /**
@@ -3097,6 +4014,13 @@ export declare interface ChatAdapterThreadManagement {
3097
4014
  */
3098
4015
  export declare type ChatAdapterUiState = {
3099
4016
  error?: Error;
4017
+ /**
4018
+ * Files being uploaded by a user in the current thread.
4019
+ * Should be set to null once the upload is complete.
4020
+ * Array of type {@link FileUploadsUiState}
4021
+ * @beta
4022
+ */
4023
+ fileUploads?: FileUploadsUiState;
3100
4024
  };
3101
4025
 
3102
4026
  /**
@@ -3199,6 +4123,7 @@ export declare type ChatCompositeIcons = {
3199
4123
  ParticipantItemOptionsHovered?: JSX.Element;
3200
4124
  SendBoxSend?: JSX.Element;
3201
4125
  SendBoxSendHovered?: JSX.Element;
4126
+ SendBoxAttachFile?: JSX.Element;
3202
4127
  };
3203
4128
 
3204
4129
  /**
@@ -3213,6 +4138,13 @@ export declare type ChatCompositeOptions = {
3213
4138
  * @defaultValue true
3214
4139
  */
3215
4140
  errorBar?: boolean;
4141
+ /**
4142
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4143
+ * @defaultValue false
4144
+ *
4145
+ * @beta
4146
+ */
4147
+ participantPane?: boolean;
3216
4148
  /**
3217
4149
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
3218
4150
  * @defaultValue true
@@ -3223,6 +4155,12 @@ export declare type ChatCompositeOptions = {
3223
4155
  * When undefined nothing has focus on render
3224
4156
  */
3225
4157
  autoFocus?: 'sendBoxTextField';
4158
+ /**
4159
+ * Properties for configuring the File Sharing feature.
4160
+ * If undefined, file sharing feature will be disabled.
4161
+ * @beta
4162
+ */
4163
+ fileSharing?: FileSharingOptions;
3226
4164
  };
3227
4165
 
3228
4166
  /**
@@ -3250,6 +4188,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
3250
4188
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
3251
4189
  */
3252
4190
  options?: ChatCompositeOptions;
4191
+ /**
4192
+ * Optimizes the composite form factor for either desktop or mobile.
4193
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4194
+ * @defaultValue 'desktop'
4195
+ */
4196
+ formFactor?: 'desktop' | 'mobile';
3253
4197
  }
3254
4198
 
3255
4199
  /**
@@ -3264,6 +4208,10 @@ export declare interface ChatCompositeStrings {
3264
4208
  * Chat list header text
3265
4209
  */
3266
4210
  chatListHeader: string;
4211
+ /**
4212
+ * Upload File Button text
4213
+ */
4214
+ uploadFile: string;
3267
4215
  }
3268
4216
 
3269
4217
  /**
@@ -3312,7 +4260,7 @@ export declare type ChatErrors = {
3312
4260
  *
3313
4261
  * @public
3314
4262
  */
3315
- 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';
4263
+ 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';
3316
4264
 
3317
4265
  /**
3318
4266
  * Object containing all the handlers required for chat components.
@@ -3329,7 +4277,10 @@ export declare type ChatHandlers = {
3329
4277
  onRemoveParticipant: (userId: string) => Promise<void>;
3330
4278
  updateThreadTopicName: (topicName: string) => Promise<void>;
3331
4279
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
3332
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4280
+ onUpdateMessage: (messageId: string, content: string, options?: {
4281
+ metadata?: Record<string, string>;
4282
+ attachedFilesMetadata?: FileMetadata[];
4283
+ }) => Promise<void>;
3333
4284
  onDeleteMessage: (messageId: string) => Promise<void>;
3334
4285
  };
3335
4286
 
@@ -3356,6 +4307,12 @@ export declare interface ChatMessage extends MessageCommon {
3356
4307
  * {@link @azure/communication-chat#ChatMessage.metadata}
3357
4308
  */
3358
4309
  metadata?: Record<string, string>;
4310
+ /**
4311
+ * @beta
4312
+ * A list of files attached to the message.
4313
+ * {@link FileMetadata}
4314
+ */
4315
+ attachedFilesMetadata?: FileMetadata[];
3359
4316
  }
3360
4317
 
3361
4318
  /**
@@ -3369,6 +4326,7 @@ export declare interface ChatMessage extends MessageCommon {
3369
4326
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
3370
4327
  clientMessageId?: string;
3371
4328
  status: MessageStatus;
4329
+ policyViolation?: boolean;
3372
4330
  };
3373
4331
 
3374
4332
  /**
@@ -3388,6 +4346,26 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
3388
4346
  */
3389
4347
  export declare type ChatReturnProps<Component extends (props: any) => JSX.Element> = GetChatSelector<Component> extends (state: ChatClientState, props: any) => any ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : never;
3390
4348
 
4349
+ /**
4350
+ * Custom Fluent theme palette used by chat related components in this library.
4351
+ *
4352
+ * @beta
4353
+ */
4354
+ export declare interface ChatTheme {
4355
+ /**
4356
+ * Custom Fluent theme palette used by chat related components in this library.
4357
+ *
4358
+ * @beta
4359
+ */
4360
+ chatPalette: {
4361
+ modalOverlayBlack: string;
4362
+ modalTitleWhite: string;
4363
+ modalButtonBackground: string;
4364
+ modalButtonBackgroundHover: string;
4365
+ modalButtonBackgroundActive: string;
4366
+ };
4367
+ }
4368
+
3391
4369
  /**
3392
4370
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
3393
4371
  *
@@ -3513,6 +4491,12 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
3513
4491
  * @public
3514
4492
  */
3515
4493
  startCall(participants: string[], options?: StartCallOptions): void;
4494
+ /**
4495
+ * Start the call.
4496
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4497
+ * @beta
4498
+ */
4499
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
3516
4500
  }
3517
4501
 
3518
4502
  /**
@@ -3528,6 +4512,21 @@ export declare type CommonCallAdapterOptions = {
3528
4512
  videoBackgroundImages?: VideoBackgroundImage[];
3529
4513
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3530
4514
  };
4515
+ /**
4516
+ * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4517
+ * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4518
+ * and would not be updated again within the lifecycle of adapter.
4519
+ */
4520
+ onFetchProfile?: OnFetchProfileCallback;
4521
+ /**
4522
+ * Options for calling sounds
4523
+ */
4524
+ soundOptions?: {
4525
+ /**
4526
+ * Sounds to use for calling events
4527
+ */
4528
+ callingSounds?: CallingSounds;
4529
+ };
3531
4530
  };
3532
4531
 
3533
4532
  /**
@@ -3550,7 +4549,9 @@ export declare type CommonCallControlOptions = {
3550
4549
  * Show or Hide Camera Button during a call
3551
4550
  * @defaultValue true
3552
4551
  */
3553
- cameraButton?: boolean;
4552
+ cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4553
+ disabled: boolean;
4554
+ };
3554
4555
  /**
3555
4556
  * Show or Hide EndCall button during a call.
3556
4557
  * @defaultValue true
@@ -3560,12 +4561,16 @@ export declare type CommonCallControlOptions = {
3560
4561
  * Show or Hide Microphone button during a call.
3561
4562
  * @defaultValue true
3562
4563
  */
3563
- microphoneButton?: boolean;
4564
+ microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4565
+ disabled: boolean;
4566
+ };
3564
4567
  /**
3565
4568
  * Show or Hide Devices button during a call.
3566
4569
  * @defaultValue true
3567
4570
  */
3568
- devicesButton?: boolean;
4571
+ devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4572
+ disabled: boolean;
4573
+ };
3569
4574
  /**
3570
4575
  * Show, Hide or Disable participants button during a call.
3571
4576
  * @defaultValue true
@@ -3596,11 +4601,16 @@ export declare type CommonCallControlOptions = {
3596
4601
  * Inject custom buttons in the call controls.
3597
4602
  */
3598
4603
  onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4604
+ holdButton?: boolean | {
4605
+ disabled: boolean;
4606
+ };
3599
4607
  /**
3600
4608
  * Show or hide the people button in the composite control bar.
3601
4609
  * @defaultValue true
3602
4610
  */
3603
- peopleButton?: boolean;
4611
+ peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4612
+ disabled: boolean;
4613
+ };
3604
4614
  };
3605
4615
 
3606
4616
  /**
@@ -3625,6 +4635,9 @@ export declare interface CommonCallingHandlers {
3625
4635
  onRaiseHand: () => Promise<void>;
3626
4636
  onLowerHand: () => Promise<void>;
3627
4637
  onToggleRaiseHand: () => Promise<void>;
4638
+ onToggleHold: () => Promise<void>;
4639
+ onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4640
+ onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
3628
4641
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3629
4642
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3630
4643
  /**
@@ -3634,7 +4647,10 @@ export declare interface CommonCallingHandlers {
3634
4647
  onDisposeLocalStreamView: () => Promise<void>;
3635
4648
  onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
3636
4649
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4650
+ onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3637
4651
  onRemoveParticipant(userId: string): Promise<void>;
4652
+ onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4653
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
3638
4654
  onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
3639
4655
  onRemoveVideoBackgroundEffects: () => Promise<void>;
3640
4656
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
@@ -3654,6 +4670,39 @@ export declare type CommonProperties<A, B> = {
3654
4670
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
3655
4671
  }[keyof A & keyof B];
3656
4672
 
4673
+ /**
4674
+ * @beta
4675
+ * Props for SitePermissions components.
4676
+ */
4677
+ export declare interface CommonSitePermissionsProps {
4678
+ /**
4679
+ * Name of application calling experience is in.
4680
+ */
4681
+ appName: string;
4682
+ /**
4683
+ * Kind of the Site Permissions component.
4684
+ */
4685
+ kind: 'request' | 'denied' | 'check';
4686
+ /**
4687
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4688
+ */
4689
+ browserHint?: 'safari' | 'unset';
4690
+ /**
4691
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
4692
+ * If this is not provided the button will not be shown.
4693
+ */
4694
+ onTroubleshootingClick?: () => void;
4695
+ /**
4696
+ * Action that is taken when the user clicks the continue anyway button.
4697
+ * If this is not provided the button will not be shown.
4698
+ */
4699
+ onContinueAnywayClick?: () => void;
4700
+ /**
4701
+ * Styles for SitePermissions component.
4702
+ */
4703
+ styles?: SitePermissionsStyles;
4704
+ }
4705
+
3657
4706
  /**
3658
4707
  * A Chat or Calling participant's state, as reflected in the UI.
3659
4708
  *
@@ -3830,6 +4879,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
3830
4879
  export declare interface ComponentLocale {
3831
4880
  /** Strings for components */
3832
4881
  strings: ComponentStrings;
4882
+ /**
4883
+ * Optional function to provide customized date format.
4884
+ * @beta
4885
+ */
4886
+ onDisplayDateTimeString?: (messageDate: Date) => string;
3833
4887
  }
3834
4888
 
3835
4889
  /**
@@ -3875,16 +4929,64 @@ export declare interface ComponentStrings {
3875
4929
  typingIndicator: TypingIndicatorStrings;
3876
4930
  /** Strings for SendBox */
3877
4931
  sendBox: SendBoxStrings;
4932
+ /** Strings for MentionPopover */
4933
+ mentionPopover: MentionPopoverStrings;
4934
+ /** Strings for ImageGallery */
4935
+ imageGallery: ImageGalleryStrings;
3878
4936
  /** Strings for MessageStatusIndicator */
3879
4937
  messageStatusIndicator: MessageStatusIndicatorStrings;
3880
4938
  /** Strings for ErroBar */
3881
4939
  errorBar: ErrorBarStrings;
3882
4940
  /** Strings for VideoGallery */
3883
4941
  videoGallery: VideoGalleryStrings;
4942
+ /** Strings for Dialpad */
4943
+ dialpad: DialpadStrings;
4944
+ /** Strings for VideoTile */
4945
+ videoTile: VideoTileStrings;
4946
+ /** Strings for HoldButton */
4947
+ holdButton: HoldButtonStrings;
4948
+ /** Strings for a site's permission request prompt */
4949
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
4950
+ /** Strings for a site's permission request prompt */
4951
+ CameraSitePermissionsRequest: SitePermissionsStrings;
4952
+ /** Strings for a site's permission request prompt */
4953
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
4954
+ /** Strings for a site's permission generic checking prompt */
4955
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
4956
+ /** Strings for a site's permission generic checking prompt */
4957
+ CameraSitePermissionsCheck: SitePermissionsStrings;
4958
+ /** Strings for a site's permission generic checking prompt */
4959
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
4960
+ /** Strings for a site's permission denied prompt */
4961
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
4962
+ /** Strings for a site's permission denied prompt for safari browsers*/
4963
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4964
+ /** Strings for a site's permission denied prompt */
4965
+ CameraSitePermissionsDenied: SitePermissionsStrings;
4966
+ /** Strings for a site's permission denied prompt */
4967
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
4968
+ /** Strings for a site's permission denied prompt for safari browsers*/
4969
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
4970
+ /** Strings for a site's permission denied prompt for safari browsers*/
4971
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4972
+ /** Strings for unsupported browser UI */
4973
+ UnsupportedBrowser: UnsupportedBrowserStrings;
4974
+ /** Strings for unsupported browser version UI */
4975
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
4976
+ /** Strings for unsupported browser version UI */
4977
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
4978
+ /** Strings for BrowserPemissionDenied */
4979
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
4980
+ /** Strings for BrowserPemissionDeniedIOS */
4981
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
3884
4982
  /**
3885
4983
  * Strings for the VerticalGallery.
3886
4984
  */
3887
4985
  verticalGallery: VerticalGalleryStrings;
4986
+ /** Strings for the participant list component */
4987
+ ParticipantList: ParticipantListStrings;
4988
+ /** Strings for the attendee role */
4989
+ AttendeeRole: string;
3888
4990
  }
3889
4991
 
3890
4992
  /**
@@ -4247,7 +5349,7 @@ export declare interface ControlBarProps {
4247
5349
  *
4248
5350
  * @public
4249
5351
  */
4250
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
5352
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4251
5353
 
4252
5354
  /**
4253
5355
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -4257,7 +5359,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
4257
5359
  *
4258
5360
  * @public
4259
5361
  */
4260
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
5362
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4261
5363
 
4262
5364
  /**
4263
5365
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -4265,7 +5367,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
4265
5367
  *
4266
5368
  * @public
4267
5369
  */
4268
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5370
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4269
5371
 
4270
5372
  /**
4271
5373
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -4276,7 +5378,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
4276
5378
  *
4277
5379
  * @public
4278
5380
  */
4279
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5381
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4280
5382
 
4281
5383
  /**
4282
5384
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -4295,14 +5397,16 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
4295
5397
  *
4296
5398
  * @public
4297
5399
  */
4298
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5400
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
5401
+ credential?: CommunicationTokenCredential;
5402
+ }): Promise<ChatAdapter>;
4299
5403
 
4300
5404
  /**
4301
5405
  * Type of {@link createDefaultCallingHandlers}.
4302
5406
  *
4303
5407
  * @public
4304
5408
  */
4305
- export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, /* @conditional-compile-remove(video-background-effects) */ options?: CallingHandlersOptions) => CallingHandlers;
5409
+ export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
4306
5410
 
4307
5411
  /**
4308
5412
  * Create the default implementation of {@link CallingHandlers} for teams call.
@@ -4326,6 +5430,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
4326
5430
  */
4327
5431
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
4328
5432
 
5433
+ /**
5434
+ * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5435
+ *
5436
+ * Useful when implementing a custom component that utilizes the providers
5437
+ * exported from this library.
5438
+ *
5439
+ * @beta
5440
+ */
5441
+ export declare const createDefaultTeamsCallingHandlers: (callClient: StatefulCallClient, callAgent: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent, deviceManager: StatefulDeviceManager | undefined, call: undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall, options?: {
5442
+ onResolveVideoBackgroundEffectsDependency?: (() => Promise<VideoBackgroundEffectsDependency>) | undefined;
5443
+ } | undefined) => never | TeamsCallingHandlers;
5444
+
4329
5445
  /**
4330
5446
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
4331
5447
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -4351,6 +5467,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
4351
5467
  */
4352
5468
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
4353
5469
 
5470
+ /**
5471
+ * @beta
5472
+ */
5473
+ export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5474
+
5475
+ /**
5476
+ * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5477
+ *
5478
+ * Useful if you want to keep a reference to {@link StatefulCallClient}.
5479
+ * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5480
+ *
5481
+ * @beta
5482
+ */
5483
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: CommonCallAdapterOptions | undefined) => Promise<TeamsCallAdapter>;
5484
+
4354
5485
  /**
4355
5486
  * Object returned after creating a local or remote VideoStream.
4356
5487
  * This contains helper functions to manipulate the render of the stream.
@@ -4401,6 +5532,13 @@ export declare type CustomAvatarOptions = {
4401
5532
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
4402
5533
  /** Display name to be used in Persona */
4403
5534
  text?: string;
5535
+ /** State for the participant to be displayed in the defaultPlaceHolder */
5536
+ participantState?: ParticipantState;
5537
+ /**
5538
+ * If true, show the special coin for unknown persona.
5539
+ * It has '?' in place of initials, with static font and background colors
5540
+ */
5541
+ showUnknownPersonaCoin?: boolean;
4404
5542
  };
4405
5543
 
4406
5544
  /**
@@ -4522,11 +5660,23 @@ export declare interface CustomMessage extends MessageCommon {
4522
5660
  }
4523
5661
 
4524
5662
  /**
4525
- * Preset dark theme for components exported from this library.
4526
- *
4527
- * @public
5663
+ * Preset dark theme for components exported from this library.
5664
+ *
5665
+ * @public
5666
+ */
5667
+ export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5668
+
5669
+ /**
5670
+ * @beta
5671
+ * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5672
+ */
5673
+ export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
5674
+
5675
+ /**
5676
+ * @beta
5677
+ * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
4528
5678
  */
4529
- export declare const darkTheme: PartialTheme & CallingTheme;
5679
+ export declare type DeclarativeIncomingCall = IncomingCall;
4530
5680
 
4531
5681
  /**
4532
5682
  * The default set of icons that are available to use in the UI components.
@@ -4544,12 +5694,16 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4544
5694
  ControlButtonMicOn: React_2.JSX.Element;
4545
5695
  ControlButtonOptions: React_2.JSX.Element;
4546
5696
  ControlButtonParticipants: React_2.JSX.Element;
5697
+ ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
4547
5698
  ControlButtonScreenShareStart: React_2.JSX.Element;
4548
5699
  ControlButtonScreenShareStop: React_2.JSX.Element;
4549
5700
  ControlButtonRaiseHand: React_2.JSX.Element;
4550
5701
  ControlButtonLowerHand: React_2.JSX.Element;
4551
5702
  RaiseHandContextualMenuItem: React_2.JSX.Element;
4552
5703
  LowerHandContextualMenuItem: React_2.JSX.Element;
5704
+ CancelFileUpload: React_2.JSX.Element;
5705
+ DownloadFile: React_2.JSX.Element;
5706
+ DataLossPreventionProhibited: React_2.JSX.Element;
4553
5707
  EditBoxCancel: React_2.JSX.Element;
4554
5708
  EditBoxSubmit: React_2.JSX.Element;
4555
5709
  ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
@@ -4582,9 +5736,20 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4582
5736
  ParticipantItemOptions: React_2.JSX.Element;
4583
5737
  ParticipantItemOptionsHovered: React_2.JSX.Element;
4584
5738
  ParticipantItemScreenShareStart: React_2.JSX.Element;
5739
+ HoldCallContextualMenuItem: React_2.JSX.Element;
5740
+ HoldCallButton: React_2.JSX.Element;
5741
+ ResumeCall: React_2.JSX.Element;
4585
5742
  SendBoxSend: React_2.JSX.Element;
4586
5743
  SendBoxSendHovered: React_2.JSX.Element;
4587
5744
  VideoTileMicOff: React_2.JSX.Element;
5745
+ DialpadBackspace: React_2.JSX.Element;
5746
+ SitePermissionsSparkle: React_2.JSX.Element;
5747
+ SitePermissionCamera: React_2.JSX.Element;
5748
+ SitePermissionMic: React_2.JSX.Element;
5749
+ SitePermissionCameraDenied: React_2.JSX.Element;
5750
+ SitePermissionMicDenied: React_2.JSX.Element;
5751
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
5752
+ BrowserPermissionDeniedError: React_2.JSX.Element;
4588
5753
  VideoTilePinned: React_2.JSX.Element;
4589
5754
  VideoTileMoreOptions: React_2.JSX.Element;
4590
5755
  VideoTileScaleFit: React_2.JSX.Element;
@@ -4627,6 +5792,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4627
5792
  ParticipantItemOptionsHovered: JSX.Element | React_2.JSX.Element;
4628
5793
  SendBoxSend: JSX.Element | React_2.JSX.Element;
4629
5794
  SendBoxSendHovered: JSX.Element | React_2.JSX.Element;
5795
+ SendBoxAttachFile?: JSX.Element | undefined;
4630
5796
  ControlBarPeopleButton?: JSX.Element | undefined;
4631
5797
  ControlButtonCameraOff: JSX.Element | React_2.JSX.Element;
4632
5798
  ControlButtonCameraOn: JSX.Element | React_2.JSX.Element;
@@ -4676,6 +5842,10 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4676
5842
  ParticipantItemScreenShareStart: JSX.Element | React_2.JSX.Element;
4677
5843
  VideoTileMicOff: JSX.Element | React_2.JSX.Element;
4678
5844
  LocalCameraSwitch?: JSX.Element | undefined;
5845
+ PeoplePaneAddPerson?: JSX.Element | undefined;
5846
+ PeoplePaneOpenDialpad?: JSX.Element | undefined;
5847
+ DialpadStartCall?: JSX.Element | undefined;
5848
+ NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
4679
5849
  BlurVideoBackground?: JSX.Element | undefined;
4680
5850
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
4681
5851
  GalleryOptions?: JSX.Element | undefined;
@@ -4695,11 +5865,25 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4695
5865
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
4696
5866
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
4697
5867
  MoreDrawerSpeakers?: JSX.Element | undefined;
4698
- SendBoxAttachFile?: JSX.Element | undefined;
4699
5868
  ChatMessageOptions: React_2.JSX.Element;
5869
+ ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5870
+ CancelFileUpload: React_2.JSX.Element;
5871
+ DownloadFile: React_2.JSX.Element;
5872
+ DataLossPreventionProhibited: React_2.JSX.Element;
4700
5873
  ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
4701
5874
  ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
4702
5875
  MessageResend: React_2.JSX.Element;
5876
+ HoldCallContextualMenuItem: React_2.JSX.Element;
5877
+ HoldCallButton: React_2.JSX.Element;
5878
+ ResumeCall: React_2.JSX.Element;
5879
+ DialpadBackspace: React_2.JSX.Element;
5880
+ SitePermissionsSparkle: React_2.JSX.Element;
5881
+ SitePermissionCamera: React_2.JSX.Element;
5882
+ SitePermissionMic: React_2.JSX.Element;
5883
+ SitePermissionCameraDenied: React_2.JSX.Element;
5884
+ SitePermissionMicDenied: React_2.JSX.Element;
5885
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
5886
+ BrowserPermissionDeniedError: React_2.JSX.Element;
4703
5887
  VideoTilePinned: React_2.JSX.Element;
4704
5888
  VideoTileMoreOptions: React_2.JSX.Element;
4705
5889
  VideoTileScaleFit: React_2.JSX.Element;
@@ -4724,6 +5908,29 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4724
5908
  ContextMenuSpeakerIcon: React_2.JSX.Element;
4725
5909
  };
4726
5910
 
5911
+ /**
5912
+ * Device Checks.
5913
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
5914
+ *
5915
+ * @beta
5916
+ */
5917
+ export declare interface DeviceCheckOptions {
5918
+ /**
5919
+ * Camera Permission prompts for your call.
5920
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
5921
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5922
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5923
+ */
5924
+ camera: 'required' | 'optional' | 'doNotPrompt';
5925
+ /**
5926
+ * Microphone permission prompts for your call.
5927
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
5928
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5929
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5930
+ */
5931
+ microphone: 'required' | 'optional' | 'doNotPrompt';
5932
+ }
5933
+
4727
5934
  /**
4728
5935
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
4729
5936
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -4942,6 +6149,60 @@ export declare interface DiagnosticsCallFeatureState {
4942
6149
  media: MediaDiagnosticsState;
4943
6150
  }
4944
6151
 
6152
+ /**
6153
+ * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6154
+ * It will return empty component for stable builds
6155
+ *
6156
+ * @beta
6157
+ */
6158
+ export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6159
+
6160
+ /**
6161
+ * Props for {@link Dialpad} component.
6162
+ *
6163
+ * @beta
6164
+ */
6165
+ export declare interface DialpadProps {
6166
+ strings?: DialpadStrings;
6167
+ /** function to send dtmf tones on button click */
6168
+ onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
6169
+ /** Callback for dialpad button behavior*/
6170
+ onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
6171
+ /** set dialpad textfield content */
6172
+ textFieldValue?: string;
6173
+ /** on change function for text field, provides an unformatted plain text*/
6174
+ onChange?: (input: string) => void;
6175
+ /** boolean input to determine when to show/hide delete button, default true */
6176
+ showDeleteButton?: boolean;
6177
+ /** boolean input to determine if dialpad is in mobile view, default false */
6178
+ isMobile?: boolean;
6179
+ styles?: DialpadStyles;
6180
+ }
6181
+
6182
+ /**
6183
+ * Strings of {@link Dialpad} that can be overridden.
6184
+ *
6185
+ * @beta
6186
+ */
6187
+ export declare interface DialpadStrings {
6188
+ placeholderText: string;
6189
+ deleteButtonAriaLabel?: string;
6190
+ }
6191
+
6192
+ /**
6193
+ * Styles for {@link Dialpad} component.
6194
+ *
6195
+ * @beta
6196
+ */
6197
+ export declare interface DialpadStyles {
6198
+ root?: IStyle;
6199
+ button?: IButtonStyles;
6200
+ textField?: Partial<ITextFieldStyles>;
6201
+ digit?: IStyle;
6202
+ letter?: IStyle;
6203
+ deleteIcon?: IButtonStyles;
6204
+ }
6205
+
4945
6206
  /**
4946
6207
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
4947
6208
  *
@@ -4962,6 +6223,13 @@ export declare interface Disposable {
4962
6223
  dispose(): void;
4963
6224
  }
4964
6225
 
6226
+ /**
6227
+ * DTMF tone for PSTN calls.
6228
+ *
6229
+ * @beta
6230
+ */
6231
+ export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6232
+
4965
6233
  /**
4966
6234
  * A type for trivial selectors that return no data.
4967
6235
  *
@@ -5215,6 +6483,199 @@ export declare interface ErrorBarStrings {
5215
6483
  */
5216
6484
  export declare type ErrorType = keyof ErrorBarStrings;
5217
6485
 
6486
+ /**
6487
+ * @beta
6488
+ * A file download error returned via a {@link FileDownloadHandler}.
6489
+ * This error message is used to render an error message in the UI.
6490
+ */
6491
+ export declare interface FileDownloadError {
6492
+ /** The error message to display in the UI */
6493
+ errorMessage: string;
6494
+ }
6495
+
6496
+ /**
6497
+ * @beta
6498
+ *
6499
+ * A callback function for handling file downloads.
6500
+ * The function needs to return a promise that resolves to a file download URL.
6501
+ * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6502
+ *
6503
+ * @example
6504
+ * ```ts
6505
+ * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6506
+ * if (isUnauthorizedUser(userId)) {
6507
+ * return { errorMessage: 'You don’t have permission to download this file.' };
6508
+ * } else {
6509
+ * return new URL(fileData.url);
6510
+ * }
6511
+ * }
6512
+ *
6513
+ * const App = () => (
6514
+ * <ChatComposite
6515
+ * ...
6516
+ * fileSharing={{
6517
+ * fileDownloadHandler: fileDownloadHandler
6518
+ * }}
6519
+ * />
6520
+ * )
6521
+ *
6522
+ * ```
6523
+ * @param userId - The user ID of the user downloading the file.
6524
+ * @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
6525
+ */
6526
+ export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
6527
+
6528
+ /**
6529
+ * Meta Data containing information about the uploaded file.
6530
+ * @beta
6531
+ */
6532
+ export declare type FileMetadata = FileSharingMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ ImageFileMetadata;
6533
+
6534
+ /**
6535
+ * @beta
6536
+ */
6537
+ export declare type FileMetadataAttachmentType = 'fileSharing' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
6538
+
6539
+ /**
6540
+ * Meta Data containing basic information about the uploaded file.
6541
+ * Typically used for ACS to ACS file transfers.
6542
+ * @beta
6543
+ */
6544
+ export declare interface FileSharingMetadata extends BaseFileMetadata {
6545
+ attachmentType: 'fileSharing';
6546
+ payload?: Record<string, string>;
6547
+ }
6548
+
6549
+ /**
6550
+ * Properties for configuring the File Sharing feature.
6551
+ * @beta
6552
+ */
6553
+ export declare interface FileSharingOptions {
6554
+ /**
6555
+ * A string containing the comma separated list of accepted file types.
6556
+ * Similar to the `accept` attribute of the `<input type="file" />` element.
6557
+ * Accepts any type of file if not specified.
6558
+ * @beta
6559
+ */
6560
+ accept?: string;
6561
+ /**
6562
+ * Allows multiple files to be selected if set to `true`.
6563
+ * Similar to the `multiple` attribute of the `<input type="file" />` element.
6564
+ * @defaultValue false
6565
+ * @beta
6566
+ */
6567
+ multiple?: boolean;
6568
+ /**
6569
+ * A function of type {@link FileUploadHandler} for handling file uploads.
6570
+ * @beta
6571
+ */
6572
+ uploadHandler: FileUploadHandler;
6573
+ /**
6574
+ * A function of type {@link FileDownloadHandler} for handling file downloads.
6575
+ * If the function is not specified, the file's `url` will be opened in a new tab to
6576
+ * initiate the download.
6577
+ */
6578
+ downloadHandler?: FileDownloadHandler;
6579
+ }
6580
+
6581
+ /**
6582
+ * @beta
6583
+ */
6584
+ export declare interface FileUploadAdapter {
6585
+ registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6586
+ registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
6587
+ clearFileUploads: () => void;
6588
+ cancelFileUpload: (id: string) => void;
6589
+ updateFileUploadProgress: (id: string, progress: number) => void;
6590
+ updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6591
+ updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
6592
+ }
6593
+
6594
+ /**
6595
+ * @beta
6596
+ * Error message to be displayed to the user if the upload fails.
6597
+ */
6598
+ export declare type FileUploadError = {
6599
+ message: string;
6600
+ timestamp: number;
6601
+ };
6602
+
6603
+ /**
6604
+ * @beta
6605
+ * A callback function for handling file uploads.
6606
+ *
6607
+ * @param userId - The user ID of the user uploading the file.
6608
+ * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6609
+ */
6610
+ export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6611
+
6612
+ /**
6613
+ * A wrapper object for a file that is being uploaded.
6614
+ * Allows mmanaging file uploads by providing common functions for updating the
6615
+ * upload progress, canceling an upload, completing an upload etc.
6616
+ * @beta
6617
+ */
6618
+ export declare interface FileUploadManager {
6619
+ /**
6620
+ * Unique identifier for the file upload.
6621
+ */
6622
+ id: string;
6623
+ /**
6624
+ * HTML {@link File} object for the uploaded file.
6625
+ */
6626
+ file?: File;
6627
+ /**
6628
+ * Update the progress of the upload.
6629
+ * @param value - number between 0 and 1
6630
+ */
6631
+ notifyUploadProgressChanged: (value: number) => void;
6632
+ /**
6633
+ * Mark the upload as complete.
6634
+ * Requires the `metadata` param containing uploaded file information.
6635
+ * @param metadata - {@link FileMetadata}
6636
+ */
6637
+ notifyUploadCompleted: (metadata: FileMetadata) => void;
6638
+ /**
6639
+ * Mark the upload as failed.
6640
+ * @param message - An error message that can be displayed to the user.
6641
+ */
6642
+ notifyUploadFailed: (message: string) => void;
6643
+ }
6644
+
6645
+ /**
6646
+ * Contains the state attibutes of a file upload like name, progress etc.
6647
+ * @beta
6648
+ */
6649
+ export declare interface FileUploadState {
6650
+ /**
6651
+ * Unique identifier for the file upload.
6652
+ */
6653
+ id: string;
6654
+ /**
6655
+ * Filename extracted from the {@link File} object.
6656
+ * This attribute is used to render the filename if `metadata.name` is not available.
6657
+ */
6658
+ filename: string;
6659
+ /**
6660
+ * A number between 0 and 1 indicating the progress of the upload.
6661
+ */
6662
+ progress: number;
6663
+ /**
6664
+ * Meta Data {@link FileMetadata} containing information about the uploaded file.
6665
+ */
6666
+ metadata?: FileMetadata;
6667
+ /**
6668
+ * Error message to be displayed to the user if the upload fails.
6669
+ */
6670
+ error?: FileUploadError;
6671
+ }
6672
+
6673
+ /**
6674
+ * A record containing {@link FileUploadState} mapped to unique ids.
6675
+ * @beta
6676
+ */
6677
+ export declare type FileUploadsUiState = Record<string, FileUploadState>;
6678
+
5218
6679
  /**
5219
6680
  * Provider to apply a Fluent theme across this library's react components.
5220
6681
  *
@@ -5254,7 +6715,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
5254
6715
  *
5255
6716
  * @public
5256
6717
  */
5257
- export declare type GetCallingSelector<Component extends (props: any) => JSX.Element | undefined> = AreEqual<Component, typeof VideoGallery> extends true ? VideoGallerySelector : AreEqual<Component, typeof DevicesButton> extends true ? DevicesButtonSelector : AreEqual<Component, typeof MicrophoneButton> extends true ? MicrophoneButtonSelector : AreEqual<Component, typeof CameraButton> extends true ? CameraButtonSelector : AreEqual<Component, typeof ScreenShareButton> extends true ? ScreenShareButtonSelector : AreEqual<Component, typeof ParticipantList> extends true ? ParticipantListSelector : AreEqual<Component, typeof ParticipantsButton> extends true ? ParticipantsButtonSelector : AreEqual<Component, typeof EndCallButton> extends true ? EmptySelector : AreEqual<Component, typeof ErrorBar> extends true ? CallErrorBarSelector : undefined;
6718
+ 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;
5258
6719
 
5259
6720
  /**
5260
6721
  * Get the selector for a specified component.
@@ -5316,6 +6777,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
5316
6777
  children?: IStyle;
5317
6778
  }
5318
6779
 
6780
+ /**
6781
+ * a button to hold or resume a ongoing call.
6782
+ *
6783
+ * Can be used with {@link ControlBar}
6784
+ *
6785
+ * @param props - properties for the hold button.
6786
+ * @returns
6787
+ * @beta
6788
+ */
6789
+ export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
6790
+
6791
+ /**
6792
+ *@beta
6793
+ */
6794
+ export declare interface HoldButtonProps extends ControlBarButtonProps {
6795
+ /**
6796
+ * Utility property for using this component with communication react handlers
6797
+ * Holds the call or resumes it based on call state.
6798
+ */
6799
+ onToggleHold: () => Promise<void>;
6800
+ /**
6801
+ * Optional strings to override in component
6802
+ */
6803
+ strings?: HoldButtonStrings;
6804
+ }
6805
+
6806
+ /**
6807
+ * Selector type for the {@link HoldButton} component.
6808
+ * @public
6809
+ */
6810
+ export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6811
+ checked: boolean;
6812
+ };
6813
+
6814
+ /**
6815
+ * Strings for the hold button labels
6816
+ * @beta
6817
+ */
6818
+ export declare interface HoldButtonStrings {
6819
+ /**
6820
+ * Label for when action is to resume call.
6821
+ */
6822
+ onLabel: string;
6823
+ /**
6824
+ * Label for when action is to hold call.
6825
+ */
6826
+ offLabel: string;
6827
+ /**
6828
+ * Content for when button is checked
6829
+ */
6830
+ tooltipOnContent: string;
6831
+ /**
6832
+ * Content for when button is unchecked
6833
+ */
6834
+ tooltipOffContent: string;
6835
+ }
6836
+
5319
6837
  /**
5320
6838
  * {@link HorizontalGallery} Component Styles.
5321
6839
  * @public
@@ -5400,8 +6918,108 @@ export declare interface _Identifiers {
5400
6918
  verticalGalleryVideoTile: string;
5401
6919
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
5402
6920
  verticalGalleryPageCounter: string;
6921
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
6922
+ mentionSuggestionList: string;
6923
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
6924
+ mentionSuggestionItem: string;
6925
+ }
6926
+
6927
+ /**
6928
+ * Meta Data containing data for images.
6929
+ * @beta
6930
+ */
6931
+ export declare interface ImageFileMetadata extends BaseFileMetadata {
6932
+ attachmentType: 'inlineImage';
6933
+ previewUrl?: string;
6934
+ }
6935
+
6936
+ /**
6937
+ * Component to render a fullscreen modal for a selected image.
6938
+ *
6939
+ * @beta
6940
+ */
6941
+ export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
6942
+
6943
+ /**
6944
+ * Props for {@link ImageGallery}.
6945
+ *
6946
+ * @beta
6947
+ */
6948
+ export declare interface ImageGalleryImageProps {
6949
+ /** Image Url used to display the image in a large scale. */
6950
+ imageUrl: string;
6951
+ /** String used as a file name when downloading this image to user's local device. */
6952
+ downloadFilename: string;
6953
+ /** Optional string used as a alt text for the image. @default 'image' */
6954
+ altText?: string;
6955
+ /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
6956
+ title?: string;
6957
+ /** Optional JSX element used as a title icon and displayed to the left of the title element. */
6958
+ titleIcon?: JSX.Element;
6959
+ }
6960
+
6961
+ /**
6962
+ * Props for {@link ImageGallery}.
6963
+ *
6964
+ * @beta
6965
+ */
6966
+ export declare interface ImageGalleryProps {
6967
+ /**
6968
+ * Boolean that controls whether the modal is displayed.
6969
+ */
6970
+ isOpen: boolean;
6971
+ /**
6972
+ * Array of images used to populate the ImageGallery
6973
+ */
6974
+ images: Array<ImageGalleryImageProps>;
6975
+ /**
6976
+ * Callback to invoke when the ImageGallery modal is dismissed
6977
+ */
6978
+ onDismiss: () => void;
6979
+ /**
6980
+ * Callback called when the download button is clicked.
6981
+ */
6982
+ onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
6983
+ /**
6984
+ * Callback called when there's an error loading the image.
6985
+ */
6986
+ onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
6987
+ /**
6988
+ * Indicating which index of the images array to start with.
6989
+ */
6990
+ startIndex?: number;
6991
+ }
6992
+
6993
+ /**
6994
+ * Strings of {@link ImageGallery} that can be overridden.
6995
+ *
6996
+ * @beta
6997
+ */
6998
+ export declare interface ImageGalleryStrings {
6999
+ /**
7000
+ * Download button label for ImageGallery
7001
+ */
7002
+ downloadButtonLabel: string;
7003
+ /**
7004
+ * Dismiss button aria label for ImageGallery
7005
+ */
7006
+ dismissButtonAriaLabel: string;
5403
7007
  }
5404
7008
 
7009
+ /**
7010
+ * @beta
7011
+ * This contains a readonly array that returns all the active `incomingCalls`.
7012
+ * An active incoming call is a call that has not been answered, declined or disconnected.
7013
+ */
7014
+ export declare type IncomingCallManagement = {
7015
+ /**
7016
+ * @beta
7017
+ * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
7018
+ * @returns readonly array of {@link DeclarativeIncomingCall}
7019
+ */
7020
+ incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
7021
+ };
7022
+
5405
7023
  /**
5406
7024
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
5407
7025
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -5532,7 +7150,7 @@ export declare interface JumpToNewMessageButtonProps {
5532
7150
  *
5533
7151
  * @public
5534
7152
  */
5535
- export declare const lightTheme: PartialTheme & CallingTheme;
7153
+ export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5536
7154
 
5537
7155
  /**
5538
7156
  * Whether the stream is loading or not.
@@ -5616,6 +7234,31 @@ export declare interface LocalVideoStreamVideoEffectsState {
5616
7234
  activeEffects?: VideoEffectName[];
5617
7235
  }
5618
7236
 
7237
+ /**
7238
+ * Options for the local video tile in the Call composite.
7239
+ *
7240
+ * @beta
7241
+ */
7242
+ export declare interface LocalVideoTileOptions {
7243
+ /**
7244
+ * Position of the local video tile. If unset will render the local tile in the floating local position.
7245
+ *
7246
+ * @defaultValue 'floating'
7247
+ * @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
7248
+ * 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
7249
+ * local video tile rules and be docked in the bottom corner.
7250
+ * This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
7251
+ */
7252
+ position?: 'grid' | 'floating';
7253
+ }
7254
+
7255
+ /**
7256
+ * different modes of the local video tile
7257
+ *
7258
+ * @beta
7259
+ */
7260
+ export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
7261
+
5619
7262
  /**
5620
7263
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
5621
7264
  *
@@ -5634,6 +7277,76 @@ export declare interface MediaDiagnosticsState {
5634
7277
  latest: LatestMediaDiagnostics;
5635
7278
  }
5636
7279
 
7280
+ /**
7281
+ * Mention's state, as reflected in the UI.
7282
+ *
7283
+ * @beta
7284
+ */
7285
+ export declare interface Mention {
7286
+ /** ID of a mention */
7287
+ id: string;
7288
+ /** Display text of a mention */
7289
+ displayText: string;
7290
+ /** Optional React element to render an item icon of a mention suggestion */
7291
+ icon?: JSX.Element;
7292
+ }
7293
+
7294
+ /**
7295
+ * Options to display suggestions in the mention scenario.
7296
+ *
7297
+ * @beta
7298
+ */
7299
+ export declare interface MentionDisplayOptions {
7300
+ /**
7301
+ * Optional callback for customizing the mention renderer in a message thread.
7302
+ */
7303
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7304
+ }
7305
+
7306
+ /**
7307
+ * Options to lookup suggestions in the mention scenario.
7308
+ *
7309
+ * @beta
7310
+ */
7311
+ export declare interface MentionLookupOptions {
7312
+ /**
7313
+ * Optional string to set trigger keyword for mention a specific participant.
7314
+ *
7315
+ * @defaultValue `@`
7316
+ */
7317
+ trigger?: string;
7318
+ /**
7319
+ * Optional callback to fetch a list of mention suggestions base on the query.
7320
+ */
7321
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
7322
+ /**
7323
+ * Optional callback to render an item of the mention suggestions list.
7324
+ */
7325
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7326
+ }
7327
+
7328
+ /**
7329
+ * Options to lookup suggestions and display mentions in the mention scenario.
7330
+ *
7331
+ * @beta
7332
+ */
7333
+ export declare type MentionOptions = {
7334
+ lookupOptions?: MentionLookupOptions;
7335
+ displayOptions?: MentionDisplayOptions;
7336
+ };
7337
+
7338
+ /**
7339
+ * Strings of {@link _MentionPopover} that can be overridden.
7340
+ *
7341
+ * @beta
7342
+ */
7343
+ export declare interface MentionPopoverStrings {
7344
+ /**
7345
+ * Header text for MentionPopover
7346
+ */
7347
+ mentionPopoverHeader: string;
7348
+ }
7349
+
5637
7350
  /**
5638
7351
  * Discriminated union of all messages.
5639
7352
  *
@@ -5641,7 +7354,7 @@ export declare interface MediaDiagnosticsState {
5641
7354
  *
5642
7355
  * @public
5643
7356
  */
5644
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7357
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
5645
7358
 
5646
7359
  /**
5647
7360
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -5861,7 +7574,7 @@ export declare type MessageThreadProps = {
5861
7574
  /**
5862
7575
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
5863
7576
  */
5864
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
7577
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
5865
7578
  /**
5866
7579
  * number of participants in the thread
5867
7580
  */
@@ -5942,7 +7655,18 @@ export declare type MessageThreadProps = {
5942
7655
  * @remarks
5943
7656
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
5944
7657
  */
5945
- onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7658
+ onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7659
+ /**
7660
+ * Optional callback to render uploaded files in the message component.
7661
+ * @beta
7662
+ */
7663
+ onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
7664
+ /**
7665
+ * Optional callback to retrieve the inline image in a message.
7666
+ * @param attachment - FileMetadata object we want to render
7667
+ * @beta
7668
+ */
7669
+ onFetchAttachments?: (attachments: FileMetadata[]) => Promise<AttachmentDownloadResult[]>;
5946
7670
  /**
5947
7671
  * Optional callback to edit a message.
5948
7672
  *
@@ -5984,6 +7708,28 @@ export declare type MessageThreadProps = {
5984
7708
  * Optional strings to override in component
5985
7709
  */
5986
7710
  strings?: Partial<MessageThreadStrings>;
7711
+ /**
7712
+ * @beta
7713
+ * Optional function called when someone clicks on the file download icon.
7714
+ * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
7715
+ * this function will be called with the data inside `fileSharingMetadata` key.
7716
+ */
7717
+ fileDownloadHandler?: FileDownloadHandler;
7718
+ /**
7719
+ * Optional function to provide customized date format.
7720
+ * @beta
7721
+ */
7722
+ onDisplayDateTimeString?: (messageDate: Date) => string;
7723
+ /**
7724
+ * Optional props needed to lookup a mention query and display mentions
7725
+ * @beta
7726
+ */
7727
+ mentionOptions?: MentionOptions;
7728
+ /**
7729
+ * Optional callback called when an inline image is clicked.
7730
+ * @beta
7731
+ */
7732
+ onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
5987
7733
  };
5988
7734
 
5989
7735
  /**
@@ -6055,6 +7801,14 @@ export declare interface MessageThreadStrings {
6055
7801
  editBoxSubmitButton: string;
6056
7802
  /** String for action menu indicating there are more options */
6057
7803
  actionMenuMoreOptions?: string;
7804
+ /** String for download file button in file card */
7805
+ downloadFile: string;
7806
+ /** String for policy violation message removal */
7807
+ blockedWarningText: string;
7808
+ /** String for policy violation message removal details link */
7809
+ blockedWarningLinkText: string;
7810
+ /** String for aria text in file attachment group*/
7811
+ fileCardGroupMessage: string;
6058
7812
  }
6059
7813
 
6060
7814
  /**
@@ -6082,6 +7836,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
6082
7836
  /** Styles for system message container. */
6083
7837
  systemMessageContainer?: ComponentSlotStyle;
6084
7838
  /** Styles for blocked message container. */
7839
+ blockedMessageContainer?: ComponentSlotStyle;
6085
7840
  /** Styles for message status indicator container. */
6086
7841
  messageStatusContainer?: (mine: boolean) => IStyle;
6087
7842
  }
@@ -6250,6 +8005,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
6250
8005
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
6251
8006
  }
6252
8007
 
8008
+ /**
8009
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
8010
+ * by their browsers settings.
8011
+ *
8012
+ * @beta
8013
+ */
8014
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
8015
+
8016
+ /**
8017
+ * @beta
8018
+ * Props for MicrophoneSitePermissions component.
8019
+ */
8020
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
8021
+ /** Icon name for the microphone icon */
8022
+ microphoneIconName?: string;
8023
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
8024
+ strings?: MicrophoneSitePermissionsStrings;
8025
+ }
8026
+
8027
+ /**
8028
+ * @beta
8029
+ * Strings for MicrophoneSitePermissions component.
8030
+ */
8031
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8032
+
6253
8033
  /**
6254
8034
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
6255
8035
  *
@@ -6268,6 +8048,13 @@ export declare interface NetworkDiagnosticsState {
6268
8048
  latest: LatestNetworkDiagnostics;
6269
8049
  }
6270
8050
 
8051
+ /**
8052
+ * Callback function used to provide custom data to build profile for a user.
8053
+ *
8054
+ * @beta
8055
+ */
8056
+ export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8057
+
6271
8058
  /**
6272
8059
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
6273
8060
  *
@@ -6390,6 +8177,14 @@ export declare interface ParticipantItemProps {
6390
8177
  onClick?: (props?: ParticipantItemProps) => void;
6391
8178
  /** Optional value to determine if the tooltip should be shown for participants or not */
6392
8179
  showParticipantOverflowTooltip?: boolean;
8180
+ /**
8181
+ * Optional value to determine and display a participants connection status.
8182
+ * For example, `Connecting`, `Ringing` etc.
8183
+ * The actual text that is displayed is determined by the localized string
8184
+ * corresponding to the provided participant state.
8185
+ * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8186
+ */
8187
+ participantState?: ParticipantState;
6393
8188
  /**
6394
8189
  * Optional aria property that prefixes the ParticipantItems aria content
6395
8190
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -6415,6 +8210,10 @@ export declare interface ParticipantItemStrings {
6415
8210
  mutedIconLabel: string;
6416
8211
  /** placeholder text for participants who does not have a display name*/
6417
8212
  displayNamePlaceholder?: string;
8213
+ /** String shown when `participantState` is `Ringing` */
8214
+ participantStateRinging?: string;
8215
+ /** String shown when `participantState` is `Hold` */
8216
+ participantStateHold?: string;
6418
8217
  }
6419
8218
 
6420
8219
  /**
@@ -6494,6 +8293,10 @@ export declare type ParticipantListProps = {
6494
8293
  styles?: ParticipantListStyles;
6495
8294
  /** Optional value to determine if the tooltip should be shown for participants or not */
6496
8295
  showParticipantOverflowTooltip?: boolean;
8296
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
8297
+ totalParticipantCount?: number;
8298
+ /** Strings for the participant list */
8299
+ strings?: ParticipantListStrings;
6497
8300
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
6498
8301
  participantAriaLabelledBy?: string;
6499
8302
  };
@@ -6506,8 +8309,21 @@ export declare type ParticipantListProps = {
6506
8309
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6507
8310
  participants: CallParticipantListParticipant[];
6508
8311
  myUserId: string;
8312
+ totalParticipantCount?: number;
6509
8313
  };
6510
8314
 
8315
+ /**
8316
+ * Strings for the {@link ParticipantList}.
8317
+ *
8318
+ * @beta
8319
+ */
8320
+ export declare interface ParticipantListStrings {
8321
+ /**
8322
+ * String for rendering the count of participants not contained in the displayed participant list
8323
+ */
8324
+ overflowParticipantCount?: string;
8325
+ }
8326
+
6511
8327
  /**
6512
8328
  * Styles for the {@link ParticipantList}.
6513
8329
  *
@@ -6724,6 +8540,18 @@ export declare type ParticipantsRemovedListener = (event: {
6724
8540
  */
6725
8541
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
6726
8542
 
8543
+ /**
8544
+ * The profile of a user.
8545
+ *
8546
+ * @beta
8547
+ */
8548
+ export declare type Profile = {
8549
+ /**
8550
+ * Primary text to display, usually the name of the person.
8551
+ */
8552
+ displayName?: string;
8553
+ };
8554
+
6727
8555
  /**
6728
8556
  * Raised hand state with order
6729
8557
  *
@@ -6848,7 +8676,7 @@ export declare interface RemoteParticipantState {
6848
8676
  /**
6849
8677
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
6850
8678
  */
6851
- identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind | MicrosoftTeamsAppKind;
8679
+ identifier: CommunicationIdentifierKind;
6852
8680
  /**
6853
8681
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
6854
8682
  */
@@ -6876,6 +8704,10 @@ export declare interface RemoteParticipantState {
6876
8704
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
6877
8705
  */
6878
8706
  isSpeaking: boolean;
8707
+ /**
8708
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
8709
+ */
8710
+ role?: ParticipantRole;
6879
8711
  /**
6880
8712
  * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
6881
8713
  */
@@ -6904,6 +8736,7 @@ export declare interface RemoteVideoStreamState {
6904
8736
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
6905
8737
  * @beta
6906
8738
  */
8739
+ isReceiving: boolean;
6907
8740
  /**
6908
8741
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
6909
8742
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -7003,6 +8836,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
7003
8836
  */
7004
8837
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
7005
8838
 
8839
+ /**
8840
+ * @beta
8841
+ * Error to be displayed to the user in an error bar above sendbox.
8842
+ */
8843
+ export declare interface SendBoxErrorBarError {
8844
+ /** Error Message to be displayed */
8845
+ message: string;
8846
+ /**
8847
+ * Unix Timestamp. Preferred generation using `Date.now()`
8848
+ */
8849
+ timestamp: number;
8850
+ }
8851
+
7006
8852
  /**
7007
8853
  * Props for {@link SendBox}.
7008
8854
  *
@@ -7022,6 +8868,11 @@ export declare interface SendBoxProps {
7022
8868
  * Optional override behavior on send button click
7023
8869
  */
7024
8870
  onSendMessage?: (content: string) => Promise<void>;
8871
+ /**
8872
+ * Optional props needed to lookup suggestions in the mention scenario.
8873
+ * @beta
8874
+ */
8875
+ mentionLookupOptions?: MentionLookupOptions;
7025
8876
  /**
7026
8877
  * Optional callback called when user is typing
7027
8878
  */
@@ -7058,6 +8909,25 @@ export declare interface SendBoxProps {
7058
8909
  * When undefined nothing has focus on render
7059
8910
  */
7060
8911
  autoFocus?: 'sendBoxTextField';
8912
+ /**
8913
+ * Optional callback to render uploaded files in the SendBox. The sendBox will expand
8914
+ * vertically to accommodate the uploaded files. File uploads will
8915
+ * be rendered below the text area in sendBox.
8916
+ * @beta
8917
+ */
8918
+ onRenderFileUploads?: () => JSX.Element;
8919
+ /**
8920
+ * Optional array of active file uploads where each object has attributes
8921
+ * of a file upload like name, progress, errorMessage etc.
8922
+ * @beta
8923
+ */
8924
+ activeFileUploads?: ActiveFileUpload[];
8925
+ /**
8926
+ * Optional callback to remove the file upload before sending by clicking on
8927
+ * cancel icon.
8928
+ * @beta
8929
+ */
8930
+ onCancelFileUpload?: (fileId: string) => void;
7061
8931
  }
7062
8932
 
7063
8933
  /**
@@ -7088,6 +8958,22 @@ export declare interface SendBoxStrings {
7088
8958
  * Aria label for send message button
7089
8959
  */
7090
8960
  sendButtonAriaLabel: string;
8961
+ /**
8962
+ * Error message indicating that all file uploads are not complete.
8963
+ */
8964
+ fileUploadsPendingError: string;
8965
+ /**
8966
+ * Aria label to notify user when focus is on cancel file upload button.
8967
+ */
8968
+ removeFile: string;
8969
+ /**
8970
+ * Aria label to notify user file uploading starts.
8971
+ */
8972
+ uploading: string;
8973
+ /**
8974
+ * Aria label to notify user file is uploaded.
8975
+ */
8976
+ uploadCompleted: string;
7091
8977
  }
7092
8978
 
7093
8979
  /**
@@ -7108,6 +8994,60 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
7108
8994
  systemMessage?: IStyle;
7109
8995
  }
7110
8996
 
8997
+ /**
8998
+ * @beta
8999
+ * Strings for SitePermissions component
9000
+ */
9001
+ export declare type SitePermissionsStrings = {
9002
+ /**
9003
+ * Main text string.
9004
+ */
9005
+ primaryText?: string;
9006
+ /**
9007
+ * Subtext string.
9008
+ */
9009
+ secondaryText?: string;
9010
+ /**
9011
+ * More help link string.
9012
+ */
9013
+ linkText?: string;
9014
+ /**
9015
+ * Primary button text string.
9016
+ */
9017
+ primaryButtonText?: string;
9018
+ /**
9019
+ * Aria label describing the content of the container
9020
+ */
9021
+ ariaLabel?: string;
9022
+ };
9023
+
9024
+ /**
9025
+ * Fluent styles for {@link SitePermissionsContainer}.
9026
+ *
9027
+ * @beta
9028
+ */
9029
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
9030
+ /** Styles for the primary button. */
9031
+ primaryButton?: IButtonStyles;
9032
+ /** Styles for the help troubleshooting link text. */
9033
+ troubleshootingLink?: ILinkStyles;
9034
+ }
9035
+
9036
+ /**
9037
+ * @beta
9038
+ * Type for representing a custom sound to use for a calling event
9039
+ */
9040
+ export declare type SoundEffect = {
9041
+ /**
9042
+ * Path to sound effect
9043
+ */
9044
+ path: string;
9045
+ /**
9046
+ * type of file format for the sound effect
9047
+ */
9048
+ fileType?: 'mp3' | 'wav' | 'ogg' | 'aac' | 'flac';
9049
+ };
9050
+
7111
9051
  /**
7112
9052
  * @public
7113
9053
  * spoken language strings for captions setting modal
@@ -7264,6 +9204,19 @@ export declare interface StatefulCallClient extends CallClient {
7264
9204
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
7265
9205
  */
7266
9206
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9207
+ /** @conditional-compile-remove(one-to-n-calling) */
9208
+ /**
9209
+ * The CallAgent is used to handle calls.
9210
+ * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9211
+ * - The CallClient can only have one active CallAgent instance at a time.
9212
+ * - You can create a new CallClient instance to create a new CallAgent.
9213
+ * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9214
+ * createCallAgent() method again to create a new CallAgent.
9215
+ * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9216
+ * @param options - The CallAgentOptions for additional options like display name.
9217
+ * @public
9218
+ */
9219
+ createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
7267
9220
  }
7268
9221
 
7269
9222
  /**
@@ -7276,7 +9229,16 @@ export declare type StatefulCallClientArgs = {
7276
9229
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
7277
9230
  * state. It is not used by StatefulCallClient.
7278
9231
  */
7279
- userId: CommunicationUserIdentifier;
9232
+ userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9233
+ /**
9234
+ * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9235
+ * to start a PSTN call.
9236
+ *
9237
+ * example: +11234567
9238
+ *
9239
+ * This is not a cached value from the headless calling client.
9240
+ */
9241
+ alternateCallerId?: string;
7280
9242
  };
7281
9243
 
7282
9244
  /**
@@ -7431,6 +9393,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
7431
9393
  */
7432
9394
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
7433
9395
 
9396
+ /**
9397
+ * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9398
+ *
9399
+ * @beta
9400
+ */
9401
+ export declare interface TeamsCallAdapter extends CommonCallAdapter {
9402
+ /**
9403
+ * Join the call with microphone initially on/off.
9404
+ * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9405
+ * @param microphoneOn - Whether microphone is initially enabled
9406
+ *
9407
+ * @beta
9408
+ */
9409
+ joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9410
+ /**
9411
+ * Join the call with options bag to set microphone/camera initial state when joining call
9412
+ * true = turn on the device when joining call
9413
+ * false = turn off the device when joining call
9414
+ * 'keep'/undefined = retain devices' precall state
9415
+ *
9416
+ * @param options - param to set microphone/camera initially on/off.
9417
+ *
9418
+ * @public
9419
+ */
9420
+ joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9421
+ /**
9422
+ * Start the call.
9423
+ *
9424
+ * @param participants - An array of participant ids to join
9425
+ *
9426
+ * @beta
9427
+ */
9428
+ startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9429
+ /**
9430
+ * Start the call.
9431
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9432
+ * @beta
9433
+ */
9434
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9435
+ }
9436
+
9437
+ /**
9438
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9439
+ *
9440
+ * @beta
9441
+ */
9442
+ export declare type TeamsCallAdapterArgs = {
9443
+ userId: MicrosoftTeamsUserIdentifier;
9444
+ credential: CommunicationTokenCredential;
9445
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9446
+ /**
9447
+ * Optional parameters for the {@link TeamsCallAdapter} created
9448
+ */
9449
+ options?: TeamsAdapterOptions;
9450
+ };
9451
+
9452
+ /**
9453
+ * Object containing all the teams call handlers required for calling components.
9454
+ *
9455
+ * Calling related components from this package are able to pick out relevant handlers from this object.
9456
+ * See {@link useHandlers} and {@link usePropsFor}.
9457
+ *
9458
+ * @beta
9459
+ */
9460
+ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9461
+ onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9462
+ }
9463
+
7434
9464
  /**
7435
9465
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
7436
9466
  *
@@ -7476,6 +9506,27 @@ export declare interface TranscriptionCallFeature {
7476
9506
  isTranscriptionActive: boolean;
7477
9507
  }
7478
9508
 
9509
+ /**
9510
+ * Transfer feature state
9511
+ *
9512
+ * @beta
9513
+ */
9514
+ export declare interface TransferFeature {
9515
+ /**
9516
+ * Accepted transfer requests
9517
+ */
9518
+ acceptedTransfers: {
9519
+ [key: string]: AcceptedTransfer;
9520
+ };
9521
+ }
9522
+
9523
+ /**
9524
+ * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
9525
+ *
9526
+ * @beta
9527
+ */
9528
+ export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
9529
+
7479
9530
  /**
7480
9531
  * Component to notify local user when one or more participants in the chat thread are typing.
7481
9532
  *
@@ -7610,11 +9661,118 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
7610
9661
  typingString?: IStyle;
7611
9662
  }
7612
9663
 
9664
+ /**
9665
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
9666
+ *
9667
+ * @beta
9668
+ */
9669
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
9670
+
9671
+ /**
9672
+ * props for {@link UnsupportedBrowser} UI
9673
+ *
9674
+ * @beta
9675
+ */
9676
+ export declare interface UnsupportedBrowserProps {
9677
+ /** Handler to perform an action when the help link is actioned */
9678
+ onTroubleshootingClick?: () => void;
9679
+ /** String overrides for the component */
9680
+ strings?: UnsupportedBrowserStrings;
9681
+ }
9682
+
9683
+ /**
9684
+ * Strings for UnsupportedBrowser component
9685
+ *
9686
+ * @beta
9687
+ */
9688
+ export declare interface UnsupportedBrowserStrings {
9689
+ /** String for the primary text */
9690
+ primaryText: string;
9691
+ /** String for the secondary text */
9692
+ secondaryText: string;
9693
+ /** String to display in the text for the help link */
9694
+ moreHelpLinkText: string;
9695
+ }
9696
+
9697
+ /**
9698
+ * UI to display to the user that the browser version they are using is out of date
9699
+ * and not supported by Azure Communications Calling service.
9700
+ *
9701
+ * @beta
9702
+ */
9703
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
9704
+
9705
+ /**
9706
+ * props for {@link UnsupportedBrowserVersion} UI
9707
+ *
9708
+ * @beta
9709
+ */
9710
+ export declare interface UnsupportedBrowserVersionProps {
9711
+ /** Handler to perform an action when the help link is actioned */
9712
+ onTroubleshootingClick?: () => void;
9713
+ /** String overrides for the component */
9714
+ strings?: UnsupportedBrowserVersionStrings;
9715
+ /** Handler to allow user to continue into the call */
9716
+ onContinueAnywayClick?: () => void;
9717
+ }
9718
+
9719
+ /**
9720
+ * Strings for UnsupportedBrowser component
9721
+ *
9722
+ * @beta
9723
+ */
9724
+ export declare interface UnsupportedBrowserVersionStrings {
9725
+ /** String for the primary text */
9726
+ primaryText: string;
9727
+ /** String for the secondary text */
9728
+ secondaryText: string;
9729
+ /** String to display in the text for the help link */
9730
+ moreHelpLinkText: string;
9731
+ /** String for continue without updating button */
9732
+ continueAnywayButtonText?: string;
9733
+ }
9734
+
9735
+ /**
9736
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
9737
+ *
9738
+ * @beta
9739
+ */
9740
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
9741
+
9742
+ /**
9743
+ * Props for {@link UnsupportedOperatingSystem} UI
9744
+ *
9745
+ * @beta
9746
+ */
9747
+ export declare interface UnsupportedOperatingSystemProps {
9748
+ /** Handler to perform a action when the help link is actioned */
9749
+ onTroubleshootingClick?: () => void;
9750
+ /** String overrides for the component */
9751
+ strings?: UnsupportedOperatingSystemStrings;
9752
+ }
9753
+
9754
+ /**
9755
+ * Strings for UnsupportedBrowser component
9756
+ *
9757
+ * @beta
9758
+ */
9759
+ export declare interface UnsupportedOperatingSystemStrings {
9760
+ /** String for the primary text */
9761
+ primaryText: string;
9762
+ /** String for the secondary text */
9763
+ secondaryText: string;
9764
+ /** String to display in the text for the help link */
9765
+ moreHelpLinkText: string;
9766
+ }
9767
+
7613
9768
  /**
7614
9769
  * @public
7615
9770
  * Callback function run when a message is updated.
7616
9771
  */
7617
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
9772
+ export declare type UpdateMessageCallback = (messageId: string, content: string, options?: {
9773
+ metadata?: Record<string, string>;
9774
+ attachedFilesMetadata?: FileMetadata[];
9775
+ }) => Promise<void>;
7618
9776
 
7619
9777
  /**
7620
9778
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -7762,6 +9920,44 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
7762
9920
  */
7763
9921
  export declare const useSelector: <ParamT extends Selector | undefined>(selector: ParamT, selectorProps?: (ParamT extends Selector ? Parameters<ParamT>[1] : undefined) | undefined, type?: "chat" | "calling" | undefined) => ParamT extends Selector ? ReturnType<ParamT> : undefined;
7764
9922
 
9923
+ /**
9924
+ * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
9925
+ *
9926
+ * Useful when implementing a custom component that utilizes the providers
9927
+ * exported from this library.
9928
+ *
9929
+ * you must have previously used the CallProvider with a TeamsCall object to use this hook
9930
+ *
9931
+ * @beta
9932
+ */
9933
+ export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9934
+
9935
+ /**
9936
+ * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
9937
+ *
9938
+ * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
9939
+ * creation of the adapter internally.
9940
+ *
9941
+ * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
9942
+ * as they are created. The adapter is only created when all arguments are defined.
9943
+ *
9944
+ * Note that you must memoize the arguments to avoid recreating adapter on each render.
9945
+ * See storybook for typical usage examples.
9946
+ *
9947
+ * @beta
9948
+ */
9949
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
9950
+
9951
+ /**
9952
+ * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
9953
+ *
9954
+ * Useful when implementing a custom component that utilizes the providers
9955
+ * exported from this library.
9956
+ *
9957
+ * @beta
9958
+ */
9959
+ export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
9960
+
7765
9961
  /**
7766
9962
  * React hook to access theme
7767
9963
  *
@@ -7901,7 +10097,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
7901
10097
  /**
7902
10098
  * @public
7903
10099
  */
7904
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
10100
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
7905
10101
 
7906
10102
  /**
7907
10103
  * The state of the local participant in the {@link VideoGallery}.
@@ -8023,6 +10219,13 @@ export declare interface VideoGalleryProps {
8023
10219
  * @defaultValue 'horizontalBottom'
8024
10220
  */
8025
10221
  overflowGalleryPosition?: OverflowGalleryPosition;
10222
+ /**
10223
+ * Determines the aspect ratio of local video tile in the video gallery.
10224
+ * @remarks 'followDeviceOrientation' will be responsive to the screen orientation and will change between 9:16 (portrait) and
10225
+ * 16:9 (landscape) aspect ratios.
10226
+ * @defaultValue 'followDeviceOrientation'
10227
+ */
10228
+ localVideoTileSize?: LocalVideoTileSize;
8026
10229
  }
8027
10230
 
8028
10231
  /**
@@ -8035,6 +10238,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
8035
10238
  isSpeaking?: boolean;
8036
10239
  /** Video stream of shared screen */
8037
10240
  screenShareStream?: VideoGalleryStream;
10241
+ /**
10242
+ * @beta
10243
+ * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10244
+ */
10245
+ state?: ParticipantState;
8038
10246
  /** Whether participant is raised a hand */
8039
10247
  raisedHand?: RaisedHand;
8040
10248
  }
@@ -8274,6 +10482,12 @@ export declare interface VideoTileProps {
8274
10482
  isSpeaking?: boolean;
8275
10483
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
8276
10484
  raisedHand?: RaisedHand;
10485
+ /**
10486
+ * The call connection state of the participant.
10487
+ * For example, `Hold` means the participant is on hold.
10488
+ */
10489
+ participantState?: ParticipantState;
10490
+ strings?: VideoTileStrings;
8277
10491
  /**
8278
10492
  * Display custom menu items in the VideoTile's contextual menu.
8279
10493
  * Uses Fluent UI ContextualMenu.
@@ -8286,6 +10500,15 @@ export declare interface VideoTileProps {
8286
10500
  onLongTouch?: () => void;
8287
10501
  }
8288
10502
 
10503
+ /**
10504
+ * Strings of {@link VideoTile} that can be overridden.
10505
+ * @beta
10506
+ */
10507
+ export declare interface VideoTileStrings {
10508
+ participantStateRinging: string;
10509
+ participantStateHold: string;
10510
+ }
10511
+
8289
10512
  /**
8290
10513
  * Fluent styles for {@link VideoTile}.
8291
10514
  *