@azure/communication-react 1.3.1-alpha-202205310013.0 → 1.3.1-beta.1

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 (384) hide show
  1. package/CHANGELOG.json +1260 -0
  2. package/CHANGELOG.md +110 -1
  3. package/dist/communication-react.d.ts +405 -31
  4. package/dist/dist-cjs/communication-react/index.js +1682 -783
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
  7. package/dist/dist-esm/acs-ui-common/src/index.d.ts.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/index.js +1 -0
  9. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/logEvent.d.ts +16 -0
  11. package/dist/dist-esm/acs-ui-common/src/logEvent.d.ts.map +1 -0
  12. package/dist/dist-esm/acs-ui-common/src/logEvent.js +11 -0
  13. package/dist/dist-esm/acs-ui-common/src/logEvent.js.map +1 -0
  14. package/dist/dist-esm/acs-ui-common/src/safeStringify.d.ts.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/safeStringify.js +17 -1
  16. package/dist/dist-esm/acs-ui-common/src/safeStringify.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  18. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  19. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +4 -0
  20. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts.map +1 -1
  21. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +9 -1
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  23. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +12 -0
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts.map +1 -1
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +14 -2
  26. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.d.ts.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +32 -13
  29. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts +2 -0
  31. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts.map +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +6 -2
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  34. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +4 -1
  35. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts.map +1 -1
  36. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +22 -0
  37. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  38. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +4 -2
  39. package/dist/dist-esm/calling-component-bindings/src/index.d.ts.map +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/index.js +4 -2
  41. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  42. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts.map +1 -1
  43. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +34 -36
  44. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  45. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.d.ts +6 -0
  46. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.d.ts.map +1 -0
  47. package/dist/dist-esm/calling-component-bindings/src/{SelectorUtils.js → utils/SelectorUtils.js} +0 -0
  48. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -0
  49. package/dist/dist-esm/calling-component-bindings/src/{callUtils.d.ts → utils/callUtils.d.ts} +7 -1
  50. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts.map +1 -0
  51. package/dist/dist-esm/calling-component-bindings/src/{callUtils.js → utils/callUtils.js} +28 -0
  52. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -0
  53. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +6 -0
  54. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts.map +1 -0
  55. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +25 -0
  56. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -0
  57. package/dist/dist-esm/calling-component-bindings/src/{videoGalleryUtils.d.ts → utils/videoGalleryUtils.d.ts} +3 -5
  58. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts.map +1 -0
  59. package/dist/dist-esm/calling-component-bindings/src/{videoGalleryUtils.js → utils/videoGalleryUtils.js} +3 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -0
  61. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts.map +1 -1
  62. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +10 -3
  63. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  64. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +17 -1
  65. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts.map +1 -1
  66. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +22 -5
  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 +6 -1
  69. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts.map +1 -1
  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 +1 -0
  72. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts.map +1 -1
  73. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +19 -0
  74. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  75. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts.map +1 -1
  76. package/dist/dist-esm/calling-stateful-client/src/Converter.js +2 -0
  77. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  78. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +22 -0
  79. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts.map +1 -0
  80. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +49 -0
  81. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -0
  82. package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +26 -0
  83. package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/Logger.js +30 -0
  85. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +1 -0
  87. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +8 -0
  89. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  90. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +13 -0
  91. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts.map +1 -1
  92. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts.map +1 -1
  94. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +133 -25
  95. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/index.d.ts +2 -0
  97. package/dist/dist-esm/calling-stateful-client/src/index.d.ts.map +1 -1
  98. package/dist/dist-esm/communication-react/src/index.d.ts +7 -1
  99. package/dist/dist-esm/communication-react/src/index.d.ts.map +1 -1
  100. package/dist/dist-esm/communication-react/src/index.js +4 -0
  101. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  102. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +2 -2
  103. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts.map +1 -1
  104. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts +1 -1
  105. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts.map +1 -1
  106. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.d.ts.map +1 -1
  107. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +1 -0
  108. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  109. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts.map +1 -1
  110. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +1 -1
  111. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  112. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts.map +1 -1
  113. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +16 -2
  114. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  115. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts +33 -21
  116. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts.map +1 -1
  117. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +87 -30
  118. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  119. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +16 -3
  120. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -1
  121. package/dist/dist-esm/react-components/src/components/ErrorBar.js +22 -1
  122. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  123. package/dist/dist-esm/react-components/src/components/FileCard.d.ts +5 -0
  124. package/dist/dist-esm/react-components/src/components/FileCard.d.ts.map +1 -1
  125. package/dist/dist-esm/react-components/src/components/FileCard.js +44 -14
  126. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  127. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +13 -0
  128. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts.map +1 -1
  129. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +18 -1
  130. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  131. package/dist/dist-esm/react-components/src/components/FileUploadCards.d.ts +17 -0
  132. package/dist/dist-esm/react-components/src/components/FileUploadCards.d.ts.map +1 -1
  133. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +19 -2
  134. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  135. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +49 -0
  136. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts.map +1 -0
  137. package/dist/dist-esm/react-components/src/components/HoldButton.js +25 -0
  138. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +1 -0
  139. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.d.ts.map +1 -1
  140. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +15 -4
  141. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  142. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +3 -1
  143. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts.map +1 -1
  144. package/dist/dist-esm/react-components/src/components/MessageThread.js +15 -12
  145. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  146. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +3 -3
  147. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts.map +1 -1
  148. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +14 -6
  149. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  150. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +5 -1
  151. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts.map +1 -1
  152. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +3 -2
  153. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  154. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +2 -0
  155. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts.map +1 -1
  156. package/dist/dist-esm/react-components/src/components/ParticipantList.js +5 -7
  157. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  158. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +2 -0
  159. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts.map +1 -1
  160. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +4 -3
  161. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  162. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
  163. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts.map +1 -1
  164. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +6 -3
  165. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  166. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +12 -0
  167. package/dist/dist-esm/react-components/src/components/SendBox.d.ts.map +1 -1
  168. package/dist/dist-esm/react-components/src/components/SendBox.js +10 -5
  169. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  170. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.d.ts.map +1 -1
  171. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +8 -5
  172. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  173. package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts +7 -0
  174. package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts.map +1 -1
  175. package/dist/dist-esm/react-components/src/components/StreamMedia.js +7 -4
  176. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  177. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +4 -1
  178. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  179. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +1 -0
  180. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts.map +1 -1
  181. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +2 -2
  182. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  183. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.d.ts +2 -2
  184. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.d.ts.map +1 -1
  185. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +18 -70
  186. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  187. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
  188. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts.map +1 -1
  189. package/dist/dist-esm/react-components/src/components/VideoGallery.js +6 -4
  190. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  191. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts.map +1 -1
  192. package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
  193. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  194. package/dist/dist-esm/react-components/src/components/VoiceOverButton.d.ts +7 -0
  195. package/dist/dist-esm/react-components/src/components/VoiceOverButton.d.ts.map +1 -0
  196. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +32 -0
  197. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +1 -0
  198. package/dist/dist-esm/react-components/src/components/index.d.ts +6 -2
  199. package/dist/dist-esm/react-components/src/components/index.d.ts.map +1 -1
  200. package/dist/dist-esm/react-components/src/components/index.js +4 -1
  201. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  202. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
  203. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
  204. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  205. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.d.ts +13 -1
  206. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.d.ts.map +1 -1
  207. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +34 -0
  208. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.d.ts +9 -0
  210. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.d.ts.map +1 -0
  211. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js +26 -0
  212. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +1 -0
  213. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -0
  214. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts.map +1 -1
  215. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  216. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
  217. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
  218. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +22 -4
  219. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
  220. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
  221. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
  222. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
  223. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
  224. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
  225. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
  226. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
  227. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
  228. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
  229. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
  230. package/dist/dist-esm/react-components/src/theming/icons.d.ts +6 -0
  231. package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
  232. package/dist/dist-esm/react-components/src/theming/icons.js +12 -2
  233. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  235. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts.map +1 -1
  236. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +12 -2
  237. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
  238. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +52 -3
  239. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  240. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +42 -2
  241. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
  242. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts.map +1 -1
  243. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +1 -1
  244. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  245. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -0
  246. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts.map +1 -1
  247. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +7 -18
  248. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  249. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.d.ts.map +1 -1
  250. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +3 -3
  251. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  252. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.d.ts.map +1 -1
  253. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +3 -2
  254. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  255. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts.map +1 -1
  256. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +2 -23
  257. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  258. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.d.ts.map +1 -1
  259. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +3 -3
  260. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  261. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.d.ts +2 -3
  262. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.d.ts.map +1 -1
  263. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +2 -2
  264. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  265. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +9 -1
  266. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts.map +1 -1
  267. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +39 -10
  268. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
  269. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts +1 -0
  270. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts.map +1 -1
  271. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +1 -1
  272. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  273. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +10 -9
  274. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  275. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -1
  276. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts.map +1 -1
  277. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  278. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +1 -1
  279. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  280. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.d.ts.map +1 -1
  281. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +4 -4
  282. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  283. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts.map +1 -1
  284. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +10 -1
  285. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  286. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +41 -13
  287. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts.map +1 -1
  288. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +7 -0
  289. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts.map +1 -1
  290. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +7 -2
  291. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  292. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts.map +1 -1
  293. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +20 -3
  294. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  295. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +68 -0
  296. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts.map +1 -0
  297. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +70 -0
  298. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -0
  299. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/SidePaneHeader.js +1 -1
  300. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/SidePaneHeader.js.map +1 -1
  301. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +4 -4
  302. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts.map +1 -1
  303. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +11 -2
  304. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
  305. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +38 -2
  306. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  307. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +27 -3
  308. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
  309. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +7 -2
  310. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts.map +1 -1
  311. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +14 -2
  312. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  313. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.d.ts +1 -1
  314. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.d.ts.map +1 -1
  315. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +19 -1
  316. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  317. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -0
  318. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts.map +1 -1
  319. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts.map +1 -1
  320. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +1 -1
  321. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  322. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +1 -0
  323. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts.map +1 -1
  324. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +2 -2
  325. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +1 -1
  326. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +4 -0
  327. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts.map +1 -1
  328. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.d.ts.map +1 -1
  329. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +11 -1
  330. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  331. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts +5 -0
  332. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
  333. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +9 -2
  334. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  335. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts.map +1 -1
  336. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +32 -8
  337. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  338. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.d.ts.map +1 -1
  339. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +8 -2
  340. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  341. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts.map +1 -1
  342. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +8 -4
  343. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  344. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +10 -0
  345. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
  346. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  347. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.d.ts +6 -0
  348. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.d.ts.map +1 -0
  349. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js +12 -0
  350. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -0
  351. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.d.ts +6 -2
  352. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.d.ts.map +1 -1
  353. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +20 -4
  354. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  355. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
  356. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
  357. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -2
  358. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
  359. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
  360. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
  361. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
  362. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
  363. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
  364. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
  365. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
  366. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
  367. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
  368. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
  369. package/package.json +11 -11
  370. package/dist/dist-esm/calling-component-bindings/src/SelectorUtils.d.ts +0 -6
  371. package/dist/dist-esm/calling-component-bindings/src/SelectorUtils.d.ts.map +0 -1
  372. package/dist/dist-esm/calling-component-bindings/src/SelectorUtils.js.map +0 -1
  373. package/dist/dist-esm/calling-component-bindings/src/callUtils.d.ts.map +0 -1
  374. package/dist/dist-esm/calling-component-bindings/src/callUtils.js.map +0 -1
  375. package/dist/dist-esm/calling-component-bindings/src/videoGalleryUtils.d.ts.map +0 -1
  376. package/dist/dist-esm/calling-component-bindings/src/videoGalleryUtils.js.map +0 -1
  377. package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.d.ts +0 -74
  378. package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.d.ts.map +0 -1
  379. package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.js +0 -85
  380. package/dist/dist-esm/react-components/src/components/utils/useCancellableTask.js.map +0 -1
  381. package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.d.ts +0 -21
  382. package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.d.ts.map +0 -1
  383. package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.js +0 -59
  384. package/dist/dist-esm/react-composites/src/composites/common/CustomDataModelUtils.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,118 @@
1
1
  # Change Log - @azure/communication-react
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 20:46:13 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 29 Jun 2022 17:31:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [1.3.1-beta.1](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.3.1-beta.1)
8
+
9
+ Wed, 29 Jun 2022 17:31:05 GMT
10
+ [Compare changes](https://github.com/azure/communication-ui-library/compare/1.3.0...1.3.1-beta.1)
11
+
12
+ ### Features
13
+
14
+ - Add two new UFDs based on cameraStoppedUnexpectedly call diagnostic: 'callVideoStoppedBySystem','callVideoRecoveredBySystem' ([PR #1991](https://github.com/azure/communication-ui-library/pull/1991) by 2684369+JamesBurnside@users.noreply.github.com)
15
+ - Add error message for call video stopped unexpectedly and call video resumed ([PR #1991](https://github.com/azure/communication-ui-library/pull/1991) by 2684369+JamesBurnside@users.noreply.github.com)
16
+ - Add callMicrophoneUnmutedBySystem UFD and e2e tests for callMicrophoneUnmutedBySystem and callMicrophoneMutedBySystem ([PR #1994](https://github.com/azure/communication-ui-library/pull/1994) by 2684369+JamesBurnside@users.noreply.github.com)
17
+ - Update error message shown when microphoneNotFunctioning is triggered per Calling guidence([PR #1994](https://github.com/azure/communication-ui-library/pull/1994) by 2684369+JamesBurnside@users.noreply.github.com)
18
+ - Update device change events in Calling and CallWithChat Adapters : 'selectedCameraChanged', 'selectedMicrophoneChanged'
19
+ 'selectedSpeakerChanged', expose these events so that contoso can perform actions on them ([PR #1982](https://github.com/azure/communication-ui-library/pull/1982) by 94866715+dmceachernmsft@users.noreply.github.com)
20
+ - Update microphone and camera button to be disabled when there are no cameras or microphones present ([PR #1993](https://github.com/azure/communication-ui-library/pull/1993) by 2684369+JamesBurnside@users.noreply.github.com)
21
+ - Add autofocus to rejoin call button on call end page ([PR #2008](https://github.com/azure/communication-ui-library/pull/2008) by 82062616+prprabhu-ms@users.noreply.github.com)
22
+ - Add new prop onChange to dialpad to grab textfield values and modified onClickDialpadButton type to (buttonValue: string, buttonIndex: number) => void so we can grab info regarding which button is clicked ([PR #1989](https://github.com/azure/communication-ui-library/pull/1989) by carolinecao@microsoft.com)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ - Fix SendBox button for VoiceOver user on iOS so it is actionable by double tap on it ([PR #2004](https://github.com/azure/communication-ui-library/pull/2004) by miguelgamis@microsoft.com)
28
+ - Disable tooltip for Persona components for mobile users ([PR #1990](https://github.com/azure/communication-ui-library/pull/1990) by carolinecao@microsoft.com)
29
+ - Fix read receipts tooltip position issue in UI tests ([PR #2005](https://github.com/azure/communication-ui-library/pull/2005) by anjulgarg@live.com)
30
+ - Fix bug: When a developer uses the onFetchPersonaAvatarData prop for the CallWIthChat Composite to override the name of the participants, the display name in the chat thread on messages sent will not be overridden. ([PR #2013](https://github.com/azure/communication-ui-library/pull/2013) by 94866715+dmceachernmsft@users.noreply.github.com)
31
+ - Fix 'No Microphones Found' message persisting when new microphones have been reconnected ([PR #2000](https://github.com/azure/communication-ui-library/pull/2000) by 2684369+JamesBurnside@users.noreply.github.com)
32
+ - Fix loading spinner size in small containers ([PR #1995](https://github.com/azure/communication-ui-library/pull/1995) by 2684369+JamesBurnside@users.noreply.github.com)
33
+ - Add aria labels and announcer to file sharing components to make file sharing meet accessibility standards ([PR #1960](https://github.com/azure/communication-ui-library/pull/1960) by 97124699+prabhjot-msft@users.noreply.github.com)
34
+ - Update Participant pane to be an overlay on top of message thread so it can be tapped into when opened ([PR #1943](https://github.com/azure/communication-ui-library/pull/1943) by 97124699+prabhjot-msft@users.noreply.github.com)
35
+ - Fix bug where the "New Message" button was getting hidden under messages ([PR #2046](https://github.com/Azure/communication-ui-library/pull/2046) by carolinecao@microsoft.com)
36
+ - Fix bug where Chat participant pane in chat composite mobile view causing overflow ([PR #2038](https://github.com/Azure/communication-ui-library/pull/2038) by anjulgarg@live.com)
37
+ - Fix bug where Chat message thread size is wrong and shows scrollbar when a gif image is shared ([PR #2037](https://github.com/Azure/communication-ui-library/pull/2037) by anjulgarg@live.com)
38
+
39
+
40
+ ### Improvements
41
+
42
+ - Update variable name dismissSidePaneButton to dismissSidePaneButtonLabel, make some localization string variable optional ([PR #2009](https://github.com/azure/communication-ui-library/pull/2009) by 94866715+dmceachernmsft@users.noreply.github.com)
43
+ - Add 0.3rem padding to the top of the fluent message bar to create even spacing in the errorbar component between the text and the edges of the bar and add registered icon for dissmissal button. ([PR #2003](https://github.com/azure/communication-ui-library/pull/2003) by 94866715+dmceachernmsft@users.noreply.github.com)
44
+ - Add aria-live: "assertive" for announcing lobby, network failure and call end notices so screen reader users can be aware of call status change immediately([PR #2007](https://github.com/azure/communication-ui-library/pull/2007) by 82062616+prprabhu-ms@users.noreply.github.com)
45
+ - Add best practice around only allowing one instance of the sample to be open at a time on mobile ([PR #1981](https://github.com/azure/communication-ui-library/pull/1981) by 2684369+JamesBurnside@users.noreply.github.com)
46
+ - Memoizes the return from the participant list selector for better optimization. ([PR #1980](https://github.com/azure/communication-ui-library/pull/1980) by 94866715+dmceachernmsft@users.noreply.github.com)
47
+ - Update fluentui/react version ([PR #1979](https://github.com/azure/communication-ui-library/pull/1979) by carolinecao@microsoft.com)
48
+ - Update startCall handler in the Calling and CallWithChat Adapters to support the StartCallOptions parameter needed to start a PSTN Call. ([PR #1976](https://github.com/azure/communication-ui-library/pull/1976) by 94866715+dmceachernmsft@users.noreply.github.com)
49
+ - Add a new attribute `incomingCalls` to CallAgentDeclarative that returns all active incoming calls ([PR #1975](https://github.com/azure/communication-ui-library/pull/1975) by anjulgarg@live.com)
50
+
51
+
52
+ ## [1.3.0](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.3.0)
53
+
54
+ This stable release is mostly minor changes and bug fixes and quality of life improvements, there are no major feature introductions.
55
+
56
+ A lot of bug fixes in this stable release are related to accessibility. Fixes include improved narration from screen readers in CallWithChat composite as well as improved keyboard navigation.
57
+
58
+ Also included are updates to the video streams with new features like a loading spinner in the remote stream when the remote participants connection is loading. Available in the components now and coming soon to the composites.
59
+
60
+ Mon, 13 Jun 2022 18:29:25 GMT
61
+ [Compare changes](https://github.com/azure/communication-ui-library/compare/@azure/communication-react_v1.2.2-beta.1...@azure/communication-react_v1.3.0)
62
+
63
+ ### Minor changes
64
+ - Video Gallery supports a loading spinner to indicate a video stream is incoming but has not yet loaded. This feature will be enabled in the Composites soon. ([PR #1954](https://github.com/azure/communication-ui-library/pull/1954) by chwhilar@microsoft.com)
65
+ - Support updateScalingMode in the VideoGallery to avoid having to destroy and recreate the stream when the localVideoViewOption scaling mode is changed ([PR #1890](https://github.com/azure/communication-ui-library/pull/1890) by 2684369+JamesBurnside@users.noreply.github.com)
66
+ - Announce when microphone is turned on/off and video is turned on/off to screen readers and narrator tools ([PR #1772](https://github.com/azure/communication-ui-library/pull/1772) by 94866715+dmceachernmsft@users.noreply.github.com)
67
+
68
+ ### Patches
69
+ - Fix support for onDisposeLocalStreamView in `VideoGallery` ([PR #1866](https://github.com/azure/communication-ui-library/pull/1866) by 2684369+JamesBurnside@users.noreply.github.com)
70
+ - Fixed theming of links for html and richtext/html messages in MessageThread. ([PR #1824](https://github.com/azure/communication-ui-library/pull/1824) by miguelgamis@microsoft.com)
71
+ - Added error text color in light and dark themes in semanticColors property. ([PR #1861](https://github.com/azure/communication-ui-library/pull/1861) by 79475487+mgamis-msft@users.noreply.github.com)
72
+ - Change Microphone Contextual Menu header text to Audio Device when no speakers are detected ([PR #1883](https://github.com/azure/communication-ui-library/pull/1883) by edwardlee@microsoft.com)
73
+ - when there is no menu items, participant item should not be clickable ([PR #1844](https://github.com/azure/communication-ui-library/pull/1844) by carolinecao@microsoft.com)
74
+ - Fix inverted host element when local video plays in picture-in-picture window ([PR #1933](https://github.com/azure/communication-ui-library/pull/1933) by 82062616+prprabhu-ms@users.noreply.github.com)
75
+ - Add split button aria labels to the microphone and camera buttons. Remove the aria-role of menu from the split buttons. ([PR #1829](https://github.com/azure/communication-ui-library/pull/1829) by 94866715+dmceachernmsft@users.noreply.github.com)
76
+ - Fixed chat status not annoucing on voice over on iphone bug ([PR #1939](https://github.com/azure/communication-ui-library/pull/1939) by 96077406+carocao-msft@users.noreply.github.com)
77
+ - Delay consecutive messages in _ComplianceBanner to give user time to read the message ([PR #1878](https://github.com/azure/communication-ui-library/pull/1878) by 82062616+prprabhu-ms@users.noreply.github.com)
78
+ - Disable hover behavior when no content in sendBox ([PR #1534](https://github.com/azure/communication-ui-library/pull/1534) by jiangnanhello@live.com)
79
+ - add placeholder participant name for unnamed participants ([PR #1978](https://github.com/azure/communication-ui-library/pull/1978) by carolinecao@microsoft.com)
80
+ - Code refactor: Update remote video tile to use the useVideoStreamLifecycleMaintainer ([PR #1906](https://github.com/azure/communication-ui-library/pull/1906) by 2684369+JamesBurnside@users.noreply.github.com)
81
+ - Fix local preview in the VideoGallery not re-rendering when localVideoViewOptions property changed ([PR #1841](https://github.com/azure/communication-ui-library/pull/1841) by 2684369+JamesBurnside@users.noreply.github.com)
82
+ - Fix tab ordering of the New Messages button in the Chat Composite ([PR #1961](https://github.com/azure/communication-ui-library/pull/1961) by 2684369+JamesBurnside@users.noreply.github.com)
83
+ - Add a default host layer in base provider 1. make our lib compatible with react-full-screen 2. avoid polluting global dom tree ([PR #1950](https://github.com/azure/communication-ui-library/pull/1950) by jinan@microsoft.com)
84
+ - Refactor: Ensure the LocalAndRemotePiP reuses the same LocalVideoTile and RemoteVideoTile the VideoGallery component uses ([PR #1930](https://github.com/azure/communication-ui-library/pull/1930) by 2684369+JamesBurnside@users.noreply.github.com)
85
+ - Fix param value in callId change event ([PR #1819](https://github.com/azure/communication-ui-library/pull/1819) by jiangnanhello@live.com)
86
+ - Fixed font of LocalPreview label that indicates camera is off. ([PR #1827](https://github.com/azure/communication-ui-library/pull/1827) by 79475487+mgamis-msft@users.noreply.github.com)
87
+ - Fix a memoization in Call-based composites to prevent onRenderAvatar triggering unecessary re-renders ([PR #1935](https://github.com/azure/communication-ui-library/pull/1935) by 2684369+JamesBurnside@users.noreply.github.com)
88
+ - Update createStreamView to return the created stream view result ([PR #1891](https://github.com/azure/communication-ui-library/pull/1891) by 2684369+JamesBurnside@users.noreply.github.com)
89
+ - Fixed contextual menus in CallWithChatComposite and CallComposite to be responsive to window resize. ([PR #1800](https://github.com/azure/communication-ui-library/pull/1800) by miguelgamis@microsoft.com)
90
+ - Ensure referential ID of callwithchatcomposite is unique among call with chat instances ([PR #1869](https://github.com/azure/communication-ui-library/pull/1869) by 2684369+JamesBurnside@users.noreply.github.com)
91
+ - Introduce tests to support new custom data model behaviors. ([PR #1836](https://github.com/azure/communication-ui-library/pull/1836) by 94866715+dmceachernmsft@users.noreply.github.com)
92
+ - Introduce the usage of the adapters error handling to the fetchInitialData function. ([PR #1845](https://github.com/azure/communication-ui-library/pull/1845) by 94866715+dmceachernmsft@users.noreply.github.com)
93
+ - Fix whole app re-render when callId changes ([PR #1820](https://github.com/azure/communication-ui-library/pull/1820) by jiangnanhello@live.com)
94
+ - Fix the display name of the remote participants when they provide onFetchAvatarPersonaData prop. ([PR #1822](https://github.com/azure/communication-ui-library/pull/1822) by 94866715+dmceachernmsft@users.noreply.github.com)
95
+ - Change Microphone Contextual Menu header text to Audio Device when no speakers are detected ([PR #1883](https://github.com/azure/communication-ui-library/pull/1883) by edwardlee@microsoft.com)
96
+ - Remove spurius console log ([PR #1451](https://github.com/azure/communication-ui-library/pull/1451) by 82062616+prprabhu-ms@users.noreply.github.com)
97
+ - update storybook to v6.5.7 ([PR #1972](https://github.com/azure/communication-ui-library/pull/1972) by 2684369+JamesBurnside@users.noreply.github.com)
98
+ - Fix video freeze in LocalPreview story ([PR #1949](https://github.com/azure/communication-ui-library/pull/1949) by 82062616+prprabhu-ms@users.noreply.github.com)
99
+ - Resolve icon centering on SendBox storybook examples ([PR #1833](https://github.com/azure/communication-ui-library/pull/1833) by edwardlee@microsoft.com)
100
+ - patched error on storybook participant item not showing name ([PR #1844](https://github.com/azure/communication-ui-library/pull/1844) by carolinecao@microsoft.com)
101
+ - Add Best Practices documentation to Storybook ([PR #1970](https://github.com/azure/communication-ui-library/pull/1970) by 2684369+JamesBurnside@users.noreply.github.com)
102
+ - Add default replacer to do safe stringify ([PR #1921](https://github.com/azure/communication-ui-library/pull/1921) by jinan@microsoft.com)
103
+ - Update VideoGallery bindings to return the created view when starting a local video stream ([PR #1891](https://github.com/azure/communication-ui-library/pull/1891) by 2684369+JamesBurnside@users.noreply.github.com)
104
+ - When participant doesnt have a name, set the name to unnamed participant ([PR #1978](https://github.com/azure/communication-ui-library/pull/1978) by carolinecao@microsoft.com)
105
+ - Fix Calling handler to correctly dispose a local view when view is attached to a call ([PR #1867](https://github.com/azure/communication-ui-library/pull/1867) by 2684369+JamesBurnside@users.noreply.github.com)
106
+ - Support calling `updateScalingMode` in the Video Gallery with remote video streams instead of recreating the stream when the scaling mode changes ([PR #1907](https://github.com/azure/communication-ui-library/pull/1907) by 2684369+JamesBurnside@users.noreply.github.com)
107
+ - Fixed onCreateLocalStreamView handler default videostream options to be cropped and mirrored. ([PR #1909](https://github.com/azure/communication-ui-library/pull/1909) by miguelgamis@microsoft.com)
108
+ - Return the renderer and view created when statefulCallClient.createView is called ([PR #1889](https://github.com/azure/communication-ui-library/pull/1889) by 2684369+JamesBurnside@users.noreply.github.com)
109
+ - Add callIdHistory to context + internal context - Update all visit to callId using latestCallId - Encapsule the access to internalMap directly to ensure no leaks ([PR #1817](https://github.com/azure/communication-ui-library/pull/1817) by jiangnanhello@live.com)
110
+ - Update the right call.id into state ([PR #1818](https://github.com/azure/communication-ui-library/pull/1818) by jiangnanhello@live.com)
111
+ - Remove dependency on azure/communication-signalling, instead use types from azure/communication-chat ([PR #1895](https://github.com/azure/communication-ui-library/pull/1895) by 2684369+JamesBurnside@users.noreply.github.com)
112
+ - Only emit stateChanged events where there is an actual change ([PR #1449](https://github.com/azure/communication-ui-library/pull/1449) by 82062616+prprabhu-ms@users.noreply.github.com)
113
+
114
+
115
+
7
116
  ## [1.2.2-beta.1](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.2.2-beta.1)
8
117
 
9
118
  Tue, 19 Apr 2022 20:46:13 GMT