@azure/communication-react 1.3.3-alpha-202210290014.0 → 1.4.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 (765) hide show
  1. package/CHANGELOG.json +1800 -0
  2. package/CHANGELOG.md +82 -5
  3. package/dist/communication-react.d.ts +28 -1535
  4. package/dist/dist-cjs/communication-react/index.js +5530 -8904
  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 +24 -7
  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 +1 -2
  16. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/logEvent.js +0 -2
  18. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -1
  19. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/safeStringify.js +1 -2
  21. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  23. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  24. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  25. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +0 -4
  26. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -5
  27. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -13
  29. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +9 -27
  30. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  31. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +46 -22
  32. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +0 -9
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +34 -71
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -5
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -29
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js +1 -4
  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 -2
  44. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -4
  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 +7 -17
  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 +0 -2
  49. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js +0 -2
  51. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  52. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -8
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  56. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js +0 -2
  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.js +2 -4
  59. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  61. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +4 -13
  62. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -21
  64. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  65. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -12
  66. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +70 -70
  67. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  68. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -17
  69. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js +1 -4
  70. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  71. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -4
  72. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +10 -60
  73. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +72 -65
  75. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  76. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js +1 -2
  77. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  79. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  80. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +8 -19
  81. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -11
  83. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +55 -58
  85. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -16
  87. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.d.ts +2 -1
  89. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js +1 -4
  90. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +18 -11
  92. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  95. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +1 -12
  96. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  97. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +1 -4
  98. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  100. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +2 -14
  101. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +0 -23
  103. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +36 -36
  104. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +23 -21
  106. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js +1 -4
  108. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -5
  110. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  111. package/dist/dist-esm/calling-stateful-client/src/index.d.ts +0 -2
  112. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  113. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -6
  114. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  115. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  116. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  117. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +18 -21
  118. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  119. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -4
  120. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +13 -11
  121. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  122. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  123. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  124. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js +1 -4
  125. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  126. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  127. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +13 -48
  128. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  129. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  130. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  131. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  132. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js +0 -2
  133. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  134. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +8 -5
  135. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  136. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +2 -7
  137. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  138. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  139. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  140. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js +1 -4
  141. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  142. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +16 -17
  143. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  144. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  145. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +15 -16
  146. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  147. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  148. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +68 -59
  149. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  150. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +121 -110
  151. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  152. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +0 -2
  153. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  154. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  155. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js +0 -2
  156. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  157. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js +0 -2
  158. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js +0 -2
  160. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  161. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js +0 -2
  162. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  163. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js +0 -2
  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 +0 -2
  166. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  167. package/dist/dist-esm/communication-react/src/index.d.ts +0 -16
  168. package/dist/dist-esm/communication-react/src/index.js +0 -10
  169. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  170. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  171. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  172. package/dist/dist-esm/react-components/src/components/CameraButton.js +9 -10
  173. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  174. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +8 -7
  175. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  176. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +17 -38
  177. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  178. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +5 -12
  179. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  180. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +31 -26
  181. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  182. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +28 -63
  183. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  184. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +12 -9
  185. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  186. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  187. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  188. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +10 -19
  189. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  190. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +3 -4
  191. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  193. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  195. package/dist/dist-esm/react-components/src/components/ControlBar.js +15 -13
  196. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  197. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  198. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  199. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +15 -6
  200. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  201. package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js +8 -5
  202. package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js.map +1 -1
  203. package/dist/dist-esm/react-components/src/components/DevicesButton.js +30 -7
  204. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  205. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +48 -48
  206. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  208. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  209. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  210. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +9 -12
  211. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  212. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +23 -11
  213. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +3 -4
  215. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/EndCallButton.js +8 -5
  218. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  219. package/dist/dist-esm/react-components/src/components/ErrorBar.js +6 -4
  220. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  221. package/dist/dist-esm/react-components/src/components/FileCard.js +4 -4
  222. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  223. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +1 -1
  224. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  225. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +10 -14
  226. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -10
  228. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/GridLayout.js +44 -55
  230. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +3 -4
  232. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  233. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +8 -7
  234. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  235. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +12 -6
  236. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  237. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  238. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  239. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +9 -28
  240. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  241. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +36 -27
  242. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +1 -23
  244. package/dist/dist-esm/react-components/src/components/MessageThread.js +110 -182
  245. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  246. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +11 -17
  247. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  248. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +137 -137
  249. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  250. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -15
  251. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +16 -19
  252. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  253. package/dist/dist-esm/react-components/src/components/ParticipantList.js +9 -25
  254. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +31 -44
  256. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  257. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  258. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  259. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  260. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +5 -18
  262. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  263. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +4 -6
  264. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  265. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +12 -6
  266. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  267. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -35
  268. package/dist/dist-esm/react-components/src/components/SendBox.js +10 -37
  269. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  270. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +3 -4
  271. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  273. package/dist/dist-esm/react-components/src/components/StreamMedia.js +4 -5
  274. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  275. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  276. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  277. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.d.ts +1 -2
  278. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +16 -28
  279. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  280. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +9 -15
  281. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  282. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  283. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  284. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  285. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  286. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  287. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +6 -13
  289. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/VideoGallery.js +44 -97
  291. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  292. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -7
  293. package/dist/dist-esm/react-components/src/components/VideoTile.js +31 -28
  294. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  295. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +10 -4
  296. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -1
  297. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -13
  298. package/dist/dist-esm/react-components/src/components/index.js +0 -10
  299. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  300. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +12 -3
  301. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  302. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +0 -2
  303. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  304. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  306. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +0 -2
  308. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  310. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +4 -1
  311. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  313. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +11 -10
  314. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  316. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  318. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -2
  319. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  321. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -0
  324. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  326. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +39 -18
  327. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  329. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +4 -10
  331. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -6
  333. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js +5 -10
  336. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -7
  338. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/utils/responsive.js +2 -2
  341. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  342. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  344. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/utils.js +11 -15
  346. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +13 -21
  348. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  349. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  350. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  352. package/dist/dist-esm/react-components/src/index.d.ts +0 -2
  353. package/dist/dist-esm/react-components/src/index.js +0 -2
  354. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -26
  356. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  357. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/localization/locales/index.js +42 -16
  359. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  360. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +8 -7
  361. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  362. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -12
  363. package/dist/dist-esm/react-components/src/theming/icons.js +12 -101
  364. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  365. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/theming/themeUtils.js +1 -4
  367. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/theming/themes.js +0 -2
  369. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  370. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +0 -7
  371. package/dist/dist-esm/react-components/src/types/ChatMessage.js +0 -2
  372. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  374. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js +0 -2
  375. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -3
  377. package/dist/dist-esm/react-components/src/types/OnRender.js +0 -2
  378. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  379. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +0 -2
  380. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -6
  383. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  385. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -81
  386. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +19 -105
  387. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  388. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +0 -120
  389. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  390. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +4 -28
  391. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +41 -148
  392. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  393. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -44
  394. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -11
  395. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  396. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  397. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  398. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  399. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -1
  400. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  401. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +0 -3
  402. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +10 -74
  403. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  404. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -2
  405. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +13 -136
  406. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  407. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js +0 -21
  408. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js.map +1 -1
  409. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js +0 -23
  410. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js.map +1 -1
  411. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  412. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  413. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +3 -3
  414. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  415. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +23 -35
  416. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  417. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +19 -64
  418. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  419. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +21 -16
  420. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  421. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +14 -4
  422. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  423. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  424. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  425. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +3 -4
  426. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  427. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  428. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  429. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -1
  430. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  431. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +4 -41
  432. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  433. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  434. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  435. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +8 -12
  436. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  437. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  438. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  439. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  440. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  441. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -7
  442. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  443. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +6 -29
  444. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  445. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  446. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  447. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  448. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -2
  449. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  450. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +0 -1
  451. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +4 -10
  452. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  453. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -7
  454. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +12 -68
  455. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  456. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +0 -1
  457. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +8 -21
  458. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  459. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +2 -2
  460. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  461. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  462. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  463. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  464. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -2
  465. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  466. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  467. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  468. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  469. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  470. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  471. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  472. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  473. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  474. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +6 -13
  475. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  476. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +1 -1
  477. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -3
  478. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  479. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
  480. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js +0 -2
  481. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  482. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  483. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +2 -4
  484. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  485. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  486. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  487. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  488. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +2 -2
  489. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +2 -2
  490. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  491. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  492. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  493. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  494. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +2 -2
  495. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  496. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  497. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  498. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +6 -2
  499. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  500. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +6 -2
  501. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  502. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js +0 -2
  503. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  504. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +2 -4
  505. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  506. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -4
  507. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  508. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -3
  509. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  510. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  511. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  512. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  513. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js +0 -2
  514. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  515. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  516. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  517. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +3 -23
  518. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js +0 -2
  519. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  520. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -1
  521. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +17 -51
  522. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  523. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  524. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +4 -78
  525. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +16 -74
  526. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  527. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -1
  528. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +16 -43
  529. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  530. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +0 -2
  531. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +12 -34
  532. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
  533. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js +1 -1
  534. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +1 -1
  535. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js +7 -11
  536. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +1 -1
  537. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js +0 -2
  538. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js +6 -3
  540. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +1 -1
  541. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +1 -1
  543. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.d.ts +0 -1
  544. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +1 -1
  545. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  546. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  547. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -22
  548. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +10 -138
  549. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -56
  551. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  552. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -9
  553. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -36
  554. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -9
  556. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -34
  557. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  558. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +2 -4
  559. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  560. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +21 -67
  561. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  562. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js +1 -2
  563. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  564. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
  565. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -3
  567. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  568. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -11
  569. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -10
  570. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  571. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -2
  572. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  573. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  574. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -8
  575. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  576. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  577. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  578. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +9 -41
  579. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  581. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  582. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +0 -9
  583. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +35 -108
  584. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  585. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  586. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -156
  587. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  588. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -13
  589. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js +0 -2
  590. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -7
  592. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  594. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  595. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  596. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js +0 -2
  597. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  598. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  599. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +6 -6
  600. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  601. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -5
  602. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  603. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
  605. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  607. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  609. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  610. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  611. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  612. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -6
  614. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -3
  616. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  617. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +6 -22
  618. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +8 -6
  622. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  623. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -7
  624. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +7 -26
  625. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +1 -2
  627. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +18 -6
  628. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +1 -2
  630. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +8 -10
  631. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  633. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -25
  634. package/dist/dist-esm/react-composites/src/composites/common/icons.js +6 -21
  635. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  636. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js +0 -2
  637. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  638. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +16 -5
  639. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  641. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +22 -5
  643. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -6
  645. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  646. package/dist/dist-esm/react-composites/src/composites/common/utils.js +12 -17
  647. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  648. package/dist/dist-esm/react-composites/src/composites/index.js +0 -2
  649. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  650. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  651. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  652. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -2
  654. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -2
  655. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -2
  656. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -2
  657. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +0 -2
  658. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -2
  660. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -2
  661. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -2
  662. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -2
  663. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -2
  664. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -2
  665. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -2
  666. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -2
  667. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -2
  668. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  669. package/package.json +14 -14
  670. package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.d.ts +0 -69
  671. package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.js +0 -35
  672. package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.js.map +0 -1
  673. package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.d.ts +0 -75
  674. package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.js +0 -57
  675. package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.js.map +0 -1
  676. package/dist/dist-esm/react-components/src/components/DomainPermissions.d.ts +0 -53
  677. package/dist/dist-esm/react-components/src/components/DomainPermissions.js +0 -43
  678. package/dist/dist-esm/react-components/src/components/DomainPermissions.js.map +0 -1
  679. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  680. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  681. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  682. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +0 -32
  683. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -33
  684. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +0 -1
  685. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  686. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  687. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  688. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.d.ts +0 -34
  689. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js +0 -83
  690. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +0 -1
  691. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +0 -22
  692. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js +0 -53
  693. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +0 -1
  694. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +0 -60
  695. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +0 -74
  696. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +0 -1
  697. package/dist/dist-esm/react-components/src/permissions/index.d.ts +0 -2
  698. package/dist/dist-esm/react-components/src/permissions/index.js +0 -4
  699. package/dist/dist-esm/react-components/src/permissions/index.js.map +0 -1
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.d.ts +0 -24
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +0 -80
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +0 -1
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.d.ts +0 -27
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js +0 -30
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageErrorBar.js.map +0 -1
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -17
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +0 -63
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +0 -1
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  715. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +0 -16
  716. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +0 -38
  717. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +0 -1
  718. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -15
  719. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -36
  720. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  721. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -13
  722. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -26
  723. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  724. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  725. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  726. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  727. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
  728. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
  729. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
  730. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -13
  731. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
  732. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
  733. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  734. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  735. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  736. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  737. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  738. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  739. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  740. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  741. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  742. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  743. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
  744. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  745. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
  746. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  747. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  748. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  749. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  750. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  751. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  752. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  753. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  754. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  755. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  756. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  757. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  758. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  759. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  760. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  761. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  762. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  763. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  764. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  765. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -1,6 +1,1806 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
3
  "entries": [
4
+ {
5
+ "date": "Fri, 21 Oct 2022 23:01:52 GMT",
6
+ "tag": "@azure/communication-react_v1.4.0",
7
+ "version": "1.4.0",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "miguelgamis@microsoft.com",
12
+ "package": "@internal/react-composites",
13
+ "commit": "d06a7d72e20a93efc0d68ec0c972aca3890008f4",
14
+ "comment": "Add role permission behavior to PeopleButton."
15
+ },
16
+ {
17
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
18
+ "package": "@internal/react-composites",
19
+ "commit": "0020b07e979b896b72ba4d0ac231f4cc9793ff8f",
20
+ "comment": "Update Fluent-ui/icons package."
21
+ },
22
+ {
23
+ "author": "miguelgamis@microsoft.com",
24
+ "package": "@internal/react-composites",
25
+ "commit": "0bb131c74c0f82865aa259ac645be7be01277575",
26
+ "comment": "People pane context menu to remove participant will be present only if role has permissions."
27
+ },
28
+ {
29
+ "author": "carolinecao@microsoft.com",
30
+ "package": "@internal/react-composites",
31
+ "commit": "82eff278241d6abe70d0368907c5e0808c42478a",
32
+ "comment": "Dialpad hidden in non PSTN 1:1 Calls."
33
+ },
34
+ {
35
+ "author": "anjulgarg@live.com",
36
+ "package": "@internal/react-composites",
37
+ "commit": "919ad8dce031447b0d2375df311231f8fa1d95bb",
38
+ "comment": "Update startCall and removeParticipant adapter methods to use CommunicationIdentifier as userId"
39
+ },
40
+ {
41
+ "author": "carolinecao@microsoft.com",
42
+ "package": "@internal/react-composites",
43
+ "commit": "9bd32648b12c96565e7ad02d13bb806f2df7d4da",
44
+ "comment": "Use addparticipant handler to call a PSTN user"
45
+ },
46
+ {
47
+ "author": "carolinecao@microsoft.com",
48
+ "package": "@internal/react-composites",
49
+ "commit": "a82c246835b5175091f330699befc68a4482ef87",
50
+ "comment": "add device permission prompt dropdown to call composite"
51
+ },
52
+ {
53
+ "author": "carolinecao@microsoft.com",
54
+ "package": "@internal/react-composites",
55
+ "commit": "581d5131c049a9e4a62d43ff75a25e60607b91e8",
56
+ "comment": "Created dropdown in people pane to open dialpad modal"
57
+ },
58
+ {
59
+ "author": "carolinecao@microsoft.com",
60
+ "package": "@internal/react-composites",
61
+ "commit": "5a77072d671f2a0122cc01d2b0d2ee5d1824eedb",
62
+ "comment": "use dialpad to send DTMF tones "
63
+ },
64
+ {
65
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
66
+ "package": "@internal/react-composites",
67
+ "commit": "a5fc66770b73e4db597b3adc0490d095fc46387c",
68
+ "comment": "Update MediaGallery to provide a default rendered tile to the VideoGallery when a participant is 'Ringing' or 'Connecting'"
69
+ },
70
+ {
71
+ "author": "edwardlee@microsoft.com",
72
+ "package": "@internal/react-composites",
73
+ "commit": "8acc1e67b7c52abc853040c881b980fd53df381e",
74
+ "comment": "Add key and aria props to custom buttons"
75
+ },
76
+ {
77
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
78
+ "package": "@internal/react-composites",
79
+ "commit": "618e135abbea732d8387e28633172edf2b02983d",
80
+ "comment": "Introduce hold button to CallWithChat composite"
81
+ },
82
+ {
83
+ "author": "jiangnanhello@live.com",
84
+ "package": "@internal/react-composites",
85
+ "commit": "aabb14e24435c10cecef624e81e04bfaa989bb79",
86
+ "comment": "Add permissions provider for different roles"
87
+ },
88
+ {
89
+ "author": "miguelgamis@microsoft.com",
90
+ "package": "@internal/react-composites",
91
+ "commit": "09315b7e799f97bc394fb59127316a083683e0c5",
92
+ "comment": "Do not show MutedNotification when user role does not have microphone permissions."
93
+ },
94
+ {
95
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
96
+ "package": "@internal/react-composites",
97
+ "commit": "bf54a230e736f8c7549b8222bd0cd26f8ecac3c4",
98
+ "comment": "Switched file sharing methods in callWithChat adapter to Arrow functions"
99
+ },
100
+ {
101
+ "author": "miguelgamis@microsoft.com",
102
+ "package": "@internal/react-composites",
103
+ "commit": "08381cb10335ec2a699260fd2e095f7648ea24b7",
104
+ "comment": "Hiding ScreenShareButton, MicrophoneButton, CameraButton, and DevicesButton in CallControls based on rooms role permissions."
105
+ },
106
+ {
107
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
108
+ "package": "@internal/react-composites",
109
+ "commit": "23f63d3c80a655348b974dd2a0db9dbcbe50686e",
110
+ "comment": "Introduced a Hold screen to the Calling composite to reflect when the user is on hold in a call."
111
+ },
112
+ {
113
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
114
+ "package": "@internal/react-composites",
115
+ "commit": "233a6f622668e8b4ee88e5486890d2f6d4e0c7c4",
116
+ "comment": "Update startCall usage by call adapter to pass in audio and video options from configuration screen."
117
+ },
118
+ {
119
+ "author": "edwardlee@microsoft.com",
120
+ "package": "@internal/react-composites",
121
+ "commit": "721af3cb6f36ddb6341d73a71112ccc5e3fac96d",
122
+ "comment": "Add strings used in CallPane for Call Composite"
123
+ },
124
+ {
125
+ "author": "edwardlee@microsoft.com",
126
+ "package": "@internal/react-composites",
127
+ "commit": "7035fc6aeb88ad8ac134254770c530a2f0b29211",
128
+ "comment": "Add devicePermissions api for Call Readiness"
129
+ },
130
+ {
131
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
132
+ "package": "@internal/react-composites",
133
+ "commit": "9f34246aa4b2576bd57c52a97190596f8c1ca097",
134
+ "comment": "Introduce the alternateCallerId prop to the createAzureCommunicationCallAdapter function."
135
+ },
136
+ {
137
+ "author": "edwardlee@microsoft.com",
138
+ "package": "@internal/react-composites",
139
+ "commit": "e9fb93501dc19ce26a4238b55bdc7cd6e8ef23b7",
140
+ "comment": "Add disabled option for CallWithChat control bar buttons"
141
+ },
142
+ {
143
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
144
+ "package": "@internal/react-composites",
145
+ "commit": "12b862aba3e5fc1481d2c58df71572710ff336b2",
146
+ "comment": "Add role to permissions provider and change default permissions with no role"
147
+ },
148
+ {
149
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
150
+ "package": "@internal/react-composites",
151
+ "commit": "023ca9f8bfca85c016661f5ec7cba0c3c76f4474",
152
+ "comment": "Introduce the alternativeCallerId property to the CallAdapter and AzureCommunicationsCallAdapter"
153
+ },
154
+ {
155
+ "author": "edwardlee@microsoft.com",
156
+ "package": "@internal/react-composites",
157
+ "commit": "732f2e3ccc738184cc79295c67a05e34f81bf7c0",
158
+ "comment": "Add Call composite strings for people button"
159
+ },
160
+ {
161
+ "author": "edwardlee@microsoft.com",
162
+ "package": "@internal/react-composites",
163
+ "commit": "04bd78b3356ef9b4319283f2b41abfe32ba7c722",
164
+ "comment": "Update Icons usage in Custom Buttons to use iconNames from registered Icons"
165
+ },
166
+ {
167
+ "author": "carolinecao@microsoft.com",
168
+ "package": "@internal/react-composites",
169
+ "commit": "b6458fd1a4f23ab4c5218d5e2ef277f00455ca1a",
170
+ "comment": "sort enum variants "
171
+ },
172
+ {
173
+ "author": "anjulgarg@live.com",
174
+ "package": "@internal/react-composites",
175
+ "commit": "790d3b526104525210b61a26564f4ba780e749b6",
176
+ "comment": "Change participantIDs to participantIds"
177
+ },
178
+ {
179
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
180
+ "package": "@internal/react-composites",
181
+ "commit": "e8290796b8b13408427bb5eaae2bb74248387927",
182
+ "comment": "Introduce resuming state for the holdPane screen in the Calling Composite."
183
+ },
184
+ {
185
+ "author": "miguelgamis@microsoft.com",
186
+ "package": "@internal/react-composites",
187
+ "commit": "05c00dee4f3d99d2583b3edb24ac932b2196c8f5",
188
+ "comment": "Bumped calling SDK beta version to 1.8.0-beta.1"
189
+ },
190
+ {
191
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
192
+ "package": "@internal/react-composites",
193
+ "commit": "134964178254ab64ad7f1698d0a563fd92b3724f",
194
+ "comment": "Add more button and Hold functionality to Calling composite"
195
+ },
196
+ {
197
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
198
+ "package": "@internal/react-composites",
199
+ "commit": "677081109edfcde405c30307bc82c5cbaf435ed8",
200
+ "comment": "Update CallWithChat composite inCall logic to accept 'remoteHold' as a state of being in a call."
201
+ },
202
+ {
203
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
204
+ "package": "@internal/react-composites",
205
+ "commit": "6a2c4ec019b23d6a83dec58da2f94ee01cfc97a8",
206
+ "comment": "Update screenshare button logic to utilize new screenshare button selector properties."
207
+ },
208
+ {
209
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
210
+ "package": "@internal/react-composites",
211
+ "commit": "49a6b27e1974b2d404e15232bef719b47285e7e7",
212
+ "comment": "Introduces overload for addParticipant to accept a flat identifier of the participant to add"
213
+ },
214
+ {
215
+ "author": "jiangnanhello@live.com",
216
+ "package": "@internal/react-composites",
217
+ "commit": "18fd62a19876bd7f07b19062852a481a1bf6f326",
218
+ "comment": "Add component behaviors according to permissions"
219
+ },
220
+ {
221
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
222
+ "package": "@internal/react-composites",
223
+ "commit": "897caf60ca1916ae2840e237215b34b9546fe4b9",
224
+ "comment": "Center icons and add hold button icon into Contextual Menu"
225
+ },
226
+ {
227
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
228
+ "package": "@internal/react-composites",
229
+ "commit": "e17f4acd6ffce092f575300d8effb7678a296351",
230
+ "comment": "Changes to add remove button permissions for mobile view & hermetic tests for remove button"
231
+ },
232
+ {
233
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
234
+ "package": "@internal/react-composites",
235
+ "commit": "66307695a807ebaa25bb6f910c5aa2a22ae523c2",
236
+ "comment": "Introduce new Domain permissions UI to help end user diagnose device issues."
237
+ },
238
+ {
239
+ "author": "edwardlee@microsoft.com",
240
+ "package": "@internal/react-composites",
241
+ "commit": "c27f11267d57741b1d6cc4fa529555c6e7ede7eb",
242
+ "comment": "Bump calling beta to 1.6.1 beta.1"
243
+ },
244
+ {
245
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
246
+ "package": "@internal/react-composites",
247
+ "commit": "7fee7d74d8181ffd8b498a04d122bbaa3347c11b",
248
+ "comment": "Add Sparkle icon to Domain Permissions component"
249
+ },
250
+ {
251
+ "author": "miguelgamis@microsoft.com",
252
+ "package": "@internal/react-composites",
253
+ "commit": "ff3013952cd2420b7db1994d76dc390797ac5040",
254
+ "comment": "Hiding copy link button for Rooms call"
255
+ },
256
+ {
257
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
258
+ "package": "@internal/react-composites",
259
+ "commit": "ed8efd4fd84aaa74db630be47c54b23f0b52bcfa",
260
+ "comment": "Introduces behavior to the Calling and CallWithChat control bars to disable buttons when on hold screen."
261
+ },
262
+ {
263
+ "author": "carolinecao@microsoft.com",
264
+ "package": "@internal/react-composites",
265
+ "commit": "b237834bdf39d165ed0fd297f3ebede417ec20c1",
266
+ "comment": "change show dialpad button name"
267
+ },
268
+ {
269
+ "author": "edwardlee@microsoft.com",
270
+ "package": "@internal/react-composites",
271
+ "commit": "2eb5ba8713e2fcfc9eca9c2328b56d9f42cf1361",
272
+ "comment": "Resolve ModalLocalAndRemotePIP boundary clipping in PeoplePane mobile view"
273
+ },
274
+ {
275
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
276
+ "package": "@internal/react-composites",
277
+ "commit": "6ea6f203ed9715b9d4187c8835dfef4a4ef328d7",
278
+ "comment": "Introduce the AlternateCallerId property to the AzureCommunicationsCallWithChatAdapter"
279
+ },
280
+ {
281
+ "author": "miguelgamis@microsoft.com",
282
+ "package": "@internal/react-composites",
283
+ "commit": "ad1972e132bbd1d66b1e4d59c80c4c1b869f3bae",
284
+ "comment": "bump calling beta to 1.6.0-beta.1"
285
+ },
286
+ {
287
+ "author": "edwardlee@microsoft.com",
288
+ "package": "@internal/react-composites",
289
+ "commit": "a541b2294943cdd4f885fdfc0ae60511f95c960a",
290
+ "comment": "Incorporate PeoplePaneContent into Call Composite"
291
+ },
292
+ {
293
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
294
+ "package": "@internal/react-composites",
295
+ "commit": "6e535dd04bcbc7eb34279c69ba70c9843ec95eb9",
296
+ "comment": "update dtmf dialpad styles and behavior to overflow left side and not format number generated from dtmf tones."
297
+ },
298
+ {
299
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
300
+ "package": "@internal/react-composites",
301
+ "commit": "30a2ca9f0eea56f6dcde599b9d0468c73fe72c97",
302
+ "comment": "Hermetic tests for device button in call screen for different roles"
303
+ },
304
+ {
305
+ "author": "anjulgarg@live.com",
306
+ "package": "@internal/react-composites",
307
+ "commit": "26ac6ffe59a3a0d57a6826f13bd71275f49f1e8d",
308
+ "comment": "Show 'You Left the Call' screen when you remove the last PSTN user. Show 'You were removed' screen when a PSTN user hangs up the call."
309
+ },
310
+ {
311
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
312
+ "package": "@internal/react-composites",
313
+ "commit": "b62e8cf33609de2cc87440b0d16227a742d1c876",
314
+ "comment": "introdocues hermetic tests to the calling composite for new hold experience."
315
+ },
316
+ {
317
+ "author": "carolinecao@microsoft.com",
318
+ "package": "@internal/react-composites",
319
+ "commit": "2a9fe90161c315216e1584ea15b8e66b7ce9c5a3",
320
+ "comment": "Add isMobile to dialpad so dialpad can handle mobile and web clicks differently"
321
+ },
322
+ {
323
+ "author": "carolinecao@microsoft.com",
324
+ "package": "@internal/react-composites",
325
+ "commit": "88625811e6571f9ad1efcf68fcec072c954e17c2",
326
+ "comment": "Add open dtmf dialpad option for calling and callwithchat"
327
+ },
328
+ {
329
+ "author": "miguelgamis@microsoft.com",
330
+ "package": "@internal/react-composites",
331
+ "commit": "a6590bd8cb75dbba63d3c96be08fff78bfbd4548",
332
+ "comment": "CallComposite will not request for camera permissions when the role prop is Consumer."
333
+ },
334
+ {
335
+ "author": "carolinecao@microsoft.com",
336
+ "package": "@internal/react-composites",
337
+ "commit": "5144deaf2c78e83aa8f113734c6abd4d460178de",
338
+ "comment": "Add new icon backspace"
339
+ },
340
+ {
341
+ "author": "edwardlee@microsoft.com",
342
+ "package": "@internal/react-composites",
343
+ "commit": "ee03cd3d801fdd454dcdd15151b6c27ad2b5daa3",
344
+ "comment": "Account for RemoteHold call status in Call Composite"
345
+ },
346
+ {
347
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
348
+ "package": "@internal/react-composites",
349
+ "commit": "e42621e2c08e2143b6d49b5bf9273e44549f28e6",
350
+ "comment": "Introduces link to troubleShooting page provided by Contoso."
351
+ },
352
+ {
353
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
354
+ "package": "@internal/react-composites",
355
+ "commit": "680f5ff36e77ed024186f47375e8954d5753f79f",
356
+ "comment": "Update adhoc call work for making PSTN and 1:N calls."
357
+ },
358
+ {
359
+ "author": "carolinecao@microsoft.com",
360
+ "package": "@internal/react-composites",
361
+ "commit": "e19eb1f690b982da77e2ab970924fa811d79d4b7",
362
+ "comment": "change dialpad content name to digit and letter"
363
+ },
364
+ {
365
+ "author": "anjulgarg@live.com",
366
+ "package": "@internal/react-composites",
367
+ "commit": "078c9a6eacdf86d688484a076ceecd8e2218f92c",
368
+ "comment": "VideoGallery displays participants connection states such as Connecting, Hold etc."
369
+ },
370
+ {
371
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
372
+ "package": "@internal/react-composites",
373
+ "commit": "3d20008721ec9accfe64ca26d0db23a3333e67b6",
374
+ "comment": "Fix dialpad styles so that ellipsis are on left of the number that is being dialed."
375
+ },
376
+ {
377
+ "author": "miguelgamis@microsoft.com",
378
+ "package": "@internal/react-composites",
379
+ "commit": "4a1b8945ebaac84222869a5036080d3519eff5e3",
380
+ "comment": "Local and remote PIP not showing local video tile if role does permit camera"
381
+ },
382
+ {
383
+ "author": "miguelgamis@microsoft.com",
384
+ "package": "@internal/react-composites",
385
+ "commit": "b3fa8567c4817423343143d1f6fb21d15b0ce1d1",
386
+ "comment": "Custom composite end call screens when room call join fails when room does not exist or user is not invited to room."
387
+ },
388
+ {
389
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
390
+ "package": "@internal/react-composites",
391
+ "commit": "06c1774261e85f5c4232bfd6dbbed2599ea9a6b7",
392
+ "comment": "Introduces hermetic tests in the CallComposite for the unsupportedEnvironment page"
393
+ },
394
+ {
395
+ "author": "edwardlee@microsoft.com",
396
+ "package": "@internal/react-composites",
397
+ "commit": "b305ce60101cd8ce9570caa12ebd503effb5ffea",
398
+ "comment": "BrowserPermissionDenied Components created"
399
+ },
400
+ {
401
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
402
+ "package": "@internal/react-composites",
403
+ "commit": "77a4da3294230e1f4fe3aad9e350435f4feeff07",
404
+ "comment": "Update lobby screen to reflect to the user who they are calling in a 1:1 PSTN or ACS call."
405
+ },
406
+ {
407
+ "author": "carolinecao@microsoft.com",
408
+ "package": "@internal/react-composites",
409
+ "commit": "14be621f265bb7faa615cf04466d5a6980dc22b0",
410
+ "comment": "Use usepropsfor to grab props for dropdown"
411
+ },
412
+ {
413
+ "author": "miguelgamis@microsoft.com",
414
+ "package": "@internal/react-composites",
415
+ "commit": "d9cb3d637fbfe416277c2fe7c7c82723f05ddace",
416
+ "comment": "Remove camera access error bar error for consumer role"
417
+ },
418
+ {
419
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
420
+ "package": "@internal/react-composites",
421
+ "commit": "7791bd946101e33624699fc05e6be5c746b51d91",
422
+ "comment": "introduces unsupported browser page for the calling composites using new component."
423
+ },
424
+ {
425
+ "author": "miguelgamis@microsoft.com",
426
+ "package": "@internal/react-composites",
427
+ "commit": "46794b580344f027306764805ca3cd5140c2ea57",
428
+ "comment": "Close button set root backgroud to theme.semanticColors.bodyBackground"
429
+ },
430
+ {
431
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
432
+ "package": "@internal/react-composites",
433
+ "commit": "62c639c2db9d236d8010b6fba231550ea2509939",
434
+ "comment": "Fix bug where Calling... string would flash when joining a group call."
435
+ },
436
+ {
437
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
438
+ "package": "@internal/storybook",
439
+ "commit": "7fee7d74d8181ffd8b498a04d122bbaa3347c11b",
440
+ "comment": "Use sparkle icon for DomainPermissions component in storybook"
441
+ },
442
+ {
443
+ "author": "carolinecao@microsoft.com",
444
+ "package": "@internal/storybook",
445
+ "commit": "68c5b09b68db38ea5d2530bf2cea7ebdac2448c7",
446
+ "comment": "Added devicePermissionDropdown component storybook doc"
447
+ },
448
+ {
449
+ "author": "edwardlee@microsoft.com",
450
+ "package": "@internal/storybook",
451
+ "commit": "c27f11267d57741b1d6cc4fa529555c6e7ede7eb",
452
+ "comment": "Bump calling beta to 1.6.1 beta.1"
453
+ },
454
+ {
455
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
456
+ "package": "@internal/storybook",
457
+ "commit": "66307695a807ebaa25bb6f910c5aa2a22ae523c2",
458
+ "comment": "Adds internal storybook page for new DomainPermissions Component"
459
+ },
460
+ {
461
+ "author": "carolinecao@microsoft.com",
462
+ "package": "@internal/storybook",
463
+ "commit": "eb08845873d0431b8cf355149145131f54efa487",
464
+ "comment": "Update storybook to show how to use onchange and textfieldValue props to customize formatting"
465
+ },
466
+ {
467
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
468
+ "package": "@internal/storybook",
469
+ "commit": "5fdeb47a35b2402dde0dba8eb387cd58e72aef9e",
470
+ "comment": "Introduce page for new unsupported browser UI"
471
+ },
472
+ {
473
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
474
+ "package": "@internal/storybook",
475
+ "commit": "0020b07e979b896b72ba4d0ac231f4cc9793ff8f",
476
+ "comment": "Update Fluent-ui/icons package"
477
+ },
478
+ {
479
+ "author": "carolinecao@microsoft.com",
480
+ "package": "@internal/storybook",
481
+ "commit": "0a6d28a511f14d041738464702d5a574004b6d29",
482
+ "comment": "Create internal story for error bar to display troubleshooting links for network/device permission errors"
483
+ },
484
+ {
485
+ "author": "miguelgamis@microsoft.com",
486
+ "package": "@internal/storybook",
487
+ "commit": "05c00dee4f3d99d2583b3edb24ac932b2196c8f5",
488
+ "comment": "Bumped calling SDK beta version to 1.8.0-beta.1"
489
+ },
490
+ {
491
+ "author": "edwardlee@microsoft.com",
492
+ "package": "@internal/storybook",
493
+ "commit": "6cd70189f30d653fe40e5d41e27fffa22099ac76",
494
+ "comment": "Add PSTN and 1:N storybook examples"
495
+ },
496
+ {
497
+ "author": "miguelgamis@microsoft.com",
498
+ "package": "@internal/storybook",
499
+ "commit": "ad1972e132bbd1d66b1e4d59c80c4c1b869f3bae",
500
+ "comment": "bump calling beta to 1.6.0-beta.1"
501
+ },
502
+ {
503
+ "author": "anjulgarg@live.com",
504
+ "package": "@internal/storybook",
505
+ "commit": "790d3b526104525210b61a26564f4ba780e749b6",
506
+ "comment": "Change participantIDs to participantIds"
507
+ },
508
+ {
509
+ "author": "carolinecao@microsoft.com",
510
+ "package": "@internal/storybook",
511
+ "commit": "5144deaf2c78e83aa8f113734c6abd4d460178de",
512
+ "comment": "Storybook updated for dialpad"
513
+ },
514
+ {
515
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
516
+ "package": "@internal/storybook",
517
+ "commit": "262b8dade19af247edbd0975bc45e79e2aa8f8ed",
518
+ "comment": "Update Calling composite and CallWithChat Composite docs to reflect new prop for alternateCallerId"
519
+ },
520
+ {
521
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
522
+ "package": "@internal/storybook",
523
+ "commit": "06c1774261e85f5c4232bfd6dbbed2599ea9a6b7",
524
+ "comment": "fix issues with unsupported browser stories."
525
+ },
526
+ {
527
+ "author": "edwardlee@microsoft.com",
528
+ "package": "@internal/storybook",
529
+ "commit": "b305ce60101cd8ce9570caa12ebd503effb5ffea",
530
+ "comment": "BrowserPermissionDenied Desktop and mobile storybook entry created"
531
+ },
532
+ {
533
+ "author": "anjulgarg@live.com",
534
+ "package": "@internal/react-components",
535
+ "commit": "7cd425e56cd430182e3bbb2e47d6feb97298472f",
536
+ "comment": "VideoGallery consumes the participantState returned by videoGallerySelector"
537
+ },
538
+ {
539
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
540
+ "package": "@internal/react-components",
541
+ "commit": "66307695a807ebaa25bb6f910c5aa2a22ae523c2",
542
+ "comment": "Introduces new component to contoso to provide help to end users struggling with device permissions in the browser."
543
+ },
544
+ {
545
+ "author": "carolinecao@microsoft.com",
546
+ "package": "@internal/react-components",
547
+ "commit": "e19eb1f690b982da77e2ab970924fa811d79d4b7",
548
+ "comment": "change dialpad content name to digit and letter"
549
+ },
550
+ {
551
+ "author": "anjulgarg@live.com",
552
+ "package": "@internal/react-components",
553
+ "commit": "807041195422bb0a0aa501facc7ca4ddafbbf4fa",
554
+ "comment": "Localize participant state display strings in video tile"
555
+ },
556
+ {
557
+ "author": "anjulgarg@live.com",
558
+ "package": "@internal/react-components",
559
+ "commit": "078c9a6eacdf86d688484a076ceecd8e2218f92c",
560
+ "comment": "VideoTile can display a participants state such as Connecting, Ringing etc."
561
+ },
562
+ {
563
+ "author": "carolinecao@microsoft.com",
564
+ "package": "@internal/react-components",
565
+ "commit": "5a77072d671f2a0122cc01d2b0d2ee5d1824eedb",
566
+ "comment": "expose conditionally compiled dialpad code for PSTN call"
567
+ },
568
+ {
569
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
570
+ "package": "@internal/react-components",
571
+ "commit": "d54d4024a7ba597c1e59014ea583f34a1be05b70",
572
+ "comment": "Add tests for PSTN and 1:N calling in the videoGallery and horizontalGallery"
573
+ },
574
+ {
575
+ "author": "anjulgarg@live.com",
576
+ "package": "@internal/react-components",
577
+ "commit": "775c4445f7b268ee9358b7fdad60ed917bb886b6",
578
+ "comment": "Add a new prop VideoTile.participantState for tracking a participants call connection state"
579
+ },
580
+ {
581
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
582
+ "package": "@internal/react-components",
583
+ "commit": "7fee7d74d8181ffd8b498a04d122bbaa3347c11b",
584
+ "comment": "Add sparkle icon to Domain Permissions component"
585
+ },
586
+ {
587
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
588
+ "package": "@internal/react-components",
589
+ "commit": "0020b07e979b896b72ba4d0ac231f4cc9793ff8f",
590
+ "comment": "Update Fluent-ui/icons package"
591
+ },
592
+ {
593
+ "author": "jiangnanhello@live.com",
594
+ "package": "@internal/react-components",
595
+ "commit": "aabb14e24435c10cecef624e81e04bfaa989bb79",
596
+ "comment": "Add permissions provider for different roles"
597
+ },
598
+ {
599
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
600
+ "package": "@internal/react-components",
601
+ "commit": "897caf60ca1916ae2840e237215b34b9546fe4b9",
602
+ "comment": "Update hold Icon size in more button in controlBars"
603
+ },
604
+ {
605
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
606
+ "package": "@internal/react-components",
607
+ "commit": "e17f4acd6ffce092f575300d8effb7678a296351",
608
+ "comment": "Changes to add remove button permissions for mobile view & hermetic tests for remove button"
609
+ },
610
+ {
611
+ "author": "carolinecao@microsoft.com",
612
+ "package": "@internal/react-components",
613
+ "commit": "581d5131c049a9e4a62d43ff75a25e60607b91e8",
614
+ "comment": "updated placeholder text for dialpad"
615
+ },
616
+ {
617
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
618
+ "package": "@internal/react-components",
619
+ "commit": "12b862aba3e5fc1481d2c58df71572710ff336b2",
620
+ "comment": "Hide Hold button for Rooms Call"
621
+ },
622
+ {
623
+ "author": "carolinecao@microsoft.com",
624
+ "package": "@internal/react-components",
625
+ "commit": "a82c246835b5175091f330699befc68a4482ef87",
626
+ "comment": "change label prop for device permission dropdown to be optional"
627
+ },
628
+ {
629
+ "author": "anjulgarg@live.com",
630
+ "package": "@internal/react-components",
631
+ "commit": "af40399a7178ae003bd3a3156af68364d0ba3684",
632
+ "comment": "ParticipantItem can display a participant state using `participantState` prop"
633
+ },
634
+ {
635
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
636
+ "package": "@internal/react-components",
637
+ "commit": "a5fc66770b73e4db597b3adc0490d095fc46387c",
638
+ "comment": "Update Video Gallery to display participants in a 'Connecting' or 'Ringing' state for PSTN and 1:N calling."
639
+ },
640
+ {
641
+ "author": "miguelgamis@microsoft.com",
642
+ "package": "@internal/react-components",
643
+ "commit": "08381cb10335ec2a699260fd2e095f7648ea24b7",
644
+ "comment": "ScreenShareButton, MicrophoneButton, CameraButton, and DevicesButton no longer hooked to role permissions context."
645
+ },
646
+ {
647
+ "author": "jiangnanhello@live.com",
648
+ "package": "@internal/react-components",
649
+ "commit": "18fd62a19876bd7f07b19062852a481a1bf6f326",
650
+ "comment": "Add component behaviors according to permissions"
651
+ },
652
+ {
653
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
654
+ "package": "@internal/react-components",
655
+ "commit": "5fdeb47a35b2402dde0dba8eb387cd58e72aef9e",
656
+ "comment": "Introduce UI for call isntances where the browser is unsupported"
657
+ },
658
+ {
659
+ "author": "carolinecao@microsoft.com",
660
+ "package": "@internal/react-components",
661
+ "commit": "b4ff2cfcd37a8d13143e560fae5a775760623137",
662
+ "comment": "make unused exported beta interface internal, add longpress hook to detect long press and return + "
663
+ },
664
+ {
665
+ "author": "carolinecao@microsoft.com",
666
+ "package": "@internal/react-components",
667
+ "commit": "0a6d28a511f14d041738464702d5a574004b6d29",
668
+ "comment": "Create error bar to display troubleshooting links for network/device permission errors"
669
+ },
670
+ {
671
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
672
+ "package": "@internal/react-components",
673
+ "commit": "1d1326219b4a65464f0ecbe8a8cf33e4de36d20c",
674
+ "comment": "Update PSTN Gallery behavior to not use complex logic for participants being dialed into the call."
675
+ },
676
+ {
677
+ "author": "carolinecao@microsoft.com",
678
+ "package": "@internal/react-components",
679
+ "commit": "5144deaf2c78e83aa8f113734c6abd4d460178de",
680
+ "comment": "Delete button added to the Dialpad"
681
+ },
682
+ {
683
+ "author": "edwardlee@microsoft.com",
684
+ "package": "@internal/react-components",
685
+ "commit": "e9fb93501dc19ce26a4238b55bdc7cd6e8ef23b7",
686
+ "comment": "Add disabled option for CallWithChat control bar buttons"
687
+ },
688
+ {
689
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
690
+ "package": "@internal/react-components",
691
+ "commit": "6e535dd04bcbc7eb34279c69ba70c9843ec95eb9",
692
+ "comment": "Introduces showFormatting prop to dialpad component to disable our provided formatting."
693
+ },
694
+ {
695
+ "author": "carolinecao@microsoft.com",
696
+ "package": "@internal/react-components",
697
+ "commit": "eb08845873d0431b8cf355149145131f54efa487",
698
+ "comment": "removed ondisplaydialpadinput, add textFieldValue for contoso to directly set the value inside textfield"
699
+ },
700
+ {
701
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
702
+ "package": "@internal/react-components",
703
+ "commit": "134964178254ab64ad7f1698d0a563fd92b3724f",
704
+ "comment": "Fixes typing issues with the hold button strings"
705
+ },
706
+ {
707
+ "author": "carolinecao@microsoft.com",
708
+ "package": "@internal/react-components",
709
+ "commit": "68c5b09b68db38ea5d2530bf2cea7ebdac2448c7",
710
+ "comment": "Added devicePermissionDropdown component"
711
+ },
712
+ {
713
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
714
+ "package": "@internal/react-components",
715
+ "commit": "2af044d46ab7c55307598c3eaade2aa788b9828b",
716
+ "comment": "Icon change of speaker button for consumer"
717
+ },
718
+ {
719
+ "author": "carolinecao@microsoft.com",
720
+ "package": "@internal/react-components",
721
+ "commit": "2a9fe90161c315216e1584ea15b8e66b7ce9c5a3",
722
+ "comment": "Add isMobile to dialpad so dialpad can handle mobile and web clicks differently"
723
+ },
724
+ {
725
+ "author": "miguelgamis@microsoft.com",
726
+ "package": "@internal/react-components",
727
+ "commit": "0bb131c74c0f82865aa259ac645be7be01277575",
728
+ "comment": "Add remove participant menu item for participant item if role allows."
729
+ },
730
+ {
731
+ "author": "miguelgamis@microsoft.com",
732
+ "package": "@internal/react-components",
733
+ "commit": "4a1b8945ebaac84222869a5036080d3519eff5e3",
734
+ "comment": "VideoGallery does not show local video tile if no permissions camera"
735
+ },
736
+ {
737
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
738
+ "package": "@internal/react-components",
739
+ "commit": "06c1774261e85f5c4232bfd6dbbed2599ea9a6b7",
740
+ "comment": "Introduce Hermetic tests for the unsupportedEnvironmentPage in the Call Composite"
741
+ },
742
+ {
743
+ "author": "edwardlee@microsoft.com",
744
+ "package": "@internal/react-components",
745
+ "commit": "b305ce60101cd8ce9570caa12ebd503effb5ffea",
746
+ "comment": "BrowserPermissionDenied Components created"
747
+ },
748
+ {
749
+ "author": "carolinecao@microsoft.com",
750
+ "package": "@internal/react-components",
751
+ "commit": "14be621f265bb7faa615cf04466d5a6980dc22b0",
752
+ "comment": "modify dropdown props to include askDevicePermission"
753
+ },
754
+ {
755
+ "author": "anjulgarg@live.com",
756
+ "package": "@internal/calling-component-bindings",
757
+ "commit": "af40399a7178ae003bd3a3156af68364d0ba3684",
758
+ "comment": "videoGallerySelector returns remote participants with a participant state"
759
+ },
760
+ {
761
+ "author": "miguelgamis@microsoft.com",
762
+ "package": "@internal/calling-component-bindings",
763
+ "commit": "ad1972e132bbd1d66b1e4d59c80c4c1b869f3bae",
764
+ "comment": "bump calling beta to 1.6.0-beta.1"
765
+ },
766
+ {
767
+ "author": "anjulgarg@live.com",
768
+ "package": "@internal/calling-component-bindings",
769
+ "commit": "919ad8dce031447b0d2375df311231f8fa1d95bb",
770
+ "comment": "Update onStartCall and onRemoveParticipant Calling Handler functions to use CommunicationIdentifier as userId instead of string"
771
+ },
772
+ {
773
+ "author": "edwardlee@microsoft.com",
774
+ "package": "@internal/calling-component-bindings",
775
+ "commit": "c27f11267d57741b1d6cc4fa529555c6e7ede7eb",
776
+ "comment": "Bump calling beta to 1.6.1 beta.1"
777
+ },
778
+ {
779
+ "author": "edwardlee@microsoft.com",
780
+ "package": "@internal/calling-component-bindings",
781
+ "commit": "ee03cd3d801fdd454dcdd15151b6c27ad2b5daa3",
782
+ "comment": "Account for RemoteHold call status in Call Composite"
783
+ },
784
+ {
785
+ "author": "carolinecao@microsoft.com",
786
+ "package": "@internal/calling-component-bindings",
787
+ "commit": "5a77072d671f2a0122cc01d2b0d2ee5d1824eedb",
788
+ "comment": "expose conditionally compiled dialpad code for PSTN call"
789
+ },
790
+ {
791
+ "author": "miguelgamis@microsoft.com",
792
+ "package": "@internal/calling-component-bindings",
793
+ "commit": "05c00dee4f3d99d2583b3edb24ac932b2196c8f5",
794
+ "comment": "Bumped calling SDK beta version to 1.8.0-beta.1"
795
+ },
796
+ {
797
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
798
+ "package": "@internal/calling-component-bindings",
799
+ "commit": "23f63d3c80a655348b974dd2a0db9dbcbe50686e",
800
+ "comment": "updated _isInCall util function to reflect hold states as being in a call as well."
801
+ },
802
+ {
803
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
804
+ "package": "@internal/calling-component-bindings",
805
+ "commit": "49a6b27e1974b2d404e15232bef719b47285e7e7",
806
+ "comment": "Update AddParticipant handler to match desired overloads."
807
+ },
808
+ {
809
+ "author": "anjulgarg@live.com",
810
+ "package": "@internal/calling-component-bindings",
811
+ "commit": "7cd425e56cd430182e3bbb2e47d6feb97298472f",
812
+ "comment": "videoGallerySelector returns remote participants with their call connection state"
813
+ },
814
+ {
815
+ "author": "carolinecao@microsoft.com",
816
+ "package": "@internal/calling-component-bindings",
817
+ "commit": "14be621f265bb7faa615cf04466d5a6980dc22b0",
818
+ "comment": "create handlers for askDevicePermission"
819
+ },
820
+ {
821
+ "author": "miguelgamis@microsoft.com",
822
+ "package": "@internal/calling-stateful-client",
823
+ "commit": "ad1972e132bbd1d66b1e4d59c80c4c1b869f3bae",
824
+ "comment": "bump calling beta to 1.6.0-beta.1"
825
+ },
826
+ {
827
+ "author": "miguelgamis@microsoft.com",
828
+ "package": "@internal/calling-stateful-client",
829
+ "commit": "05c00dee4f3d99d2583b3edb24ac932b2196c8f5",
830
+ "comment": "Bumped calling SDK beta version to 1.8.0-beta.1"
831
+ },
832
+ {
833
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
834
+ "package": "@internal/calling-stateful-client",
835
+ "commit": "9f34246aa4b2576bd57c52a97190596f8c1ca097",
836
+ "comment": "Introduce AlternateCallerId from the Calling SDK to the Calling stateful client."
837
+ },
838
+ {
839
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
840
+ "package": "@internal/calling-stateful-client",
841
+ "commit": "023ca9f8bfca85c016661f5ec7cba0c3c76f4474",
842
+ "comment": "Introduce the alternativeCallerId property from the Calling SDK to the stateful Client and CallContext."
843
+ },
844
+ {
845
+ "author": "edwardlee@microsoft.com",
846
+ "package": "@internal/calling-stateful-client",
847
+ "commit": "c27f11267d57741b1d6cc4fa529555c6e7ede7eb",
848
+ "comment": "Bump calling beta to 1.6.1 beta.1"
849
+ }
850
+ ],
851
+ "patch": [
852
+ {
853
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
854
+ "package": "@internal/react-composites",
855
+ "commit": "b9c0bed68ec1135f30c0cd817caf2e42e401fbd5",
856
+ "comment": "Fixes issue where you can start a call if you unplug it on the configuration screen."
857
+ },
858
+ {
859
+ "author": "miguelgamis@microsoft.com",
860
+ "package": "@internal/react-composites",
861
+ "commit": "4e4aa6af1ecf78e4ace8b4110b34aad40b4148d7",
862
+ "comment": "Fix adapter logic to join Teams meeting."
863
+ },
864
+ {
865
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
866
+ "package": "@internal/react-composites",
867
+ "commit": "bd002b51bcc2a24bcafddbcd6497c899543d838f",
868
+ "comment": "Fix custom menu items being triggered as a flyout and as a drawer menu item on mobile. Fix custom menu items not triggering on callwithchat composite at all."
869
+ },
870
+ {
871
+ "author": "miguelgamis@microsoft.com",
872
+ "package": "@internal/react-composites",
873
+ "commit": "5c2e89027916e9ce7f5cf7aa1b2892348d198bc0",
874
+ "comment": "Fix React hook order console errors for LocalDeviceSettings."
875
+ },
876
+ {
877
+ "author": "anjulgarg@live.com",
878
+ "package": "@internal/react-composites",
879
+ "commit": "84205c2a88e14e2fbd2588dab53020a71cb44973",
880
+ "comment": "Message thread background color in composites matches composite background color"
881
+ },
882
+ {
883
+ "author": "carolinecao@microsoft.com",
884
+ "package": "@internal/react-composites",
885
+ "commit": "8c74438d1fd0f699324d6d4c9551093c46c3f711",
886
+ "comment": "Fixed bug where drawer on mobile does not get dismissed after making a selection"
887
+ },
888
+ {
889
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
890
+ "package": "@internal/react-composites",
891
+ "commit": "289797ff8213fcb3626d8215da6612359d987bda",
892
+ "comment": "Fix running render passes on people pane on every render"
893
+ },
894
+ {
895
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
896
+ "package": "@internal/react-composites",
897
+ "commit": "30c8545edac992d302c74960186001c6b1b76987",
898
+ "comment": "Fix Calling Composite's control bar buttons incorrectly showing as disabled when the control bar button is set to `true` in the control bar options"
899
+ },
900
+ {
901
+ "author": "carolinecao@microsoft.com",
902
+ "package": "@internal/react-composites",
903
+ "commit": "ae859fde576297788cc2667d396e69d41d8be01f",
904
+ "comment": "Fixed input order bug on calling dialpad and dtmf dialpad"
905
+ },
906
+ {
907
+ "author": "miguelgamis@microsoft.com",
908
+ "package": "@internal/react-composites",
909
+ "commit": "8fa9d85886f8a0fb0022913be62f26d70b312e18",
910
+ "comment": "Fix local device settings dropdowns to be disabled until device permissions are granted"
911
+ },
912
+ {
913
+ "author": "edwardlee@microsoft.com",
914
+ "package": "@internal/react-composites",
915
+ "commit": "aa3f5a06f3b7d6c2333c3b2025760c2bb22725e3",
916
+ "comment": "Autofocus on back button when initially opening People and Chat pane"
917
+ },
918
+ {
919
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
920
+ "package": "@internal/react-composites",
921
+ "commit": "cd53f9918755efc26cc81c901fbafad977cfd5f9",
922
+ "comment": "Update documentation for onFetchAvatarPersonaData property on BaseComposite to drive clarity to what it does and does not do."
923
+ },
924
+ {
925
+ "author": "fanjin1989@gmail.com",
926
+ "package": "@internal/react-composites",
927
+ "commit": "6f13869684345615da7e33ce4507669b4b3c97e1",
928
+ "comment": "fix: joinCall set correct mute state based on microphoneOn parameter"
929
+ },
930
+ {
931
+ "author": "miguelgamis@microsoft.com",
932
+ "package": "@internal/react-composites",
933
+ "commit": "3368b0bdf95b630751436dd61724c56a50fed35e",
934
+ "comment": "Fix call adapter joinCall logic bug."
935
+ },
936
+ {
937
+ "author": "anjulgarg@live.com",
938
+ "package": "@internal/react-composites",
939
+ "commit": "8268d570611617415030b683a7a74d03af3125dd",
940
+ "comment": "Composites now using theme.semanticColors.bodyBackground as background color"
941
+ },
942
+ {
943
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
944
+ "package": "@internal/react-composites",
945
+ "commit": "8a90de48bfb3480ed4b057f659c0cb08b9cf7735",
946
+ "comment": "Add Announcer to copy invite link button to announce action on button."
947
+ },
948
+ {
949
+ "author": "miguelgamis@microsoft.com",
950
+ "package": "@internal/react-composites",
951
+ "commit": "45b89452a6d601b96de81000a74d93b2a436274b",
952
+ "comment": "Fix disabled start call button when role is Consumer"
953
+ },
954
+ {
955
+ "author": "prprabhu@microsoft.com",
956
+ "package": "@internal/react-composites",
957
+ "commit": "2d505f7b96345a371cfff355d7f5511f1f24d3ab",
958
+ "comment": "Bugfix: Actually show provided participant menu items in CallComposite"
959
+ },
960
+ {
961
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
962
+ "package": "@internal/react-composites",
963
+ "commit": "09bae0973970a8de980989660b262c1ae863bf27",
964
+ "comment": "Introduces animations to is speaking when muted indicator"
965
+ },
966
+ {
967
+ "author": "anjulgarg@live.com",
968
+ "package": "@internal/react-composites",
969
+ "commit": "e9f888849a93ea985b3a36de0df173e0f82b6751",
970
+ "comment": "Fix scrollbar showing incorrectly in landscape mobile view due to absolutely positioned participant pane in Chat Composite"
971
+ },
972
+ {
973
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
974
+ "package": "@internal/react-composites",
975
+ "commit": "88bbacadf402ffa37cb19e00e0760970ca027dda",
976
+ "comment": "Fix Participants and ScreenShare buttons being disabled when unrelated options are passed into the call composite"
977
+ },
978
+ {
979
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
980
+ "package": "@internal/react-composites",
981
+ "commit": "f0c90da7db7f12fcc036638701f3166ce94f678d",
982
+ "comment": "Add permissions for Camera and Microphone in devices options"
983
+ },
984
+ {
985
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
986
+ "package": "@internal/react-composites",
987
+ "commit": "a86d6db31018472f17137607a36c6db155326a7f",
988
+ "comment": "Fix CallWithChat control bar disappearing while the call is in the disconnecting state"
989
+ },
990
+ {
991
+ "author": "miguelgamis@microsoft.com",
992
+ "package": "@internal/react-composites",
993
+ "commit": "ebec90ea04709c6c8ca7696ed1e4141d5033c412",
994
+ "comment": "Fix logic to show label of MoreButton in ControlBar"
995
+ },
996
+ {
997
+ "author": "carolinecao@microsoft.com",
998
+ "package": "@internal/react-composites",
999
+ "commit": "4b6b869076764310ef1ef2d7cd0409b291e6c9c8",
1000
+ "comment": "BugFix: Add missing foreveryone logic for leaveCall"
1001
+ },
1002
+ {
1003
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1004
+ "package": "@internal/react-composites",
1005
+ "commit": "4137e79f5dfffe09608f54c728d339e19d2d0acc",
1006
+ "comment": "Bump @fluentui/react dependency to 8.98.3"
1007
+ },
1008
+ {
1009
+ "author": "carolinecao@microsoft.com",
1010
+ "package": "@internal/react-composites",
1011
+ "commit": "22765fb8a65a665535c1ff61f4bf0839fc2a34d6",
1012
+ "comment": "Fixed bug where icon background is grey in calling dialpad"
1013
+ },
1014
+ {
1015
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1016
+ "package": "@internal/react-composites",
1017
+ "commit": "2c0d89dfba3d90625715fe8630fdb18500842c77",
1018
+ "comment": "bugfix: Avoid blank screen on mobile when call ends with a side pane open"
1019
+ },
1020
+ {
1021
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1022
+ "package": "@internal/react-composites",
1023
+ "commit": "a34df9827369d4344798876a2af10d3da6ce7b65",
1024
+ "comment": "Remove end call reason from adapter.onCallEnded"
1025
+ },
1026
+ {
1027
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1028
+ "package": "@internal/storybook",
1029
+ "commit": "8b5c019cdee5400456a21bca5f6c5a25e7ca4063",
1030
+ "comment": "Adds beta banner to file sharing feature in CallWithChat and chat composite docs"
1031
+ },
1032
+ {
1033
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1034
+ "package": "@internal/storybook",
1035
+ "commit": "c95dc6973bbb1391bb0926688e9ec2f026dd7362",
1036
+ "comment": "Fix ui components complete storybook snippet so that the icons render"
1037
+ },
1038
+ {
1039
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1040
+ "package": "@internal/storybook",
1041
+ "commit": "418931ac0af4208fde8c1828c85125e82439aa2b",
1042
+ "comment": "Add a UI Components Overview page to storybook. Clean up the top-most Overview page."
1043
+ },
1044
+ {
1045
+ "author": "carolinecao@microsoft.com",
1046
+ "package": "@internal/storybook",
1047
+ "commit": "139432055230f99c44556d3e96bf8135a695901e",
1048
+ "comment": "Add initialize icons to storybook quick start"
1049
+ },
1050
+ {
1051
+ "author": "miguelgamis@microsoft.com",
1052
+ "package": "@internal/storybook",
1053
+ "commit": "8b38abb8fd7a4f5be074e08b600ad96a86fcaf32",
1054
+ "comment": "Slim wrapper around PiPiP component to remap props to work with storybook v6.5.7"
1055
+ },
1056
+ {
1057
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1058
+ "package": "@internal/storybook",
1059
+ "commit": "b765d788605d682a21156ffed185573858735ee9",
1060
+ "comment": "Introduces setup page for repo discussing manual changes that need to be made to use acs ui library"
1061
+ },
1062
+ {
1063
+ "author": "miguelgamis@microsoft.com",
1064
+ "package": "@internal/storybook",
1065
+ "commit": "0c9d93b628009b02187e33a5bedf3b9f68b501aa",
1066
+ "comment": "Added Rooms conceptual doc"
1067
+ },
1068
+ {
1069
+ "author": "edwardlee@microsoft.com",
1070
+ "package": "@internal/storybook",
1071
+ "commit": "3343328feaab4b8e200dd70e4e72a21e27ce2364",
1072
+ "comment": "Center incoming call toast button icons"
1073
+ },
1074
+ {
1075
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1076
+ "package": "@internal/storybook",
1077
+ "commit": "4137e79f5dfffe09608f54c728d339e19d2d0acc",
1078
+ "comment": "Bump @fluentui/react dependency to 8.98.3"
1079
+ },
1080
+ {
1081
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1082
+ "package": "@internal/react-components",
1083
+ "commit": "0bb0843e1bfac3d512cfb08ae61c816513ef070c",
1084
+ "comment": "Fixed flaky file sharing tests for upload cards by awaiting file type icons"
1085
+ },
1086
+ {
1087
+ "author": "anjulgarg@live.com",
1088
+ "package": "@internal/react-components",
1089
+ "commit": "7a5321af59885d33f715b1d09dfeb4e5b4d80784",
1090
+ "comment": "Chat message bubble shows border in high contrast modes making each message distinguishable."
1091
+ },
1092
+ {
1093
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1094
+ "package": "@internal/react-components",
1095
+ "commit": "9576fb72f13b0dab56dcb8e44d130dbf13119527",
1096
+ "comment": {
1097
+ "title": "",
1098
+ "value": ""
1099
+ }
1100
+ },
1101
+ {
1102
+ "author": "carolinecao@microsoft.com",
1103
+ "package": "@internal/react-components",
1104
+ "commit": "644bc5788ef7c187331f1be5addb0c1814d715eb",
1105
+ "comment": "Fixed bug where voice over does not annouce menu item selected in both calling and callwithchat"
1106
+ },
1107
+ {
1108
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1109
+ "package": "@internal/react-components",
1110
+ "commit": "289797ff8213fcb3626d8215da6612359d987bda",
1111
+ "comment": "Memoize ParticipantList callback functions"
1112
+ },
1113
+ {
1114
+ "author": "carolinecao@microsoft.com",
1115
+ "package": "@internal/react-components",
1116
+ "commit": "839d818f0bd55c0587d3f1adc6ee4b24ad3ffeb7",
1117
+ "comment": "Add CSS to show/hide menu button on hover/focus "
1118
+ },
1119
+ {
1120
+ "author": "edwardlee@microsoft.com",
1121
+ "package": "@internal/react-components",
1122
+ "commit": "36ecf8671abef55213144b32d585c966b2a34e19",
1123
+ "comment": "Load new messages only when scroll bar is at the top"
1124
+ },
1125
+ {
1126
+ "author": "miguelgamis@microsoft.com",
1127
+ "package": "@internal/react-components",
1128
+ "commit": "5c2e89027916e9ce7f5cf7aa1b2892348d198bc0",
1129
+ "comment": "Fix React hook order console errors for CameraButton."
1130
+ },
1131
+ {
1132
+ "author": "jinan@microsoft.com",
1133
+ "package": "@internal/react-components",
1134
+ "commit": "1796bbf1cd8e0f74e5825f942e5061b232f0f464",
1135
+ "comment": "Hotfix: infinite spinner for screenShare in stable"
1136
+ },
1137
+ {
1138
+ "author": "carolinecao@microsoft.com",
1139
+ "package": "@internal/react-components",
1140
+ "commit": "6ffed9be50767938f162f9570c9365ff097563d6",
1141
+ "comment": "changed z-index so new message button shows ontop of chat bubble"
1142
+ },
1143
+ {
1144
+ "author": "anjulgarg@live.com",
1145
+ "package": "@internal/react-components",
1146
+ "commit": "d387570f3f45888ba7e23be09dd2eec0842654f0",
1147
+ "comment": "Fix invalid scrollbars when gif images are shared in chat"
1148
+ },
1149
+ {
1150
+ "author": "edwardlee@microsoft.com",
1151
+ "package": "@internal/react-components",
1152
+ "commit": "aa3f5a06f3b7d6c2333c3b2025760c2bb22725e3",
1153
+ "comment": "Make participant items tab navigable"
1154
+ },
1155
+ {
1156
+ "author": "jinan@microsoft.com",
1157
+ "package": "@internal/react-components",
1158
+ "commit": "6933bb7c7960f040c5294b468c859637283afa9f",
1159
+ "comment": "Fix bug of dismissed menu when scrolling"
1160
+ },
1161
+ {
1162
+ "author": "anjulgarg@live.com",
1163
+ "package": "@internal/react-components",
1164
+ "commit": "8268d570611617415030b683a7a74d03af3125dd",
1165
+ "comment": "Control Bar uses theme.semanticColors.bodyBackground instead of theme.palette.white"
1166
+ },
1167
+ {
1168
+ "author": "miguelgamis@microsoft.com",
1169
+ "package": "@internal/react-components",
1170
+ "commit": "ced6194b421f2b75b54ff5bd0041237b37336dec",
1171
+ "comment": "Updated tooltip strings to not be title case"
1172
+ },
1173
+ {
1174
+ "author": "miguelgamis@microsoft.com",
1175
+ "package": "@internal/react-components",
1176
+ "commit": "50a936e241fb96869a8fa57be0bfdc5f04151345",
1177
+ "comment": "Fix voiceover tab navigation of messages including system messages. Hide message action flyout when focus blurs."
1178
+ },
1179
+ {
1180
+ "author": "miguelgamis@microsoft.com",
1181
+ "package": "@internal/react-components",
1182
+ "commit": "ff335adb066abcd555e629705b705375fb07ed71",
1183
+ "comment": "Replace floating div with border with inset border of video tile to show user is speaking."
1184
+ },
1185
+ {
1186
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
1187
+ "package": "@internal/react-components",
1188
+ "commit": "078d47cbd83fa8deff22755d11a6cd06a537321a",
1189
+ "comment": "correctly setting maxHeight for people context menu"
1190
+ },
1191
+ {
1192
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1193
+ "package": "@internal/react-components",
1194
+ "commit": "8a90de48bfb3480ed4b057f659c0cb08b9cf7735",
1195
+ "comment": "Export Announcer component to be used internally."
1196
+ },
1197
+ {
1198
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1199
+ "package": "@internal/react-components",
1200
+ "commit": "4137e79f5dfffe09608f54c728d339e19d2d0acc",
1201
+ "comment": "Bump @fluentui/react dependency to 8.98.3"
1202
+ },
1203
+ {
1204
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1205
+ "package": "@internal/react-components",
1206
+ "commit": "a86d6db31018472f17137607a36c6db155326a7f",
1207
+ "comment": "Fix VideoGallery showing video spinners when the CallComposites are disconnecting from a call. "
1208
+ },
1209
+ {
1210
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1211
+ "package": "@internal/calling-component-bindings",
1212
+ "commit": "6a2c4ec019b23d6a83dec58da2f94ee01cfc97a8",
1213
+ "comment": "Fix screenshare button selector to disable button when call is InLobby or Connecting state."
1214
+ },
1215
+ {
1216
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1217
+ "package": "@internal/calling-component-bindings",
1218
+ "commit": "a84700611269426a809d199730be3a03a3433a94",
1219
+ "comment": "BugFix: Fix local camera getting into a bad state when the camera takes longer to turn on than the call took to connect"
1220
+ },
1221
+ {
1222
+ "author": "carolinecao@microsoft.com",
1223
+ "package": "@internal/calling-component-bindings",
1224
+ "commit": "4b6b869076764310ef1ef2d7cd0409b291e6c9c8",
1225
+ "comment": "BugFix: Add missing foreveryone logic for leaveCall"
1226
+ },
1227
+ {
1228
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1229
+ "package": "@internal/calling-stateful-client",
1230
+ "commit": "e7a04f1d8859eb0b3a4bfb04ace0a9d129c82a7a",
1231
+ "comment": "Add event logs for disposing local video streams"
1232
+ },
1233
+ {
1234
+ "author": "carolinecao@microsoft.com",
1235
+ "package": "@internal/chat-component-bindings",
1236
+ "commit": "a5bc97184d00866780829779d7ec53e12b86b3c8",
1237
+ "comment": "Show datetime when there are more than 5 mins between each message"
1238
+ }
1239
+ ],
1240
+ "none": [
1241
+ {
1242
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1243
+ "package": "@internal/react-composites",
1244
+ "commit": "72d82a933dc2d22a4703065dca5016cd61ff1c04",
1245
+ "comment": "Update webpack-cli dev dep"
1246
+ },
1247
+ {
1248
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1249
+ "package": "@internal/react-composites",
1250
+ "commit": "924115c17fbb74b13efef0942bf972d37daafcd4",
1251
+ "comment": "Internal reorganization of browser test folders"
1252
+ },
1253
+ {
1254
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1255
+ "package": "@internal/react-composites",
1256
+ "commit": "e0e50671a225760f6e55b3c8e5fadf960a8a617e",
1257
+ "comment": "Refactored File sharing code to improve the use of conditional compilation"
1258
+ },
1259
+ {
1260
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1261
+ "package": "@internal/react-composites",
1262
+ "commit": "733c2172e846e120783638f0ff89449aa07e6140",
1263
+ "comment": "Directly getBuildFlavor when running browser tests"
1264
+ },
1265
+ {
1266
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1267
+ "package": "@internal/react-composites",
1268
+ "commit": "d5040b5b88f6dca4c791391e1919fbe709c0f52e",
1269
+ "comment": "Run hermetic e2e tests for CallComposite in parallel"
1270
+ },
1271
+ {
1272
+ "author": "anjulgarg@live.com",
1273
+ "package": "@internal/react-composites",
1274
+ "commit": "4bebf289651c29b46dee36596349eb97eea1f857",
1275
+ "comment": "Update 1:N calling UI to match figma specs"
1276
+ },
1277
+ {
1278
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1279
+ "package": "@internal/react-composites",
1280
+ "commit": "68cc13ba8cc306440ab8d0ffac6e8230f048070f",
1281
+ "comment": "Add CLI tool to run e2e tests"
1282
+ },
1283
+ {
1284
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1285
+ "package": "@internal/react-composites",
1286
+ "commit": "d08c28802c1ddc26f10493a2b518d839d3d3b3f3",
1287
+ "comment": "Internal reorganization of browser test folders"
1288
+ },
1289
+ {
1290
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1291
+ "package": "@internal/react-composites",
1292
+ "commit": "25ead618d9cd0bd6301fa3c2db1a5dd7b09f5278",
1293
+ "comment": "Split playwright config for live vs hermetic e2e tests"
1294
+ },
1295
+ {
1296
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1297
+ "package": "@internal/react-composites",
1298
+ "commit": "5b7efec4dd21401144d0513e851b6c6f4de7b5df",
1299
+ "comment": "Colorize output from e2e runner script"
1300
+ },
1301
+ {
1302
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1303
+ "package": "@internal/react-composites",
1304
+ "commit": "17be86115823c9f9010a86e873adef514aade7fb",
1305
+ "comment": "Reorganize internals of browser test folder"
1306
+ },
1307
+ {
1308
+ "author": "prprabhu@microsoft.com",
1309
+ "package": "@internal/react-composites",
1310
+ "commit": "e42462fe6be4f375f20e4aed41e42b713b0d2405",
1311
+ "comment": "Add `--debug` flag to `runBrowserTests.mjs`"
1312
+ },
1313
+ {
1314
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1315
+ "package": "@internal/react-composites",
1316
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1317
+ "comment": "Bumped"
1318
+ },
1319
+ {
1320
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1321
+ "package": "@internal/react-composites",
1322
+ "commit": "4b9be0af80fa5f76d454779f91f6bb21e05fbfe8",
1323
+ "comment": "Due to bug alternateCallerId is introduced in this PR: https://github.com/Azure/communication-ui-library/pull/2095"
1324
+ },
1325
+ {
1326
+ "author": "miguelgamis@microsoft.com",
1327
+ "package": "@internal/react-composites",
1328
+ "commit": "17a424695821672d57a4c76b06f749ef208e505a",
1329
+ "comment": "Increase workers to 3 for UI tests using fake adapter"
1330
+ },
1331
+ {
1332
+ "author": "miguelgamis@microsoft.com",
1333
+ "package": "@internal/react-composites",
1334
+ "commit": "57ed3f8f8d03a2b96bd994a25ca9b3aa2ce0ce0a",
1335
+ "comment": "move fake chat adapter code to new package"
1336
+ },
1337
+ {
1338
+ "author": "anjulgarg@live.com",
1339
+ "package": "@internal/react-composites",
1340
+ "commit": "2e3a501084457989d5bfc2ac8efe1e404b313a50",
1341
+ "comment": "Add helper comment to Utils function handling end call screen logic"
1342
+ },
1343
+ {
1344
+ "author": "anjulgarg@live.com",
1345
+ "package": "@internal/react-composites",
1346
+ "commit": "50b076e142b87605121b21be4944b6856d83718d",
1347
+ "comment": "Participant button to work during local hold"
1348
+ },
1349
+ {
1350
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1351
+ "package": "@internal/react-composites",
1352
+ "commit": "6073924461d3bffc7eb5ddd301ed8a6e8af8db55",
1353
+ "comment": "Refactor internal organization of browser tests"
1354
+ },
1355
+ {
1356
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1357
+ "package": "@internal/react-composites",
1358
+ "commit": "5fdeb47a35b2402dde0dba8eb387cd58e72aef9e",
1359
+ "comment": "Introduce blank page to Calling composite for unsupported browser UI"
1360
+ },
1361
+ {
1362
+ "author": "carolinecao@microsoft.com",
1363
+ "package": "@internal/react-composites",
1364
+ "commit": "e8f8036cce85b788aafc722bc9c0fdb2978e9a84",
1365
+ "comment": "Add Hermantic test for participant pane "
1366
+ },
1367
+ {
1368
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1369
+ "package": "@internal/react-composites",
1370
+ "commit": "19b19ea6a2d917f0feb69fe65a2d78149784456a",
1371
+ "comment": "Introduce an @internal constructor for CallWithChatAdapter"
1372
+ },
1373
+ {
1374
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1375
+ "package": "@internal/react-composites",
1376
+ "commit": "65b4e3e1823c42cb17e0ee25a148c2547f14c2a5",
1377
+ "comment": "typecheck browser test as part of build"
1378
+ },
1379
+ {
1380
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1381
+ "package": "@internal/react-composites",
1382
+ "commit": "2af044d46ab7c55307598c3eaade2aa788b9828b",
1383
+ "comment": "Changed HighContrastAwareIcon to internal component and moved permissions logic for devices button to react-composites"
1384
+ },
1385
+ {
1386
+ "author": "edwardlee@microsoft.com",
1387
+ "package": "@internal/react-composites",
1388
+ "commit": "5d531b4a742220d989838fd92638ce06d3d805af",
1389
+ "comment": "Convert ModalLocalAndRemotePip to a common file"
1390
+ },
1391
+ {
1392
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1393
+ "package": "@internal/react-composites",
1394
+ "commit": "7693062d08a57f943d21a204d499ce212c4e9f35",
1395
+ "comment": "Internal refactor - move call composite side pane state handling to its own hook"
1396
+ },
1397
+ {
1398
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1399
+ "package": "@internal/react-composites",
1400
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1401
+ "comment": "Bump package version after hotfix release"
1402
+ },
1403
+ {
1404
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1405
+ "package": "@internal/react-composites",
1406
+ "commit": "a1cc29e9a751b4a1a5f4b9039abd96b447363ff9",
1407
+ "comment": "runBrowserTests: Continue on failure, and separate output from playwright invocations"
1408
+ },
1409
+ {
1410
+ "author": "prprabhu@microsoft.com",
1411
+ "package": "@internal/react-composites",
1412
+ "commit": "9cc55242237a1e4f2dbc304b9b802400b70afafe",
1413
+ "comment": "Rename chat e2e test folders to match convention"
1414
+ },
1415
+ {
1416
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1417
+ "package": "@internal/react-composites",
1418
+ "commit": "69b32d11115adfb381c95f6ef59026999eea061a",
1419
+ "comment": "Fix typo in pakcage.json script to run e2e tests"
1420
+ },
1421
+ {
1422
+ "author": "anjulgarg@live.com",
1423
+ "package": "@internal/react-composites",
1424
+ "commit": "373c6c6546ee77793f52a2d5d52248bf8f779968",
1425
+ "comment": "Calling Composite DialPads style fixes"
1426
+ },
1427
+ {
1428
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1429
+ "package": "@internal/react-composites",
1430
+ "commit": "41433ad1533c468ab05082d6917e2c361bdf0d30",
1431
+ "comment": "Update browswer test documentation"
1432
+ },
1433
+ {
1434
+ "author": "jinan@microsoft.com",
1435
+ "package": "@internal/react-composites",
1436
+ "commit": "08585bf84bb41e409f4c01ffc7c9f0a3752a1fdd",
1437
+ "comment": "Remove deprecated core-http from dependencies list "
1438
+ },
1439
+ {
1440
+ "author": "edwardlee@microsoft.com",
1441
+ "package": "@internal/react-composites",
1442
+ "commit": "fbd605d3312940b58ea7ff0704e903706e06e31b",
1443
+ "comment": "Convert TabHeader and SidePaneHeader to common files"
1444
+ },
1445
+ {
1446
+ "author": "anjulgarg@live.com",
1447
+ "package": "@internal/react-composites",
1448
+ "commit": "bc11c2eb3e699072165c5ec012e067676f51431c",
1449
+ "comment": "Set the call id to undefined in adapter only after we know it has disconnected"
1450
+ },
1451
+ {
1452
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1453
+ "package": "@internal/storybook",
1454
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1455
+ "comment": "Bump package version after hotfix release"
1456
+ },
1457
+ {
1458
+ "author": "anjulgarg@live.com",
1459
+ "package": "@internal/storybook",
1460
+ "commit": "cb2a9a1732f67c8ab9280dbcbb1407a44591d83c",
1461
+ "comment": "Remove participant pane option from storybook as it's not part of the stable api"
1462
+ },
1463
+ {
1464
+ "author": "miguelgamis@microsoft.com",
1465
+ "package": "@internal/storybook",
1466
+ "commit": "3cf5ac7d8e9ded15bdacfffca6e0a745e6d0853c",
1467
+ "comment": "Check if call locator is a valid UUID before joining a group call in CallComposite storybook preview."
1468
+ },
1469
+ {
1470
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1471
+ "package": "@internal/storybook",
1472
+ "commit": "f563183c67423195a8585f43327621454b281be0",
1473
+ "comment": "Fix file sharing link to tutorial on chat composite docs"
1474
+ },
1475
+ {
1476
+ "author": "jinan@microsoft.com",
1477
+ "package": "@internal/storybook",
1478
+ "commit": "08585bf84bb41e409f4c01ffc7c9f0a3752a1fdd",
1479
+ "comment": "Remove deprecated core-http from dependencies list"
1480
+ },
1481
+ {
1482
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1483
+ "package": "@internal/storybook",
1484
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1485
+ "comment": "Bumped"
1486
+ },
1487
+ {
1488
+ "author": "miguelgamis@microsoft.com",
1489
+ "package": "@internal/storybook",
1490
+ "commit": "b53028a69556878c77fbaf627894fc594de25c1d",
1491
+ "comment": "Fix snippet code in adapter documentation"
1492
+ },
1493
+ {
1494
+ "author": "miguelgamis@microsoft.com",
1495
+ "package": "@internal/storybook",
1496
+ "commit": "7162b4f5d3e8dcfb4fbdbf5270eedc5fd7c2ea07",
1497
+ "comment": "Added parsing of room id locator in Call composite story"
1498
+ },
1499
+ {
1500
+ "author": "miguelgamis@microsoft.com",
1501
+ "package": "@internal/storybook",
1502
+ "commit": "57ed3f8f8d03a2b96bd994a25ca9b3aa2ce0ce0a",
1503
+ "comment": "Added tsconfig path to fake-backends package"
1504
+ },
1505
+ {
1506
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1507
+ "package": "@internal/storybook",
1508
+ "commit": "8792e4c5f2266c529ee2641df2034600b36600c9",
1509
+ "comment": "Restrict all @internal imports from storybook"
1510
+ },
1511
+ {
1512
+ "author": "anjulgarg@live.com",
1513
+ "package": "@internal/storybook",
1514
+ "commit": "0b90524e985e4befd00d8046560c727de2001488",
1515
+ "comment": "Update storybook to include documentation on Call Composite options prop"
1516
+ },
1517
+ {
1518
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1519
+ "package": "@internal/storybook",
1520
+ "commit": "cb6b18dc0ffe981450b3a82fbe1775c28ca3c60f",
1521
+ "comment": "Doc update for CallAndChat locator in the storybook docs"
1522
+ },
1523
+ {
1524
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1525
+ "package": "@internal/storybook",
1526
+ "commit": "c6aabfec5b37e3c5ad42fd3173681e2e6e22731b",
1527
+ "comment": "Fix test command"
1528
+ },
1529
+ {
1530
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1531
+ "package": "@internal/storybook",
1532
+ "commit": "31726a6e0ce24dfc180028eec10f9adf3144ecdc",
1533
+ "comment": "Quality of life improvements to call with chat composite stories"
1534
+ },
1535
+ {
1536
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1537
+ "package": "@internal/storybook",
1538
+ "commit": "7a64bf2f22329bf8cceedbf9bedb6b8e6414d76b",
1539
+ "comment": "QOL storybook improvements"
1540
+ },
1541
+ {
1542
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1543
+ "package": "@internal/storybook",
1544
+ "commit": "5b7efec4dd21401144d0513e851b6c6f4de7b5df",
1545
+ "comment": "Skip build, test, lint on stable builds"
1546
+ },
1547
+ {
1548
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1549
+ "package": "@internal/storybook",
1550
+ "commit": "431984afce8db41ee9cbec0916582abe0b22626d",
1551
+ "comment": "Ensure build and test scripts are being awaited"
1552
+ },
1553
+ {
1554
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
1555
+ "package": "@internal/storybook",
1556
+ "commit": "3877cd12e9fa460a2cbc7786805e305eaf91213d",
1557
+ "comment": "updating how to use callComposite.js to join a group call"
1558
+ },
1559
+ {
1560
+ "author": "miguelgamis@microsoft.com",
1561
+ "package": "@internal/storybook",
1562
+ "commit": "89be1097ace40ecb7590a2cb880537d14738395b",
1563
+ "comment": "Add installation of uuid package in composite quickstart guide"
1564
+ },
1565
+ {
1566
+ "author": "anjulgarg@live.com",
1567
+ "package": "@internal/storybook",
1568
+ "commit": "078c9a6eacdf86d688484a076ceecd8e2218f92c",
1569
+ "comment": "Update snippets for VideoTile"
1570
+ },
1571
+ {
1572
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1573
+ "package": "@internal/storybook",
1574
+ "commit": "f1d6c742e45761fd6a4df66365690d55ecf04e28",
1575
+ "comment": "chat composite story qol improvments"
1576
+ },
1577
+ {
1578
+ "author": "anjulgarg@live.com",
1579
+ "package": "@internal/react-components",
1580
+ "commit": "7619658a4b427d80fc4b2071246802c9160ee961",
1581
+ "comment": "Lower opacity of video tile placeholder if participant state is provided"
1582
+ },
1583
+ {
1584
+ "author": "anjulgarg@live.com",
1585
+ "package": "@internal/react-components",
1586
+ "commit": "655e457b8260d492ccffd927f25a16e59e95ea0f",
1587
+ "comment": "Add hermetic test for participant items in call composite"
1588
+ },
1589
+ {
1590
+ "author": "carolinecao@microsoft.com",
1591
+ "package": "@internal/react-components",
1592
+ "commit": "2d654673b4096abc721fe0f764be82c646f84bbe",
1593
+ "comment": "set default for dialpad showdelete button"
1594
+ },
1595
+ {
1596
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1597
+ "package": "@internal/react-components",
1598
+ "commit": "e0e50671a225760f6e55b3c8e5fadf960a8a617e",
1599
+ "comment": "Refactored File sharing code to improve the use of conditional compilation"
1600
+ },
1601
+ {
1602
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1603
+ "package": "@internal/react-components",
1604
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1605
+ "comment": "Bump package version after hotfix release"
1606
+ },
1607
+ {
1608
+ "author": "edwardlee@microsoft.com",
1609
+ "package": "@internal/react-components",
1610
+ "commit": "8acc1e67b7c52abc853040c881b980fd53df381e",
1611
+ "comment": "Add id attribute to drawer menu items"
1612
+ },
1613
+ {
1614
+ "author": "anjulgarg@live.com",
1615
+ "package": "@internal/react-components",
1616
+ "commit": "14adcdc3a3699659701ab1a81c80f1418e384170",
1617
+ "comment": "Center dialpad backspace icon"
1618
+ },
1619
+ {
1620
+ "author": "anjulgarg@live.com",
1621
+ "package": "@internal/react-components",
1622
+ "commit": "6269de43118a64daa49e38790959e656ffab60ec",
1623
+ "comment": "Truncate participant state inside participant item if it is too long"
1624
+ },
1625
+ {
1626
+ "author": "carolinecao@microsoft.com",
1627
+ "package": "@internal/react-components",
1628
+ "commit": "e8f8036cce85b788aafc722bc9c0fdb2978e9a84",
1629
+ "comment": "added data-ui-id for hermantic tests"
1630
+ },
1631
+ {
1632
+ "author": "prprabhu@microsoft.com",
1633
+ "package": "@internal/react-components",
1634
+ "commit": "ce155f3656522fc592a743af84ccc334072d585b",
1635
+ "comment": "Add an tag to a DOM element for browser tests"
1636
+ },
1637
+ {
1638
+ "author": "anjulgarg@live.com",
1639
+ "package": "@internal/react-components",
1640
+ "commit": "4bebf289651c29b46dee36596349eb97eea1f857",
1641
+ "comment": "Update 1:N calling UI to match figma specs"
1642
+ },
1643
+ {
1644
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1645
+ "package": "@internal/react-components",
1646
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1647
+ "comment": "Bumped"
1648
+ },
1649
+ {
1650
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1651
+ "package": "@internal/react-components",
1652
+ "commit": "bd002b51bcc2a24bcafddbcd6497c899543d838f",
1653
+ "comment": "Add data-ui-id to the drawer menu"
1654
+ },
1655
+ {
1656
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1657
+ "package": "@internal/acs-ui-common",
1658
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1659
+ "comment": "Bump package version after hotfix release"
1660
+ },
1661
+ {
1662
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1663
+ "package": "@internal/acs-ui-common",
1664
+ "commit": "4b9be0af80fa5f76d454779f91f6bb21e05fbfe8",
1665
+ "comment": "Update the fromFlatCommunicationIdentifier function to detect phone numbers in E.164 format."
1666
+ },
1667
+ {
1668
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1669
+ "package": "@internal/acs-ui-common",
1670
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1671
+ "comment": "Bumped"
1672
+ },
1673
+ {
1674
+ "author": "carolinecao@microsoft.com",
1675
+ "package": "@internal/acs-ui-common",
1676
+ "commit": "581d5131c049a9e4a62d43ff75a25e60607b91e8",
1677
+ "comment": "moved common.ts file from react components to acs-ui-common to be reused by other packages"
1678
+ },
1679
+ {
1680
+ "author": "anjulgarg@live.com",
1681
+ "package": "@internal/acs-ui-common",
1682
+ "commit": "919ad8dce031447b0d2375df311231f8fa1d95bb",
1683
+ "comment": "Add an internal function for returning a CommunicationIdentifier"
1684
+ },
1685
+ {
1686
+ "author": "anjulgarg@live.com",
1687
+ "package": "@internal/calling-component-bindings",
1688
+ "commit": "50b076e142b87605121b21be4944b6856d83718d",
1689
+ "comment": "bugfix: participant button should work during local hold"
1690
+ },
1691
+ {
1692
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1693
+ "package": "@internal/calling-component-bindings",
1694
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1695
+ "comment": "Bump package version after hotfix release"
1696
+ },
1697
+ {
1698
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1699
+ "package": "@internal/calling-component-bindings",
1700
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1701
+ "comment": "Bumped"
1702
+ },
1703
+ {
1704
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1705
+ "package": "@internal/calling-stateful-client",
1706
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1707
+ "comment": "Bump package version after hotfix release"
1708
+ },
1709
+ {
1710
+ "author": "anjulgarg@live.com",
1711
+ "package": "@internal/calling-stateful-client",
1712
+ "commit": "8c0f848a7d5a2b49df5c8d3843bc9e63d8d6345d",
1713
+ "comment": "Add unit test for DeclarativeCallAgent.incomingCalls "
1714
+ },
1715
+ {
1716
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1717
+ "package": "@internal/calling-stateful-client",
1718
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1719
+ "comment": "Bumped"
1720
+ },
1721
+ {
1722
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1723
+ "package": "@internal/chat-component-bindings",
1724
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1725
+ "comment": "Bump package version after hotfix release"
1726
+ },
1727
+ {
1728
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1729
+ "package": "@internal/chat-component-bindings",
1730
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1731
+ "comment": "Bumped"
1732
+ },
1733
+ {
1734
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1735
+ "package": "@internal/chat-stateful-client",
1736
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1737
+ "comment": "Bump package version after hotfix release"
1738
+ },
1739
+ {
1740
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
1741
+ "package": "@internal/chat-stateful-client",
1742
+ "commit": "f42faa2a9830ad1a7bcabba08d9aafcd49632e8b",
1743
+ "comment": "Bumped"
1744
+ },
1745
+ {
1746
+ "author": "miguelgamis@microsoft.com",
1747
+ "package": "@internal/fake-backends",
1748
+ "commit": "57ed3f8f8d03a2b96bd994a25ca9b3aa2ce0ce0a",
1749
+ "comment": "move fake chat adapter code to new package"
1750
+ },
1751
+ {
1752
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1753
+ "package": "@internal/fake-backends",
1754
+ "commit": "7d276116ce0b5aab82b1adc3e24b32709b0db47c",
1755
+ "comment": "Bump package version after hotfix release"
1756
+ },
1757
+ {
1758
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1759
+ "package": "@internal/fake-backends",
1760
+ "commit": "65b4e3e1823c42cb17e0ee25a148c2547f14c2a5",
1761
+ "comment": "Use conventional build setup for @internal/fake-backends"
1762
+ }
1763
+ ],
1764
+ "minor": [
1765
+ {
1766
+ "author": "miguelgamis@microsoft.com",
1767
+ "package": "@internal/react-composites",
1768
+ "commit": "7162b4f5d3e8dcfb4fbdbf5270eedc5fd7c2ea07",
1769
+ "comment": "Call adapter can join a room"
1770
+ },
1771
+ {
1772
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1773
+ "package": "@internal/react-composites",
1774
+ "commit": "46c9540b4e1d4fade6e3c959a44c068733444639",
1775
+ "comment": "Add callEndReason to the onCallEnded event and fix the event to trigger before the composite page transition."
1776
+ },
1777
+ {
1778
+ "author": "edwardlee@microsoft.com",
1779
+ "package": "@internal/react-composites",
1780
+ "commit": "d168cd251698e0c4587822a01efa66eb7496ef5d",
1781
+ "comment": "Convert PeoplePaneContent to a common file"
1782
+ },
1783
+ {
1784
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1785
+ "package": "@internal/react-composites",
1786
+ "commit": "9957cbb2a55a57eaab3c175c370a173f1695d288",
1787
+ "comment": "Enzyme tests for rooms"
1788
+ },
1789
+ {
1790
+ "author": "miguelgamis@microsoft.com",
1791
+ "package": "@internal/react-components",
1792
+ "commit": "004160418269a98a7282923c11ff63d8c748bbad",
1793
+ "comment": "Remove onFocus callback that focuses directly on content in Chat Message. Added string for aria label of local user's message content. "
1794
+ },
1795
+ {
1796
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1797
+ "package": "@internal/react-components",
1798
+ "commit": "9957cbb2a55a57eaab3c175c370a173f1695d288",
1799
+ "comment": "changes for removing participant list button permissions and added permissions for remove participant"
1800
+ }
1801
+ ]
1802
+ }
1803
+ },
4
1804
  {
5
1805
  "date": "Wed, 05 Oct 2022 18:13:37 GMT",
6
1806
  "tag": "@azure/communication-react_v1.3.2-beta.1",