@azure/communication-react 1.4.3-alpha-202301150014.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (842) hide show
  1. package/CHANGELOG.json +1047 -0
  2. package/CHANGELOG.stable.md +79 -2
  3. package/dist/communication-react.d.ts +29 -1976
  4. package/dist/dist-cjs/communication-react/index.js +6443 -10799
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/identifier.js +64 -3
  13. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  21. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -11
  23. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -12
  24. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -13
  26. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +5 -20
  27. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +49 -20
  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 +1 -11
  31. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +31 -35
  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 +1 -11
  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.js +1 -13
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -22
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  44. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  45. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  46. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +10 -31
  47. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  49. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  50. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  52. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  57. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -14
  59. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +4 -25
  60. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +0 -5
  62. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +0 -11
  63. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  64. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +9 -25
  65. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -21
  67. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  68. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  69. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  70. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  71. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  72. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  73. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +67 -62
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -27
  76. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -7
  78. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +4 -56
  79. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  81. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +64 -56
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  85. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -9
  88. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  89. package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -13
  90. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +57 -51
  92. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  94. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  95. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +15 -3
  97. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  100. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +0 -8
  101. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  104. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
  105. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  106. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  107. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
  108. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +13 -3
  110. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  113. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  114. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  116. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  118. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  119. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -2
  120. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  122. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  123. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  124. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  125. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  126. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +14 -13
  127. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  128. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -4
  129. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +10 -3
  130. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  131. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  132. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  134. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  135. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +10 -41
  136. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  139. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  140. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  141. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  142. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  144. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  145. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  147. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  148. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
  149. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  150. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  151. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +12 -7
  152. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  153. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  154. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  155. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  156. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +127 -113
  157. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  158. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  160. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  162. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  163. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  164. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  165. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  166. package/dist/dist-esm/communication-react/src/index.d.ts +0 -21
  167. package/dist/dist-esm/communication-react/src/index.js +0 -14
  168. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  169. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  170. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  171. package/dist/dist-esm/react-components/src/components/CameraButton.js +6 -6
  172. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  173. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +8 -7
  174. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  175. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +17 -36
  176. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  177. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +4 -8
  178. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  179. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +30 -24
  180. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  181. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +24 -55
  182. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  183. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +11 -7
  184. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  186. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  187. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  188. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  190. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  191. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  193. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  195. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  196. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  197. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  198. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  199. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  201. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/DevicesButton.js +30 -7
  203. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  204. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
  205. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.d.ts +0 -1
  207. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +2 -18
  208. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  210. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.d.ts +0 -4
  212. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  213. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  215. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.d.ts +0 -4
  217. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +3 -3
  218. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  221. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  222. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -2
  223. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  224. package/dist/dist-esm/react-components/src/components/FileCard.js +3 -2
  225. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  226. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  227. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  228. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +9 -12
  229. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +7 -8
  231. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  232. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  233. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  235. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +7 -5
  237. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +12 -5
  239. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  241. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  242. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +9 -27
  243. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  244. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -23
  245. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +1 -23
  247. package/dist/dist-esm/react-components/src/components/MessageThread.js +97 -157
  248. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +6 -9
  250. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  251. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  252. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  253. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  254. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +21 -22
  255. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  256. package/dist/dist-esm/react-components/src/components/ParticipantList.js +9 -25
  257. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +32 -46
  259. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  260. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  261. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  262. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  263. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -2
  265. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +12 -68
  266. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +2 -2
  268. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +12 -6
  270. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  271. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -35
  272. package/dist/dist-esm/react-components/src/components/SendBox.js +8 -32
  273. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  275. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  278. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  279. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  280. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  282. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  283. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  284. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  285. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +1 -1
  286. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -12
  287. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -13
  289. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  291. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.d.ts +1 -1
  293. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -12
  294. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +8 -25
  296. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +14 -11
  298. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +16 -33
  300. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  303. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  305. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +7 -2
  307. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +1 -1
  308. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  309. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +29 -8
  311. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  313. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  314. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  316. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +10 -10
  318. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  320. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +0 -2
  322. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +30 -31
  323. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  324. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +14 -38
  325. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +0 -66
  327. package/dist/dist-esm/react-components/src/components/VideoGallery.js +19 -147
  328. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +1 -22
  330. package/dist/dist-esm/react-components/src/components/VideoTile.js +46 -98
  331. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +10 -3
  333. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -13
  335. package/dist/dist-esm/react-components/src/components/index.js +0 -8
  336. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +12 -3
  338. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  344. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +4 -1
  346. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  348. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
  349. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  351. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  354. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  356. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +2 -2
  359. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  360. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +13 -2
  362. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  367. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  369. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +5 -2
  371. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  374. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/utils/useLongPress.d.ts +0 -1
  376. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +2 -15
  377. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  379. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/utils.js +8 -9
  381. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +10 -14
  383. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  385. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  386. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/index.d.ts +0 -2
  388. package/dist/dist-esm/react-components/src/index.js +0 -2
  389. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  390. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
  391. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  393. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +96 -6
  394. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +95 -5
  395. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
  396. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +95 -5
  397. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +96 -6
  398. package/dist/dist-esm/react-components/src/localization/locales/index.js +42 -14
  399. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  400. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +95 -5
  401. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +95 -5
  402. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +95 -5
  403. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +95 -5
  404. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +96 -6
  405. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +95 -5
  406. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +96 -6
  407. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +95 -5
  408. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +95 -5
  409. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +6 -3
  410. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  411. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -20
  412. package/dist/dist-esm/react-components/src/theming/icons.js +11 -121
  413. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  416. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +0 -7
  418. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  419. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  422. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  423. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -3
  424. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +0 -2
  425. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  427. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -8
  428. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  429. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  430. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  431. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -89
  432. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +17 -95
  433. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  434. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -120
  435. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  436. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -77
  437. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +31 -248
  438. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  439. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -107
  440. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -9
  441. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  442. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  443. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  444. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  445. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  446. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -8
  447. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  448. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -5
  449. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  450. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  451. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +0 -3
  452. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +10 -76
  453. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  454. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -2
  455. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +13 -135
  456. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  457. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  458. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  459. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  460. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  461. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  462. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  463. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  464. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  465. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  466. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  467. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  468. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  469. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -32
  470. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  471. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  472. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +19 -66
  473. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  474. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +21 -16
  475. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  476. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +0 -2
  477. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +17 -25
  478. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  479. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  480. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  481. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +2 -2
  482. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  483. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  484. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  485. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -1
  486. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  487. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +5 -44
  488. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  489. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  490. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  491. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -8
  492. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  493. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  494. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  495. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -13
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +6 -27
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -7
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +0 -1
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -8
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  510. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -8
  511. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +12 -140
  512. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  513. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +0 -1
  514. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -19
  515. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  516. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +2 -2
  517. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  518. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  519. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  520. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  521. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +0 -10
  522. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -10
  523. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  524. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  525. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  526. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  527. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  528. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  529. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  530. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  531. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  532. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  533. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  534. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +1 -1
  535. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +2 -2
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +6 -2
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +0 -2
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -1
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +3 -23
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +11 -9
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +3 -15
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +12 -106
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +4 -87
  581. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +14 -78
  582. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -1
  584. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +15 -41
  585. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  586. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +0 -2
  587. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +12 -34
  588. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js +1 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js +7 -9
  592. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  594. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js +6 -3
  595. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +1 -1
  596. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +1 -1
  597. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.d.ts +0 -1
  599. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  601. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -25
  603. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +7 -139
  604. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  605. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -60
  606. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  607. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -10
  608. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -39
  609. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -9
  611. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -31
  612. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  614. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +21 -67
  615. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
  618. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -22
  622. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -10
  623. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  625. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  626. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -6
  627. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  628. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  629. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +9 -41
  631. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  633. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +0 -9
  635. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +25 -88
  636. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  637. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  638. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  639. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -13
  641. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  643. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  645. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  646. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  647. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +5 -3
  650. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -3
  652. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
  655. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  657. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  658. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  659. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  660. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  662. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  663. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  665. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  667. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  669. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  670. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +6 -21
  671. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +8 -6
  675. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  676. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -6
  677. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -24
  678. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +1 -2
  680. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +18 -6
  681. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +1 -2
  683. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  684. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  685. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  686. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -33
  687. package/dist/dist-esm/react-composites/src/composites/common/icons.js +5 -19
  688. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  689. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  690. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +16 -6
  691. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  692. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  693. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +22 -5
  695. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  697. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  699. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  700. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  701. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  702. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +17 -3
  705. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +17 -3
  706. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +17 -3
  707. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +17 -3
  708. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +17 -3
  710. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +17 -3
  711. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +17 -3
  712. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +17 -3
  713. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +17 -3
  714. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +17 -3
  715. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +17 -3
  716. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +17 -3
  717. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +17 -3
  718. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  719. package/package.json +14 -15
  720. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -43
  721. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -81
  722. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  723. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  724. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -89
  725. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  726. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  727. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  728. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  729. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  730. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  731. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  732. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  733. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  734. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  735. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  736. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  737. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  738. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  739. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  740. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  741. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  742. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  743. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  744. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.d.ts +0 -25
  745. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js +0 -65
  746. package/dist/dist-esm/react-components/src/components/VideoGallery/PinnedParticipantsLayout.js.map +0 -1
  747. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +0 -9
  748. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +0 -18
  749. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +0 -1
  750. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.d.ts +0 -6
  751. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js +0 -9
  752. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +0 -1
  753. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.d.ts +0 -10
  754. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +0 -29
  755. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +0 -1
  756. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  757. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  758. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  759. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  760. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  761. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  762. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  763. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  764. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  765. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  766. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  767. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  768. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +0 -61
  769. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +0 -74
  770. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +0 -1
  771. package/dist/dist-esm/react-components/src/permissions/index.d.ts +0 -2
  772. package/dist/dist-esm/react-components/src/permissions/index.js +0 -4
  773. package/dist/dist-esm/react-components/src/permissions/index.js.map +0 -1
  774. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  775. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  776. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  777. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.d.ts +0 -24
  778. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +0 -80
  779. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +0 -1
  780. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  781. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  782. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  783. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  784. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  785. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  786. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -17
  787. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +0 -63
  788. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +0 -1
  789. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  790. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  791. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  792. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +0 -16
  793. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +0 -38
  794. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +0 -1
  795. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -15
  796. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -38
  797. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  798. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  799. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  800. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  801. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  802. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  803. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  804. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
  805. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
  806. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
  807. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -13
  808. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
  809. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
  810. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  811. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  812. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  813. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  814. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  815. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  816. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  817. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  818. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  819. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  820. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
  821. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  822. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
  823. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  824. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  825. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  826. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  827. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  828. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  829. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  830. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  831. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  832. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  833. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  834. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  835. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  836. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  837. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  838. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  839. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  840. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  841. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  842. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -1,6 +1,1053 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 04 Jan 2023 23:56:34 GMT",
6
+ "tag": "@azure/communication-react_v1.5.0",
7
+ "version": "1.5.0",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "jinan@microsoft.com",
12
+ "package": "@internal/react-composites",
13
+ "commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
14
+ "comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
15
+ },
16
+ {
17
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
18
+ "package": "@internal/react-composites",
19
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
20
+ "comment": "Update pro based on newer api (no functional change)"
21
+ },
22
+ {
23
+ "author": "edwardlee@microsoft.com",
24
+ "package": "@internal/react-composites",
25
+ "commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
26
+ "comment": "Add missing PSTN conditional compilation"
27
+ },
28
+ {
29
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
30
+ "package": "@internal/react-composites",
31
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
32
+ "comment": "Bumped"
33
+ },
34
+ {
35
+ "author": "jinan@microsoft.com",
36
+ "package": "@internal/react-composites",
37
+ "commit": "c2045bf3c9c4464c57bdff774f130756af8ebe28",
38
+ "comment": "Add type cast to support latest lib.dom version"
39
+ },
40
+ {
41
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
42
+ "package": "@internal/react-composites",
43
+ "commit": "d00af9f75b8341762abd708e7b5dd5d043e84b19",
44
+ "comment": "Add support for conditionally compiled browser tests"
45
+ },
46
+ {
47
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
48
+ "package": "@internal/react-composites",
49
+ "commit": "60540a73e437a99f7af3910e2282b534c37b79a9",
50
+ "comment": "browser tests: drop runtime test for build flavor environment variable"
51
+ },
52
+ {
53
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
54
+ "package": "@internal/react-composites",
55
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
56
+ "comment": "Update names"
57
+ },
58
+ {
59
+ "author": "carolinecao@microsoft.com",
60
+ "package": "@internal/react-composites",
61
+ "commit": "6602f6b063057bc3a194d899d3f7b4b192a37615",
62
+ "comment": "Use permission API to get device permissions "
63
+ },
64
+ {
65
+ "author": "jiangnanhello@live.com",
66
+ "package": "@internal/react-composites",
67
+ "commit": "3a8a36f9e5c4432e8d5746f4a296b38af920ac5c",
68
+ "comment": "Add step to validate identifier"
69
+ },
70
+ {
71
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
72
+ "package": "@internal/storybook",
73
+ "commit": "1e0f9b6bb5d2e5c98fc1076160b5b25d03cf3695",
74
+ "comment": "Clean up storybook quickstart setup page"
75
+ },
76
+ {
77
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
78
+ "package": "@internal/storybook",
79
+ "commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
80
+ "comment": "Update domain permissions story to have checking device permissions type"
81
+ },
82
+ {
83
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
84
+ "package": "@internal/storybook",
85
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
86
+ "comment": "Bumped"
87
+ },
88
+ {
89
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
90
+ "package": "@internal/storybook",
91
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
92
+ "comment": "Update internal story to have denied vs request domain permission skus"
93
+ },
94
+ {
95
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
96
+ "package": "@internal/storybook",
97
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
98
+ "comment": "Add stories for individual camera and mic permission modals in internal folder"
99
+ },
100
+ {
101
+ "author": "anjulgarg@live.com",
102
+ "package": "@azure/communication-react",
103
+ "commit": "598e741fd722bdcb6f2e252cea7fbf5c3c055ca9",
104
+ "comment": "Change displayNamePlaceholder"
105
+ },
106
+ {
107
+ "author": "miguelgamis@microsoft.com",
108
+ "package": "@azure/communication-react",
109
+ "commit": "e7b12c4e724d5a1930aae93d8c5dd3ed7997b909",
110
+ "comment": "FloatingLocalVideoLayout component added to refactor VideoGallery"
111
+ },
112
+ {
113
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
114
+ "package": "@azure/communication-react",
115
+ "commit": "368c4cefaea1ee51d11c7e4b2e6f8555442a6989",
116
+ "comment": "Rewire tooling to generate changefiles and changelogs"
117
+ },
118
+ {
119
+ "author": "miguelgamis@microsoft.com",
120
+ "package": "@azure/communication-react",
121
+ "commit": "0572ff1f9bcdb3d06f68965e3fa7ceda42988576",
122
+ "comment": "DefaultLayout component added to refactor VideoGallery"
123
+ },
124
+ {
125
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
126
+ "package": "@azure/communication-react",
127
+ "commit": "b059bcf5d62a57662c4ed4d07cd0f2eb0c66ec80",
128
+ "comment": "bump package versions after release"
129
+ },
130
+ {
131
+ "author": "anjulgarg@live.com",
132
+ "package": "@azure/communication-react",
133
+ "commit": "ef3773b431cf9cb57bb9dfe2a76add8f2a850cc7",
134
+ "comment": "Remove custom end call screen from calling sample"
135
+ },
136
+ {
137
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
138
+ "package": "@azure/communication-react",
139
+ "commit": "eefc3df0b19ed631050f3f2cef731fb04a593e6b",
140
+ "comment": "Add architectural overview doc"
141
+ },
142
+ {
143
+ "author": "miguelgamis@microsoft.com",
144
+ "package": "@azure/communication-react",
145
+ "commit": "64ee8ce91eb7a7ccbd146818ffe415c6964b93e9",
146
+ "comment": "Added VideoGallery default layout enzyme test"
147
+ },
148
+ {
149
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
150
+ "package": "@azure/communication-react",
151
+ "commit": "32e88496bd18bf57c6f26cee1152dc193ab5e3c9",
152
+ "comment": "Bumped"
153
+ },
154
+ {
155
+ "author": "miguelgamis@microsoft.com",
156
+ "package": "@azure/communication-react",
157
+ "commit": "ad4d4c8caca1fd793b59944a1b1c72f6c49fe8c3",
158
+ "comment": "Print inputs on npm-release workflow"
159
+ },
160
+ {
161
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
162
+ "package": "@azure/communication-react",
163
+ "commit": "e8009754bb4027160355ccf68a8ecbdb682c6afe",
164
+ "comment": "rename continueButton to continueAnywayButton"
165
+ },
166
+ {
167
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
168
+ "package": "@azure/communication-react",
169
+ "commit": "6a808aaf215f81cf173bf574e5de56bf95a16e6d",
170
+ "comment": "Document CI setup"
171
+ },
172
+ {
173
+ "author": "edwardlee@microsoft.com",
174
+ "package": "@azure/communication-react",
175
+ "commit": "ff7e73ff8d0a3dd4424959128b486f452dbbf37f",
176
+ "comment": "Add beta version option for beta banners in Storybook"
177
+ },
178
+ {
179
+ "author": "miguelgamis@microsoft.com",
180
+ "package": "@azure/communication-react",
181
+ "commit": "9e63bbb22648a7d4ca8260688c49f985b805d273",
182
+ "comment": "Added VideoGallery 'floatingLocalVideo' layout enzyme tests"
183
+ },
184
+ {
185
+ "author": "anjulgarg@live.com",
186
+ "package": "@azure/communication-react",
187
+ "commit": "aa360625dc37eaa7ef536d29bbe5832853e86955",
188
+ "comment": "Making VideoStreamRendererView declarative"
189
+ },
190
+ {
191
+ "author": "jinan@microsoft.com",
192
+ "package": "@azure/communication-react",
193
+ "commit": "ba391fd4d745927a50897348c372af6574462c7c",
194
+ "comment": "Add conditional build to callWithChat"
195
+ },
196
+ {
197
+ "author": "jinan@microsoft.com",
198
+ "package": "@azure/communication-react",
199
+ "commit": "513702c4f8e2009be43d02c52a6e6955fd38921a",
200
+ "comment": "Revert \"[bugfix] Resolve Mute/Unmute Icon tooltip showing up immediately after the call is joined (#2587)\""
201
+ },
202
+ {
203
+ "author": "anjulgarg@live.com",
204
+ "package": "@azure/communication-react",
205
+ "commit": "7e15597cf89b4cf1237d2278e1f2d1a0103438ff",
206
+ "comment": "Updating documentation around alternateCallerId"
207
+ },
208
+ {
209
+ "author": "jinan@microsoft.com",
210
+ "package": "@azure/communication-react",
211
+ "commit": "39e724bb9a817863cfeb6e6f17318e1d20c97e92",
212
+ "comment": "Add inlineSources to common config"
213
+ },
214
+ {
215
+ "author": "carolinecao@microsoft.com",
216
+ "package": "@azure/communication-react",
217
+ "commit": "3deeee19948cd9b6fe90d2ec94263be100368005",
218
+ "comment": "enable call readiness for samples"
219
+ },
220
+ {
221
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
222
+ "package": "@azure/communication-react",
223
+ "commit": "42a56ea56b5a665ce3af459aa4fba5135e53a986",
224
+ "comment": "Remove leaked internal type from API"
225
+ },
226
+ {
227
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
228
+ "package": "@azure/communication-react",
229
+ "commit": "0387d92b89530ca635abdf2ee7402edf5151616a",
230
+ "comment": "Document change-log tooling"
231
+ },
232
+ {
233
+ "author": "carolinecao@microsoft.com",
234
+ "package": "@azure/communication-react",
235
+ "commit": "62ceb6ea9b1feb8abe8e6d150fc23dfbc0ced282",
236
+ "comment": "Make sure call readiness displays properly on landscape"
237
+ },
238
+ {
239
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
240
+ "package": "@internal/acs-ui-common",
241
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
242
+ "comment": "Bumped"
243
+ },
244
+ {
245
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
246
+ "package": "@internal/acs-ui-common",
247
+ "commit": "807c931ca9bdc6813b08c1e01bd60f4131be089e",
248
+ "comment": "Document template of the application ID used for telemetry"
249
+ },
250
+ {
251
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
252
+ "package": "@internal/calling-component-bindings",
253
+ "commit": "6b4049475e182608504163b25d62692a6f781e7f",
254
+ "comment": "Stable release branch hotfix: Fix camera turning back on when turned off on connecting screen (#2458)"
255
+ },
256
+ {
257
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
258
+ "package": "@internal/calling-component-bindings",
259
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
260
+ "comment": "Bumped"
261
+ },
262
+ {
263
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
264
+ "package": "@internal/calling-stateful-client",
265
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
266
+ "comment": "Bumped"
267
+ },
268
+ {
269
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
270
+ "package": "@internal/chat-component-bindings",
271
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
272
+ "comment": "Bumped"
273
+ },
274
+ {
275
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
276
+ "package": "@internal/chat-stateful-client",
277
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
278
+ "comment": "Bumped"
279
+ },
280
+ {
281
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
282
+ "package": "@internal/fake-backends",
283
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
284
+ "comment": "Bumped"
285
+ },
286
+ {
287
+ "author": "edwardlee@microsoft.com",
288
+ "package": "@internal/react-components",
289
+ "commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
290
+ "comment": "Add missing PSTN conditional compilation"
291
+ },
292
+ {
293
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
294
+ "package": "@internal/react-components",
295
+ "commit": "467ea946e9d58b3accebc4821466afd754eabd7e",
296
+ "comment": "Create a device ermissions sub directory"
297
+ },
298
+ {
299
+ "author": "carolinecao@microsoft.com",
300
+ "package": "@internal/react-components",
301
+ "commit": "020102df6028cc4ea61f9c9cfd44839d53b4f14f",
302
+ "comment": "Add data ui id to device permission component"
303
+ },
304
+ {
305
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
306
+ "package": "@internal/react-components",
307
+ "commit": "3421272897067d1e196176deec2f04a4c530d66e",
308
+ "comment": "Add ability to style a failed chat message (fixes #2257)"
309
+ },
310
+ {
311
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
312
+ "package": "@internal/react-components",
313
+ "commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
314
+ "comment": "Bumped"
315
+ }
316
+ ],
317
+ "prerelease": [
318
+ {
319
+ "author": "miguelgamis@microsoft.com",
320
+ "package": "@internal/react-composites",
321
+ "commit": "517ee3ddd100d9dfde03db5aff6436278ea496c5",
322
+ "comment": "Exporting type AzureCommunicationCallAdapterOptions"
323
+ },
324
+ {
325
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
326
+ "package": "@internal/react-composites",
327
+ "commit": "2b44fdc3728a002dd0ac5823e90c6719e91c2c17",
328
+ "comment": "API.md changes"
329
+ },
330
+ {
331
+ "author": "carolinecao@microsoft.com",
332
+ "package": "@internal/react-composites",
333
+ "commit": "d075433a363565a25612db2a26088253fbe3c340",
334
+ "comment": "Add enable call readiness option for Call and CallWithChat composite"
335
+ },
336
+ {
337
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
338
+ "package": "@internal/react-composites",
339
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
340
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
341
+ },
342
+ {
343
+ "author": "carolinecao@microsoft.com",
344
+ "package": "@internal/react-composites",
345
+ "commit": "b2aa36a5d2dc931fd2b9a50d7757946752888c62",
346
+ "comment": "Auto prompt for device access and show different modals based on device permission state when call readiness is turned on"
347
+ },
348
+ {
349
+ "author": "miguelgamis@microsoft.com",
350
+ "package": "@internal/react-composites",
351
+ "commit": "0b60aba0f6c7fe265ac415ce0b077cc52796746a",
352
+ "comment": "Moved roleHint prop of CallComposite to CallAdapter state."
353
+ },
354
+ {
355
+ "author": "miguelgamis@microsoft.com",
356
+ "package": "@internal/react-composites",
357
+ "commit": "cbde9d2aa633d732f80a0df855d8e4d6ea7cc595",
358
+ "comment": "Access role from stateful call client in CallComposite and changed CallComposite prop name from role to roleHint."
359
+ },
360
+ {
361
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
362
+ "package": "@internal/react-composites",
363
+ "commit": "adb2a443098f13b37cdc7bcc032dad0f63224638",
364
+ "comment": "Introduce e2e tests for lobby screen in calling composite to validate experience for different call types."
365
+ },
366
+ {
367
+ "author": "carolinecao@microsoft.com",
368
+ "package": "@internal/react-composites",
369
+ "commit": "1886edefa8d3421057ef3b5f72df8b8b1306b209",
370
+ "comment": "Implement fall back UI for call readiness, this is displayed when permission api is not available"
371
+ },
372
+ {
373
+ "author": "carolinecao@microsoft.com",
374
+ "package": "@internal/react-composites",
375
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
376
+ "comment": "Add troubleshooting error bar to call composite config "
377
+ },
378
+ {
379
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
380
+ "package": "@internal/react-composites",
381
+ "commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
382
+ "comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
383
+ },
384
+ {
385
+ "author": "miguelgamis@microsoft.com",
386
+ "package": "@internal/react-composites",
387
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
388
+ "comment": "Added getRole selector"
389
+ },
390
+ {
391
+ "author": "carolinecao@microsoft.com",
392
+ "package": "@internal/react-composites",
393
+ "commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
394
+ "comment": "Add allow access modal to configuration screen"
395
+ },
396
+ {
397
+ "author": "carolinecao@microsoft.com",
398
+ "package": "@internal/react-composites",
399
+ "commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
400
+ "comment": "Add device permission drawer to calling mobile config screen"
401
+ },
402
+ {
403
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
404
+ "package": "@internal/react-composites",
405
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
406
+ "comment": "Enable the browser check for the call composite to alert users they are using a unsupported browser."
407
+ },
408
+ {
409
+ "author": "carolinecao@microsoft.com",
410
+ "package": "@internal/storybook",
411
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
412
+ "comment": "Updated troubleshooting error bar storybook "
413
+ },
414
+ {
415
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
416
+ "package": "@internal/storybook",
417
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
418
+ "comment": "Bump Calling version to new beta"
419
+ },
420
+ {
421
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
422
+ "package": "@internal/storybook",
423
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
424
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
425
+ },
426
+ {
427
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
428
+ "package": "@internal/storybook",
429
+ "commit": "a85305c823be1f5601c2979694f27f82e6eabc9b",
430
+ "comment": "initializeIcons() in 1:N and PSTN quickstarts"
431
+ },
432
+ {
433
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
434
+ "package": "@internal/storybook",
435
+ "commit": "0b16287d6ddb7104fdba7eee25bb10fb285bfa81",
436
+ "comment": "updating storybook documentation to all note there is a callWithChat composite js bundle"
437
+ },
438
+ {
439
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
440
+ "package": "@azure/communication-react",
441
+ "commit": "b3eb013be390e5dd3895fccb995b1950b1a93693",
442
+ "comment": "Introduce UI to inform the user that their browser version is out of date."
443
+ },
444
+ {
445
+ "author": "jinan@microsoft.com",
446
+ "package": "@azure/communication-react",
447
+ "commit": "fcf77063e731488a3b4e1cac13b0a4d37caf5089",
448
+ "comment": "Fix unreachable bug when use stable sdk with beta"
449
+ },
450
+ {
451
+ "author": "anjulgarg@live.com",
452
+ "package": "@azure/communication-react",
453
+ "commit": "6210bfaeed2155c7b13966d06a7c65b3a9856260",
454
+ "comment": "Add drawer menu for mobile devices to video gallery"
455
+ },
456
+ {
457
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
458
+ "package": "@azure/communication-react",
459
+ "commit": "b328788adc9374c26d3b2f9c512f5ea080839d74",
460
+ "comment": "rename DomainPermissions to SitePermissions"
461
+ },
462
+ {
463
+ "author": "jinan@microsoft.com",
464
+ "package": "@azure/communication-react",
465
+ "commit": "1dd84a18e631058448f42bfdeb47fa0d199a2af5",
466
+ "comment": "Change args type to teams specific"
467
+ },
468
+ {
469
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
470
+ "package": "@azure/communication-react",
471
+ "commit": "bc1c17d2e96eaf1f0450368623a86de19af9b02e",
472
+ "comment": "Introduce unsupported browser version ability to let old browser into call in composites"
473
+ },
474
+ {
475
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
476
+ "package": "@azure/communication-react",
477
+ "commit": "127382346275755db46e25aaef96ebd69a52077d",
478
+ "comment": "simplifying chat server requiring adminUserId"
479
+ },
480
+ {
481
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
482
+ "package": "@azure/communication-react",
483
+ "commit": "a973cbd8a4c677e438513af1647bc8925dedc74e",
484
+ "comment": "turn call readiness alwayson"
485
+ },
486
+ {
487
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
488
+ "package": "@azure/communication-react",
489
+ "commit": "7eef60be7a76b135f07c71375e5673c18cd7c55c",
490
+ "comment": "Correctly propagate callbacks, add missing callback to callwithchat and memoize callcomposite options"
491
+ },
492
+ {
493
+ "author": "jinan@microsoft.com",
494
+ "package": "@azure/communication-react",
495
+ "commit": "78c04a3432f4488e889c40b0d057e1f1187bb296",
496
+ "comment": "Add Teams identity support to adapter layer"
497
+ },
498
+ {
499
+ "author": "miguelgamis@microsoft.com",
500
+ "package": "@azure/communication-react",
501
+ "commit": "e9d8ea2cbe65603a2c4b97613d6f823ac7d475ff",
502
+ "comment": "Added onPinParticipant and onUnpinParticipant props to VideoGallery. Added pin/unpin menu items to remote VideoTile components in VideoGallery."
503
+ },
504
+ {
505
+ "author": "jinan@microsoft.com",
506
+ "package": "@azure/communication-react",
507
+ "commit": "2b88ca3a97079073d4dc97e78222ae5b1e3e37cf",
508
+ "comment": "Add teams identity option to sample"
509
+ },
510
+ {
511
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
512
+ "package": "@azure/communication-react",
513
+ "commit": "4cf3804b0075bed218d832de5e737e6a214b7d1f",
514
+ "comment": "Introduce UI to inform the user that they are using a unsupported operating system to join a call."
515
+ },
516
+ {
517
+ "author": "anjulgarg@live.com",
518
+ "package": "@azure/communication-react",
519
+ "commit": "598e741fd722bdcb6f2e252cea7fbf5c3c055ca9",
520
+ "comment": "AvatarPersona now exposes showUnknownPersonaCoin prop similar to Persona component"
521
+ },
522
+ {
523
+ "author": "anjulgarg@live.com",
524
+ "package": "@azure/communication-react",
525
+ "commit": "8c7b746378a4e6f0d5fd99dfe50f2a486b550794",
526
+ "comment": "Add scalingMode to VideoGalleryStream type"
527
+ },
528
+ {
529
+ "author": "anjulgarg@live.com",
530
+ "package": "@azure/communication-react",
531
+ "commit": "f9f9f8c9c4fc6c5971ad803019db909d5d5f9903",
532
+ "comment": "Use IContextualMenuProps for VideoTile menu items"
533
+ },
534
+ {
535
+ "author": "anjulgarg@live.com",
536
+ "package": "@azure/communication-react",
537
+ "commit": "49a7d79a0deb0bc628a4d16d695917dba83bf692",
538
+ "comment": "Add fit/fill options to VideoGallery video tiles"
539
+ },
540
+ {
541
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
542
+ "package": "@azure/communication-react",
543
+ "commit": "0816af856af75433c55176376cb57f174717aebe",
544
+ "comment": "remove opt in feature for the unsuppoted browser experience in the Call and CallWithChat composites"
545
+ },
546
+ {
547
+ "author": "carolinecao@microsoft.com",
548
+ "package": "@azure/communication-react",
549
+ "commit": "6dd143c08bf67f599bfe3d2b96367caadddd2895",
550
+ "comment": "Change domain Permission prop isSafari to browserHint: 'safari' | 'unset' to allow further customization for other browsers"
551
+ },
552
+ {
553
+ "author": "carolinecao@microsoft.com",
554
+ "package": "@azure/communication-react",
555
+ "commit": "06b3cc52f6d2ed4a72ad0787a73ff9bafeccc4f8",
556
+ "comment": "Fixed bug where on safari browser the device denied screen is not showing when don't allow is clicked "
557
+ },
558
+ {
559
+ "author": "miguelgamis@microsoft.com",
560
+ "package": "@azure/communication-react",
561
+ "commit": "c4903a59d3dc1d25379a324cf9bfe177999082ba",
562
+ "comment": "Add pinnedParticipants prop to VideoGallery"
563
+ },
564
+ {
565
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
566
+ "package": "@azure/communication-react",
567
+ "commit": "38fb673d5a562b4043c0710bea42076aa21988f0",
568
+ "comment": "Introduce tests for validating allowWithUnsupportedBrowser button in unsupportedBrowserVersion UI."
569
+ },
570
+ {
571
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
572
+ "package": "@azure/communication-react",
573
+ "commit": "cf357fae7550754d4362bead2dbdd68a333f7227",
574
+ "comment": "Introduce E2E tests for new unsupported environment UI."
575
+ },
576
+ {
577
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
578
+ "package": "@azure/communication-react",
579
+ "commit": "a46116ffc9dd2f7590f763ed7189f4933943a8e2",
580
+ "comment": "Fix permissions issue on older iOS devices to cover unsupported permissions API call."
581
+ },
582
+ {
583
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
584
+ "package": "@azure/communication-react",
585
+ "commit": "827aa4fbc6c649f8dec5b445e51b5b9705c7b0d8",
586
+ "comment": "Rename DevicePermissions to DeviceChecks"
587
+ },
588
+ {
589
+ "author": "anjulgarg@live.com",
590
+ "package": "@azure/communication-react",
591
+ "commit": "78e82747c09ebef2f5bb365153f4a1f4cb6eb1bb",
592
+ "comment": "VideoTile provides a prop `onLongTouch` that allows users to trigger a custom callback when VideoTile is long touched"
593
+ },
594
+ {
595
+ "author": "miguelgamis@microsoft.com",
596
+ "package": "@internal/calling-component-bindings",
597
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
598
+ "comment": "Added role to selectors"
599
+ },
600
+ {
601
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
602
+ "package": "@internal/calling-component-bindings",
603
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
604
+ "comment": "Introduce getEnvironmentInfo API from calling to stateful-client."
605
+ },
606
+ {
607
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
608
+ "package": "@internal/calling-component-bindings",
609
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
610
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
611
+ },
612
+ {
613
+ "author": "jinan@microsoft.com",
614
+ "package": "@internal/calling-component-bindings",
615
+ "commit": "c2045bf3c9c4464c57bdff774f130756af8ebe28",
616
+ "comment": "Add teams identity support to binding layer"
617
+ },
618
+ {
619
+ "author": "jinan@microsoft.com",
620
+ "package": "@internal/calling-stateful-client",
621
+ "commit": "c2045bf3c9c4464c57bdff774f130756af8ebe28",
622
+ "comment": "Add teams identity support to binding layer"
623
+ },
624
+ {
625
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
626
+ "package": "@internal/calling-stateful-client",
627
+ "commit": "a867bc56b414cc2e87bcfbd4139f10c2f9a962a1",
628
+ "comment": "Bump `@azure/communication-calling` beta dependency to 1.9.1-beta.1"
629
+ },
630
+ {
631
+ "author": "miguelgamis@microsoft.com",
632
+ "package": "@internal/calling-stateful-client",
633
+ "commit": "6d2b3839dbdd03864de1921dcb541cd610e331f6",
634
+ "comment": "Add rooms role into calling stateful client"
635
+ },
636
+ {
637
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
638
+ "package": "@internal/calling-stateful-client",
639
+ "commit": "fbfe38ebecbb97f70b8ac17a99da7ae29fd94a29",
640
+ "comment": "Only export DeclarativeCallAgent in beta build"
641
+ },
642
+ {
643
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
644
+ "package": "@internal/calling-stateful-client",
645
+ "commit": "5e9aa8e455df220373fdfc07059e21116b89cda1",
646
+ "comment": "Introduce getEnvironmentInfo API from calling to stateful-client."
647
+ },
648
+ {
649
+ "author": "jinan@microsoft.com",
650
+ "package": "@internal/calling-stateful-client",
651
+ "commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
652
+ "comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
653
+ },
654
+ {
655
+ "author": "carolinecao@microsoft.com",
656
+ "package": "@internal/react-components",
657
+ "commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
658
+ "comment": "change device permission component string prop to optional"
659
+ },
660
+ {
661
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
662
+ "package": "@internal/react-components",
663
+ "commit": "e0980acef6249da5f751954e68fb167a27e08127",
664
+ "comment": "Updated styling in unsupported browser component to better support CallWIthChat composite unsupportedBrowser screen."
665
+ },
666
+ {
667
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
668
+ "package": "@internal/react-components",
669
+ "commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
670
+ "comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
671
+ },
672
+ {
673
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
674
+ "package": "@internal/react-components",
675
+ "commit": "1b91cc5a3b775c3db0bedd577defeb62e0075a1e",
676
+ "comment": "Remove padding and margins from base dialpad component."
677
+ },
678
+ {
679
+ "author": "carolinecao@microsoft.com",
680
+ "package": "@internal/react-components",
681
+ "commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
682
+ "comment": "Make components string optional"
683
+ },
684
+ {
685
+ "author": "edwardlee@microsoft.com",
686
+ "package": "@internal/react-components",
687
+ "commit": "2a279a14cc990a9716c96a582931a8b277bbfa34",
688
+ "comment": "Fix dark mode text for TroubleshootingGuideErrorBar messages"
689
+ },
690
+ {
691
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
692
+ "package": "@internal/react-components",
693
+ "commit": "363401bdd3c81c42cf776243734740ea8d25390c",
694
+ "comment": "Add domain permission denied prompt pure UI component"
695
+ },
696
+ {
697
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
698
+ "package": "@internal/react-components",
699
+ "commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
700
+ "comment": "New individual camera and microphone permission modals"
701
+ },
702
+ {
703
+ "author": "carolinecao@microsoft.com",
704
+ "package": "@internal/react-components",
705
+ "commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
706
+ "comment": "Enabled troubleshooting guide error bar to display network error guide/device error guide based on error type "
707
+ },
708
+ {
709
+ "author": "anjulgarg@live.com",
710
+ "package": "@internal/react-components",
711
+ "commit": "1b49a7e17ef1d7c18d2322d01da28b9116074fc3",
712
+ "comment": "Bugfix mute indicator color not matching display name"
713
+ },
714
+ {
715
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
716
+ "package": "@internal/react-components",
717
+ "commit": "40d5101942d87036ad44d5b3dc53373b8521b460",
718
+ "comment": "Add a new prop 'menuItems' that allows developers to inject contextual menu items in Video Tile"
719
+ },
720
+ {
721
+ "author": "miguelgamis@microsoft.com",
722
+ "package": "@internal/react-components",
723
+ "commit": "3d491b8aa403a607549999607b789da7c13c503f",
724
+ "comment": "Added role to CallParticipantListParticipant type"
725
+ },
726
+ {
727
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
728
+ "package": "@internal/react-components",
729
+ "commit": "2b44fdc3728a002dd0ac5823e90c6719e91c2c17",
730
+ "comment": "Add a prop 'isPinned' to the VideoTile component for toggling the pin icon"
731
+ },
732
+ {
733
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
734
+ "package": "@internal/react-components",
735
+ "commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
736
+ "comment": "Add checking device permission prompt pure ui component"
737
+ }
738
+ ],
739
+ "patch": [
740
+ {
741
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
742
+ "package": "@internal/react-composites",
743
+ "commit": "d303892227d0a98faad54a2cec790800e37f1c77",
744
+ "comment": "Fix remove participant logic for teams user. Make sure to enforce isRemovable property on participantList participant."
745
+ },
746
+ {
747
+ "author": "edwardlee@microsoft.com",
748
+ "package": "@internal/react-composites",
749
+ "commit": "d7293fca758edb5927f520f36471bd863dc69bb9",
750
+ "comment": "Focus on participant list when opening people pane"
751
+ },
752
+ {
753
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
754
+ "package": "@internal/react-composites",
755
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
756
+ "comment": "Allow a range of communication services dependency packages"
757
+ },
758
+ {
759
+ "author": "anjulgarg@live.com",
760
+ "package": "@internal/react-composites",
761
+ "commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
762
+ "comment": "Config page local preview does not show a black screen when camera devices are removed."
763
+ },
764
+ {
765
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
766
+ "package": "@internal/react-composites",
767
+ "commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
768
+ "comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter"
769
+ },
770
+ {
771
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
772
+ "package": "@internal/react-composites",
773
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
774
+ "comment": "Bump dependencies to get closer to react 18 support"
775
+ },
776
+ {
777
+ "author": "miguelgamis@microsoft.com",
778
+ "package": "@internal/react-composites",
779
+ "commit": "08765a2c32ab5384156bcf706a5939a2808b55c2",
780
+ "comment": "Fix CallWithChatPane drawer menu that stays open after switching mobile tabs"
781
+ },
782
+ {
783
+ "author": "carolinecao@microsoft.com",
784
+ "package": "@internal/react-composites",
785
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
786
+ "comment": "setting icon definition to undefined if icon is already defined by fluent"
787
+ },
788
+ {
789
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
790
+ "package": "@internal/react-composites",
791
+ "commit": "5e75267b651935b673dba3955878c3bf6231be22",
792
+ "comment": "Refresh string translations"
793
+ },
794
+ {
795
+ "author": "carolinecao@microsoft.com",
796
+ "package": "@internal/react-composites",
797
+ "commit": "fe8ac93f7d7404fc1ab2d37b084758aaee3151ba",
798
+ "comment": "Increase max listener limit to remove warning in console"
799
+ },
800
+ {
801
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
802
+ "package": "@internal/react-composites",
803
+ "commit": "f77ff8331775565f18d85e7d7a317cada2b78e3a",
804
+ "comment": "Fix a string name and restrict it to beta builds"
805
+ },
806
+ {
807
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
808
+ "package": "@internal/storybook",
809
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
810
+ "comment": "Bump dependencies to get closer to react 18 support"
811
+ },
812
+ {
813
+ "author": "carolinecao@microsoft.com",
814
+ "package": "@internal/storybook",
815
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
816
+ "comment": "Move icon register code to manager to avoid re-register warning on load"
817
+ },
818
+ {
819
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
820
+ "package": "@internal/storybook",
821
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
822
+ "comment": "Allow a range of communication services dependency packages"
823
+ },
824
+ {
825
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
826
+ "package": "@internal/storybook",
827
+ "commit": "7244e8add398513a81398441c90b8a07f43ba309",
828
+ "comment": "Add documentation for minimum typescript and webpack versions."
829
+ },
830
+ {
831
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
832
+ "package": "@azure/communication-react",
833
+ "commit": "98aa510d8af2585cc8b59be8717fb48251e57114",
834
+ "comment": "Fix spacing for local Camera switcher button when in localVideoTile."
835
+ },
836
+ {
837
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
838
+ "package": "@azure/communication-react",
839
+ "commit": "f05183f007655005e197097d0e4153d84c0e6278",
840
+ "comment": "update webpack version."
841
+ },
842
+ {
843
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
844
+ "package": "@azure/communication-react",
845
+ "commit": "d7cafbd647c995269d6cf6c47cca9ccb8865128f",
846
+ "comment": "Add anouncement strings to the composites so the narrator will announce when someone joins or leaves"
847
+ },
848
+ {
849
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
850
+ "package": "@azure/communication-react",
851
+ "commit": "c79b587ca20d4f38bfec7bff1155b69bc77e767c",
852
+ "comment": "Tee errors to state when starting or stopping a local video preview outside of a call fails"
853
+ },
854
+ {
855
+ "author": "jinan@microsoft.com",
856
+ "package": "@azure/communication-react",
857
+ "commit": "bbe605cabff800b4579b420427d45ed40926c131",
858
+ "comment": "Fix chat pane problem when no parent height is set"
859
+ },
860
+ {
861
+ "author": "carolinecao@microsoft.com",
862
+ "package": "@azure/communication-react",
863
+ "commit": "b658baf369772b77c517c0efe172edb2c6fc55d7",
864
+ "comment": "Display correct error text and guidance text for device permission errors on safari browser"
865
+ },
866
+ {
867
+ "author": "anjulgarg@live.com",
868
+ "package": "@azure/communication-react",
869
+ "commit": "efb0bc97560d9668936220e58fd77b9dff73240d",
870
+ "comment": "Bugfix disableEditing not working in MessageThread."
871
+ },
872
+ {
873
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
874
+ "package": "@azure/communication-react",
875
+ "commit": "a1fd00b4f1cf29c73c31db9f9bef8592cd1f1c68",
876
+ "comment": "Ignore errors from previous call when surfacing errors to composite UI"
877
+ },
878
+ {
879
+ "author": "edwardlee@microsoft.com",
880
+ "package": "@azure/communication-react",
881
+ "commit": "d153271c5e6f966497112e1ae4a22f1f652873b3",
882
+ "comment": "Fix tab order focus on Call Composite and CallWithChat Composite"
883
+ },
884
+ {
885
+ "author": "edwardlee@microsoft.com",
886
+ "package": "@azure/communication-react",
887
+ "commit": "1340bd70495dd18f070d6d2a182ca4a90be2088a",
888
+ "comment": "Update express, storybook, and cpy-cli dependencies"
889
+ },
890
+ {
891
+ "author": "edwardlee@microsoft.com",
892
+ "package": "@azure/communication-react",
893
+ "commit": "d7d036e2d316fdc8081c3858b5a2a0bbf9db7b1b",
894
+ "comment": "Update samples to disable pull down to refresh in chat"
895
+ },
896
+ {
897
+ "author": "edwardlee@microsoft.com",
898
+ "package": "@azure/communication-react",
899
+ "commit": "8a626bf44df7b488431b896f1c57b3c6f1698a2a",
900
+ "comment": "Change aspect ratio for local video tile to capture full camera view"
901
+ },
902
+ {
903
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
904
+ "package": "@azure/communication-react",
905
+ "commit": "bc9563e8b92b7f9ce2bb4fc001993e6a0673b32a",
906
+ "comment": "Memoize local participant in video gallery selector"
907
+ },
908
+ {
909
+ "author": "carolinecao@microsoft.com",
910
+ "package": "@azure/communication-react",
911
+ "commit": "028b7ce5348f47387d2954cc9a70581088144a26",
912
+ "comment": "Move cursor to the end of input when clicking on dialpad text field"
913
+ },
914
+ {
915
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
916
+ "package": "@azure/communication-react",
917
+ "commit": "d7cafbd647c995269d6cf6c47cca9ccb8865128f",
918
+ "comment": "Introduces announcements for when participants come and go from a call."
919
+ },
920
+ {
921
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
922
+ "package": "@azure/communication-react",
923
+ "commit": "f5bc06bcd7faba5a3512edd595ece852cae38dc3",
924
+ "comment": "Fixing an issue if hitting back in the browser when pulling in new messages"
925
+ },
926
+ {
927
+ "author": "edwardlee@microsoft.com",
928
+ "package": "@azure/communication-react",
929
+ "commit": "b55e231d8bfcbf7f9acc7b27032cab50ce016380",
930
+ "comment": "Bugfix microphone tooltip opening on initial mount"
931
+ },
932
+ {
933
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
934
+ "package": "@azure/communication-react",
935
+ "commit": "ee2e6eb5fb3e5b2beef157488f6caf69f043fb09",
936
+ "comment": "Fix component styles to bring components back in line with designs after fluent updates."
937
+ },
938
+ {
939
+ "author": "miguelgamis@microsoft.com",
940
+ "package": "@internal/calling-component-bindings",
941
+ "commit": "4bc76af77fc4f4e108de10b8a6e4227348b82cdb",
942
+ "comment": "Filter out devices with blank names"
943
+ },
944
+ {
945
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
946
+ "package": "@internal/calling-component-bindings",
947
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
948
+ "comment": "Allow a range of communication services dependency packages"
949
+ },
950
+ {
951
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
952
+ "package": "@internal/calling-stateful-client",
953
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
954
+ "comment": "Allow a range of communication services dependency packages"
955
+ },
956
+ {
957
+ "author": "anjulgarg@live.com",
958
+ "package": "@internal/calling-stateful-client",
959
+ "commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
960
+ "comment": "Filter out camera devices with blank name when declarative device manager is used."
961
+ },
962
+ {
963
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
964
+ "package": "@internal/calling-stateful-client",
965
+ "commit": "5c061a95044751fd8e0f4618cd02a0e63d3027dd",
966
+ "comment": "Remove DeclarativeCallAgent from stable API"
967
+ },
968
+ {
969
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
970
+ "package": "@internal/chat-component-bindings",
971
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
972
+ "comment": "Allow a range of communication services dependency packages"
973
+ },
974
+ {
975
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
976
+ "package": "@internal/chat-stateful-client",
977
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
978
+ "comment": "Allow a range of communication services dependency packages"
979
+ },
980
+ {
981
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
982
+ "package": "@internal/chat-stateful-client",
983
+ "commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
984
+ "comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter."
985
+ },
986
+ {
987
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
988
+ "package": "@internal/fake-backends",
989
+ "commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
990
+ "comment": "Allow a range of communication services dependency packages"
991
+ },
992
+ {
993
+ "author": "carolinecao@microsoft.com",
994
+ "package": "@internal/react-components",
995
+ "commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
996
+ "comment": "setting icon definition to undefined if icon is already defined by fluent"
997
+ },
998
+ {
999
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1000
+ "package": "@internal/react-components",
1001
+ "commit": "5e75267b651935b673dba3955878c3bf6231be22",
1002
+ "comment": "Refresh string translations"
1003
+ },
1004
+ {
1005
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1006
+ "package": "@internal/react-components",
1007
+ "commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
1008
+ "comment": "Bump dependencies to get closer to react 18 support"
1009
+ }
1010
+ ],
1011
+ "minor": [
1012
+ {
1013
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1014
+ "package": "@internal/react-composites",
1015
+ "commit": "1ebf2f2e306113c14b59da615a5b2a3ef493e5a4",
1016
+ "comment": "Revert breaking API change in `CallEndedListener` callback"
1017
+ },
1018
+ {
1019
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1020
+ "package": "@azure/communication-react",
1021
+ "commit": "fce25f070db98a57d17ad6748bd21a781a903ed1",
1022
+ "comment": "Update Composite dropdown behavior to correctly notify the user that they have no devices."
1023
+ },
1024
+ {
1025
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1026
+ "package": "@azure/communication-react",
1027
+ "commit": "2e995fc7b1aadecdc84ce90285a893d2fe6d80b1",
1028
+ "comment": "Add narrator announcements to participant button copy link and peoplepane copylink button in CallWithChat composite."
1029
+ },
1030
+ {
1031
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1032
+ "package": "@azure/communication-react",
1033
+ "commit": "08aac1eeea846cd1bfdd703997f43219c58b07e2",
1034
+ "comment": "Update useAdaptedSelector in composites layer to retrieve the new client state variables for environmentInfo and alternateCallerId."
1035
+ },
1036
+ {
1037
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1038
+ "package": "@azure/communication-react",
1039
+ "commit": "a1fd00b4f1cf29c73c31db9f9bef8592cd1f1c68",
1040
+ "comment": "Add a prop to ErrorBar component to ignore old errors"
1041
+ },
1042
+ {
1043
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1044
+ "package": "@internal/react-components",
1045
+ "commit": "7244e8add398513a81398441c90b8a07f43ba309",
1046
+ "comment": "Update html-to-react dependency. Note: This change requires Webpack > 4."
1047
+ }
1048
+ ]
1049
+ }
1050
+ },
4
1051
  {
5
1052
  "date": "Tue, 15 Nov 2022 21:12:22 GMT",
6
1053
  "tag": "@azure/communication-react_v1.4.1-beta.1",