@azure/communication-react 1.9.0 → 1.10.0-alpha-202311040013

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 (1027) hide show
  1. package/dist/communication-react.d.ts +2515 -211
  2. package/dist/dist-cjs/communication-react/index.js +12536 -5459
  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 +6 -1
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +17 -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 +13 -3
  31. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +53 -43
  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 +62 -15
  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 +13 -1
  64. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +38 -6
  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 +43 -14
  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 +9 -3
  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 +4 -1
  149. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +3 -10
  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 +3 -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.d.ts +2 -2
  214. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +4 -6
  215. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +38 -23
  217. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  218. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +22 -1
  219. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +20 -5
  220. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  221. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +2 -0
  222. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +43 -42
  223. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +22 -1
  225. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +103 -31
  226. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +15 -0
  228. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +124 -21
  229. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.d.ts +10 -0
  231. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js +15 -0
  232. package/dist/dist-esm/react-components/src/components/ChatMessage/MentionRenderer.js.map +1 -0
  233. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  234. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +7 -4
  236. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  238. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  242. package/dist/dist-esm/react-components/src/components/ControlBar.js +10 -14
  243. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts +6 -0
  245. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +14 -4
  246. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +3 -14
  248. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +69 -0
  250. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +37 -0
  251. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
  252. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +75 -0
  253. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +58 -0
  254. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
  255. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +5 -8
  256. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  257. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +105 -0
  258. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +86 -0
  259. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +1 -0
  260. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +86 -0
  261. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +31 -0
  262. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +1 -0
  263. package/dist/dist-esm/react-components/src/components/DevicesButton.js +19 -27
  264. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +42 -44
  266. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  268. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +2 -6
  270. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  272. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
  274. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +16 -27
  275. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +6 -4
  277. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/EndCallButton.js +3 -7
  280. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/ErrorBar.js +9 -5
  282. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/FileCard.js +2 -3
  284. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  286. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +31 -1
  288. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +38 -14
  289. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -7
  291. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  293. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  294. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  295. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
  297. package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
  298. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
  299. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -9
  300. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +71 -0
  302. package/dist/dist-esm/react-components/src/components/ImageGallery.js +53 -0
  303. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -0
  304. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +3 -5
  305. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +30 -22
  306. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +3 -5
  308. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +1 -1
  310. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +29 -10
  311. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/MentionPopover.d.ts +121 -0
  313. package/dist/dist-esm/react-components/src/components/MentionPopover.js +125 -0
  314. package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -0
  315. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +23 -36
  316. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +51 -2
  318. package/dist/dist-esm/react-components/src/components/MessageThread.js +221 -91
  319. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +17 -14
  321. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +94 -101
  323. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +13 -0
  325. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +17 -17
  326. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  327. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +15 -0
  328. package/dist/dist-esm/react-components/src/components/ParticipantList.js +72 -27
  329. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +46 -32
  331. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  333. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  335. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +6 -12
  337. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  338. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -1
  339. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +49 -15
  340. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  342. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +2 -2
  344. package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +6 -14
  346. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +41 -0
  348. package/dist/dist-esm/react-components/src/components/SendBox.js +39 -13
  349. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  351. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +2 -4
  354. package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  356. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/SystemMessage.js +2 -4
  358. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  359. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.d.ts +41 -0
  360. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js +611 -0
  361. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.js.map +1 -0
  362. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.d.ts +152 -0
  363. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +822 -0
  364. package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -0
  365. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  366. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -6
  368. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +3 -1
  370. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  371. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +3 -1
  372. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +20 -0
  374. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +3 -1
  376. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  377. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +19 -34
  378. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +3 -1
  380. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +14 -14
  382. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +4 -0
  384. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +23 -17
  385. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.d.ts +2 -2
  387. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +11 -5
  388. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
  389. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +37 -16
  390. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  391. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -10
  392. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +5 -0
  394. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +69 -27
  395. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js +2 -2
  397. package/dist/dist-esm/react-components/src/components/VideoGallery/FocusContentLayout.js.map +1 -1
  398. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.d.ts +17 -0
  399. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js +126 -0
  400. package/dist/dist-esm/react-components/src/components/VideoGallery/LargeGalleryLayout.js.map +1 -0
  401. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  402. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.d.ts +1 -1
  403. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  404. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  405. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +18 -6
  406. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +1 -1
  408. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +8 -6
  409. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +3 -6
  411. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.d.ts +5 -0
  413. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +64 -22
  414. package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +1 -6
  416. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +7 -32
  418. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +2 -11
  420. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +1 -3
  426. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -11
  428. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  429. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +22 -28
  430. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -1
  431. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +10 -5
  432. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  433. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +19 -32
  434. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +62 -22
  437. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +14 -1
  439. package/dist/dist-esm/react-components/src/components/VideoGallery.js +131 -36
  440. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +7 -0
  442. package/dist/dist-esm/react-components/src/components/VideoTile.js +39 -54
  443. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +2 -2
  445. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -1
  446. package/dist/dist-esm/react-components/src/components/index.d.ts +19 -0
  447. package/dist/dist-esm/react-components/src/components/index.js +12 -0
  448. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +58 -0
  450. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +144 -0
  451. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +1 -0
  452. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  454. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +12 -0
  455. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +26 -7
  456. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  458. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  459. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  460. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +2 -2
  461. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  463. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  464. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +68 -0
  466. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +202 -0
  467. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -0
  468. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts +0 -4
  469. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +1 -13
  470. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  471. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.d.ts +26 -0
  472. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js +68 -0
  473. package/dist/dist-esm/react-components/src/components/styles/MentionPopover.style.js.map +1 -0
  474. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  475. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +1 -1
  476. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -8
  477. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  478. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +0 -1
  479. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  481. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +2 -10
  482. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +38 -0
  484. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +92 -0
  485. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +1 -0
  486. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +0 -3
  487. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  488. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  489. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +0 -1
  490. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  491. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  492. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +26 -0
  493. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +67 -0
  494. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +1 -0
  495. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +0 -1
  496. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -1
  497. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +3 -17
  498. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  499. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  500. package/dist/dist-esm/react-components/src/components/styles/v8StyleShim.js.map +1 -1
  501. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +1 -4
  502. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  503. package/dist/dist-esm/react-components/src/components/utils/common.js +4 -0
  504. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  505. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  506. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  507. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +2 -1
  508. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +4 -7
  509. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  510. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
  512. package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
  513. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
  514. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -1
  515. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  516. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  517. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +10 -1
  518. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  519. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +1 -3
  520. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  521. package/dist/dist-esm/react-components/src/components/utils.js +13 -10
  522. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  523. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -6
  524. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  525. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  526. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +4 -0
  527. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +5 -1
  528. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  530. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  531. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  532. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +65 -0
  533. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  534. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  535. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +1 -3
  536. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  537. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +1 -3
  538. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  539. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +1 -3
  540. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  541. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +1 -3
  542. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  543. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
  544. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +1 -3
  545. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  546. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +1 -3
  547. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  548. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +1 -3
  549. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  550. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +1 -3
  551. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  552. package/dist/dist-esm/react-components/src/localization/locales/index.js +1 -3
  553. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  554. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +1 -3
  555. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  556. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +1 -3
  557. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  558. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +1 -3
  559. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  560. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +1 -3
  561. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  562. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +1 -3
  563. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  564. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +1 -3
  565. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  566. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +1 -3
  567. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  568. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +1 -3
  569. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  570. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +1 -3
  571. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  572. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +1 -3
  573. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  574. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  575. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +1 -3
  576. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  577. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +1 -3
  578. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  579. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +3 -5
  580. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  581. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +1 -1
  582. package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
  583. package/dist/dist-esm/react-components/src/theming/icons.d.ts +87 -72
  584. package/dist/dist-esm/react-components/src/theming/icons.js +112 -10
  585. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  586. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
  587. package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
  588. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
  589. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  590. package/dist/dist-esm/react-components/src/theming/themeDuplicates.js.map +1 -1
  591. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  592. package/dist/dist-esm/react-components/src/theming/themes.d.ts +21 -2
  593. package/dist/dist-esm/react-components/src/theming/themes.js +16 -0
  594. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  595. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -7
  596. package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
  597. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  598. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +27 -1
  599. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  600. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  601. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -1
  602. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  603. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +8 -0
  604. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  605. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  606. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  607. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +6 -0
  608. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +2 -0
  609. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  610. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  611. package/dist/dist-esm/react-composites/src/Logger.js.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +113 -0
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +134 -41
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +148 -0
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +76 -6
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +405 -84
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +134 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +9 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +1 -3
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -1
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +3 -2
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +16 -4
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +6 -0
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +2 -0
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +3 -0
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +127 -29
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +132 -54
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +48 -0
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +210 -0
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +1 -0
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +10 -18
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +2 -0
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +21 -0
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +20 -2
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +2 -0
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +21 -0
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +5 -4
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +12 -0
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +93 -0
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -0
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +34 -23
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +64 -26
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +25 -34
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +0 -9
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +64 -66
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -6
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +29 -11
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -1
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +3 -7
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +13 -8
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.d.ts +1 -0
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +1 -0
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +12 -4
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +47 -5
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +5 -2
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +1 -0
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +17 -8
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +5 -2
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +8 -0
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +26 -0
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +1 -0
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/RaiseHand.js.map +1 -1
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +10 -1
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +13 -9
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +31 -8
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +6 -0
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +2 -0
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +2 -2
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +22 -10
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +15 -0
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +169 -27
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +24 -0
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +34 -0
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -0
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +17 -9
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  726. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +11 -0
  727. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +113 -0
  728. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -0
  729. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +15 -0
  730. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +54 -0
  731. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +1 -0
  732. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +15 -9
  733. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  734. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  735. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.d.ts +11 -5
  736. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js +2 -1
  737. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/activeVideoBackgroundEffectSelector.js.map +1 -1
  738. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +9 -0
  739. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +10 -0
  740. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +14 -8
  742. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.d.ts +14 -8
  744. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js +1 -4
  745. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/capabilitiesChangedInfoAndRoleSelector.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +14 -8
  747. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  748. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.d.ts +14 -8
  749. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/deviceCountSelector.js.map +1 -1
  750. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +15 -9
  751. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  753. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +12 -6
  754. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +11 -5
  755. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  756. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +16 -10
  757. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  758. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +22 -16
  760. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +7 -1
  761. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  762. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +15 -9
  763. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  764. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  765. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +10 -4
  766. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  767. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  768. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +32 -20
  769. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  770. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +15 -9
  772. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  773. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  774. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +18 -12
  775. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  776. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +2 -6
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +16 -8
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +78 -27
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +1 -4
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +32 -0
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +81 -0
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +1 -0
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +1 -4
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.d.ts +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js +13 -10
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +2 -2
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +0 -1
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.d.ts +37 -0
  802. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js +55 -0
  803. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/TransferPage.styles.js.map +1 -0
  804. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +2 -89
  805. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  806. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CapabilityChangedNotificationTracking.js.map +1 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/ErrorTracking.js.map +1 -1
  808. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +9 -11
  809. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  810. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js +10 -10
  811. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackCapabilityChangedNotifications.js.map +1 -1
  812. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js +2 -2
  813. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/TrackErrors.js.map +1 -1
  814. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +15 -3
  815. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +115 -15
  816. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  817. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  818. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +102 -1
  819. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +111 -24
  820. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  821. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -1
  823. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js +9 -7
  824. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js +3 -6
  826. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -1
  827. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/useUnreadMessagesTracker.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +32 -0
  829. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  830. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +30 -5
  831. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +148 -6
  832. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  833. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +64 -0
  834. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +10 -2
  836. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +40 -0
  837. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  838. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +13 -0
  839. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +37 -1
  840. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +1 -1
  842. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  843. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  844. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -0
  845. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  846. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  847. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  848. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +26 -0
  849. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +15 -2
  850. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  851. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  852. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +20 -0
  853. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +6 -2
  854. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  855. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +3 -5
  856. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  857. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +148 -11
  858. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +18 -0
  860. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +18 -0
  861. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -0
  862. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +15 -0
  863. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +21 -0
  864. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +1 -0
  865. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
  866. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  867. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +28 -2
  868. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +155 -29
  869. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +28 -0
  871. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +154 -1
  872. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  873. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +17 -2
  874. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  875. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +2 -0
  876. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  877. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  878. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +18 -6
  879. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  880. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  881. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  882. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +3 -5
  883. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  884. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +3 -1
  885. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  886. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  887. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
  888. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
  889. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
  890. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +4 -0
  891. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  892. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +12 -0
  893. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
  894. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
  895. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +34 -0
  896. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +12 -0
  897. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +1 -0
  898. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -6
  899. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  900. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +5 -1
  901. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +17 -6
  902. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  903. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +22 -0
  904. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +105 -0
  905. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +1 -0
  906. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +17 -0
  907. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +32 -0
  908. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +1 -0
  909. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +5 -0
  910. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +10 -4
  911. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  912. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +5 -14
  913. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  914. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +22 -0
  915. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +60 -0
  916. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +1 -0
  917. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +15 -0
  918. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +61 -0
  919. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +1 -0
  920. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +2 -0
  921. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +14 -10
  922. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
  923. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +12 -16
  924. package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -1
  925. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +1 -1
  926. package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -1
  927. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +1 -5
  928. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  929. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -0
  930. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +56 -31
  931. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  932. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +84 -23
  933. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +36 -27
  934. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
  935. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +2 -0
  936. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +155 -51
  937. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  938. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +1 -1
  939. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -1
  940. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  941. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js +5 -7
  942. package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionSettingsDrawer.js.map +1 -1
  943. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +120 -96
  944. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  945. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -1
  946. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -0
  947. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  948. package/dist/dist-esm/react-composites/src/composites/common/Drawer/captionSettingsDrawer.styles.js.map +1 -1
  949. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  950. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  951. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.d.ts +11 -0
  952. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +57 -12
  953. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  954. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  955. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  956. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts +1 -2
  957. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +13 -14
  958. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  959. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +35 -5
  960. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  961. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +17 -0
  962. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +42 -0
  963. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +1 -0
  964. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +11 -0
  965. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +40 -0
  966. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +1 -0
  967. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +7 -15
  968. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  969. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +10 -8
  970. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  971. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +16 -11
  972. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  973. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  974. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  975. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +103 -73
  976. package/dist/dist-esm/react-composites/src/composites/common/icons.js +21 -5
  977. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  978. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependency.js.map +1 -1
  979. package/dist/dist-esm/react-composites/src/composites/common/resolveVideoEffectDependencyLazy.js.map +1 -1
  980. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -1
  981. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  982. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +13 -12
  983. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  984. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +12 -51
  985. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  986. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +6 -29
  987. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  988. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +4 -22
  989. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  990. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +19 -91
  991. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
  992. package/dist/dist-esm/react-composites/src/composites/common/utils.js +17 -12
  993. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  994. package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
  995. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  996. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  997. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  998. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  999. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/CompositeLocale.js.map +1 -1
  1000. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/CompositeLocale.js.map +1 -1
  1001. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/CompositeLocale.js.map +1 -1
  1002. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/CompositeLocale.js.map +1 -1
  1003. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -0
  1004. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/CompositeLocale.js.map +1 -1
  1005. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/CompositeLocale.js.map +1 -1
  1006. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/CompositeLocale.js.map +1 -1
  1007. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/CompositeLocale.js.map +1 -1
  1008. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  1009. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/CompositeLocale.js.map +1 -1
  1010. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/CompositeLocale.js.map +1 -1
  1011. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/CompositeLocale.js.map +1 -1
  1012. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/CompositeLocale.js.map +1 -1
  1013. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/CompositeLocale.js.map +1 -1
  1014. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/CompositeLocale.js.map +1 -1
  1015. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/CompositeLocale.js.map +1 -1
  1016. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/CompositeLocale.js.map +1 -1
  1017. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/CompositeLocale.js.map +1 -1
  1018. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/CompositeLocale.js.map +1 -1
  1019. package/dist/dist-esm/react-composites/src/composites/localization/locales/utils.js.map +1 -1
  1020. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/CompositeLocale.js.map +1 -1
  1021. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/CompositeLocale.js.map +1 -1
  1022. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  1023. package/dist/tsdoc-metadata.json +1 -1
  1024. package/package.json +6 -74
  1025. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -13
  1026. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +0 -32
  1027. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +0 -1
@@ -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';
@@ -47,6 +49,8 @@ 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,18 +58,23 @@ 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';
76
+ import { MicrosoftTeamsAppKind } from '@azure/communication-common';
77
+ import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
69
78
  import { MicrosoftTeamsUserKind } from '@azure/communication-common';
70
79
  import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
71
80
  import { PartialTheme } from '@fluentui/react';
@@ -81,20 +90,40 @@ import { PropertyChangedEvent } from '@azure/communication-calling';
81
90
  import { default as React_2 } from 'react';
82
91
  import type { RemoteParticipant } from '@azure/communication-calling';
83
92
  import { RemoteParticipantState as RemoteParticipantState_2 } from '@azure/communication-calling';
93
+ import { RoomCallLocator } from '@azure/communication-calling';
84
94
  import { ScalingMode } from '@azure/communication-calling';
85
95
  import { SendMessageOptions } from '@azure/communication-chat';
86
96
  import { StartCallOptions } from '@azure/communication-calling';
87
97
  import { StartCaptionsOptions } from '@azure/communication-calling';
98
+ import { SyntheticEvent } from 'react';
99
+ import { TeamsCall } from '@azure/communication-calling';
100
+ import { TeamsCallAgent } from '@azure/communication-calling';
88
101
  import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
89
102
  import { Theme } from '@fluentui/react';
103
+ import { TransferRequestedEventArgs } from '@azure/communication-calling';
90
104
  import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
91
- import { UnknownIdentifier } from '@azure/communication-common';
92
105
  import { UnknownIdentifierKind } from '@azure/communication-common';
93
106
  import { VideoDeviceInfo } from '@azure/communication-calling';
94
107
  import { VideoEffectName } from '@azure/communication-calling';
95
108
  import { VideoStreamRenderer } from '@azure/communication-calling';
96
109
  import { VideoStreamRendererView } from '@azure/communication-calling';
97
110
 
111
+ /**
112
+ * Transfer feature state
113
+ *
114
+ * @beta
115
+ */
116
+ export declare interface AcceptedTransfer {
117
+ /**
118
+ * Stores call id of accepted transfer
119
+ */
120
+ callId: string;
121
+ /**
122
+ * Stores timestamp when transfer was accepted
123
+ */
124
+ timestamp: Date;
125
+ }
126
+
98
127
  /**
99
128
  * Active error messages to be shown via {@link ErrorBar}.
100
129
  *
@@ -114,6 +143,38 @@ export declare interface ActiveErrorMessage {
114
143
  timestamp?: Date;
115
144
  }
116
145
 
146
+ /**
147
+ * Attributes required for SendBox to show file uploads like name, progress etc.
148
+ * @beta
149
+ */
150
+ export declare interface ActiveFileUpload {
151
+ /**
152
+ * Unique identifier for the file upload.
153
+ */
154
+ id: string;
155
+ /**
156
+ * File name to be rendered for uploaded file.
157
+ */
158
+ filename: string;
159
+ /**
160
+ * A number between 0 and 1 indicating the progress of the upload.
161
+ * This is unrelated to the `uploadComplete` property.
162
+ * It is only used to show the progress of the upload.
163
+ * Progress of 1 doesn't mark the upload as complete, set the `uploadComplete`
164
+ * property to true to mark the upload as complete.
165
+ */
166
+ progress: number;
167
+ /**
168
+ * Error to be displayed to the user if the upload fails.
169
+ */
170
+ error?: SendBoxErrorBarError;
171
+ /**
172
+ * `true` means that the upload is completed.
173
+ * This is independent of the upload `progress`.
174
+ */
175
+ uploadComplete?: boolean;
176
+ }
177
+
117
178
  /**
118
179
  * Error reported via error events and stored in adapter state.
119
180
  *
@@ -180,6 +241,15 @@ export declare type AreParamEqual<A extends (props: any) => JSX.Element | undefi
180
241
  */
181
242
  export declare type AreTypeEqual<A, B> = A extends B ? (B extends A ? true : false) : false;
182
243
 
244
+ /**
245
+ * Meta Data of the attachment object returned by the ACS SDK.
246
+ * @beta
247
+ */
248
+ export declare interface AttachmentDownloadResult {
249
+ attachmentId: string;
250
+ blobUrl: string;
251
+ }
252
+
183
253
  /**
184
254
  * Custom data attributes for displaying avatar for a user.
185
255
  *
@@ -209,6 +279,11 @@ export declare type AvatarPersonaData = {
209
279
  * @defaultvalue `white`
210
280
  */
211
281
  initialsTextColor?: string;
282
+ /**
283
+ * If true, show the special coin for unknown persona.
284
+ * It has '?' in place of initials, with static font and background colors
285
+ */
286
+ showUnknownPersonaCoin?: boolean;
212
287
  };
213
288
 
214
289
  /**
@@ -230,6 +305,11 @@ export declare type AzureCommunicationCallAdapterArgs = {
230
305
  displayName: string;
231
306
  credential: CommunicationTokenCredential;
232
307
  locator: CallAdapterLocator;
308
+ /**
309
+ * A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
310
+ * E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
311
+ */
312
+ alternateCallerId?: string;
233
313
  /**
234
314
  * Optional parameters for the {@link AzureCommunicationCallAdapter} created
235
315
  */
@@ -254,6 +334,7 @@ export declare type AzureCommunicationCallWithChatAdapterArgs = {
254
334
  displayName: string;
255
335
  credential: CommunicationTokenCredential;
256
336
  locator: CallAndChatLocator | TeamsMeetingLinkLocator;
337
+ alternateCallerId?: string;
257
338
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
258
339
  };
259
340
 
@@ -269,6 +350,7 @@ export declare type AzureCommunicationCallWithChatAdapterFromClientArgs = {
269
350
  chatClient: StatefulChatClient;
270
351
  chatThreadClient: ChatThreadClient;
271
352
  callAdapterOptions?: AzureCommunicationCallAdapterOptions;
353
+ chatAdapterOptions?: AzureCommunicationChatAdapterOptions;
272
354
  };
273
355
 
274
356
  /**
@@ -284,6 +366,14 @@ export declare type AzureCommunicationChatAdapterArgs = {
284
366
  threadId: string;
285
367
  };
286
368
 
369
+ /**
370
+ * Configuration options to include when creating AzureCommunicationChatAdapter.
371
+ * @beta
372
+ */
373
+ export declare type AzureCommunicationChatAdapterOptions = {
374
+ credential?: CommunicationTokenCredential;
375
+ };
376
+
287
377
  /**
288
378
  * Properties common to all composites exported from this library.
289
379
  *
@@ -339,6 +429,186 @@ export declare interface BaseCustomStyles {
339
429
  root?: IStyle;
340
430
  }
341
431
 
432
+ /**
433
+ * Base interface that all Meta Data should extend.
434
+ * Typically used for ACS to ACS file transfers.
435
+ * @beta
436
+ */
437
+ export declare interface BaseFileMetadata {
438
+ /**
439
+ * File name to be displayed.
440
+ */
441
+ name: string;
442
+ /**
443
+ * Extension is used for rendering the file icon.
444
+ * An unknown extension will be rendered as a generic icon.
445
+ * Example: `jpeg`
446
+ */
447
+ extension: string;
448
+ /**
449
+ * Download URL for the file.
450
+ */
451
+ url: string;
452
+ /**
453
+ * Unique ID of the file.
454
+ */
455
+ id: string;
456
+ /**
457
+ * Attachment Type
458
+ */
459
+ attachmentType: FileMetadataAttachmentType;
460
+ }
461
+
462
+ /**
463
+ * Content blocked message type.
464
+ *
465
+ * Content blocked messages will rendered default value, but applications can provide custom strings and icon to renderers.
466
+ *
467
+ * @beta
468
+ */
469
+ export declare interface BlockedMessage extends MessageCommon {
470
+ messageType: 'blocked';
471
+ warningText?: string;
472
+ linkText?: string;
473
+ link?: string;
474
+ deletedOn?: Date;
475
+ senderId?: string;
476
+ senderDisplayName?: string;
477
+ status?: MessageStatus;
478
+ attached?: MessageAttachedStatus;
479
+ mine?: boolean;
480
+ }
481
+
482
+ /**
483
+ * @beta
484
+ * Props for BrowserPermissionDeniedIOS component.
485
+ */
486
+ export declare interface BrowserPermissionDeniedIOSProps extends BrowserPermissionDeniedProps {
487
+ /**
488
+ * Localization strings for BrowserPermissionDeniedIOS component.
489
+ */
490
+ strings?: BrowserPermissionDeniedIOSStrings;
491
+ /**
492
+ * Link to image source.
493
+ *
494
+ * Image is inserted into the top of the component.
495
+ */
496
+ imageSource?: string;
497
+ }
498
+
499
+ /**
500
+ * @beta
501
+ * Strings for BrowserPermissionDeniedIOS component
502
+ */
503
+ export declare interface BrowserPermissionDeniedIOSStrings extends BrowserPermissionDeniedStrings {
504
+ /**
505
+ * Image alt text
506
+ */
507
+ imageAltText: string;
508
+ /**
509
+ * Main text string.
510
+ */
511
+ primaryText: string;
512
+ /**
513
+ * Subtext string.
514
+ */
515
+ secondaryText: string;
516
+ /**
517
+ * Step 1 string
518
+ */
519
+ step1Text: string;
520
+ /**
521
+ * Step 1 digit string
522
+ */
523
+ step1DigitText: string;
524
+ /**
525
+ * Step 2 string
526
+ */
527
+ step2Text: string;
528
+ /**
529
+ * Step 2 digit string
530
+ */
531
+ step2DigitText: string;
532
+ /**
533
+ * Step 3 string
534
+ */
535
+ step3Text: string;
536
+ /**
537
+ * Step 3 digit string
538
+ */
539
+ step3DigitText: string;
540
+ /**
541
+ * Step 4 string
542
+ */
543
+ step4Text: string;
544
+ /**
545
+ * Step 4 digit string
546
+ */
547
+ step4DigitText: string;
548
+ }
549
+
550
+ /**
551
+ * @beta
552
+ * Props for BrowserPermissionDenied component.
553
+ */
554
+ export declare interface BrowserPermissionDeniedProps {
555
+ /**
556
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
557
+ */
558
+ onTroubleshootingClick?: () => void;
559
+ /**
560
+ * Action to be taken by the try again primary button.
561
+ */
562
+ onTryAgainClick?: () => void;
563
+ /**
564
+ * Localization strings for BrowserPermissionDenied component.
565
+ */
566
+ strings?: BrowserPermissionDeniedStrings;
567
+ /**
568
+ * Allows users to pass in an object contains custom CSS styles.
569
+ * @Example
570
+ * ```
571
+ * <BrowserPermissionDenied styles={{ primaryButton: { root: {backgroundColor: 'blue' }}}} />
572
+ * ```
573
+ */
574
+ styles?: BrowserPermissionDeniedStyles;
575
+ }
576
+
577
+ /**
578
+ * @beta
579
+ * Strings for BrowserPermissionDenied component
580
+ */
581
+ export declare interface BrowserPermissionDeniedStrings {
582
+ /**
583
+ * Main button text string.
584
+ */
585
+ primaryButtonText: string;
586
+ /**
587
+ * Main text string.
588
+ */
589
+ primaryText: string;
590
+ /**
591
+ * Subtext string.
592
+ */
593
+ secondaryText: string;
594
+ /**
595
+ * More help link string.
596
+ */
597
+ linkText: string;
598
+ }
599
+
600
+ /**
601
+ * Fluent styles for {@link BrowserPermissionDenied}.
602
+ *
603
+ * @beta
604
+ */
605
+ export declare interface BrowserPermissionDeniedStyles extends BaseCustomStyles {
606
+ /** Styles for the primary button. */
607
+ primaryButton?: IButtonStyles;
608
+ /** Styles for the help troubleshooting link text. */
609
+ troubleshootingLink?: ILinkStyles;
610
+ }
611
+
342
612
  /**
343
613
  * An Adapter interface specific for Azure Communication identity which extends {@link CommonCallAdapter}.
344
614
  *
@@ -372,6 +642,12 @@ export declare interface CallAdapter extends CommonCallAdapter {
372
642
  * @public
373
643
  */
374
644
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
645
+ /**
646
+ * Start the call.
647
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
648
+ * @beta
649
+ */
650
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
375
651
  }
376
652
 
377
653
  /**
@@ -416,6 +692,12 @@ export declare interface CallAdapterCallManagement extends CallAdapterCallOperat
416
692
  * @public
417
693
  */
418
694
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
695
+ /**
696
+ * Start the call.
697
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
698
+ * @beta
699
+ */
700
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
419
701
  }
420
702
 
421
703
  /**
@@ -492,6 +774,12 @@ export declare interface CallAdapterCallOperations {
492
774
  * @public
493
775
  */
494
776
  removeParticipant(userId: string): Promise<void>;
777
+ /**
778
+ * Remove a participant from the call.
779
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
780
+ * @beta
781
+ */
782
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
495
783
  /**
496
784
  * Create the html view for a stream.
497
785
  *
@@ -543,6 +831,35 @@ export declare interface CallAdapterCallOperations {
543
831
  * @public
544
832
  */
545
833
  disposeLocalVideoStreamView(): Promise<void>;
834
+ /**
835
+ * Holds the call.
836
+ *
837
+ * @beta
838
+ */
839
+ holdCall(): Promise<void>;
840
+ /**
841
+ * Resumes the call from a `LocalHold` state.
842
+ *
843
+ * @beta
844
+ */
845
+ resumeCall(): Promise<void>;
846
+ /**
847
+ * Add a participant to the call.
848
+ *
849
+ * @beta
850
+ */
851
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
852
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
853
+ /**
854
+ * send dtmf tone to another participant in a 1:1 PSTN call
855
+ *
856
+ * @beta
857
+ */
858
+ sendDtmfTone(dtmfTone: DtmfTone_2): Promise<void>;
859
+ /**
860
+ * Continues into a call when the browser version is not supported.
861
+ */
862
+ allowUnsupportedBrowserVersion(): void;
546
863
  /**
547
864
  * Function to Start captions
548
865
  * @param options - options for start captions
@@ -602,10 +919,22 @@ export declare type CallAdapterClientState = {
602
919
  devices: DeviceManagerState;
603
920
  endedCall?: CallState;
604
921
  isTeamsCall: boolean;
922
+ /**
923
+ * State to track whether the call is a rooms call.
924
+ */
925
+ isRoomsCall: boolean;
605
926
  /**
606
927
  * Latest error encountered for each operation performed via the adapter.
607
928
  */
608
929
  latestErrors: AdapterErrors;
930
+ /**
931
+ * Azure communications Phone number to make PSTN calls with.
932
+ */
933
+ alternateCallerId?: string;
934
+ /**
935
+ * Environment information about system the adapter is made on
936
+ */
937
+ environmentInfo?: EnvironmentInfo;
609
938
  /**
610
939
  * State to track whether the local participant's camera is on. To be used when creating a custom
611
940
  * control bar with the CallComposite.
@@ -623,6 +952,14 @@ export declare type CallAdapterClientState = {
623
952
  * State to track the selected video background effect.
624
953
  */
625
954
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
955
+ /**
956
+ * Call from transfer request accepted by local user
957
+ */
958
+ acceptedTransferCallState?: CallState;
959
+ /**
960
+ * Hide attendee names in teams meeting
961
+ */
962
+ hideAttendeeNames?: boolean;
626
963
  };
627
964
 
628
965
  /**
@@ -707,7 +1044,7 @@ export declare interface CallAdapterDeviceManagement {
707
1044
  *
708
1045
  * @public
709
1046
  */
710
- 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;
711
1048
 
712
1049
  /**
713
1050
  * {@link CommonCallAdapter} state.
@@ -800,6 +1137,10 @@ export declare interface CallAdapterSubscribers {
800
1137
  * Subscribe function for 'isSpokenLanguageChanged' event.
801
1138
  */
802
1139
  on(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1140
+ /**
1141
+ * Subscribe function for 'transferRequested' event.
1142
+ */
1143
+ on(event: 'transferRequested', listener: TransferRequestedListener): void;
803
1144
  /**
804
1145
  * Subscribe function for 'capabilitiesChanged' event.
805
1146
  */
@@ -868,6 +1209,10 @@ export declare interface CallAdapterSubscribers {
868
1209
  * Unsubscribe function for 'isSpokenLanguageChanged' event.
869
1210
  */
870
1211
  off(event: 'isSpokenLanguageChanged', listener: IsSpokenLanguageChangedListener): void;
1212
+ /**
1213
+ * Unsubscribe function for 'transferRequested' event.
1214
+ */
1215
+ off(event: 'transferRequested', listener: TransferRequestedListener): void;
871
1216
  /**
872
1217
  * Unsubscribe function for 'capabilitiesChanged' event.
873
1218
  */
@@ -882,6 +1227,7 @@ export declare interface CallAdapterSubscribers {
882
1227
  export declare type CallAdapterUiState = {
883
1228
  isLocalPreviewMicrophoneEnabled: boolean;
884
1229
  page: CallCompositePage;
1230
+ unsupportedBrowserVersionsAllowed?: boolean;
885
1231
  };
886
1232
 
887
1233
  /**
@@ -900,7 +1246,7 @@ export declare const CallAgentProvider: (props: CallAgentProviderProps) => JSX.E
900
1246
  */
901
1247
  export declare interface CallAgentProviderProps {
902
1248
  children: React_2.ReactNode;
903
- callAgent?: CallAgent;
1249
+ callAgent?: CallAgent | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
904
1250
  }
905
1251
 
906
1252
  /**
@@ -925,7 +1271,7 @@ export declare interface CallAgentState {
925
1271
  */
926
1272
  export declare interface CallAndChatLocator {
927
1273
  /** Locator used by {@link createAzureCommunicationCallWithChatAdapter} to locate the call to join */
928
- callLocator: GroupCallLocator;
1274
+ callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
929
1275
  /** Chat thread ID used by {@link createAzureCommunicationCallWithChatAdapter} to locate the chat thread to join */
930
1276
  chatThreadId: string;
931
1277
  }
@@ -1012,6 +1358,16 @@ export declare interface CallClientState {
1012
1358
  * See documentation of {@Link CallErrors} for details.
1013
1359
  */
1014
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;
1015
1371
  }
1016
1372
 
1017
1373
  /**
@@ -1082,6 +1438,10 @@ export declare type CallCompositeIcons = {
1082
1438
  ParticipantItemScreenShareStart?: JSX.Element;
1083
1439
  VideoTileMicOff?: JSX.Element;
1084
1440
  LocalCameraSwitch?: JSX.Element;
1441
+ PeoplePaneAddPerson?: JSX.Element;
1442
+ PeoplePaneOpenDialpad?: JSX.Element;
1443
+ DialpadStartCall?: JSX.Element;
1444
+ NoticePageAccessDeniedRoomsCall?: JSX.Element;
1085
1445
  BlurVideoBackground?: JSX.Element;
1086
1446
  RemoveVideoBackgroundEffect?: JSX.Element;
1087
1447
  GalleryOptions?: JSX.Element;
@@ -1091,6 +1451,7 @@ export declare type CallCompositeIcons = {
1091
1451
  FocusedContentGalleryLayout?: JSX.Element;
1092
1452
  OverflowGalleryTop?: JSX.Element;
1093
1453
  LargeGalleryLayout?: JSX.Element;
1454
+ DefaultCustomButton?: JSX.Element;
1094
1455
  };
1095
1456
 
1096
1457
  /**
@@ -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}.
@@ -1378,55 +1829,147 @@ export declare interface CallCompositeStrings {
1378
1829
  */
1379
1830
  dismissSidePaneButtonLabel?: string;
1380
1831
  /**
1381
- * label for more button in the Calling composite
1832
+ * Side pane People section subheader.
1382
1833
  */
1383
- moreButtonCallingLabel: string;
1834
+ peoplePaneSubTitle: string;
1384
1835
  /**
1385
- * aria label for when the invite link has been actioned
1836
+ * Label for button to copy invite link
1386
1837
  */
1387
- copyInviteLinkActionedAriaLabel: string;
1838
+ copyInviteLinkButtonLabel: string;
1388
1839
  /**
1389
- * Video Effects pane title.
1840
+ * Label for button to open dialpad
1390
1841
  */
1391
- videoEffectsPaneTitle: string;
1842
+ openDialpadButtonLabel: string;
1392
1843
  /**
1393
- * Video Effects pane sub section title for choosing background.
1844
+ * Label for menu item to remove participant
1394
1845
  */
1395
- videoEffectsPaneBackgroundSelectionTitle: string;
1846
+ removeMenuLabel: string;
1396
1847
  /**
1397
- * Label for the button to open effects
1848
+ * Label for add people dropdown
1398
1849
  */
1399
- configurationPageVideoEffectsButtonLabel?: string;
1850
+ peoplePaneAddPeopleButtonLabel: string;
1400
1851
  /**
1401
- * Error message for video effect failure
1852
+ * Label for button to start a call
1402
1853
  */
1403
- unableToStartVideoEffect?: string;
1854
+ dialpadStartCallButtonLabel: string;
1404
1855
  /**
1405
- * Label for the blur video background effect item
1856
+ * Title for dialpad Modal
1406
1857
  */
1407
- blurBackgroundEffectButtonLabel?: string;
1858
+ dialpadModalTitle: string;
1408
1859
  /**
1409
- * Tooltip text for the blur video background effect item
1860
+ * Aria Label for dialpad Modal
1410
1861
  */
1411
- blurBackgroundTooltip?: string;
1862
+ dialpadModalAriaLabel: string;
1412
1863
  /**
1413
- * Label for the remove video background effect item
1864
+ * Aria Label for dialpad Modal close button
1414
1865
  */
1415
- removeBackgroundEffectButtonLabel?: string;
1866
+ dialpadCloseModalButtonAriaLabel: string;
1416
1867
  /**
1417
- * Tooltip text for the blur video background effect item
1868
+ * label for more button in the Calling composite
1418
1869
  */
1419
- removeBackgroundTooltip?: string;
1870
+ moreButtonCallingLabel: string;
1420
1871
  /**
1421
- * 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.
1872
+ * Label for the resume call button on the hold pane
1422
1873
  */
1423
- cameraOffBackgroundEffectWarningText?: string;
1874
+ resumeCallButtonLabel: string;
1424
1875
  /**
1425
- * Notice to be announced by narrator when a participant joins a call
1876
+ * Label for the resume call button on the hold pane when call is resuming
1426
1877
  */
1427
- participantJoinedNoticeString: string;
1878
+ resumingCallButtonLabel: string;
1428
1879
  /**
1429
- * Notice to be announced by narrator when a participant joins a call
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;
1899
+ /**
1900
+ * aria label for when the invite link has been actioned
1901
+ */
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;
1911
+ /**
1912
+ * Video Effects pane title.
1913
+ */
1914
+ videoEffectsPaneTitle: string;
1915
+ /**
1916
+ * Video Effects pane sub section title for choosing background.
1917
+ */
1918
+ videoEffectsPaneBackgroundSelectionTitle: string;
1919
+ /**
1920
+ * Label for the button to open effects
1921
+ */
1922
+ configurationPageVideoEffectsButtonLabel?: string;
1923
+ /**
1924
+ * Error message for video effect failure
1925
+ */
1926
+ unableToStartVideoEffect?: string;
1927
+ /**
1928
+ * Label for the blur video background effect item
1929
+ */
1930
+ blurBackgroundEffectButtonLabel?: string;
1931
+ /**
1932
+ * Tooltip text for the blur video background effect item
1933
+ */
1934
+ blurBackgroundTooltip?: string;
1935
+ /**
1936
+ * Label for the remove video background effect item
1937
+ */
1938
+ removeBackgroundEffectButtonLabel?: string;
1939
+ /**
1940
+ * Tooltip text for the blur video background effect item
1941
+ */
1942
+ removeBackgroundTooltip?: string;
1943
+ /**
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.
1945
+ */
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;
1967
+ /**
1968
+ * Notice to be announced by narrator when a participant joins a call
1969
+ */
1970
+ participantJoinedNoticeString: string;
1971
+ /**
1972
+ * Notice to be announced by narrator when a participant joins a call
1430
1973
  */
1431
1974
  twoParticipantJoinedNoticeString: string;
1432
1975
  /**
@@ -1545,6 +2088,58 @@ export declare interface CallCompositeStrings {
1545
2088
  * captions banner loading spinner label
1546
2089
  */
1547
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;
2119
+ /**
2120
+ * Title text of the page shown to the user when permission to reach participant is not allowed
2121
+ */
2122
+ permissionToReachTargetParticipantNotAllowedTitle?: string;
2123
+ /**
2124
+ * More details text of the page shown to the user when permission to reach participant is not allowed
2125
+ */
2126
+ permissionToReachTargetParticipantNotAllowedMoreDetails?: string;
2127
+ /**
2128
+ * Title text of the page shown to the user when tenant id for the target participant could not be resolved
2129
+ */
2130
+ unableToResolveTenantTitle?: string;
2131
+ /**
2132
+ * More details text of the page shown to the user when tenant id for the target participant could not be resolved
2133
+ */
2134
+ unableToResolveTenantMoreDetails?: string;
2135
+ /**
2136
+ * Title text of the page shown to the user when target participant id is malformed
2137
+ */
2138
+ participantIdIsMalformedTitle?: string;
2139
+ /**
2140
+ * More details text of the page shown to the user when target participant id is malformed
2141
+ */
2142
+ participantIdIsMalformedMoreDetails?: string;
1548
2143
  /**
1549
2144
  * Controls label to move the overflow gallery around
1550
2145
  */
@@ -1577,6 +2172,10 @@ export declare interface CallCompositeStrings {
1577
2172
  * All strings for capability changed notification
1578
2173
  */
1579
2174
  capabilityChangedNotification?: CapabilityChangedNotificationStrings;
2175
+ /**
2176
+ * String for the dismiss control on the local and remote PIP on mobile
2177
+ */
2178
+ dismissModalAriaLabel?: string;
1580
2179
  }
1581
2180
 
1582
2181
  /**
@@ -1591,7 +2190,7 @@ export declare type CallControlDisplayType = 'default' | 'compact';
1591
2190
  *
1592
2191
  * @public
1593
2192
  */
1594
- export declare type CallControlOptions = (CommonCallControlOptions & {
2193
+ export declare type CallControlOptions = CommonCallControlOptions & {
1595
2194
  /**
1596
2195
  * Show, Hide or Disable participants button during a call. This is the option only work for legacyControl bar.
1597
2196
  * @defaultValue true
@@ -1600,7 +2199,7 @@ export declare type CallControlOptions = (CommonCallControlOptions & {
1600
2199
  disabled: boolean;
1601
2200
  };
1602
2201
  legacyControlBarExperience?: boolean;
1603
- });
2202
+ };
1604
2203
 
1605
2204
  /**
1606
2205
  * Callback for {@link CallAdapterSubscribers} 'callEnded' event.
@@ -1661,7 +2260,7 @@ export declare type CallErrors = {
1661
2260
  *
1662
2261
  * @public
1663
2262
  */
1664
- 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';
1665
2264
 
1666
2265
  /**
1667
2266
  * Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
@@ -1741,6 +2340,23 @@ export declare type CallParticipantListParticipant = ParticipantListParticipant
1741
2340
  raisedHand?: RaisedHand;
1742
2341
  };
1743
2342
 
2343
+ /**
2344
+ * Locator used by {@link createAzureCommunicationCallAdapter} to call one or more participants
2345
+ *
2346
+ * @remarks
2347
+ * This is currently in beta and only supports calling one Teams User.
2348
+ *
2349
+ * @example
2350
+ * ```
2351
+ * ['8:orgid:ab220efe-5725-4742-9792-9fba7c9ac458']
2352
+ * ```
2353
+ *
2354
+ * @beta
2355
+ */
2356
+ export declare type CallParticipantsLocator = {
2357
+ participantIds: string[];
2358
+ };
2359
+
1744
2360
  /**
1745
2361
  * A {@link React.Context} that stores a {@link @azure/communication-calling#Call}.
1746
2362
  *
@@ -1757,7 +2373,7 @@ export declare const CallProvider: (props: CallProviderProps) => JSX.Element;
1757
2373
  */
1758
2374
  export declare interface CallProviderProps {
1759
2375
  children: React_2.ReactNode;
1760
- call?: Call;
2376
+ call?: Call | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
1761
2377
  }
1762
2378
 
1763
2379
  /**
@@ -1771,6 +2387,10 @@ export declare interface CallState {
1771
2387
  * Proxy of {@link @azure/communication-calling#Call.id}.
1772
2388
  */
1773
2389
  id: string;
2390
+ /**
2391
+ * Type of the call.
2392
+ */
2393
+ kind: CallKind;
1774
2394
  /**
1775
2395
  * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
1776
2396
  */
@@ -1869,10 +2489,22 @@ export declare interface CallState {
1869
2489
  * Proxy of {@link @azure/communication-calling#Call.role}.
1870
2490
  */
1871
2491
  role?: ParticipantRole;
2492
+ /**
2493
+ * Proxy of {@link @azure/communication-calling#Call.totalParticipantCount}.
2494
+ */
2495
+ totalParticipantCount?: number;
2496
+ /**
2497
+ * Transfer state of call
2498
+ */
2499
+ transfer: TransferFeature;
1872
2500
  /**
1873
2501
  * Proxy of {@link @azure/communication-calling#CapabilitiesFeature}.
1874
2502
  */
1875
2503
  capabilitiesFeature?: CapabilitiesFeatureState;
2504
+ /**
2505
+ * Hide attendee names in teams meeting
2506
+ */
2507
+ hideAttendeeNames?: boolean;
1876
2508
  }
1877
2509
 
1878
2510
  /**
@@ -1896,6 +2528,12 @@ export declare interface CallWithChatAdapterManagement {
1896
2528
  * @public
1897
2529
  */
1898
2530
  removeParticipant(userId: string): Promise<void>;
2531
+ /**
2532
+ * Remove a participant from the call.
2533
+ * @param participant - {@link @azure/communication-common#CommunicationIdentifier} of the participant to be removed
2534
+ * @beta
2535
+ */
2536
+ removeParticipant(participant: CommunicationIdentifier): Promise<void>;
1899
2537
  /**
1900
2538
  * Join the call with microphone initially on/off.
1901
2539
  * @deprecated Use joinCall(options?:JoinCallOptions) instead.
@@ -1961,6 +2599,12 @@ export declare interface CallWithChatAdapterManagement {
1961
2599
  * @public
1962
2600
  */
1963
2601
  startCall(participants: string[], options?: StartCallOptions): Call | undefined;
2602
+ /**
2603
+ * Start the call.
2604
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
2605
+ * @beta
2606
+ */
2607
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): Call | undefined;
1964
2608
  /**
1965
2609
  * Start sharing the screen during a call.
1966
2610
  *
@@ -2150,6 +2794,52 @@ export declare interface CallWithChatAdapterManagement {
2150
2794
  * @public
2151
2795
  */
2152
2796
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
2797
+ /** @beta */
2798
+ registerActiveFileUploads: (files: File[]) => FileUploadManager[];
2799
+ /** @beta */
2800
+ registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
2801
+ /** @beta */
2802
+ clearFileUploads: () => void;
2803
+ /** @beta */
2804
+ cancelFileUpload: (id: string) => void;
2805
+ /** @beta */
2806
+ updateFileUploadProgress: (id: string, progress: number) => void;
2807
+ /** @beta */
2808
+ updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
2809
+ /** @beta */
2810
+ updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
2811
+ downloadAttachments: (options: {
2812
+ attachmentUrls: Record<string, string>;
2813
+ }) => Promise<AttachmentDownloadResult[]>;
2814
+ /**
2815
+ * Puts the Call in a Localhold.
2816
+ *
2817
+ * @beta
2818
+ */
2819
+ holdCall: () => Promise<void>;
2820
+ /**
2821
+ * Resumes the call from a LocalHold state.
2822
+ *
2823
+ * @beta
2824
+ */
2825
+ resumeCall: () => Promise<void>;
2826
+ /**
2827
+ * Adds a new Participant to the call.
2828
+ *
2829
+ * @beta
2830
+ */
2831
+ addParticipant(participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions): Promise<void>;
2832
+ addParticipant(participant: CommunicationUserIdentifier): Promise<void>;
2833
+ /**
2834
+ * send dtmf tone to another participant in the call in 1:1 calls
2835
+ *
2836
+ * @beta
2837
+ */
2838
+ sendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
2839
+ /**
2840
+ * Continues into a call when the browser version is not supported.
2841
+ */
2842
+ allowUnsupportedBrowserVersion(): void;
2153
2843
  /**
2154
2844
  * Function to Start captions
2155
2845
  * @param options - options for start captions
@@ -2275,6 +2965,22 @@ export declare interface CallWithChatAdapterUiState {
2275
2965
  * @public
2276
2966
  */
2277
2967
  page: CallCompositePage;
2968
+ /**
2969
+ * Files being uploaded by a user in the current thread.
2970
+ * Should be set to null once the upload is complete.
2971
+ * Array of type {@link FileUploadsUiState}
2972
+ *
2973
+ * @beta
2974
+ */
2975
+ fileUploads?: FileUploadsUiState;
2976
+ /**
2977
+ * State to track whether the end user has opted in to using a
2978
+ * out of date version of a supported browser. Allows the user
2979
+ * to start a call in this state.
2980
+ *
2981
+ * @beta
2982
+ */
2983
+ unsupportedBrowserVersionsAllowed?: boolean;
2278
2984
  }
2279
2985
 
2280
2986
  /**
@@ -2299,12 +3005,20 @@ export declare interface CallWithChatClientState {
2299
3005
  devices: DeviceManagerState;
2300
3006
  /** State of whether the active call is a Teams interop call */
2301
3007
  isTeamsCall: boolean;
3008
+ /** State of whether the active call is a rooms call */
3009
+ isRoomsCall: boolean;
3010
+ /** alternateCallerId for PSTN call */
3011
+ alternateCallerId?: string | undefined;
3012
+ /** Environment information for system adapter is made on */
3013
+ environmentInfo?: EnvironmentInfo;
2302
3014
  /** Default set of background images for background replacement effect */
2303
3015
  videoBackgroundImages?: VideoBackgroundImage[];
2304
3016
  /** Dependency to be injected for video background effects */
2305
3017
  onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
2306
3018
  /** State to track the selected video background effect */
2307
3019
  selectedVideoBackgroundEffect?: VideoBackgroundEffect;
3020
+ /** Hide attendee names in teams meeting */
3021
+ hideAttendeeNames?: boolean;
2308
3022
  }
2309
3023
 
2310
3024
  /**
@@ -2373,6 +3087,10 @@ export declare type CallWithChatCompositeIcons = {
2373
3087
  ParticipantItemScreenShareStart?: JSX.Element;
2374
3088
  VideoTileMicOff?: JSX.Element;
2375
3089
  LocalCameraSwitch?: JSX.Element;
3090
+ PeoplePaneAddPerson?: JSX.Element;
3091
+ PeoplePaneOpenDialpad?: JSX.Element;
3092
+ DialpadStartCall?: JSX.Element;
3093
+ DefaultCustomButton?: JSX.Element;
2376
3094
  EditBoxCancel?: JSX.Element;
2377
3095
  EditBoxSubmit?: JSX.Element;
2378
3096
  MessageDelivered?: JSX.Element;
@@ -2399,10 +3117,72 @@ export declare type CallWithChatCompositeOptions = {
2399
3117
  * If using the boolean values, true will cause default behavior across the whole control bar. False hides the whole control bar.
2400
3118
  */
2401
3119
  callControls?: boolean | CallWithChatControlOptions;
3120
+ /**
3121
+ * Properties for configuring the File Sharing feature.
3122
+ * If undefined, file sharing feature will be disabled.
3123
+ * @beta
3124
+ */
3125
+ fileSharing?: FileSharingOptions;
3126
+ /**
3127
+ * Device permissions check options for your call.
3128
+ * Here you can choose what device permissions you prompt the user for,
3129
+ * as well as what device permissions must be accepted before starting a call.
3130
+ */
3131
+ deviceChecks?: DeviceCheckOptions;
3132
+ /**
3133
+ * Callback you may provide to supply users with further steps to troubleshoot why they have been
3134
+ * unable to grant your site the required permissions for the call.
3135
+ *
3136
+ * @example
3137
+ * ```ts
3138
+ * onPermissionsTroubleshootingClick: () =>
3139
+ * window.open('https://contoso.com/permissions-troubleshooting', '_blank');
3140
+ * ```
3141
+ *
3142
+ * @remarks
3143
+ * if this is not supplied, the composite will not show a 'further troubleshooting' link.
3144
+ */
3145
+ onPermissionsTroubleshootingClick?: (permissionsState: {
3146
+ camera: PermissionState;
3147
+ microphone: PermissionState;
3148
+ }) => void;
3149
+ /**
3150
+ * Optional callback to supply users with further troubleshooting steps for network issues
3151
+ * experienced when connecting to a call.
3152
+ *
3153
+ * @example
3154
+ * ```ts
3155
+ * onNetworkingTroubleShootingClick?: () =>
3156
+ * window.open('https://contoso.com/network-troubleshooting', '_blank');
3157
+ * ```
3158
+ *
3159
+ * @remarks
3160
+ * if this is not supplied, the composite will not show a 'network troubleshooting' link.
3161
+ */
3162
+ onNetworkingTroubleShootingClick?: () => void;
3163
+ /**
3164
+ * Callback you may provide to supply users with a provided page to showcase supported browsers by ACS.
3165
+ *
3166
+ * @example
3167
+ * ```ts
3168
+ * onBrowserTroubleShootingClick?: () =>
3169
+ * window.open('https://contoso.com/browser-troubleshooting', '_blank');
3170
+ * ```
3171
+ *
3172
+ * @remarks
3173
+ * if this is not supplied, the composite will not show a unsupported browser page.
3174
+ */
3175
+ onEnvironmentInfoTroubleshootingClick?: () => void;
2402
3176
  /**
2403
3177
  * Remote participant video tile menu options
2404
3178
  */
2405
3179
  remoteVideoTileMenuOptions?: RemoteVideoTileMenuOptions;
3180
+ /**
3181
+ * Options for controlling the local video tile.
3182
+ *
3183
+ * @remarks if 'false' the local video tile will not be rendered.
3184
+ */
3185
+ localVideoTile?: boolean | LocalVideoTileOptions;
2406
3186
  /**
2407
3187
  * Options for controlling the starting layout of the composite's video gallery
2408
3188
  */
@@ -2412,6 +3192,40 @@ export declare type CallWithChatCompositeOptions = {
2412
3192
  */
2413
3193
  layout?: VideoGalleryLayout;
2414
3194
  };
3195
+ /**
3196
+ * Logo displayed on the configuration page.
3197
+ */
3198
+ logo?: {
3199
+ /**
3200
+ * URL for the logo image.
3201
+ *
3202
+ * @remarks
3203
+ * Recommended size is 80x80 pixels.
3204
+ */
3205
+ url: string;
3206
+ /**
3207
+ * Alt text for the logo image.
3208
+ */
3209
+ alt?: string;
3210
+ /**
3211
+ * The logo can be displayed as a circle or a square.
3212
+ *
3213
+ * @defaultValue 'circle'
3214
+ */
3215
+ shape?: 'circle' | 'square';
3216
+ };
3217
+ /**
3218
+ * Background image displayed on the configuration page.
3219
+ */
3220
+ backgroundImage?: {
3221
+ /**
3222
+ * URL for the background image.
3223
+ *
3224
+ * @remarks
3225
+ * Background image should be larger than 576x567 pixels and smaller than 2048x2048 pixels pixels.
3226
+ */
3227
+ url: string;
3228
+ };
2415
3229
  };
2416
3230
 
2417
3231
  /**
@@ -2563,6 +3377,10 @@ export declare interface CallWithChatCompositeStrings {
2563
3377
  * Label for button to copy invite link
2564
3378
  */
2565
3379
  copyInviteLinkButtonLabel: string;
3380
+ /**
3381
+ * Label for button to open dialpad
3382
+ */
3383
+ openDialpadButtonLabel: string;
2566
3384
  /**
2567
3385
  * Label for SidePaneHeader dismiss button
2568
3386
  */
@@ -2575,6 +3393,34 @@ export declare interface CallWithChatCompositeStrings {
2575
3393
  * Aria label string for return to call back button
2576
3394
  */
2577
3395
  returnToCallButtonAriaLabel?: string;
3396
+ /**
3397
+ * Label for add people dropdown
3398
+ */
3399
+ peoplePaneAddPeopleButtonLabel: string;
3400
+ /**
3401
+ * Label for button to start a call
3402
+ */
3403
+ dialpadStartCallButtonLabel: string;
3404
+ /**
3405
+ * Title for dialpad Modal
3406
+ */
3407
+ dialpadModalTitle: string;
3408
+ /**
3409
+ * Aria Label for dialpad Modal
3410
+ */
3411
+ dialpadModalAriaLabel: string;
3412
+ /**
3413
+ * Aria Label for dialpad Modal close button
3414
+ */
3415
+ dialpadCloseModalButtonAriaLabel: string;
3416
+ /**
3417
+ * Placeholder text for dtmf dialpad
3418
+ */
3419
+ dtmfDialpadPlaceholderText: string;
3420
+ /**
3421
+ * Label for the button to open dtmf dialpad
3422
+ */
3423
+ openDtmfDialpadLabel: string;
2578
3424
  /**
2579
3425
  * aria label for when the invite link has been actioned
2580
3426
  */
@@ -2591,7 +3437,9 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
2591
3437
  * Show or hide the chat button in the call-with-chat composite control bar.
2592
3438
  * @defaultValue true
2593
3439
  */
2594
- chatButton?: boolean;
3440
+ chatButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
3441
+ disabled: boolean;
3442
+ };
2595
3443
  }
2596
3444
 
2597
3445
  /**
@@ -2601,6 +3449,35 @@ export declare interface CallWithChatControlOptions extends CommonCallControlOpt
2601
3449
  */
2602
3450
  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';
2603
3451
 
3452
+ /**
3453
+ * @beta
3454
+ *
3455
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3456
+ * by their browsers settings.
3457
+ */
3458
+ export declare const CameraAndMicrophoneSitePermissions: (props: CameraAndMicrophoneSitePermissionsProps) => JSX.Element;
3459
+
3460
+ /**
3461
+ * @beta
3462
+ * Props for CameraAndMicrophoneSitePermissions component.
3463
+ */
3464
+ export declare interface CameraAndMicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
3465
+ /** Icon name for the camera icon */
3466
+ cameraIconName?: string;
3467
+ /** Icon name for the microphone icon */
3468
+ microphoneIconName?: string;
3469
+ /** Icon name for the central icon between the camera and microphone icons */
3470
+ connectorIconName?: string;
3471
+ /** Strings for use with the {@link CameraAndMicrophoneSitePermissions} */
3472
+ strings?: CameraAndMicrophoneSitePermissionsStrings;
3473
+ }
3474
+
3475
+ /**
3476
+ * @beta
3477
+ * Strings for CameraAndMicrophoneSitePermissions component.
3478
+ */
3479
+ export declare type CameraAndMicrophoneSitePermissionsStrings = SitePermissionsStrings;
3480
+
2604
3481
  /**
2605
3482
  * A button to turn camera on / off.
2606
3483
  *
@@ -2757,6 +3634,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
2757
3634
  menuStyles?: Partial<CameraButtonContextualMenuStyles>;
2758
3635
  }
2759
3636
 
3637
+ /**
3638
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
3639
+ * by their browsers settings.
3640
+ *
3641
+ * @beta
3642
+ */
3643
+ export declare const CameraSitePermissions: (props: CameraSitePermissionsProps) => JSX.Element;
3644
+
3645
+ /**
3646
+ * @beta
3647
+ * Props for CameraSitePermissions component.
3648
+ */
3649
+ export declare interface CameraSitePermissionsProps extends CommonSitePermissionsProps {
3650
+ /** Icon name for the camera icon */
3651
+ cameraIconName?: string;
3652
+ /** Strings for use with the {@link CameraSitePermissions} */
3653
+ strings?: CameraSitePermissionsStrings;
3654
+ }
3655
+
3656
+ /**
3657
+ * @beta
3658
+ * Strings for CameraSitePermissions component.
3659
+ */
3660
+ export declare type CameraSitePermissionsStrings = SitePermissionsStrings;
3661
+
2760
3662
  /**
2761
3663
  * @public
2762
3664
  * Callback function run when a message edit is cancelled.
@@ -2962,7 +3864,7 @@ export declare type CaptionsReceivedListener = (event: {
2962
3864
  *
2963
3865
  * @public
2964
3866
  */
2965
- export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers;
3867
+ export declare type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
2966
3868
 
2967
3869
  /**
2968
3870
  * {@link ChatAdapter} state.
@@ -3070,7 +3972,9 @@ export declare interface ChatAdapterThreadManagement {
3070
3972
  /**
3071
3973
  * Update a message content.
3072
3974
  */
3073
- updateMessage(messageId: string, content: string, metadata?: Record<string, string>): Promise<void>;
3975
+ updateMessage(messageId: string, content: string, metadata?: Record<string, string>, options?: {
3976
+ attachedFilesMetadata?: FileMetadata[];
3977
+ }): Promise<void>;
3074
3978
  /**
3075
3979
  * Delete a message in the thread.
3076
3980
  */
@@ -3083,6 +3987,9 @@ export declare interface ChatAdapterThreadManagement {
3083
3987
  *
3084
3988
  */
3085
3989
  loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;
3990
+ downloadAttachments: (options: {
3991
+ attachmentUrls: Record<string, string>;
3992
+ }) => Promise<AttachmentDownloadResult[]>;
3086
3993
  }
3087
3994
 
3088
3995
  /**
@@ -3092,6 +3999,13 @@ export declare interface ChatAdapterThreadManagement {
3092
3999
  */
3093
4000
  export declare type ChatAdapterUiState = {
3094
4001
  error?: Error;
4002
+ /**
4003
+ * Files being uploaded by a user in the current thread.
4004
+ * Should be set to null once the upload is complete.
4005
+ * Array of type {@link FileUploadsUiState}
4006
+ * @beta
4007
+ */
4008
+ fileUploads?: FileUploadsUiState;
3095
4009
  };
3096
4010
 
3097
4011
  /**
@@ -3194,6 +4108,7 @@ export declare type ChatCompositeIcons = {
3194
4108
  ParticipantItemOptionsHovered?: JSX.Element;
3195
4109
  SendBoxSend?: JSX.Element;
3196
4110
  SendBoxSendHovered?: JSX.Element;
4111
+ SendBoxAttachFile?: JSX.Element;
3197
4112
  };
3198
4113
 
3199
4114
  /**
@@ -3208,6 +4123,13 @@ export declare type ChatCompositeOptions = {
3208
4123
  * @defaultValue true
3209
4124
  */
3210
4125
  errorBar?: boolean;
4126
+ /**
4127
+ * Show or hide the participant pane. This feature is in beta and not supported on mobile or narrow screen views.
4128
+ * @defaultValue false
4129
+ *
4130
+ * @beta
4131
+ */
4132
+ participantPane?: boolean;
3211
4133
  /**
3212
4134
  * Show or hide the topic at the top of the chat. Hidden if set to `false`
3213
4135
  * @defaultValue true
@@ -3218,6 +4140,12 @@ export declare type ChatCompositeOptions = {
3218
4140
  * When undefined nothing has focus on render
3219
4141
  */
3220
4142
  autoFocus?: 'sendBoxTextField';
4143
+ /**
4144
+ * Properties for configuring the File Sharing feature.
4145
+ * If undefined, file sharing feature will be disabled.
4146
+ * @beta
4147
+ */
4148
+ fileSharing?: FileSharingOptions;
3221
4149
  };
3222
4150
 
3223
4151
  /**
@@ -3245,6 +4173,12 @@ export declare interface ChatCompositeProps extends BaseCompositeProps<ChatCompo
3245
4173
  * Flags to enable/disable visual elements of the {@link ChatComposite}.
3246
4174
  */
3247
4175
  options?: ChatCompositeOptions;
4176
+ /**
4177
+ * Optimizes the composite form factor for either desktop or mobile.
4178
+ * @remarks `mobile` is currently only optimized for Portrait mode on mobile devices and does not support landscape.
4179
+ * @defaultValue 'desktop'
4180
+ */
4181
+ formFactor?: 'desktop' | 'mobile';
3248
4182
  }
3249
4183
 
3250
4184
  /**
@@ -3259,6 +4193,10 @@ export declare interface ChatCompositeStrings {
3259
4193
  * Chat list header text
3260
4194
  */
3261
4195
  chatListHeader: string;
4196
+ /**
4197
+ * Upload File Button text
4198
+ */
4199
+ uploadFile: string;
3262
4200
  }
3263
4201
 
3264
4202
  /**
@@ -3307,7 +4245,7 @@ export declare type ChatErrors = {
3307
4245
  *
3308
4246
  * @public
3309
4247
  */
3310
- 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';
4248
+ 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';
3311
4249
 
3312
4250
  /**
3313
4251
  * Object containing all the handlers required for chat components.
@@ -3324,7 +4262,9 @@ export declare type ChatHandlers = {
3324
4262
  onRemoveParticipant: (userId: string) => Promise<void>;
3325
4263
  updateThreadTopicName: (topicName: string) => Promise<void>;
3326
4264
  onLoadPreviousChatMessages: (messagesToLoad: number) => Promise<boolean>;
3327
- onUpdateMessage: (messageId: string, content: string) => Promise<void>;
4265
+ onUpdateMessage: (messageId: string, content: string, metadata?: Record<string, string>, options?: {
4266
+ attachedFilesMetadata?: FileMetadata[];
4267
+ }) => Promise<void>;
3328
4268
  onDeleteMessage: (messageId: string) => Promise<void>;
3329
4269
  };
3330
4270
 
@@ -3351,7 +4291,13 @@ export declare interface ChatMessage extends MessageCommon {
3351
4291
  * {@link @azure/communication-chat#ChatMessage.metadata}
3352
4292
  */
3353
4293
  metadata?: Record<string, string>;
3354
- }
4294
+ /**
4295
+ * @beta
4296
+ * A list of files attached to the message.
4297
+ * {@link FileMetadata}
4298
+ */
4299
+ attachedFilesMetadata?: FileMetadata[];
4300
+ }
3355
4301
 
3356
4302
  /**
3357
4303
  * An extension to {@link @azure/communication-chat#ChatMessage} that stores
@@ -3364,6 +4310,7 @@ export declare interface ChatMessage extends MessageCommon {
3364
4310
  export declare type ChatMessageWithStatus = ChatMessage_2 & {
3365
4311
  clientMessageId?: string;
3366
4312
  status: MessageStatus;
4313
+ policyViolation?: boolean;
3367
4314
  };
3368
4315
 
3369
4316
  /**
@@ -3383,6 +4330,26 @@ export declare type ChatParticipantListSelector = (state: ChatClientState, props
3383
4330
  */
3384
4331
  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;
3385
4332
 
4333
+ /**
4334
+ * Custom Fluent theme palette used by chat related components in this library.
4335
+ *
4336
+ * @beta
4337
+ */
4338
+ export declare interface ChatTheme {
4339
+ /**
4340
+ * Custom Fluent theme palette used by chat related components in this library.
4341
+ *
4342
+ * @beta
4343
+ */
4344
+ chatPalette: {
4345
+ modalOverlayBlack: string;
4346
+ modalTitleWhite: string;
4347
+ modalButtonBackground: string;
4348
+ modalButtonBackgroundHover: string;
4349
+ modalButtonBackgroundActive: string;
4350
+ };
4351
+ }
4352
+
3386
4353
  /**
3387
4354
  * A {@link React.Context} that stores a {@link @azure/communication-chat#ChatThreadClient}.
3388
4355
  *
@@ -3508,6 +4475,12 @@ export declare interface CommonCallAdapter extends AdapterState<CallAdapterState
3508
4475
  * @public
3509
4476
  */
3510
4477
  startCall(participants: string[], options?: StartCallOptions): void;
4478
+ /**
4479
+ * Start the call.
4480
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
4481
+ * @beta
4482
+ */
4483
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): void;
3511
4484
  }
3512
4485
 
3513
4486
  /**
@@ -3523,6 +4496,12 @@ export declare type CommonCallAdapterOptions = {
3523
4496
  videoBackgroundImages?: VideoBackgroundImage[];
3524
4497
  onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>;
3525
4498
  };
4499
+ /**
4500
+ * Use this to fetch profile information which will override data in {@link CallAdapterState} like display name
4501
+ * The onFetchProfile is fetch-and-forget one time action for each user, once a user profile is updated, the value will be cached
4502
+ * and would not be updated again within the lifecycle of adapter.
4503
+ */
4504
+ onFetchProfile?: OnFetchProfileCallback;
3526
4505
  };
3527
4506
 
3528
4507
  /**
@@ -3545,7 +4524,9 @@ export declare type CommonCallControlOptions = {
3545
4524
  * Show or Hide Camera Button during a call
3546
4525
  * @defaultValue true
3547
4526
  */
3548
- cameraButton?: boolean;
4527
+ cameraButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4528
+ disabled: boolean;
4529
+ };
3549
4530
  /**
3550
4531
  * Show or Hide EndCall button during a call.
3551
4532
  * @defaultValue true
@@ -3555,12 +4536,16 @@ export declare type CommonCallControlOptions = {
3555
4536
  * Show or Hide Microphone button during a call.
3556
4537
  * @defaultValue true
3557
4538
  */
3558
- microphoneButton?: boolean;
4539
+ microphoneButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4540
+ disabled: boolean;
4541
+ };
3559
4542
  /**
3560
4543
  * Show or Hide Devices button during a call.
3561
4544
  * @defaultValue true
3562
4545
  */
3563
- devicesButton?: boolean;
4546
+ devicesButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4547
+ disabled: boolean;
4548
+ };
3564
4549
  /**
3565
4550
  * Show, Hide or Disable participants button during a call.
3566
4551
  * @defaultValue true
@@ -3587,11 +4572,20 @@ export declare type CommonCallControlOptions = {
3587
4572
  raiseHandButton?: boolean | {
3588
4573
  disabled: boolean;
3589
4574
  };
4575
+ /**
4576
+ * Inject custom buttons in the call controls.
4577
+ */
4578
+ onFetchCustomButtonProps?: CustomCallControlButtonCallback[];
4579
+ holdButton?: boolean | {
4580
+ disabled: boolean;
4581
+ };
3590
4582
  /**
3591
4583
  * Show or hide the people button in the composite control bar.
3592
4584
  * @defaultValue true
3593
4585
  */
3594
- peopleButton?: boolean;
4586
+ peopleButton?: boolean | /* @conditional-compile-remove(PSTN-calls) */ {
4587
+ disabled: boolean;
4588
+ };
3595
4589
  };
3596
4590
 
3597
4591
  /**
@@ -3616,6 +4610,9 @@ export declare interface CommonCallingHandlers {
3616
4610
  onRaiseHand: () => Promise<void>;
3617
4611
  onLowerHand: () => Promise<void>;
3618
4612
  onToggleRaiseHand: () => Promise<void>;
4613
+ onToggleHold: () => Promise<void>;
4614
+ onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
4615
+ onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
3619
4616
  onCreateLocalStreamView: (options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3620
4617
  onCreateRemoteStreamView: (userId: string, options?: VideoStreamOptions) => Promise<void | CreateVideoStreamViewResult>;
3621
4618
  /**
@@ -3625,8 +4622,11 @@ export declare interface CommonCallingHandlers {
3625
4622
  onDisposeLocalStreamView: () => Promise<void>;
3626
4623
  onDisposeRemoteVideoStreamView: (userId: string) => Promise<void>;
3627
4624
  onDisposeRemoteScreenShareStreamView: (userId: string) => Promise<void>;
4625
+ onSendDtmfTone: (dtmfTone: DtmfTone_2) => Promise<void>;
3628
4626
  onRemoveParticipant(userId: string): Promise<void>;
3629
- onStartCall: (participants: (CommunicationUserIdentifier | PhoneNumberIdentifier | UnknownIdentifier)[], options?: StartCallOptions) => void;
4627
+ onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
4628
+ askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
4629
+ onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
3630
4630
  onRemoveVideoBackgroundEffects: () => Promise<void>;
3631
4631
  onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
3632
4632
  onReplaceVideoBackground: (backgroundReplacementConfig: BackgroundReplacementConfig) => Promise<void>;
@@ -3645,6 +4645,39 @@ export declare type CommonProperties<A, B> = {
3645
4645
  [P in keyof A & keyof B]: A[P] extends B[P] ? P : never;
3646
4646
  }[keyof A & keyof B];
3647
4647
 
4648
+ /**
4649
+ * @beta
4650
+ * Props for SitePermissions components.
4651
+ */
4652
+ export declare interface CommonSitePermissionsProps {
4653
+ /**
4654
+ * Name of application calling experience is in.
4655
+ */
4656
+ appName: string;
4657
+ /**
4658
+ * Kind of the Site Permissions component.
4659
+ */
4660
+ kind: 'request' | 'denied' | 'check';
4661
+ /**
4662
+ * Type of the browser used, the Site permission component will show different guidance text based on the browser type
4663
+ */
4664
+ browserHint?: 'safari' | 'unset';
4665
+ /**
4666
+ * Action to be taken by the more help link. Possible to send to external page or show other modal.
4667
+ * If this is not provided the button will not be shown.
4668
+ */
4669
+ onTroubleshootingClick?: () => void;
4670
+ /**
4671
+ * Action that is taken when the user clicks the continue anyway button.
4672
+ * If this is not provided the button will not be shown.
4673
+ */
4674
+ onContinueAnywayClick?: () => void;
4675
+ /**
4676
+ * Styles for SitePermissions component.
4677
+ */
4678
+ styles?: SitePermissionsStyles;
4679
+ }
4680
+
3648
4681
  /**
3649
4682
  * A Chat or Calling participant's state, as reflected in the UI.
3650
4683
  *
@@ -3821,6 +4854,11 @@ export declare type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS
3821
4854
  export declare interface ComponentLocale {
3822
4855
  /** Strings for components */
3823
4856
  strings: ComponentStrings;
4857
+ /**
4858
+ * Optional function to provide customized date format.
4859
+ * @beta
4860
+ */
4861
+ onDisplayDateTimeString?: (messageDate: Date) => string;
3824
4862
  }
3825
4863
 
3826
4864
  /**
@@ -3866,16 +4904,64 @@ export declare interface ComponentStrings {
3866
4904
  typingIndicator: TypingIndicatorStrings;
3867
4905
  /** Strings for SendBox */
3868
4906
  sendBox: SendBoxStrings;
4907
+ /** Strings for MentionPopover */
4908
+ mentionPopover: MentionPopoverStrings;
4909
+ /** Strings for ImageGallery */
4910
+ imageGallery: ImageGalleryStrings;
3869
4911
  /** Strings for MessageStatusIndicator */
3870
4912
  messageStatusIndicator: MessageStatusIndicatorStrings;
3871
4913
  /** Strings for ErroBar */
3872
4914
  errorBar: ErrorBarStrings;
3873
4915
  /** Strings for VideoGallery */
3874
4916
  videoGallery: VideoGalleryStrings;
4917
+ /** Strings for Dialpad */
4918
+ dialpad: DialpadStrings;
4919
+ /** Strings for VideoTile */
4920
+ videoTile: VideoTileStrings;
4921
+ /** Strings for HoldButton */
4922
+ holdButton: HoldButtonStrings;
4923
+ /** Strings for a site's permission request prompt */
4924
+ CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;
4925
+ /** Strings for a site's permission request prompt */
4926
+ CameraSitePermissionsRequest: SitePermissionsStrings;
4927
+ /** Strings for a site's permission request prompt */
4928
+ MicrophoneSitePermissionsRequest: SitePermissionsStrings;
4929
+ /** Strings for a site's permission generic checking prompt */
4930
+ CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;
4931
+ /** Strings for a site's permission generic checking prompt */
4932
+ CameraSitePermissionsCheck: SitePermissionsStrings;
4933
+ /** Strings for a site's permission generic checking prompt */
4934
+ MicrophoneSitePermissionsCheck: SitePermissionsStrings;
4935
+ /** Strings for a site's permission denied prompt */
4936
+ CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;
4937
+ /** Strings for a site's permission denied prompt for safari browsers*/
4938
+ CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4939
+ /** Strings for a site's permission denied prompt */
4940
+ CameraSitePermissionsDenied: SitePermissionsStrings;
4941
+ /** Strings for a site's permission denied prompt */
4942
+ MicrophoneSitePermissionsDenied: SitePermissionsStrings;
4943
+ /** Strings for a site's permission denied prompt for safari browsers*/
4944
+ CameraSitePermissionsDeniedSafari: SitePermissionsStrings;
4945
+ /** Strings for a site's permission denied prompt for safari browsers*/
4946
+ MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;
4947
+ /** Strings for unsupported browser UI */
4948
+ UnsupportedBrowser: UnsupportedBrowserStrings;
4949
+ /** Strings for unsupported browser version UI */
4950
+ UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;
4951
+ /** Strings for unsupported browser version UI */
4952
+ UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;
4953
+ /** Strings for BrowserPemissionDenied */
4954
+ BrowserPermissionDenied: BrowserPermissionDeniedStrings;
4955
+ /** Strings for BrowserPemissionDeniedIOS */
4956
+ BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;
3875
4957
  /**
3876
4958
  * Strings for the VerticalGallery.
3877
4959
  */
3878
4960
  verticalGallery: VerticalGalleryStrings;
4961
+ /** Strings for the participant list component */
4962
+ ParticipantList: ParticipantListStrings;
4963
+ /** Strings for the attendee role */
4964
+ AttendeeRole: string;
3879
4965
  }
3880
4966
 
3881
4967
  /**
@@ -4123,6 +5209,12 @@ export declare interface ControlBarButtonProps extends IButtonProps {
4123
5209
  * Key to use for the Label component
4124
5210
  */
4125
5211
  labelKey?: string;
5212
+ /**
5213
+ * Disable tooltip.
5214
+ *
5215
+ * @defaultValue 'false'
5216
+ */
5217
+ disableTooltip?: boolean;
4126
5218
  /**
4127
5219
  * Id to use for the tooltip host.
4128
5220
  *
@@ -4232,7 +5324,7 @@ export declare interface ControlBarProps {
4232
5324
  *
4233
5325
  * @public
4234
5326
  */
4235
- export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
5327
+ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName, credential, locator, alternateCallerId, options }: AzureCommunicationCallAdapterArgs) => Promise<CallAdapter>;
4236
5328
 
4237
5329
  /**
4238
5330
  * Create a {@link CallAdapter} using the provided {@link StatefulCallClient}.
@@ -4242,7 +5334,7 @@ export declare const createAzureCommunicationCallAdapter: ({ userId, displayName
4242
5334
  *
4243
5335
  * @public
4244
5336
  */
4245
- export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, /* @conditional-compile-remove(video-background-effects) */ options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
5337
+ export declare const createAzureCommunicationCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: CallAgent, locator: CallAdapterLocator, options?: AzureCommunicationCallAdapterOptions) => Promise<CallAdapter>;
4246
5338
 
4247
5339
  /**
4248
5340
  * Create a CallWithChatAdapter backed by Azure Communication services
@@ -4250,7 +5342,7 @@ export declare const createAzureCommunicationCallAdapterFromClient: (callClient:
4250
5342
  *
4251
5343
  * @public
4252
5344
  */
4253
- export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
5345
+ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, displayName, credential, endpoint, locator, alternateCallerId, callAdapterOptions }: AzureCommunicationCallWithChatAdapterArgs) => Promise<CallWithChatAdapter>;
4254
5346
 
4255
5347
  /**
4256
5348
  * Create a {@link CallWithChatAdapter} using the provided {@link StatefulChatClient} and {@link StatefulCallClient}.
@@ -4261,7 +5353,7 @@ export declare const createAzureCommunicationCallWithChatAdapter: ({ userId, dis
4261
5353
  *
4262
5354
  * @public
4263
5355
  */
4264
- export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
5356
+ export declare const createAzureCommunicationCallWithChatAdapterFromClients: ({ callClient, callAgent, callLocator, chatClient, chatThreadClient, callAdapterOptions, chatAdapterOptions }: AzureCommunicationCallWithChatAdapterFromClientArgs) => Promise<CallWithChatAdapter>;
4265
5357
 
4266
5358
  /**
4267
5359
  * Create a {@link ChatAdapter} backed by Azure Communication Services.
@@ -4280,14 +5372,16 @@ export declare const createAzureCommunicationChatAdapter: ({ endpoint: endpointU
4280
5372
  *
4281
5373
  * @public
4282
5374
  */
4283
- export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient): Promise<ChatAdapter>;
5375
+ export declare function createAzureCommunicationChatAdapterFromClient(chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient, options?: {
5376
+ credential?: CommunicationTokenCredential;
5377
+ }): Promise<ChatAdapter>;
4284
5378
 
4285
5379
  /**
4286
5380
  * Type of {@link createDefaultCallingHandlers}.
4287
5381
  *
4288
5382
  * @public
4289
5383
  */
4290
- export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, /* @conditional-compile-remove(video-background-effects) */ options?: CallingHandlersOptions) => CallingHandlers;
5384
+ export declare type CreateDefaultCallingHandlers = (callClient: StatefulCallClient, callAgent: CallAgent | undefined, deviceManager: StatefulDeviceManager | undefined, call: Call | undefined, options?: CallingHandlersOptions) => CallingHandlers;
4291
5385
 
4292
5386
  /**
4293
5387
  * Create the default implementation of {@link CallingHandlers} for teams call.
@@ -4311,6 +5405,18 @@ export declare const createDefaultCallingHandlers: CreateDefaultCallingHandlers;
4311
5405
  */
4312
5406
  export declare const createDefaultChatHandlers: (chatClient: StatefulChatClient, chatThreadClient: ChatThreadClient) => ChatHandlers;
4313
5407
 
5408
+ /**
5409
+ * Create the default implementation of {@link TeamsCallingHandlers} for teams call.
5410
+ *
5411
+ * Useful when implementing a custom component that utilizes the providers
5412
+ * exported from this library.
5413
+ *
5414
+ * @beta
5415
+ */
5416
+ 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?: {
5417
+ onResolveVideoBackgroundEffectsDependency?: (() => Promise<VideoBackgroundEffectsDependency>) | undefined;
5418
+ } | undefined) => never | TeamsCallingHandlers;
5419
+
4314
5420
  /**
4315
5421
  * Creates a StatefulCallClient {@link StatefulCallClient} by proxying CallClient
4316
5422
  * {@link @azure/communication-calling#CallClient} with ProxyCallClient {@link ProxyCallClient} which then allows access
@@ -4336,6 +5442,21 @@ export declare const createStatefulCallClient: (args: StatefulCallClientArgs, op
4336
5442
  */
4337
5443
  export declare const createStatefulChatClient: (args: StatefulChatClientArgs, options?: StatefulChatClientOptions | undefined) => StatefulChatClient;
4338
5444
 
5445
+ /**
5446
+ * @beta
5447
+ */
5448
+ export declare const createTeamsCallAdapter: ({ userId, credential, locator, options }: TeamsCallAdapterArgs) => Promise<TeamsCallAdapter>;
5449
+
5450
+ /**
5451
+ * Create a {@link TeamsCallAdapter} using the provided {@link StatefulCallClient}.
5452
+ *
5453
+ * Useful if you want to keep a reference to {@link StatefulCallClient}.
5454
+ * Consider using {@link createAzureCommunicationCallAdapter} for a simpler API.
5455
+ *
5456
+ * @beta
5457
+ */
5458
+ export declare const createTeamsCallAdapterFromClient: (callClient: StatefulCallClient, callAgent: TeamsCallAgent, locator: CallAdapterLocator, options?: CommonCallAdapterOptions | undefined) => Promise<TeamsCallAdapter>;
5459
+
4339
5460
  /**
4340
5461
  * Object returned after creating a local or remote VideoStream.
4341
5462
  * This contains helper functions to manipulate the render of the stream.
@@ -4386,8 +5507,121 @@ export declare type CustomAvatarOptions = {
4386
5507
  styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>;
4387
5508
  /** Display name to be used in Persona */
4388
5509
  text?: string;
5510
+ /** State for the participant to be displayed in the defaultPlaceHolder */
5511
+ participantState?: ParticipantState;
5512
+ /**
5513
+ * If true, show the special coin for unknown persona.
5514
+ * It has '?' in place of initials, with static font and background colors
5515
+ */
5516
+ showUnknownPersonaCoin?: boolean;
4389
5517
  };
4390
5518
 
5519
+ /**
5520
+ * A callback that returns the props to render a custom {@link ControlBarButton} and {@link DrawerMenuItem}.
5521
+ *
5522
+ * The response indicates where the custom button should be placed.
5523
+ *
5524
+ * Performance tip: This callback is only called when either the callback or its arguments change.
5525
+ * @public
5526
+ */
5527
+ export declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallControlButtonProps;
5528
+
5529
+ /**
5530
+ * Arguments for {@link CustomCallControlButtonCallback}.
5531
+ *
5532
+ * @public
5533
+ */
5534
+ export declare interface CustomCallControlButtonCallbackArgs {
5535
+ /**
5536
+ * Buttons should reduce the size to fit a smaller viewport when `displayType` is `'compact'`.
5537
+ *
5538
+ * @defaultValue `'default'`
5539
+ */
5540
+ displayType?: CallControlDisplayType;
5541
+ }
5542
+
5543
+ /**
5544
+ * Placement for a custom button injected in the {@link CommonCallControlBar}.
5545
+ *
5546
+ * 'primary': Place the button(s) on the right end of the center control bar but before the EndCallButton (left end in rtl mode).
5547
+ * 'overflow': Place the buttons(s) on the end of the overflow Menu.
5548
+ * 'secondary': Place the button(s) on the left end of the side control bar (right in rtl mode).
5549
+ *
5550
+ * Multiple buttons assigned the same placement are appended in order.
5551
+ * E.g., if two buttons are placed in 'secondary', they'll both appear on the left end (right end in rtl mode)
5552
+ * in the order provided.
5553
+ *
5554
+ * Only 'primary' placement works when legacy call control is enabled in call composite
5555
+ *
5556
+ * @public
5557
+ */
5558
+ export declare type CustomCallControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
5559
+
5560
+ /**
5561
+ * Response from {@link CustomCallControlButtonCallback}.
5562
+ * Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
5563
+ *
5564
+ * @public
5565
+ */
5566
+ export declare interface CustomCallControlButtonProps {
5567
+ /**
5568
+ * Where to place the custom button relative to other buttons.
5569
+ */
5570
+ placement: CustomCallControlButtonPlacement;
5571
+ /**
5572
+ * Icon to render. Icon is a non-default icon name that needs to be registered as a
5573
+ * custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
5574
+ */
5575
+ iconName?: string;
5576
+ /**
5577
+ * Calback for when button is clicked
5578
+ */
5579
+ onItemClick?: () => void;
5580
+ /**
5581
+ * Whether the buttons is disabled
5582
+ *
5583
+ * @defaultValue true
5584
+ */
5585
+ disabled?: boolean;
5586
+ /**
5587
+ * Whether the label is displayed or not.
5588
+ * If no value is set, showLabel will follow composite rules
5589
+ */
5590
+ showLabel?: boolean;
5591
+ /**
5592
+ * A unique id set for the standard HTML id attibute
5593
+ */
5594
+ id?: string;
5595
+ /**
5596
+ * Optional strings to override in component
5597
+ */
5598
+ strings?: CustomCallControlButtonStrings;
5599
+ }
5600
+
5601
+ /**
5602
+ * Strings for CustomCallControlButtons
5603
+ *
5604
+ * @public
5605
+ */
5606
+ export declare interface CustomCallControlButtonStrings {
5607
+ /**
5608
+ * Optional label for the button
5609
+ */
5610
+ label?: string;
5611
+ /**
5612
+ * Text that is shown in Tooltip content
5613
+ */
5614
+ tooltipContent?: string;
5615
+ /**
5616
+ * The aria label of the button for the benefit of screen readers.
5617
+ */
5618
+ ariaLabel?: string;
5619
+ /**
5620
+ * Detailed description of the button for the benefit of screen readers.
5621
+ */
5622
+ ariaDescription?: string;
5623
+ }
5624
+
4391
5625
  /**
4392
5626
  * A custom message type.
4393
5627
  *
@@ -4405,7 +5639,19 @@ export declare interface CustomMessage extends MessageCommon {
4405
5639
  *
4406
5640
  * @public
4407
5641
  */
4408
- export declare const darkTheme: PartialTheme & CallingTheme;
5642
+ export declare const darkTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5643
+
5644
+ /**
5645
+ * @beta
5646
+ * `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
5647
+ */
5648
+ export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
5649
+
5650
+ /**
5651
+ * @beta
5652
+ * Proxies the {@link @azure/communication-calling#IncomingCall} interface.
5653
+ */
5654
+ export declare type DeclarativeIncomingCall = IncomingCall;
4409
5655
 
4410
5656
  /**
4411
5657
  * The default set of icons that are available to use in the UI components.
@@ -4415,77 +5661,92 @@ export declare const darkTheme: PartialTheme & CallingTheme;
4415
5661
  * @public
4416
5662
  */
4417
5663
  export declare const DEFAULT_COMPONENT_ICONS: {
4418
- ChatMessageOptions: JSX.Element;
4419
- ControlButtonCameraOff: JSX.Element;
4420
- ControlButtonCameraOn: JSX.Element;
4421
- ControlButtonEndCall: JSX.Element;
4422
- ControlButtonMicOff: JSX.Element;
4423
- ControlButtonMicOn: JSX.Element;
4424
- ControlButtonOptions: JSX.Element;
4425
- ControlButtonParticipants: JSX.Element;
4426
- ControlButtonScreenShareStart: JSX.Element;
4427
- ControlButtonScreenShareStop: JSX.Element;
4428
- ControlButtonRaiseHand: JSX.Element;
4429
- ControlButtonLowerHand: JSX.Element;
4430
- RaiseHandContextualMenuItem: JSX.Element;
4431
- LowerHandContextualMenuItem: JSX.Element;
4432
- EditBoxCancel: JSX.Element;
4433
- EditBoxSubmit: JSX.Element;
4434
- ErrorBarCallCameraAccessDenied: JSX.Element;
4435
- ErrorBarCallCameraAlreadyInUse: JSX.Element;
4436
- ErrorBarCallLocalVideoFreeze: JSX.Element;
4437
- ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
4438
- ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
4439
- ErrorBarCallMicrophoneAccessDenied: JSX.Element;
4440
- ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
4441
- ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
4442
- ErrorBarCallNetworkQualityLow: JSX.Element;
4443
- ErrorBarCallNoMicrophoneFound: JSX.Element;
4444
- ErrorBarCallNoSpeakerFound: JSX.Element;
4445
- ErrorBarClear: JSX.Element;
4446
- ErrorBarCallVideoRecoveredBySystem: JSX.Element;
4447
- ErrorBarCallVideoStoppedBySystem: JSX.Element;
4448
- HorizontalGalleryLeftButton: JSX.Element;
4449
- HorizontalGalleryRightButton: JSX.Element;
4450
- MessageDelivered: JSX.Element;
4451
- MessageEdit: JSX.Element;
4452
- MessageFailed: JSX.Element;
4453
- MessageRemove: JSX.Element;
4454
- MessageResend: JSX.Element;
4455
- MessageSeen: JSX.Element;
4456
- MessageSending: JSX.Element;
4457
- OptionsCamera: JSX.Element;
4458
- OptionsMic: JSX.Element;
4459
- OptionsSpeaker: JSX.Element;
4460
- ParticipantItemMicOff: JSX.Element;
4461
- ParticipantItemOptions: JSX.Element;
4462
- ParticipantItemOptionsHovered: JSX.Element;
4463
- ParticipantItemScreenShareStart: JSX.Element;
4464
- SendBoxSend: JSX.Element;
4465
- SendBoxSendHovered: JSX.Element;
4466
- VideoTileMicOff: JSX.Element;
4467
- VideoTilePinned: JSX.Element;
4468
- VideoTileMoreOptions: JSX.Element;
4469
- VideoTileScaleFit: JSX.Element;
4470
- VideoTileScaleFill: JSX.Element;
4471
- PinParticipant: JSX.Element;
4472
- UnpinParticipant: JSX.Element;
4473
- SplitButtonPrimaryActionCameraOn: JSX.Element;
4474
- SplitButtonPrimaryActionCameraOff: JSX.Element;
4475
- SplitButtonPrimaryActionMicUnmuted: JSX.Element;
4476
- SplitButtonPrimaryActionMicMuted: JSX.Element;
4477
- VerticalGalleryLeftButton: JSX.Element;
4478
- VerticalGalleryRightButton: JSX.Element;
4479
- ControlButtonVideoEffectsOption: JSX.Element;
4480
- ConfigurationScreenVideoEffectsButton: JSX.Element;
4481
- CaptionsIcon: JSX.Element;
4482
- CaptionsOffIcon: JSX.Element;
4483
- CaptionsSettingsIcon: JSX.Element;
4484
- ChangeSpokenLanguageIcon: JSX.Element;
4485
- ChangeCaptionLanguageIcon: JSX.Element;
4486
- ContextMenuCameraIcon: JSX.Element;
4487
- ContextMenuMicIcon: JSX.Element;
4488
- ContextMenuSpeakerIcon: JSX.Element;
5664
+ ChatMessageOptions: React_2.JSX.Element;
5665
+ ControlButtonCameraOff: React_2.JSX.Element;
5666
+ ControlButtonCameraOn: React_2.JSX.Element;
5667
+ ControlButtonEndCall: React_2.JSX.Element;
5668
+ ControlButtonMicOff: React_2.JSX.Element;
5669
+ ControlButtonMicOn: React_2.JSX.Element;
5670
+ ControlButtonOptions: React_2.JSX.Element;
5671
+ ControlButtonParticipants: React_2.JSX.Element;
5672
+ ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5673
+ ControlButtonScreenShareStart: React_2.JSX.Element;
5674
+ ControlButtonScreenShareStop: React_2.JSX.Element;
5675
+ ControlButtonRaiseHand: React_2.JSX.Element;
5676
+ ControlButtonLowerHand: React_2.JSX.Element;
5677
+ RaiseHandContextualMenuItem: React_2.JSX.Element;
5678
+ LowerHandContextualMenuItem: React_2.JSX.Element;
5679
+ CancelFileUpload: React_2.JSX.Element;
5680
+ DownloadFile: React_2.JSX.Element;
5681
+ DataLossPreventionProhibited: React_2.JSX.Element;
5682
+ EditBoxCancel: React_2.JSX.Element;
5683
+ EditBoxSubmit: React_2.JSX.Element;
5684
+ ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
5685
+ ErrorBarCallCameraAlreadyInUse: React_2.JSX.Element;
5686
+ ErrorBarCallLocalVideoFreeze: React_2.JSX.Element;
5687
+ ErrorBarCallMacOsCameraAccessDenied: React_2.JSX.Element;
5688
+ ErrorBarCallMacOsMicrophoneAccessDenied: React_2.JSX.Element;
5689
+ ErrorBarCallMicrophoneAccessDenied: React_2.JSX.Element;
5690
+ ErrorBarCallMicrophoneMutedBySystem: React_2.JSX.Element;
5691
+ ErrorBarCallMicrophoneUnmutedBySystem: React_2.JSX.Element;
5692
+ ErrorBarCallNetworkQualityLow: React_2.JSX.Element;
5693
+ ErrorBarCallNoMicrophoneFound: React_2.JSX.Element;
5694
+ ErrorBarCallNoSpeakerFound: React_2.JSX.Element;
5695
+ ErrorBarClear: React_2.JSX.Element;
5696
+ ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
5697
+ ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
5698
+ HorizontalGalleryLeftButton: React_2.JSX.Element;
5699
+ HorizontalGalleryRightButton: React_2.JSX.Element;
5700
+ MessageDelivered: React_2.JSX.Element;
5701
+ MessageEdit: React_2.JSX.Element;
5702
+ MessageFailed: React_2.JSX.Element;
5703
+ MessageRemove: React_2.JSX.Element;
5704
+ MessageResend: React_2.JSX.Element;
5705
+ MessageSeen: React_2.JSX.Element;
5706
+ MessageSending: React_2.JSX.Element;
5707
+ OptionsCamera: React_2.JSX.Element;
5708
+ OptionsMic: React_2.JSX.Element;
5709
+ OptionsSpeaker: React_2.JSX.Element;
5710
+ ParticipantItemMicOff: React_2.JSX.Element;
5711
+ ParticipantItemOptions: React_2.JSX.Element;
5712
+ ParticipantItemOptionsHovered: React_2.JSX.Element;
5713
+ ParticipantItemScreenShareStart: React_2.JSX.Element;
5714
+ HoldCallContextualMenuItem: React_2.JSX.Element;
5715
+ HoldCallButton: React_2.JSX.Element;
5716
+ ResumeCall: React_2.JSX.Element;
5717
+ SendBoxSend: React_2.JSX.Element;
5718
+ SendBoxSendHovered: React_2.JSX.Element;
5719
+ VideoTileMicOff: React_2.JSX.Element;
5720
+ DialpadBackspace: React_2.JSX.Element;
5721
+ SitePermissionsSparkle: React_2.JSX.Element;
5722
+ SitePermissionCamera: React_2.JSX.Element;
5723
+ SitePermissionMic: React_2.JSX.Element;
5724
+ SitePermissionCameraDenied: React_2.JSX.Element;
5725
+ SitePermissionMicDenied: React_2.JSX.Element;
5726
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
5727
+ BrowserPermissionDeniedError: React_2.JSX.Element;
5728
+ VideoTilePinned: React_2.JSX.Element;
5729
+ VideoTileMoreOptions: React_2.JSX.Element;
5730
+ VideoTileScaleFit: React_2.JSX.Element;
5731
+ VideoTileScaleFill: React_2.JSX.Element;
5732
+ PinParticipant: React_2.JSX.Element;
5733
+ UnpinParticipant: React_2.JSX.Element;
5734
+ SplitButtonPrimaryActionCameraOn: React_2.JSX.Element;
5735
+ SplitButtonPrimaryActionCameraOff: React_2.JSX.Element;
5736
+ SplitButtonPrimaryActionMicUnmuted: React_2.JSX.Element;
5737
+ SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
5738
+ VerticalGalleryLeftButton: React_2.JSX.Element;
5739
+ VerticalGalleryRightButton: React_2.JSX.Element;
5740
+ ControlButtonVideoEffectsOption: React_2.JSX.Element;
5741
+ ConfigurationScreenVideoEffectsButton: React_2.JSX.Element;
5742
+ CaptionsIcon: React_2.JSX.Element;
5743
+ CaptionsOffIcon: React_2.JSX.Element;
5744
+ CaptionsSettingsIcon: React_2.JSX.Element;
5745
+ ChangeSpokenLanguageIcon: React_2.JSX.Element;
5746
+ ChangeCaptionLanguageIcon: React_2.JSX.Element;
5747
+ ContextMenuCameraIcon: React_2.JSX.Element;
5748
+ ContextMenuMicIcon: React_2.JSX.Element;
5749
+ ContextMenuSpeakerIcon: React_2.JSX.Element;
4489
5750
  };
4490
5751
 
4491
5752
  /**
@@ -4494,48 +5755,49 @@ export declare const DEFAULT_COMPONENT_ICONS: {
4494
5755
  * @public
4495
5756
  */
4496
5757
  export declare const DEFAULT_COMPOSITE_ICONS: {
4497
- EditBoxCancel: JSX.Element;
4498
- EditBoxSubmit: JSX.Element;
4499
- MessageDelivered: JSX.Element;
4500
- MessageEdit: JSX.Element;
4501
- MessageFailed: JSX.Element;
4502
- MessageRemove: JSX.Element;
4503
- MessageSeen: JSX.Element;
4504
- MessageSending: JSX.Element;
4505
- ParticipantItemOptions: JSX.Element;
4506
- ParticipantItemOptionsHovered: JSX.Element;
4507
- SendBoxSend: JSX.Element;
4508
- SendBoxSendHovered: JSX.Element;
5758
+ EditBoxCancel: JSX.Element | React_2.JSX.Element;
5759
+ EditBoxSubmit: JSX.Element | React_2.JSX.Element;
5760
+ MessageDelivered: JSX.Element | React_2.JSX.Element;
5761
+ MessageEdit: JSX.Element | React_2.JSX.Element;
5762
+ MessageFailed: JSX.Element | React_2.JSX.Element;
5763
+ MessageRemove: JSX.Element | React_2.JSX.Element;
5764
+ MessageSeen: JSX.Element | React_2.JSX.Element;
5765
+ MessageSending: JSX.Element | React_2.JSX.Element;
5766
+ ParticipantItemOptions: JSX.Element | React_2.JSX.Element;
5767
+ ParticipantItemOptionsHovered: JSX.Element | React_2.JSX.Element;
5768
+ SendBoxSend: JSX.Element | React_2.JSX.Element;
5769
+ SendBoxSendHovered: JSX.Element | React_2.JSX.Element;
5770
+ SendBoxAttachFile?: JSX.Element | undefined;
4509
5771
  ControlBarPeopleButton?: JSX.Element | undefined;
4510
- ControlButtonCameraOff: JSX.Element;
4511
- ControlButtonCameraOn: JSX.Element;
4512
- ControlButtonEndCall: JSX.Element;
4513
- ControlButtonMicOff: JSX.Element;
4514
- ControlButtonMicOn: JSX.Element;
4515
- ControlButtonOptions: JSX.Element;
4516
- ControlButtonParticipants: JSX.Element;
4517
- ControlButtonScreenShareStart: JSX.Element;
4518
- ControlButtonScreenShareStop: JSX.Element;
5772
+ ControlButtonCameraOff: JSX.Element | React_2.JSX.Element;
5773
+ ControlButtonCameraOn: JSX.Element | React_2.JSX.Element;
5774
+ ControlButtonEndCall: JSX.Element | React_2.JSX.Element;
5775
+ ControlButtonMicOff: JSX.Element | React_2.JSX.Element;
5776
+ ControlButtonMicOn: JSX.Element | React_2.JSX.Element;
5777
+ ControlButtonOptions: JSX.Element | React_2.JSX.Element;
5778
+ ControlButtonParticipants: JSX.Element | React_2.JSX.Element;
5779
+ ControlButtonScreenShareStart: JSX.Element | React_2.JSX.Element;
5780
+ ControlButtonScreenShareStop: JSX.Element | React_2.JSX.Element;
4519
5781
  ControlButtonCameraProhibited?: JSX.Element | undefined;
4520
5782
  ControlButtonMicProhibited?: JSX.Element | undefined;
4521
- ControlButtonRaiseHand: JSX.Element;
4522
- ControlButtonLowerHand: JSX.Element;
4523
- RaiseHandContextualMenuItem: JSX.Element;
4524
- LowerHandContextualMenuItem: JSX.Element;
4525
- ErrorBarCallCameraAccessDenied: JSX.Element;
4526
- ErrorBarCallCameraAlreadyInUse: JSX.Element;
4527
- ErrorBarCallLocalVideoFreeze: JSX.Element;
4528
- ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
4529
- ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
4530
- ErrorBarCallMicrophoneAccessDenied: JSX.Element;
4531
- ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
4532
- ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
4533
- ErrorBarCallNetworkQualityLow: JSX.Element;
4534
- ErrorBarCallNoMicrophoneFound: JSX.Element;
4535
- ErrorBarCallNoSpeakerFound: JSX.Element;
4536
- ErrorBarClear: JSX.Element;
4537
- HorizontalGalleryLeftButton: JSX.Element;
4538
- HorizontalGalleryRightButton: JSX.Element;
5783
+ ControlButtonRaiseHand: JSX.Element | React_2.JSX.Element;
5784
+ ControlButtonLowerHand: JSX.Element | React_2.JSX.Element;
5785
+ RaiseHandContextualMenuItem: JSX.Element | React_2.JSX.Element;
5786
+ LowerHandContextualMenuItem: JSX.Element | React_2.JSX.Element;
5787
+ ErrorBarCallCameraAccessDenied: JSX.Element | React_2.JSX.Element;
5788
+ ErrorBarCallCameraAlreadyInUse: JSX.Element | React_2.JSX.Element;
5789
+ ErrorBarCallLocalVideoFreeze: JSX.Element | React_2.JSX.Element;
5790
+ ErrorBarCallMacOsCameraAccessDenied: JSX.Element | React_2.JSX.Element;
5791
+ ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element | React_2.JSX.Element;
5792
+ ErrorBarCallMicrophoneAccessDenied: JSX.Element | React_2.JSX.Element;
5793
+ ErrorBarCallMicrophoneMutedBySystem: JSX.Element | React_2.JSX.Element;
5794
+ ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element | React_2.JSX.Element;
5795
+ ErrorBarCallNetworkQualityLow: JSX.Element | React_2.JSX.Element;
5796
+ ErrorBarCallNoMicrophoneFound: JSX.Element | React_2.JSX.Element;
5797
+ ErrorBarCallNoSpeakerFound: JSX.Element | React_2.JSX.Element;
5798
+ ErrorBarClear: JSX.Element | React_2.JSX.Element;
5799
+ HorizontalGalleryLeftButton: JSX.Element | React_2.JSX.Element;
5800
+ HorizontalGalleryRightButton: JSX.Element | React_2.JSX.Element;
4539
5801
  LobbyScreenConnectingToCall?: JSX.Element | undefined;
4540
5802
  LobbyScreenWaitingToBeAdmitted?: JSX.Element | undefined;
4541
5803
  LocalDeviceSettingsCamera?: JSX.Element | undefined;
@@ -4548,13 +5810,17 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4548
5810
  NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element | undefined;
4549
5811
  NoticePageLeftCall?: JSX.Element | undefined;
4550
5812
  NoticePageRemovedFromCall?: JSX.Element | undefined;
4551
- OptionsCamera: JSX.Element;
4552
- OptionsMic: JSX.Element;
4553
- OptionsSpeaker: JSX.Element;
4554
- ParticipantItemMicOff: JSX.Element;
4555
- ParticipantItemScreenShareStart: JSX.Element;
4556
- VideoTileMicOff: JSX.Element;
5813
+ OptionsCamera: JSX.Element | React_2.JSX.Element;
5814
+ OptionsMic: JSX.Element | React_2.JSX.Element;
5815
+ OptionsSpeaker: JSX.Element | React_2.JSX.Element;
5816
+ ParticipantItemMicOff: JSX.Element | React_2.JSX.Element;
5817
+ ParticipantItemScreenShareStart: JSX.Element | React_2.JSX.Element;
5818
+ VideoTileMicOff: JSX.Element | React_2.JSX.Element;
4557
5819
  LocalCameraSwitch?: JSX.Element | undefined;
5820
+ PeoplePaneAddPerson?: JSX.Element | undefined;
5821
+ PeoplePaneOpenDialpad?: JSX.Element | undefined;
5822
+ DialpadStartCall?: JSX.Element | undefined;
5823
+ NoticePageAccessDeniedRoomsCall?: JSX.Element | undefined;
4558
5824
  BlurVideoBackground?: JSX.Element | undefined;
4559
5825
  RemoveVideoBackgroundEffect?: JSX.Element | undefined;
4560
5826
  GalleryOptions?: JSX.Element | undefined;
@@ -4564,6 +5830,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4564
5830
  FocusedContentGalleryLayout?: JSX.Element | undefined;
4565
5831
  OverflowGalleryTop?: JSX.Element | undefined;
4566
5832
  LargeGalleryLayout?: JSX.Element | undefined;
5833
+ DefaultCustomButton?: JSX.Element | undefined;
4567
5834
  ChevronLeft?: JSX.Element | undefined;
4568
5835
  ControlBarChatButtonActive?: JSX.Element | undefined;
4569
5836
  ControlBarChatButtonInactive?: JSX.Element | undefined;
@@ -4573,35 +5840,72 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
4573
5840
  MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
4574
5841
  MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
4575
5842
  MoreDrawerSpeakers?: JSX.Element | undefined;
4576
- SendBoxAttachFile?: JSX.Element | undefined;
4577
- ChatMessageOptions: JSX.Element;
4578
- ErrorBarCallVideoRecoveredBySystem: JSX.Element;
4579
- ErrorBarCallVideoStoppedBySystem: JSX.Element;
4580
- MessageResend: JSX.Element;
4581
- VideoTilePinned: JSX.Element;
4582
- VideoTileMoreOptions: JSX.Element;
4583
- VideoTileScaleFit: JSX.Element;
4584
- VideoTileScaleFill: JSX.Element;
4585
- PinParticipant: JSX.Element;
4586
- UnpinParticipant: JSX.Element;
4587
- SplitButtonPrimaryActionCameraOn: JSX.Element;
4588
- SplitButtonPrimaryActionCameraOff: JSX.Element;
4589
- SplitButtonPrimaryActionMicUnmuted: JSX.Element;
4590
- SplitButtonPrimaryActionMicMuted: JSX.Element;
4591
- VerticalGalleryLeftButton: JSX.Element;
4592
- VerticalGalleryRightButton: JSX.Element;
4593
- ControlButtonVideoEffectsOption: JSX.Element;
4594
- ConfigurationScreenVideoEffectsButton: JSX.Element;
4595
- CaptionsIcon: JSX.Element;
4596
- CaptionsOffIcon: JSX.Element;
4597
- CaptionsSettingsIcon: JSX.Element;
4598
- ChangeSpokenLanguageIcon: JSX.Element;
4599
- ChangeCaptionLanguageIcon: JSX.Element;
4600
- ContextMenuCameraIcon: JSX.Element;
4601
- ContextMenuMicIcon: JSX.Element;
4602
- ContextMenuSpeakerIcon: JSX.Element;
5843
+ ChatMessageOptions: React_2.JSX.Element;
5844
+ ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
5845
+ CancelFileUpload: React_2.JSX.Element;
5846
+ DownloadFile: React_2.JSX.Element;
5847
+ DataLossPreventionProhibited: React_2.JSX.Element;
5848
+ ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
5849
+ ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
5850
+ MessageResend: React_2.JSX.Element;
5851
+ HoldCallContextualMenuItem: React_2.JSX.Element;
5852
+ HoldCallButton: React_2.JSX.Element;
5853
+ ResumeCall: React_2.JSX.Element;
5854
+ DialpadBackspace: React_2.JSX.Element;
5855
+ SitePermissionsSparkle: React_2.JSX.Element;
5856
+ SitePermissionCamera: React_2.JSX.Element;
5857
+ SitePermissionMic: React_2.JSX.Element;
5858
+ SitePermissionCameraDenied: React_2.JSX.Element;
5859
+ SitePermissionMicDenied: React_2.JSX.Element;
5860
+ UnsupportedEnvironmentWarning: React_2.JSX.Element;
5861
+ BrowserPermissionDeniedError: React_2.JSX.Element;
5862
+ VideoTilePinned: React_2.JSX.Element;
5863
+ VideoTileMoreOptions: React_2.JSX.Element;
5864
+ VideoTileScaleFit: React_2.JSX.Element;
5865
+ VideoTileScaleFill: React_2.JSX.Element;
5866
+ PinParticipant: React_2.JSX.Element;
5867
+ UnpinParticipant: React_2.JSX.Element;
5868
+ SplitButtonPrimaryActionCameraOn: React_2.JSX.Element;
5869
+ SplitButtonPrimaryActionCameraOff: React_2.JSX.Element;
5870
+ SplitButtonPrimaryActionMicUnmuted: React_2.JSX.Element;
5871
+ SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
5872
+ VerticalGalleryLeftButton: React_2.JSX.Element;
5873
+ VerticalGalleryRightButton: React_2.JSX.Element;
5874
+ ControlButtonVideoEffectsOption: React_2.JSX.Element;
5875
+ ConfigurationScreenVideoEffectsButton: React_2.JSX.Element;
5876
+ CaptionsIcon: React_2.JSX.Element;
5877
+ CaptionsOffIcon: React_2.JSX.Element;
5878
+ CaptionsSettingsIcon: React_2.JSX.Element;
5879
+ ChangeSpokenLanguageIcon: React_2.JSX.Element;
5880
+ ChangeCaptionLanguageIcon: React_2.JSX.Element;
5881
+ ContextMenuCameraIcon: React_2.JSX.Element;
5882
+ ContextMenuMicIcon: React_2.JSX.Element;
5883
+ ContextMenuSpeakerIcon: React_2.JSX.Element;
4603
5884
  };
4604
5885
 
5886
+ /**
5887
+ * Device Checks.
5888
+ * Choose whether or not to block starting a call depending on camera and microphone permission options.
5889
+ *
5890
+ * @beta
5891
+ */
5892
+ export declare interface DeviceCheckOptions {
5893
+ /**
5894
+ * Camera Permission prompts for your call.
5895
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
5896
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5897
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5898
+ */
5899
+ camera: 'required' | 'optional' | 'doNotPrompt';
5900
+ /**
5901
+ * Microphone permission prompts for your call.
5902
+ * 'required' - requires the permission to be allowed before permitting the user join the call.
5903
+ * 'optional' - permission can be disallowed and the user is still permitted to join the call.
5904
+ * 'doNotPrompt' - permission is not required and the user is not prompted to allow the permission.
5905
+ */
5906
+ microphone: 'required' | 'optional' | 'doNotPrompt';
5907
+ }
5908
+
4605
5909
  /**
4606
5910
  * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
4607
5911
  * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
@@ -4820,6 +6124,60 @@ export declare interface DiagnosticsCallFeatureState {
4820
6124
  media: MediaDiagnosticsState;
4821
6125
  }
4822
6126
 
6127
+ /**
6128
+ * A component to allow users to enter phone number through clicking on dialpad/using keyboard
6129
+ * It will return empty component for stable builds
6130
+ *
6131
+ * @beta
6132
+ */
6133
+ export declare const Dialpad: (props: DialpadProps) => JSX.Element;
6134
+
6135
+ /**
6136
+ * Props for {@link Dialpad} component.
6137
+ *
6138
+ * @beta
6139
+ */
6140
+ export declare interface DialpadProps {
6141
+ strings?: DialpadStrings;
6142
+ /** function to send dtmf tones on button click */
6143
+ onSendDtmfTone?: (dtmfTone: DtmfTone) => Promise<void>;
6144
+ /** Callback for dialpad button behavior*/
6145
+ onClickDialpadButton?: (buttonValue: string, buttonIndex: number) => void;
6146
+ /** set dialpad textfield content */
6147
+ textFieldValue?: string;
6148
+ /** on change function for text field, provides an unformatted plain text*/
6149
+ onChange?: (input: string) => void;
6150
+ /** boolean input to determine when to show/hide delete button, default true */
6151
+ showDeleteButton?: boolean;
6152
+ /** boolean input to determine if dialpad is in mobile view, default false */
6153
+ isMobile?: boolean;
6154
+ styles?: DialpadStyles;
6155
+ }
6156
+
6157
+ /**
6158
+ * Strings of {@link Dialpad} that can be overridden.
6159
+ *
6160
+ * @beta
6161
+ */
6162
+ export declare interface DialpadStrings {
6163
+ placeholderText: string;
6164
+ deleteButtonAriaLabel?: string;
6165
+ }
6166
+
6167
+ /**
6168
+ * Styles for {@link Dialpad} component.
6169
+ *
6170
+ * @beta
6171
+ */
6172
+ export declare interface DialpadStyles {
6173
+ root?: IStyle;
6174
+ button?: IButtonStyles;
6175
+ textField?: Partial<ITextFieldStyles>;
6176
+ digit?: IStyle;
6177
+ letter?: IStyle;
6178
+ deleteIcon?: IButtonStyles;
6179
+ }
6180
+
4823
6181
  /**
4824
6182
  * Callback for {@link CallAdapterSubscribers} 'displayNameChanged' event.
4825
6183
  *
@@ -4840,6 +6198,13 @@ export declare interface Disposable {
4840
6198
  dispose(): void;
4841
6199
  }
4842
6200
 
6201
+ /**
6202
+ * DTMF tone for PSTN calls.
6203
+ *
6204
+ * @beta
6205
+ */
6206
+ export declare type DtmfTone = 'A' | 'B' | 'C' | 'D' | 'Flash' | 'Num0' | 'Num1' | 'Num2' | 'Num3' | 'Num4' | 'Num5' | 'Num6' | 'Num7' | 'Num8' | 'Num9' | 'Pound' | 'Star';
6207
+
4843
6208
  /**
4844
6209
  * A type for trivial selectors that return no data.
4845
6210
  *
@@ -5093,6 +6458,199 @@ export declare interface ErrorBarStrings {
5093
6458
  */
5094
6459
  export declare type ErrorType = keyof ErrorBarStrings;
5095
6460
 
6461
+ /**
6462
+ * @beta
6463
+ * A file download error returned via a {@link FileDownloadHandler}.
6464
+ * This error message is used to render an error message in the UI.
6465
+ */
6466
+ export declare interface FileDownloadError {
6467
+ /** The error message to display in the UI */
6468
+ errorMessage: string;
6469
+ }
6470
+
6471
+ /**
6472
+ * @beta
6473
+ *
6474
+ * A callback function for handling file downloads.
6475
+ * The function needs to return a promise that resolves to a file download URL.
6476
+ * If the promise is rejected, the {@link Error.message} will be used to display an error message to the user.
6477
+ *
6478
+ * @example
6479
+ * ```ts
6480
+ * const fileDownloadHandler: FileDownloadHandler = async (userId, fileData) => {
6481
+ * if (isUnauthorizedUser(userId)) {
6482
+ * return { errorMessage: 'You don’t have permission to download this file.' };
6483
+ * } else {
6484
+ * return new URL(fileData.url);
6485
+ * }
6486
+ * }
6487
+ *
6488
+ * const App = () => (
6489
+ * <ChatComposite
6490
+ * ...
6491
+ * fileSharing={{
6492
+ * fileDownloadHandler: fileDownloadHandler
6493
+ * }}
6494
+ * />
6495
+ * )
6496
+ *
6497
+ * ```
6498
+ * @param userId - The user ID of the user downloading the file.
6499
+ * @param fileMetadata - The {@link FileMetadata} containing file `url`, `extension` and `name`.
6500
+ */
6501
+ export declare type FileDownloadHandler = (userId: string, fileMetadata: FileMetadata) => Promise<URL | FileDownloadError>;
6502
+
6503
+ /**
6504
+ * Meta Data containing information about the uploaded file.
6505
+ * @beta
6506
+ */
6507
+ export declare type FileMetadata = FileSharingMetadata | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ ImageFileMetadata;
6508
+
6509
+ /**
6510
+ * @beta
6511
+ */
6512
+ export declare type FileMetadataAttachmentType = 'fileSharing' | /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */ 'inlineImage' | 'unknown';
6513
+
6514
+ /**
6515
+ * Meta Data containing basic information about the uploaded file.
6516
+ * Typically used for ACS to ACS file transfers.
6517
+ * @beta
6518
+ */
6519
+ export declare interface FileSharingMetadata extends BaseFileMetadata {
6520
+ attachmentType: 'fileSharing';
6521
+ payload?: Record<string, string>;
6522
+ }
6523
+
6524
+ /**
6525
+ * Properties for configuring the File Sharing feature.
6526
+ * @beta
6527
+ */
6528
+ export declare interface FileSharingOptions {
6529
+ /**
6530
+ * A string containing the comma separated list of accepted file types.
6531
+ * Similar to the `accept` attribute of the `<input type="file" />` element.
6532
+ * Accepts any type of file if not specified.
6533
+ * @beta
6534
+ */
6535
+ accept?: string;
6536
+ /**
6537
+ * Allows multiple files to be selected if set to `true`.
6538
+ * Similar to the `multiple` attribute of the `<input type="file" />` element.
6539
+ * @defaultValue false
6540
+ * @beta
6541
+ */
6542
+ multiple?: boolean;
6543
+ /**
6544
+ * A function of type {@link FileUploadHandler} for handling file uploads.
6545
+ * @beta
6546
+ */
6547
+ uploadHandler: FileUploadHandler;
6548
+ /**
6549
+ * A function of type {@link FileDownloadHandler} for handling file downloads.
6550
+ * If the function is not specified, the file's `url` will be opened in a new tab to
6551
+ * initiate the download.
6552
+ */
6553
+ downloadHandler?: FileDownloadHandler;
6554
+ }
6555
+
6556
+ /**
6557
+ * @beta
6558
+ */
6559
+ export declare interface FileUploadAdapter {
6560
+ registerActiveFileUploads: (files: File[]) => FileUploadManager[];
6561
+ registerCompletedFileUploads: (metadata: FileMetadata[]) => FileUploadManager[];
6562
+ clearFileUploads: () => void;
6563
+ cancelFileUpload: (id: string) => void;
6564
+ updateFileUploadProgress: (id: string, progress: number) => void;
6565
+ updateFileUploadErrorMessage: (id: string, errorMessage: string) => void;
6566
+ updateFileUploadMetadata: (id: string, metadata: FileMetadata) => void;
6567
+ }
6568
+
6569
+ /**
6570
+ * @beta
6571
+ * Error message to be displayed to the user if the upload fails.
6572
+ */
6573
+ export declare type FileUploadError = {
6574
+ message: string;
6575
+ timestamp: number;
6576
+ };
6577
+
6578
+ /**
6579
+ * @beta
6580
+ * A callback function for handling file uploads.
6581
+ *
6582
+ * @param userId - The user ID of the user uploading the file.
6583
+ * @param fileUploads - The list of uploaded files. Each file is represented by an {@link FileUpload} object.
6584
+ */
6585
+ export declare type FileUploadHandler = (userId: string, fileUploads: FileUploadManager[]) => void;
6586
+
6587
+ /**
6588
+ * A wrapper object for a file that is being uploaded.
6589
+ * Allows mmanaging file uploads by providing common functions for updating the
6590
+ * upload progress, canceling an upload, completing an upload etc.
6591
+ * @beta
6592
+ */
6593
+ export declare interface FileUploadManager {
6594
+ /**
6595
+ * Unique identifier for the file upload.
6596
+ */
6597
+ id: string;
6598
+ /**
6599
+ * HTML {@link File} object for the uploaded file.
6600
+ */
6601
+ file?: File;
6602
+ /**
6603
+ * Update the progress of the upload.
6604
+ * @param value - number between 0 and 1
6605
+ */
6606
+ notifyUploadProgressChanged: (value: number) => void;
6607
+ /**
6608
+ * Mark the upload as complete.
6609
+ * Requires the `metadata` param containing uploaded file information.
6610
+ * @param metadata - {@link FileMetadata}
6611
+ */
6612
+ notifyUploadCompleted: (metadata: FileMetadata) => void;
6613
+ /**
6614
+ * Mark the upload as failed.
6615
+ * @param message - An error message that can be displayed to the user.
6616
+ */
6617
+ notifyUploadFailed: (message: string) => void;
6618
+ }
6619
+
6620
+ /**
6621
+ * Contains the state attibutes of a file upload like name, progress etc.
6622
+ * @beta
6623
+ */
6624
+ export declare interface FileUploadState {
6625
+ /**
6626
+ * Unique identifier for the file upload.
6627
+ */
6628
+ id: string;
6629
+ /**
6630
+ * Filename extracted from the {@link File} object.
6631
+ * This attribute is used to render the filename if `metadata.name` is not available.
6632
+ */
6633
+ filename: string;
6634
+ /**
6635
+ * A number between 0 and 1 indicating the progress of the upload.
6636
+ */
6637
+ progress: number;
6638
+ /**
6639
+ * Meta Data {@link FileMetadata} containing information about the uploaded file.
6640
+ */
6641
+ metadata?: FileMetadata;
6642
+ /**
6643
+ * Error message to be displayed to the user if the upload fails.
6644
+ */
6645
+ error?: FileUploadError;
6646
+ }
6647
+
6648
+ /**
6649
+ * A record containing {@link FileUploadState} mapped to unique ids.
6650
+ * @beta
6651
+ */
6652
+ export declare type FileUploadsUiState = Record<string, FileUploadState>;
6653
+
5096
6654
  /**
5097
6655
  * Provider to apply a Fluent theme across this library's react components.
5098
6656
  *
@@ -5132,7 +6690,7 @@ export declare const fromFlatCommunicationIdentifier: (id: string) => Communicat
5132
6690
  *
5133
6691
  * @public
5134
6692
  */
5135
- 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;
6693
+ 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;
5136
6694
 
5137
6695
  /**
5138
6696
  * Get the selector for a specified component.
@@ -5194,6 +6752,63 @@ export declare interface GridLayoutStyles extends BaseCustomStyles {
5194
6752
  children?: IStyle;
5195
6753
  }
5196
6754
 
6755
+ /**
6756
+ * a button to hold or resume a ongoing call.
6757
+ *
6758
+ * Can be used with {@link ControlBar}
6759
+ *
6760
+ * @param props - properties for the hold button.
6761
+ * @returns
6762
+ * @beta
6763
+ */
6764
+ export declare const HoldButton: (props: HoldButtonProps) => JSX.Element;
6765
+
6766
+ /**
6767
+ *@beta
6768
+ */
6769
+ export declare interface HoldButtonProps extends ControlBarButtonProps {
6770
+ /**
6771
+ * Utility property for using this component with communication react handlers
6772
+ * Holds the call or resumes it based on call state.
6773
+ */
6774
+ onToggleHold: () => Promise<void>;
6775
+ /**
6776
+ * Optional strings to override in component
6777
+ */
6778
+ strings?: HoldButtonStrings;
6779
+ }
6780
+
6781
+ /**
6782
+ * Selector type for the {@link HoldButton} component.
6783
+ * @public
6784
+ */
6785
+ export declare type HoldButtonSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6786
+ checked: boolean;
6787
+ };
6788
+
6789
+ /**
6790
+ * Strings for the hold button labels
6791
+ * @beta
6792
+ */
6793
+ export declare interface HoldButtonStrings {
6794
+ /**
6795
+ * Label for when action is to resume call.
6796
+ */
6797
+ onLabel: string;
6798
+ /**
6799
+ * Label for when action is to hold call.
6800
+ */
6801
+ offLabel: string;
6802
+ /**
6803
+ * Content for when button is checked
6804
+ */
6805
+ tooltipOnContent: string;
6806
+ /**
6807
+ * Content for when button is unchecked
6808
+ */
6809
+ tooltipOffContent: string;
6810
+ }
6811
+
5197
6812
  /**
5198
6813
  * {@link HorizontalGallery} Component Styles.
5199
6814
  * @public
@@ -5278,8 +6893,108 @@ export declare interface _Identifiers {
5278
6893
  verticalGalleryVideoTile: string;
5279
6894
  /** `data-ui-id` value for `VerticalGallery` Component's page counter */
5280
6895
  verticalGalleryPageCounter: string;
6896
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list */
6897
+ mentionSuggestionList: string;
6898
+ /** `data-ui-id` value for `MentionPopover` Component's suggestion list item */
6899
+ mentionSuggestionItem: string;
6900
+ }
6901
+
6902
+ /**
6903
+ * Meta Data containing data for images.
6904
+ * @beta
6905
+ */
6906
+ export declare interface ImageFileMetadata extends BaseFileMetadata {
6907
+ attachmentType: 'inlineImage';
6908
+ previewUrl?: string;
6909
+ }
6910
+
6911
+ /**
6912
+ * Component to render a fullscreen modal for a selected image.
6913
+ *
6914
+ * @beta
6915
+ */
6916
+ export declare const ImageGallery: (props: ImageGalleryProps) => JSX.Element;
6917
+
6918
+ /**
6919
+ * Props for {@link ImageGallery}.
6920
+ *
6921
+ * @beta
6922
+ */
6923
+ export declare interface ImageGalleryImageProps {
6924
+ /** Image Url used to display the image in a large scale. */
6925
+ imageUrl: string;
6926
+ /** String used as a file name when downloading this image to user's local device. */
6927
+ downloadFilename: string;
6928
+ /** Optional string used as a alt text for the image. @default 'image' */
6929
+ altText?: string;
6930
+ /** Optional string used as the title of the image and displayed on the top left corner of the ImageGallery. */
6931
+ title?: string;
6932
+ /** Optional JSX element used as a title icon and displayed to the left of the title element. */
6933
+ titleIcon?: JSX.Element;
6934
+ }
6935
+
6936
+ /**
6937
+ * Props for {@link ImageGallery}.
6938
+ *
6939
+ * @beta
6940
+ */
6941
+ export declare interface ImageGalleryProps {
6942
+ /**
6943
+ * Boolean that controls whether the modal is displayed.
6944
+ */
6945
+ isOpen: boolean;
6946
+ /**
6947
+ * Array of images used to populate the ImageGallery
6948
+ */
6949
+ images: Array<ImageGalleryImageProps>;
6950
+ /**
6951
+ * Callback to invoke when the ImageGallery modal is dismissed
6952
+ */
6953
+ onDismiss: () => void;
6954
+ /**
6955
+ * Callback called when the download button is clicked.
6956
+ */
6957
+ onImageDownloadButtonClicked: (imageUrl: string, downloadFilename: string) => void;
6958
+ /**
6959
+ * Callback called when there's an error loading the image.
6960
+ */
6961
+ onError?: (event: SyntheticEvent<HTMLImageElement, Event>) => void;
6962
+ /**
6963
+ * Indicating which index of the images array to start with.
6964
+ */
6965
+ startIndex?: number;
6966
+ }
6967
+
6968
+ /**
6969
+ * Strings of {@link ImageGallery} that can be overridden.
6970
+ *
6971
+ * @beta
6972
+ */
6973
+ export declare interface ImageGalleryStrings {
6974
+ /**
6975
+ * Download button label for ImageGallery
6976
+ */
6977
+ downloadButtonLabel: string;
6978
+ /**
6979
+ * Dismiss button aria label for ImageGallery
6980
+ */
6981
+ dismissButtonAriaLabel: string;
5281
6982
  }
5282
6983
 
6984
+ /**
6985
+ * @beta
6986
+ * This contains a readonly array that returns all the active `incomingCalls`.
6987
+ * An active incoming call is a call that has not been answered, declined or disconnected.
6988
+ */
6989
+ export declare type IncomingCallManagement = {
6990
+ /**
6991
+ * @beta
6992
+ * @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
6993
+ * @returns readonly array of {@link DeclarativeIncomingCall}
6994
+ */
6995
+ incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
6996
+ };
6997
+
5283
6998
  /**
5284
6999
  * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
5285
7000
  * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
@@ -5410,7 +7125,7 @@ export declare interface JumpToNewMessageButtonProps {
5410
7125
  *
5411
7126
  * @public
5412
7127
  */
5413
- export declare const lightTheme: PartialTheme & CallingTheme;
7128
+ export declare const lightTheme: PartialTheme & CallingTheme & /* @conditional-compile-remove(image-gallery) */ ChatTheme;
5414
7129
 
5415
7130
  /**
5416
7131
  * Whether the stream is loading or not.
@@ -5495,21 +7210,116 @@ export declare interface LocalVideoStreamVideoEffectsState {
5495
7210
  }
5496
7211
 
5497
7212
  /**
5498
- * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
7213
+ * Options for the local video tile in the Call composite.
7214
+ *
7215
+ * @beta
7216
+ */
7217
+ export declare interface LocalVideoTileOptions {
7218
+ /**
7219
+ * Position of the local video tile. If unset will render the local tile in the floating local position.
7220
+ *
7221
+ * @defaultValue 'floating'
7222
+ * @remarks 'grid' - local video tile will be rendered in the grid view of the videoGallery.
7223
+ * 'floating' - local video tile will be rendered in the floating position and will observe overflow gallery
7224
+ * local video tile rules and be docked in the bottom corner.
7225
+ * This does not affect the Configuration screen or the side pane Picture in Picture in Picture view.
7226
+ */
7227
+ position?: 'grid' | 'floating';
7228
+ }
7229
+
7230
+ /**
7231
+ * different modes of the local video tile
7232
+ *
7233
+ * @beta
7234
+ */
7235
+ export declare type LocalVideoTileSize = '9:16' | '16:9' | 'hidden' | 'followDeviceOrientation';
7236
+
7237
+ /**
7238
+ * Payload for {@link DiagnosticChangedEventListner} where there is a change in a media diagnostic.
7239
+ *
7240
+ * @public
7241
+ */
7242
+ export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
7243
+ type: 'media';
7244
+ };
7245
+
7246
+ /**
7247
+ * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
7248
+ *
7249
+ * @public
7250
+ */
7251
+ export declare interface MediaDiagnosticsState {
7252
+ latest: LatestMediaDiagnostics;
7253
+ }
7254
+
7255
+ /**
7256
+ * Mention's state, as reflected in the UI.
7257
+ *
7258
+ * @beta
7259
+ */
7260
+ export declare interface Mention {
7261
+ /** ID of a mention */
7262
+ id: string;
7263
+ /** Display text of a mention */
7264
+ displayText: string;
7265
+ /** Optional React element to render an item icon of a mention suggestion */
7266
+ icon?: JSX.Element;
7267
+ }
7268
+
7269
+ /**
7270
+ * Options to display suggestions in the mention scenario.
7271
+ *
7272
+ * @beta
7273
+ */
7274
+ export declare interface MentionDisplayOptions {
7275
+ /**
7276
+ * Optional callback for customizing the mention renderer in a message thread.
7277
+ */
7278
+ onRenderMention?: (mention: Mention, defaultOnRender: (mention: Mention) => JSX.Element) => JSX.Element;
7279
+ }
7280
+
7281
+ /**
7282
+ * Options to lookup suggestions in the mention scenario.
7283
+ *
7284
+ * @beta
7285
+ */
7286
+ export declare interface MentionLookupOptions {
7287
+ /**
7288
+ * Optional string to set trigger keyword for mention a specific participant.
7289
+ *
7290
+ * @defaultValue `@`
7291
+ */
7292
+ trigger?: string;
7293
+ /**
7294
+ * Optional callback to fetch a list of mention suggestions base on the query.
7295
+ */
7296
+ onQueryUpdated: (query: string) => Promise<Mention[]>;
7297
+ /**
7298
+ * Optional callback to render an item of the mention suggestions list.
7299
+ */
7300
+ onRenderSuggestionItem?: (suggestion: Mention, onSuggestionSelected: (suggestion: Mention) => void) => JSX.Element;
7301
+ }
7302
+
7303
+ /**
7304
+ * Options to lookup suggestions and display mentions in the mention scenario.
5499
7305
  *
5500
- * @public
7306
+ * @beta
5501
7307
  */
5502
- export declare type MediaDiagnosticChangedEvent = MediaDiagnosticChangedEventArgs & {
5503
- type: 'media';
7308
+ export declare type MentionOptions = {
7309
+ lookupOptions?: MentionLookupOptions;
7310
+ displayOptions?: MentionDisplayOptions;
5504
7311
  };
5505
7312
 
5506
7313
  /**
5507
- * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
7314
+ * Strings of {@link _MentionPopover} that can be overridden.
5508
7315
  *
5509
- * @public
7316
+ * @beta
5510
7317
  */
5511
- export declare interface MediaDiagnosticsState {
5512
- latest: LatestMediaDiagnostics;
7318
+ export declare interface MentionPopoverStrings {
7319
+ /**
7320
+ * Header text for MentionPopover
7321
+ */
7322
+ mentionPopoverHeader: string;
5513
7323
  }
5514
7324
 
5515
7325
  /**
@@ -5519,7 +7329,7 @@ export declare interface MediaDiagnosticsState {
5519
7329
  *
5520
7330
  * @public
5521
7331
  */
5522
- export declare type Message = ChatMessage | SystemMessage | CustomMessage;
7332
+ export declare type Message = ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage;
5523
7333
 
5524
7334
  /**
5525
7335
  * Indicate whether a chat message should be displayed merged with the message before / after it.
@@ -5739,7 +7549,7 @@ export declare type MessageThreadProps = {
5739
7549
  /**
5740
7550
  * Messages to render in message thread. A message can be of type `ChatMessage`, `SystemMessage`, `BlockedMessage` or `CustomMessage`.
5741
7551
  */
5742
- messages: (ChatMessage | SystemMessage | CustomMessage)[];
7552
+ messages: (ChatMessage | SystemMessage | CustomMessage | /* @conditional-compile-remove(data-loss-prevention) */ BlockedMessage)[];
5743
7553
  /**
5744
7554
  * number of participants in the thread
5745
7555
  */
@@ -5821,6 +7631,17 @@ export declare type MessageThreadProps = {
5821
7631
  * `messageRenderer` is not provided for `CustomMessage` and thus only available for `ChatMessage` and `SystemMessage`.
5822
7632
  */
5823
7633
  onRenderMessage?: (messageProps: MessageProps, messageRenderer?: MessageRenderer) => JSX.Element;
7634
+ /**
7635
+ * Optional callback to render uploaded files in the message component.
7636
+ * @beta
7637
+ */
7638
+ onRenderFileDownloads?: (userId: string, message: ChatMessage) => JSX.Element;
7639
+ /**
7640
+ * Optional callback to retrieve the inline image in a message.
7641
+ * @param attachment - FileMetadata object we want to render
7642
+ * @beta
7643
+ */
7644
+ onFetchAttachments?: (attachments: FileMetadata[]) => Promise<AttachmentDownloadResult[]>;
5824
7645
  /**
5825
7646
  * Optional callback to edit a message.
5826
7647
  *
@@ -5862,6 +7683,28 @@ export declare type MessageThreadProps = {
5862
7683
  * Optional strings to override in component
5863
7684
  */
5864
7685
  strings?: Partial<MessageThreadStrings>;
7686
+ /**
7687
+ * @beta
7688
+ * Optional function called when someone clicks on the file download icon.
7689
+ * If file attachments are defined in the `message.metadata` property using the `fileSharingMetadata` key,
7690
+ * this function will be called with the data inside `fileSharingMetadata` key.
7691
+ */
7692
+ fileDownloadHandler?: FileDownloadHandler;
7693
+ /**
7694
+ * Optional function to provide customized date format.
7695
+ * @beta
7696
+ */
7697
+ onDisplayDateTimeString?: (messageDate: Date) => string;
7698
+ /**
7699
+ * Optional props needed to lookup a mention query and display mentions
7700
+ * @beta
7701
+ */
7702
+ mentionOptions?: MentionOptions;
7703
+ /**
7704
+ * Optional callback called when an inline image is clicked.
7705
+ * @beta
7706
+ */
7707
+ onInlineImageClicked?: (attachmentId: string, messageId: string) => Promise<void>;
5865
7708
  };
5866
7709
 
5867
7710
  /**
@@ -5933,6 +7776,14 @@ export declare interface MessageThreadStrings {
5933
7776
  editBoxSubmitButton: string;
5934
7777
  /** String for action menu indicating there are more options */
5935
7778
  actionMenuMoreOptions?: string;
7779
+ /** String for download file button in file card */
7780
+ downloadFile: string;
7781
+ /** String for policy violation message removal */
7782
+ blockedWarningText: string;
7783
+ /** String for policy violation message removal details link */
7784
+ blockedWarningLinkText: string;
7785
+ /** String for aria text in file attachment group*/
7786
+ fileCardGroupMessage: string;
5936
7787
  }
5937
7788
 
5938
7789
  /**
@@ -5960,6 +7811,7 @@ export declare interface MessageThreadStyles extends BaseCustomStyles {
5960
7811
  /** Styles for system message container. */
5961
7812
  systemMessageContainer?: ComponentSlotStyle;
5962
7813
  /** Styles for blocked message container. */
7814
+ blockedMessageContainer?: ComponentSlotStyle;
5963
7815
  /** Styles for message status indicator container. */
5964
7816
  messageStatusContainer?: (mine: boolean) => IStyle;
5965
7817
  }
@@ -6128,6 +7980,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
6128
7980
  menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
6129
7981
  }
6130
7982
 
7983
+ /**
7984
+ * Component to allow Contoso to help their end user with their devices should their permissions be blocked
7985
+ * by their browsers settings.
7986
+ *
7987
+ * @beta
7988
+ */
7989
+ export declare const MicrophoneSitePermissions: (props: MicrophoneSitePermissionsProps) => JSX.Element;
7990
+
7991
+ /**
7992
+ * @beta
7993
+ * Props for MicrophoneSitePermissions component.
7994
+ */
7995
+ export declare interface MicrophoneSitePermissionsProps extends CommonSitePermissionsProps {
7996
+ /** Icon name for the microphone icon */
7997
+ microphoneIconName?: string;
7998
+ /** Strings for use with the {@link MicrophoneSitePermissions} */
7999
+ strings?: MicrophoneSitePermissionsStrings;
8000
+ }
8001
+
8002
+ /**
8003
+ * @beta
8004
+ * Strings for MicrophoneSitePermissions component.
8005
+ */
8006
+ export declare type MicrophoneSitePermissionsStrings = SitePermissionsStrings;
8007
+
6131
8008
  /**
6132
8009
  * Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
6133
8010
  *
@@ -6146,6 +8023,13 @@ export declare interface NetworkDiagnosticsState {
6146
8023
  latest: LatestNetworkDiagnostics;
6147
8024
  }
6148
8025
 
8026
+ /**
8027
+ * Callback function used to provide custom data to build profile for a user.
8028
+ *
8029
+ * @beta
8030
+ */
8031
+ export declare type OnFetchProfileCallback = (userId: string, defaultProfile?: Profile) => Promise<Profile | undefined>;
8032
+
6149
8033
  /**
6150
8034
  * A custom rendered callback that allows users to customize the rendering of a Persona Component.
6151
8035
  *
@@ -6268,6 +8152,14 @@ export declare interface ParticipantItemProps {
6268
8152
  onClick?: (props?: ParticipantItemProps) => void;
6269
8153
  /** Optional value to determine if the tooltip should be shown for participants or not */
6270
8154
  showParticipantOverflowTooltip?: boolean;
8155
+ /**
8156
+ * Optional value to determine and display a participants connection status.
8157
+ * For example, `Connecting`, `Ringing` etc.
8158
+ * The actual text that is displayed is determined by the localized string
8159
+ * corresponding to the provided participant state.
8160
+ * For example, `strings.participantStateConnecting` will be used if `participantState` is `Connecting`.
8161
+ */
8162
+ participantState?: ParticipantState;
6271
8163
  /**
6272
8164
  * Optional aria property that prefixes the ParticipantItems aria content
6273
8165
  * Takes in a unique id value of the element you would like to be read before the ParticipantItem.
@@ -6293,6 +8185,10 @@ export declare interface ParticipantItemStrings {
6293
8185
  mutedIconLabel: string;
6294
8186
  /** placeholder text for participants who does not have a display name*/
6295
8187
  displayNamePlaceholder?: string;
8188
+ /** String shown when `participantState` is `Ringing` */
8189
+ participantStateRinging?: string;
8190
+ /** String shown when `participantState` is `Hold` */
8191
+ participantStateHold?: string;
6296
8192
  }
6297
8193
 
6298
8194
  /**
@@ -6372,6 +8268,10 @@ export declare type ParticipantListProps = {
6372
8268
  styles?: ParticipantListStyles;
6373
8269
  /** Optional value to determine if the tooltip should be shown for participants or not */
6374
8270
  showParticipantOverflowTooltip?: boolean;
8271
+ /** Total number of people in the call. This number can be larger than the remote participant count. */
8272
+ totalParticipantCount?: number;
8273
+ /** Strings for the participant list */
8274
+ strings?: ParticipantListStrings;
6375
8275
  /** Optional aria-lablledby prop that prefixes each ParticipantItem aria-label */
6376
8276
  participantAriaLabelledBy?: string;
6377
8277
  };
@@ -6384,8 +8284,21 @@ export declare type ParticipantListProps = {
6384
8284
  export declare type ParticipantListSelector = (state: CallClientState, props: CallingBaseSelectorProps) => {
6385
8285
  participants: CallParticipantListParticipant[];
6386
8286
  myUserId: string;
8287
+ totalParticipantCount?: number;
6387
8288
  };
6388
8289
 
8290
+ /**
8291
+ * Strings for the {@link ParticipantList}.
8292
+ *
8293
+ * @beta
8294
+ */
8295
+ export declare interface ParticipantListStrings {
8296
+ /**
8297
+ * String for rendering the count of participants not contained in the displayed participant list
8298
+ */
8299
+ overflowParticipantCount?: string;
8300
+ }
8301
+
6389
8302
  /**
6390
8303
  * Styles for the {@link ParticipantList}.
6391
8304
  *
@@ -6602,6 +8515,18 @@ export declare type ParticipantsRemovedListener = (event: {
6602
8515
  */
6603
8516
  export declare type ParticipantState = 'Idle' | 'Connecting' | 'Ringing' | 'Connected' | 'Hold' | 'InLobby' | 'EarlyMedia' | 'Disconnected';
6604
8517
 
8518
+ /**
8519
+ * The profile of a user.
8520
+ *
8521
+ * @beta
8522
+ */
8523
+ export declare type Profile = {
8524
+ /**
8525
+ * Primary text to display, usually the name of the person.
8526
+ */
8527
+ displayName?: string;
8528
+ };
8529
+
6605
8530
  /**
6606
8531
  * Raised hand state with order
6607
8532
  *
@@ -6726,7 +8651,7 @@ export declare interface RemoteParticipantState {
6726
8651
  /**
6727
8652
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
6728
8653
  */
6729
- identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind;
8654
+ identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind | MicrosoftTeamsAppKind;
6730
8655
  /**
6731
8656
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
6732
8657
  */
@@ -6754,6 +8679,10 @@ export declare interface RemoteParticipantState {
6754
8679
  * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
6755
8680
  */
6756
8681
  isSpeaking: boolean;
8682
+ /**
8683
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.role}.
8684
+ */
8685
+ role?: ParticipantRole;
6757
8686
  /**
6758
8687
  * Proxy of {@link @azure/communication-calling#Call.RaisedHand.raisedHands}.
6759
8688
  */
@@ -6782,6 +8711,7 @@ export declare interface RemoteVideoStreamState {
6782
8711
  * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isReceiving}.
6783
8712
  * @beta
6784
8713
  */
8714
+ isReceiving: boolean;
6785
8715
  /**
6786
8716
  * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
6787
8717
  * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
@@ -6881,6 +8811,19 @@ export declare type Selector = (state: ClientState, props: any) => any;
6881
8811
  */
6882
8812
  export declare const SendBox: (props: SendBoxProps) => JSX.Element;
6883
8813
 
8814
+ /**
8815
+ * @beta
8816
+ * Error to be displayed to the user in an error bar above sendbox.
8817
+ */
8818
+ export declare interface SendBoxErrorBarError {
8819
+ /** Error Message to be displayed */
8820
+ message: string;
8821
+ /**
8822
+ * Unix Timestamp. Preferred generation using `Date.now()`
8823
+ */
8824
+ timestamp: number;
8825
+ }
8826
+
6884
8827
  /**
6885
8828
  * Props for {@link SendBox}.
6886
8829
  *
@@ -6900,6 +8843,11 @@ export declare interface SendBoxProps {
6900
8843
  * Optional override behavior on send button click
6901
8844
  */
6902
8845
  onSendMessage?: (content: string) => Promise<void>;
8846
+ /**
8847
+ * Optional props needed to lookup suggestions in the mention scenario.
8848
+ * @beta
8849
+ */
8850
+ mentionLookupOptions?: MentionLookupOptions;
6903
8851
  /**
6904
8852
  * Optional callback called when user is typing
6905
8853
  */
@@ -6936,6 +8884,25 @@ export declare interface SendBoxProps {
6936
8884
  * When undefined nothing has focus on render
6937
8885
  */
6938
8886
  autoFocus?: 'sendBoxTextField';
8887
+ /**
8888
+ * Optional callback to render uploaded files in the SendBox. The sendBox will expand
8889
+ * vertically to accommodate the uploaded files. File uploads will
8890
+ * be rendered below the text area in sendBox.
8891
+ * @beta
8892
+ */
8893
+ onRenderFileUploads?: () => JSX.Element;
8894
+ /**
8895
+ * Optional array of active file uploads where each object has attributes
8896
+ * of a file upload like name, progress, errorMessage etc.
8897
+ * @beta
8898
+ */
8899
+ activeFileUploads?: ActiveFileUpload[];
8900
+ /**
8901
+ * Optional callback to remove the file upload before sending by clicking on
8902
+ * cancel icon.
8903
+ * @beta
8904
+ */
8905
+ onCancelFileUpload?: (fileId: string) => void;
6939
8906
  }
6940
8907
 
6941
8908
  /**
@@ -6966,6 +8933,22 @@ export declare interface SendBoxStrings {
6966
8933
  * Aria label for send message button
6967
8934
  */
6968
8935
  sendButtonAriaLabel: string;
8936
+ /**
8937
+ * Error message indicating that all file uploads are not complete.
8938
+ */
8939
+ fileUploadsPendingError: string;
8940
+ /**
8941
+ * Aria label to notify user when focus is on cancel file upload button.
8942
+ */
8943
+ removeFile: string;
8944
+ /**
8945
+ * Aria label to notify user file uploading starts.
8946
+ */
8947
+ uploading: string;
8948
+ /**
8949
+ * Aria label to notify user file is uploaded.
8950
+ */
8951
+ uploadCompleted: string;
6969
8952
  }
6970
8953
 
6971
8954
  /**
@@ -6986,6 +8969,45 @@ export declare interface SendBoxStylesProps extends BaseCustomStyles {
6986
8969
  systemMessage?: IStyle;
6987
8970
  }
6988
8971
 
8972
+ /**
8973
+ * @beta
8974
+ * Strings for SitePermissions component
8975
+ */
8976
+ export declare type SitePermissionsStrings = {
8977
+ /**
8978
+ * Main text string.
8979
+ */
8980
+ primaryText?: string;
8981
+ /**
8982
+ * Subtext string.
8983
+ */
8984
+ secondaryText?: string;
8985
+ /**
8986
+ * More help link string.
8987
+ */
8988
+ linkText?: string;
8989
+ /**
8990
+ * Primary button text string.
8991
+ */
8992
+ primaryButtonText?: string;
8993
+ /**
8994
+ * Aria label describing the content of the container
8995
+ */
8996
+ ariaLabel?: string;
8997
+ };
8998
+
8999
+ /**
9000
+ * Fluent styles for {@link SitePermissionsContainer}.
9001
+ *
9002
+ * @beta
9003
+ */
9004
+ export declare interface SitePermissionsStyles extends BaseCustomStyles {
9005
+ /** Styles for the primary button. */
9006
+ primaryButton?: IButtonStyles;
9007
+ /** Styles for the help troubleshooting link text. */
9008
+ troubleshootingLink?: ILinkStyles;
9009
+ }
9010
+
6989
9011
  /**
6990
9012
  * @public
6991
9013
  * spoken language strings for captions setting modal
@@ -7142,6 +9164,19 @@ export declare interface StatefulCallClient extends CallClient {
7142
9164
  * @param stream - The LocalVideoStreamState or RemoteVideoStreamState to dispose.
7143
9165
  */
7144
9166
  disposeView(callId: string | undefined, participantId: CommunicationIdentifier | undefined, stream: LocalVideoStreamState | RemoteVideoStreamState): void;
9167
+ /** @conditional-compile-remove(one-to-n-calling) */
9168
+ /**
9169
+ * The CallAgent is used to handle calls.
9170
+ * To create the CallAgent, pass a CommunicationTokenCredential object provided from SDK.
9171
+ * - The CallClient can only have one active CallAgent instance at a time.
9172
+ * - You can create a new CallClient instance to create a new CallAgent.
9173
+ * - You can dispose of a CallClient's current active CallAgent, and call the CallClient's
9174
+ * createCallAgent() method again to create a new CallAgent.
9175
+ * @param tokenCredential - The token credential. Use AzureCommunicationTokenCredential from `@azure/communication-common` to create a credential.
9176
+ * @param options - The CallAgentOptions for additional options like display name.
9177
+ * @public
9178
+ */
9179
+ createCallAgent(...args: Parameters<CallClient['createCallAgent']>): Promise<DeclarativeCallAgent>;
7145
9180
  }
7146
9181
 
7147
9182
  /**
@@ -7154,7 +9189,16 @@ export declare type StatefulCallClientArgs = {
7154
9189
  * UserId from SDK. This is provided for developer convenience to easily access the userId from the
7155
9190
  * state. It is not used by StatefulCallClient.
7156
9191
  */
7157
- userId: CommunicationUserIdentifier;
9192
+ userId: CommunicationUserIdentifier | /* @conditional-compile-remove(teams-identity-support) */ MicrosoftTeamsUserIdentifier;
9193
+ /**
9194
+ * A phone number in E.164 format that will be used to represent the callers identity. This number is required
9195
+ * to start a PSTN call.
9196
+ *
9197
+ * example: +11234567
9198
+ *
9199
+ * This is not a cached value from the headless calling client.
9200
+ */
9201
+ alternateCallerId?: string;
7158
9202
  };
7159
9203
 
7160
9204
  /**
@@ -7309,6 +9353,74 @@ export declare interface SystemMessageCommon extends MessageCommon {
7309
9353
  */
7310
9354
  export declare type TeamsAdapterOptions = CommonCallAdapterOptions;
7311
9355
 
9356
+ /**
9357
+ * An Adapter interface specific for Teams identity which extends {@link CommonCallAdapter}.
9358
+ *
9359
+ * @beta
9360
+ */
9361
+ export declare interface TeamsCallAdapter extends CommonCallAdapter {
9362
+ /**
9363
+ * Join the call with microphone initially on/off.
9364
+ * @deprecated Use joinCall(options?:JoinCallOptions) instead.
9365
+ * @param microphoneOn - Whether microphone is initially enabled
9366
+ *
9367
+ * @beta
9368
+ */
9369
+ joinCall(microphoneOn?: boolean): TeamsCall | undefined;
9370
+ /**
9371
+ * Join the call with options bag to set microphone/camera initial state when joining call
9372
+ * true = turn on the device when joining call
9373
+ * false = turn off the device when joining call
9374
+ * 'keep'/undefined = retain devices' precall state
9375
+ *
9376
+ * @param options - param to set microphone/camera initially on/off.
9377
+ *
9378
+ * @public
9379
+ */
9380
+ joinCall(options?: JoinCallOptions): TeamsCall | undefined;
9381
+ /**
9382
+ * Start the call.
9383
+ *
9384
+ * @param participants - An array of participant ids to join
9385
+ *
9386
+ * @beta
9387
+ */
9388
+ startCall(participants: string[], options?: StartCallOptions): TeamsCall | undefined;
9389
+ /**
9390
+ * Start the call.
9391
+ * @param participants - An array of {@link @azure/communication-common#CommunicationIdentifier} to be called
9392
+ * @beta
9393
+ */
9394
+ startCall(participants: CommunicationIdentifier[], options?: StartCallOptions): TeamsCall | undefined;
9395
+ }
9396
+
9397
+ /**
9398
+ * Arguments for creating the Azure Communication Services implementation of {@link TeamsCallAdapter}.
9399
+ *
9400
+ * @beta
9401
+ */
9402
+ export declare type TeamsCallAdapterArgs = {
9403
+ userId: MicrosoftTeamsUserIdentifier;
9404
+ credential: CommunicationTokenCredential;
9405
+ locator: TeamsMeetingLinkLocator | /* @conditional-compile-remove(teams-adhoc-call) */ /* @conditional-compile-remove(PSTN-calls) */ CallParticipantsLocator;
9406
+ /**
9407
+ * Optional parameters for the {@link TeamsCallAdapter} created
9408
+ */
9409
+ options?: TeamsAdapterOptions;
9410
+ };
9411
+
9412
+ /**
9413
+ * Object containing all the teams call handlers required for calling components.
9414
+ *
9415
+ * Calling related components from this package are able to pick out relevant handlers from this object.
9416
+ * See {@link useHandlers} and {@link usePropsFor}.
9417
+ *
9418
+ * @beta
9419
+ */
9420
+ export declare interface TeamsCallingHandlers extends CommonCallingHandlers {
9421
+ onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9422
+ }
9423
+
7312
9424
  /**
7313
9425
  * A string representation of a {@link @azure/communication-common#CommunicationIdentifier}.
7314
9426
  *
@@ -7354,6 +9466,27 @@ export declare interface TranscriptionCallFeature {
7354
9466
  isTranscriptionActive: boolean;
7355
9467
  }
7356
9468
 
9469
+ /**
9470
+ * Transfer feature state
9471
+ *
9472
+ * @beta
9473
+ */
9474
+ export declare interface TransferFeature {
9475
+ /**
9476
+ * Accepted transfer requests
9477
+ */
9478
+ acceptedTransfers: {
9479
+ [key: string]: AcceptedTransfer;
9480
+ };
9481
+ }
9482
+
9483
+ /**
9484
+ * Callback for {@link CallAdapterSubscribers} 'transferRequested' event.
9485
+ *
9486
+ * @beta
9487
+ */
9488
+ export declare type TransferRequestedListener = (event: TransferRequestedEventArgs) => void;
9489
+
7357
9490
  /**
7358
9491
  * Component to notify local user when one or more participants in the chat thread are typing.
7359
9492
  *
@@ -7488,11 +9621,117 @@ export declare interface TypingIndicatorStylesProps extends BaseCustomStyles {
7488
9621
  typingString?: IStyle;
7489
9622
  }
7490
9623
 
9624
+ /**
9625
+ * UI to display to the user that the browser they are using is not supported by Azure Communications Calling service.
9626
+ *
9627
+ * @beta
9628
+ */
9629
+ export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
9630
+
9631
+ /**
9632
+ * props for {@link UnsupportedBrowser} UI
9633
+ *
9634
+ * @beta
9635
+ */
9636
+ export declare interface UnsupportedBrowserProps {
9637
+ /** Handler to perform an action when the help link is actioned */
9638
+ onTroubleshootingClick?: () => void;
9639
+ /** String overrides for the component */
9640
+ strings?: UnsupportedBrowserStrings;
9641
+ }
9642
+
9643
+ /**
9644
+ * Strings for UnsupportedBrowser component
9645
+ *
9646
+ * @beta
9647
+ */
9648
+ export declare interface UnsupportedBrowserStrings {
9649
+ /** String for the primary text */
9650
+ primaryText: string;
9651
+ /** String for the secondary text */
9652
+ secondaryText: string;
9653
+ /** String to display in the text for the help link */
9654
+ moreHelpLinkText: string;
9655
+ }
9656
+
9657
+ /**
9658
+ * UI to display to the user that the browser version they are using is out of date
9659
+ * and not supported by Azure Communications Calling service.
9660
+ *
9661
+ * @beta
9662
+ */
9663
+ export declare const UnsupportedBrowserVersion: (props: UnsupportedBrowserVersionProps) => JSX.Element;
9664
+
9665
+ /**
9666
+ * props for {@link UnsupportedBrowserVersion} UI
9667
+ *
9668
+ * @beta
9669
+ */
9670
+ export declare interface UnsupportedBrowserVersionProps {
9671
+ /** Handler to perform an action when the help link is actioned */
9672
+ onTroubleshootingClick?: () => void;
9673
+ /** String overrides for the component */
9674
+ strings?: UnsupportedBrowserVersionStrings;
9675
+ /** Handler to allow user to continue into the call */
9676
+ onContinueAnywayClick?: () => void;
9677
+ }
9678
+
9679
+ /**
9680
+ * Strings for UnsupportedBrowser component
9681
+ *
9682
+ * @beta
9683
+ */
9684
+ export declare interface UnsupportedBrowserVersionStrings {
9685
+ /** String for the primary text */
9686
+ primaryText: string;
9687
+ /** String for the secondary text */
9688
+ secondaryText: string;
9689
+ /** String to display in the text for the help link */
9690
+ moreHelpLinkText: string;
9691
+ /** String for continue without updating button */
9692
+ continueAnywayButtonText?: string;
9693
+ }
9694
+
9695
+ /**
9696
+ * UI to display to the user that the operating system they are using is not supported by Azure Communications Calling service.
9697
+ *
9698
+ * @beta
9699
+ */
9700
+ export declare const UnsupportedOperatingSystem: (props: UnsupportedOperatingSystemProps) => JSX.Element;
9701
+
9702
+ /**
9703
+ * Props for {@link UnsupportedOperatingSystem} UI
9704
+ *
9705
+ * @beta
9706
+ */
9707
+ export declare interface UnsupportedOperatingSystemProps {
9708
+ /** Handler to perform a action when the help link is actioned */
9709
+ onTroubleshootingClick?: () => void;
9710
+ /** String overrides for the component */
9711
+ strings?: UnsupportedOperatingSystemStrings;
9712
+ }
9713
+
9714
+ /**
9715
+ * Strings for UnsupportedBrowser component
9716
+ *
9717
+ * @beta
9718
+ */
9719
+ export declare interface UnsupportedOperatingSystemStrings {
9720
+ /** String for the primary text */
9721
+ primaryText: string;
9722
+ /** String for the secondary text */
9723
+ secondaryText: string;
9724
+ /** String to display in the text for the help link */
9725
+ moreHelpLinkText: string;
9726
+ }
9727
+
7491
9728
  /**
7492
9729
  * @public
7493
9730
  * Callback function run when a message is updated.
7494
9731
  */
7495
- export declare type UpdateMessageCallback = (messageId: string, content: string) => Promise<void>;
9732
+ export declare type UpdateMessageCallback = (messageId: string, content: string, metadata?: Record<string, string>, options?: {
9733
+ attachedFilesMetadata?: FileMetadata[];
9734
+ }) => Promise<void>;
7496
9735
 
7497
9736
  /**
7498
9737
  * A custom React hook to simplify the creation of {@link CallAdapter}.
@@ -7640,6 +9879,44 @@ export declare const usePropsFor: <Component extends (props: any) => JSX.Element
7640
9879
  */
7641
9880
  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;
7642
9881
 
9882
+ /**
9883
+ * Hook to obtain {@link @azure/communication-calling#TeamsCall} from the provider.
9884
+ *
9885
+ * Useful when implementing a custom component that utilizes the providers
9886
+ * exported from this library.
9887
+ *
9888
+ * you must have previously used the CallProvider with a TeamsCall object to use this hook
9889
+ *
9890
+ * @beta
9891
+ */
9892
+ export declare const useTeamsCall: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCall;
9893
+
9894
+ /**
9895
+ * A custom React hook to simplify the creation of {@link TeamsCallAdapter}.
9896
+ *
9897
+ * Similar to {@link createTeamsAzureCommunicationCallAdapter}, but takes care of asynchronous
9898
+ * creation of the adapter internally.
9899
+ *
9900
+ * Allows arguments to be undefined so that you can respect the rule-of-hooks and pass in arguments
9901
+ * as they are created. The adapter is only created when all arguments are defined.
9902
+ *
9903
+ * Note that you must memoize the arguments to avoid recreating adapter on each render.
9904
+ * See storybook for typical usage examples.
9905
+ *
9906
+ * @beta
9907
+ */
9908
+ export declare const useTeamsCallAdapter: (args: Partial<TeamsCallAdapterArgs>, afterCreate?: ((adapter: TeamsCallAdapter) => Promise<TeamsCallAdapter>) | undefined, beforeDispose?: ((adapter: TeamsCallAdapter) => Promise<void>) | undefined) => TeamsCallAdapter | undefined;
9909
+
9910
+ /**
9911
+ * Hook to obtain {@link @azure/communication-calling#TeamsCallAgent} from the provider.
9912
+ *
9913
+ * Useful when implementing a custom component that utilizes the providers
9914
+ * exported from this library.
9915
+ *
9916
+ * @beta
9917
+ */
9918
+ export declare const useTeamsCallAgent: () => undefined | /* @conditional-compile-remove(teams-identity-support) */ TeamsCallAgent;
9919
+
7643
9920
  /**
7644
9921
  * React hook to access theme
7645
9922
  *
@@ -7779,7 +10056,7 @@ export declare const VideoGallery: (props: VideoGalleryProps) => JSX.Element;
7779
10056
  /**
7780
10057
  * @public
7781
10058
  */
7782
- export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
10059
+ export declare type VideoGalleryLayout = 'default' | 'floatingLocalVideo' | /* @conditional-compile-remove(gallery-layouts) */ 'speaker' | /* @conditional-compile-remove(large-gallery) */ 'largeGallery' | /* @conditional-compile-remove(gallery-layouts) */ 'focusedContent';
7783
10060
 
7784
10061
  /**
7785
10062
  * The state of the local participant in the {@link VideoGallery}.
@@ -7901,6 +10178,13 @@ export declare interface VideoGalleryProps {
7901
10178
  * @defaultValue 'horizontalBottom'
7902
10179
  */
7903
10180
  overflowGalleryPosition?: OverflowGalleryPosition;
10181
+ /**
10182
+ * Determines the aspect ratio of local video tile in the video gallery.
10183
+ * @remarks 'followDeviceOrientation' will be responsive to the screen orientation and will change between 9:16 (portrait) and
10184
+ * 16:9 (landscape) aspect ratios.
10185
+ * @defaultValue 'followDeviceOrientation'
10186
+ */
10187
+ localVideoTileSize?: LocalVideoTileSize;
7904
10188
  }
7905
10189
 
7906
10190
  /**
@@ -7913,6 +10197,11 @@ export declare interface VideoGalleryRemoteParticipant extends VideoGalleryParti
7913
10197
  isSpeaking?: boolean;
7914
10198
  /** Video stream of shared screen */
7915
10199
  screenShareStream?: VideoGalleryStream;
10200
+ /**
10201
+ * @beta
10202
+ * The connection state of the participant. For example, 'Hold', 'Connecting' etc.
10203
+ */
10204
+ state?: ParticipantState;
7916
10205
  /** Whether participant is raised a hand */
7917
10206
  raisedHand?: RaisedHand;
7918
10207
  }
@@ -8152,6 +10441,12 @@ export declare interface VideoTileProps {
8152
10441
  isSpeaking?: boolean;
8153
10442
  /** Whether the participant is raised hand. Show a indicator (border) and icon with order */
8154
10443
  raisedHand?: RaisedHand;
10444
+ /**
10445
+ * The call connection state of the participant.
10446
+ * For example, `Hold` means the participant is on hold.
10447
+ */
10448
+ participantState?: ParticipantState;
10449
+ strings?: VideoTileStrings;
8155
10450
  /**
8156
10451
  * Display custom menu items in the VideoTile's contextual menu.
8157
10452
  * Uses Fluent UI ContextualMenu.
@@ -8164,6 +10459,15 @@ export declare interface VideoTileProps {
8164
10459
  onLongTouch?: () => void;
8165
10460
  }
8166
10461
 
10462
+ /**
10463
+ * Strings of {@link VideoTile} that can be overridden.
10464
+ * @beta
10465
+ */
10466
+ export declare interface VideoTileStrings {
10467
+ participantStateRinging: string;
10468
+ participantStateHold: string;
10469
+ }
10470
+
8167
10471
  /**
8168
10472
  * Fluent styles for {@link VideoTile}.
8169
10473
  *