@azure/communication-react 1.5.2-alpha-202301190014.0 → 1.6.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 (1026) hide show
  1. package/README.md +3 -4
  2. package/dist/communication-react.d.ts +267 -2071
  3. package/dist/dist-cjs/communication-react/index.js +9461 -12549
  4. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/areEqual.js.map +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/commonProperties.js.map +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/constants.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/cssUtils.js.map +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/identifier.d.ts +6 -0
  12. package/dist/dist-esm/acs-ui-common/src/identifier.js +12 -2
  13. package/dist/dist-esm/acs-ui-common/src/identifier.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-common/src/index.d.ts +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/index.js +1 -1
  16. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  17. package/dist/dist-esm/acs-ui-common/src/localizationUtils.js.map +1 -1
  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.map +1 -1
  21. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  23. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  24. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -11
  25. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +4 -12
  26. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  27. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +0 -13
  28. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +5 -20
  29. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  30. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +86 -30
  31. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  32. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +9 -11
  33. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +32 -39
  34. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  35. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js +1 -11
  36. package/dist/dist-esm/calling-component-bindings/src/handlers/createDefaultCallingHandlersForComponent.js.map +1 -1
  37. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +2 -14
  38. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  39. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +1 -1
  40. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -1
  41. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +1 -4
  42. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +0 -22
  43. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  44. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -1
  45. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +0 -6
  46. package/dist/dist-esm/calling-component-bindings/src/index.js +0 -8
  47. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  48. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +11 -24
  49. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  50. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -1
  51. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts +3 -4
  52. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -1
  53. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js +3 -6
  54. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -1
  55. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts +2 -14
  56. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js +1 -20
  57. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -1
  58. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -1
  59. package/dist/dist-esm/calling-component-bindings/src/utils/SelectorUtils.js.map +1 -1
  60. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.d.ts +0 -7
  61. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +7 -21
  62. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  63. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +0 -5
  64. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +0 -11
  65. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  66. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +15 -33
  67. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  68. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +5 -21
  69. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
  70. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.d.ts +5 -6
  71. package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -1
  72. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +1 -15
  73. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  74. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -2
  75. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +67 -62
  76. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  77. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -27
  78. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  79. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +12 -7
  80. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +18 -56
  81. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  82. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +8 -7
  83. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  84. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +71 -56
  85. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  86. package/dist/dist-esm/calling-stateful-client/src/CallIdHistory.js.map +1 -1
  87. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js.map +1 -1
  88. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  89. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +3 -9
  90. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  91. package/dist/dist-esm/calling-stateful-client/src/Converter.js +8 -13
  92. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  93. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +4 -1
  94. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +60 -52
  95. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  96. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +16 -14
  97. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  98. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +3 -0
  100. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +21 -3
  101. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  102. package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +16 -27
  103. package/dist/dist-esm/calling-stateful-client/src/Logger.js +16 -27
  104. package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +0 -1
  106. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +0 -8
  107. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  108. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +0 -1
  110. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +0 -8
  111. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  112. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +1 -25
  113. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +40 -69
  114. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +133 -328
  116. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +17 -0
  118. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +201 -0
  119. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -0
  120. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +2 -2
  122. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -8
  123. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  124. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +3 -3
  125. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  126. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +7 -6
  127. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  128. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -2
  129. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  130. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  131. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +4 -4
  132. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -1
  133. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js +3 -3
  134. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -1
  135. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +14 -13
  136. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -1
  137. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +1 -4
  138. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +10 -3
  139. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  140. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -1
  141. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  142. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -1
  143. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -1
  144. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +16 -44
  145. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  146. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -1
  147. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js +1 -1
  148. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -1
  149. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -1
  150. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js +7 -3
  151. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -1
  152. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +1 -3
  153. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -1
  154. package/dist/dist-esm/chat-component-bindings/src/utils/constants.d.ts +4 -0
  155. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js +4 -0
  156. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
  157. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +25 -26
  158. package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
  159. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  160. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +9 -5
  161. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  162. package/dist/dist-esm/chat-stateful-client/src/Constants.js.map +1 -1
  163. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +22 -9
  164. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  165. package/dist/dist-esm/chat-stateful-client/src/Logger.js.map +1 -1
  166. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +67 -57
  167. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  168. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +127 -113
  169. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  170. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
  171. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  172. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  173. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  174. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  175. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  176. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  177. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
  178. package/dist/dist-esm/communication-react/src/index.d.ts +1 -22
  179. package/dist/dist-esm/communication-react/src/index.js +0 -14
  180. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  181. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -1
  182. package/dist/dist-esm/northstar-wrapper/src/index.js +2 -0
  183. package/dist/dist-esm/northstar-wrapper/src/index.js.LICENSE.txt +41 -0
  184. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.d.ts +20 -0
  185. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js +47 -0
  186. package/dist/dist-esm/react-components/src/components/Announcer/Announcer.js.map +1 -0
  187. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.d.ts +10 -0
  188. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js +14 -0
  189. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerContext.js.map +1 -0
  190. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.d.ts +10 -0
  191. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js +29 -0
  192. package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.js.map +1 -0
  193. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.d.ts +7 -0
  194. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js +32 -0
  195. package/dist/dist-esm/react-components/src/components/Announcer/LiveAnnouncer.js.map +1 -0
  196. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.d.ts +9 -0
  197. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js +10 -0
  198. package/dist/dist-esm/react-components/src/components/Announcer/LiveMessage.js.map +1 -0
  199. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.d.ts +8 -0
  200. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js +19 -0
  201. package/dist/dist-esm/react-components/src/components/Announcer/MessageBlock.js.map +1 -0
  202. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  203. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +12 -0
  204. package/dist/dist-esm/react-components/src/components/CameraButton.js +33 -7
  205. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  206. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.d.ts +1 -1
  207. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js +9 -8
  208. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionMenu.js.map +1 -1
  209. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js +28 -38
  210. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageActionsFlyout.js.map +1 -1
  211. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +12 -3
  212. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +16 -21
  213. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  214. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +1 -1
  215. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +49 -31
  216. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  217. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -2
  218. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +37 -58
  219. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  220. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +2 -2
  221. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +42 -13
  222. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  223. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js +18 -18
  224. package/dist/dist-esm/react-components/src/components/ComplianceBanner/BannerMessage.js.map +1 -1
  225. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +4 -7
  226. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -1
  227. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js +2 -2
  228. package/dist/dist-esm/react-components/src/components/ComplianceBanner/DelayedUpdateBanner.js.map +1 -1
  229. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -1
  230. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -1
  231. package/dist/dist-esm/react-components/src/components/ComplianceBanner/types.js.map +1 -1
  232. package/dist/dist-esm/react-components/src/components/ControlBar.js +14 -10
  233. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  234. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +4 -14
  235. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  236. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js +14 -3
  237. package/dist/dist-esm/react-components/src/components/ControlButtonTooltip.js.map +1 -1
  238. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js +8 -5
  239. package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -1
  240. package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +1 -1
  241. package/dist/dist-esm/react-components/src/components/DevicesButton.js +88 -59
  242. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  243. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +44 -42
  244. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  245. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js +4 -4
  246. package/dist/dist-esm/react-components/src/components/Drawer/DrawerContentContainer.js.map +1 -1
  247. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js +6 -2
  248. package/dist/dist-esm/react-components/src/components/Drawer/DrawerLightDismiss.js.map +1 -1
  249. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.d.ts +5 -0
  250. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +6 -6
  251. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
  252. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +2 -0
  253. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +24 -11
  254. package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
  255. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.d.ts +5 -0
  256. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js +23 -7
  257. package/dist/dist-esm/react-components/src/components/Drawer/DrawerSurface.js.map +1 -1
  258. package/dist/dist-esm/react-components/src/components/Drawer/index.js.map +1 -1
  259. package/dist/dist-esm/react-components/src/components/EndCallButton.js +7 -3
  260. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  261. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
  262. package/dist/dist-esm/react-components/src/components/ErrorBar.js +5 -4
  263. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  264. package/dist/dist-esm/react-components/src/components/FileCard.js +8 -7
  265. package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
  266. package/dist/dist-esm/react-components/src/components/FileCardGroup.d.ts +1 -0
  267. package/dist/dist-esm/react-components/src/components/FileCardGroup.js +2 -2
  268. package/dist/dist-esm/react-components/src/components/FileCardGroup.js.map +1 -1
  269. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +1 -0
  270. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +22 -16
  271. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  272. package/dist/dist-esm/react-components/src/components/FileUploadCards.js +8 -11
  273. package/dist/dist-esm/react-components/src/components/FileUploadCards.js.map +1 -1
  274. package/dist/dist-esm/react-components/src/components/GridLayout.js +37 -37
  275. package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
  276. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js +2 -2
  277. package/dist/dist-esm/react-components/src/components/HighContrastAwareIcon.js.map +1 -1
  278. package/dist/dist-esm/react-components/src/components/HorizontalGallery.d.ts +4 -0
  279. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +33 -26
  280. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  281. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +1 -1
  282. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +47 -13
  283. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  284. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js +5 -3
  285. package/dist/dist-esm/react-components/src/components/LocalVideoCameraButton.js.map +1 -1
  286. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +9 -27
  287. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  288. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +40 -27
  289. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  290. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +24 -29
  291. package/dist/dist-esm/react-components/src/components/MessageThread.js +128 -171
  292. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  293. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +12 -0
  294. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +34 -9
  295. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  296. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +101 -94
  297. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  298. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +0 -13
  299. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +16 -17
  300. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/ParticipantList.js +9 -25
  302. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  303. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +33 -46
  304. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
  305. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js +3 -3
  306. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPicture.js.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js +3 -3
  308. package/dist/dist-esm/react-components/src/components/PictureInPictureInPicture/PictureInPictureInPictureTile.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -0
  310. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +12 -65
  311. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  312. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +4 -2
  313. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +6 -42
  314. package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
  315. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +22 -6
  316. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  317. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +0 -35
  318. package/dist/dist-esm/react-components/src/components/SendBox.js +24 -42
  319. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  320. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js +2 -2
  321. package/dist/dist-esm/react-components/src/components/SendBoxErrorBar.js.map +1 -1
  322. package/dist/dist-esm/react-components/src/components/SendBoxErrors.js.map +1 -1
  323. package/dist/dist-esm/react-components/src/components/StreamMedia.js +3 -3
  324. package/dist/dist-esm/react-components/src/components/StreamMedia.js.map +1 -1
  325. package/dist/dist-esm/react-components/src/components/SystemMessage.d.ts +1 -1
  326. package/dist/dist-esm/react-components/src/components/SystemMessage.js +4 -2
  327. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  328. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +10 -10
  329. package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
  330. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +6 -9
  331. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  332. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +1 -3
  333. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +1 -1
  334. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js +1 -3
  335. package/dist/dist-esm/react-components/src/components/UnsupportedBrowserVersion.js.map +1 -1
  336. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js +0 -20
  337. package/dist/dist-esm/react-components/src/components/UnsupportedEnvironment.js.map +1 -1
  338. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js +1 -3
  339. package/dist/dist-esm/react-components/src/components/UnsupportedOperatingSystem.js.map +1 -1
  340. package/dist/dist-esm/react-components/src/components/VerticalGallery.d.ts +67 -0
  341. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +115 -0
  342. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -0
  343. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.d.ts +21 -0
  344. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +63 -0
  345. package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -0
  346. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +75 -0
  347. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +56 -0
  348. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -0
  349. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +88 -0
  350. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +39 -0
  351. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -0
  352. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.d.ts +11 -0
  353. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +53 -0
  354. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -0
  355. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +1 -1
  356. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +30 -28
  357. package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
  358. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +10 -3
  359. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +18 -16
  360. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +1 -1
  362. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +45 -37
  363. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  364. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +5 -1
  365. package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
  366. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +7 -7
  367. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  368. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +16 -0
  369. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +23 -0
  370. package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -0
  371. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js +6 -8
  372. package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.js.map +1 -1
  373. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js +6 -1
  374. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/DefaultLayout.styles.js.map +1 -1
  375. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +32 -7
  376. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +56 -15
  377. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js +11 -2
  379. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideoLayout.styles.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/Layout.styles.js.map +1 -1
  381. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/LocalScreenShare.styles.js.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteScreenShare.styles.js.map +1 -1
  383. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/RemoteVideoTile.styles.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +4 -1
  385. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +16 -14
  386. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
  387. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.d.ts +64 -0
  388. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +85 -0
  389. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -0
  390. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +5 -10
  391. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  392. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +5 -0
  393. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +60 -30
  394. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  395. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.d.ts +25 -0
  396. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js +94 -0
  397. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -0
  398. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +4 -4
  399. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +39 -88
  400. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  401. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +11 -59
  402. package/dist/dist-esm/react-components/src/components/VideoGallery.js +27 -134
  403. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  404. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -22
  405. package/dist/dist-esm/react-components/src/components/VideoTile.js +47 -91
  406. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  407. package/dist/dist-esm/react-components/src/components/index.d.ts +7 -14
  408. package/dist/dist-esm/react-components/src/components/index.js +3 -8
  409. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +10 -0
  411. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +22 -3
  412. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
  413. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
  415. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +6 -7
  416. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
  417. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +1 -0
  419. package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/styles/IconButton.styles.js.map +1 -1
  421. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts +3 -3
  422. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +11 -12
  423. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  425. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +3 -3
  426. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +43 -6
  427. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  428. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +1 -0
  429. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  430. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js +4 -1
  431. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +0 -4
  433. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +10 -8
  434. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  435. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +3 -0
  436. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js.map +1 -1
  437. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js +1 -0
  439. package/dist/dist-esm/react-components/src/components/styles/TroubleshootingGuideErrorBar.styles.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  441. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.d.ts +32 -0
  442. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +66 -0
  443. package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -0
  444. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +13 -2
  445. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  446. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +3 -1
  447. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  449. package/dist/dist-esm/react-components/src/components/utils/common.js +0 -4
  450. package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
  451. package/dist/dist-esm/react-components/src/components/utils/delay.js.map +1 -1
  452. package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -1
  453. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +5 -4
  454. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +7 -4
  455. package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
  456. package/dist/dist-esm/react-components/src/components/utils/keyboardNavigation.js.map +1 -1
  457. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.d.ts +11 -0
  458. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js +22 -0
  459. package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -0
  460. package/dist/dist-esm/react-components/src/components/utils/responsive.d.ts +6 -0
  461. package/dist/dist-esm/react-components/src/components/utils/responsive.js +9 -2
  462. package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
  463. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +1 -10
  464. package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
  465. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js +3 -1
  466. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  467. package/dist/dist-esm/react-components/src/components/utils.d.ts +23 -0
  468. package/dist/dist-esm/react-components/src/components/utils.js +58 -10
  469. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  470. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +8 -18
  471. package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
  472. package/dist/dist-esm/react-components/src/gallery/index.js.map +1 -1
  473. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +6 -4
  474. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +3 -2
  475. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
  476. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -1
  477. package/dist/dist-esm/react-components/src/index.d.ts +1 -3
  478. package/dist/dist-esm/react-components/src/index.js +0 -2
  479. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  480. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -54
  481. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  482. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -1
  483. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +331 -0
  484. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +125 -13
  485. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +124 -12
  486. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +29 -6
  487. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +124 -12
  488. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +331 -0
  489. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +125 -13
  490. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +331 -0
  491. package/dist/dist-esm/react-components/src/localization/locales/index.d.ts +36 -0
  492. package/dist/dist-esm/react-components/src/localization/locales/index.js +96 -14
  493. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
  494. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +124 -12
  495. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +124 -12
  496. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +124 -12
  497. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +331 -0
  498. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +124 -12
  499. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +331 -0
  500. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +125 -13
  501. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +124 -12
  502. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +331 -0
  503. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +125 -13
  504. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +124 -12
  505. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +124 -12
  506. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +7 -4
  507. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  508. package/dist/dist-esm/react-components/src/theming/icons.d.ts +4 -20
  509. package/dist/dist-esm/react-components/src/theming/icons.js +27 -124
  510. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  511. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  512. package/dist/dist-esm/react-components/src/theming/themeUtils.js.map +1 -1
  513. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  514. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +48 -0
  515. package/dist/dist-esm/react-components/src/{permissions/index.js → types/CaptionsAvailableLanguageStrings.js} +2 -2
  516. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -0
  517. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -7
  518. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  519. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js.map +1 -1
  520. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.d.ts +9 -0
  521. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js +4 -0
  522. package/dist/dist-esm/react-components/src/types/ComponentSlotStyle.js.map +1 -0
  523. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js.map +1 -1
  524. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +0 -8
  525. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -1
  526. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +0 -3
  527. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js +0 -2
  528. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  529. package/dist/dist-esm/react-components/src/types/ReadReceiptsBySenderId.js.map +1 -1
  530. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +0 -8
  531. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +0 -2
  532. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  533. package/dist/dist-esm/react-components/src/types/index.d.ts +2 -0
  534. package/dist/dist-esm/react-components/src/types/index.js +2 -0
  535. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +12 -89
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +52 -95
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -120
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js +0 -2
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +33 -76
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +59 -251
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -102
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +1 -9
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js.map +1 -1
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/DiagnosticsForwarder.js.map +1 -1
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.d.ts +23 -0
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js +47 -0
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/OnFetchProfileCallback.js.map +1 -0
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js.map +1 -1
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.d.ts +2 -3
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js +2 -8
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/createHandlers.js.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +0 -5
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +0 -2
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +4 -2
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +90 -76
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -2
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +14 -132
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.d.ts +0 -2
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js +0 -21
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageCameraDropdown.js.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js +2 -20
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageErrorBar.js.map +1 -1
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.d.ts +0 -2
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js +0 -21
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationPageMicDropdown.js.map +1 -1
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js +4 -5
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ExpandedLocalVideoTile.js.map +1 -1
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +2 -2
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +22 -32
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +0 -1
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +23 -66
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +41 -19
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +0 -2
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +25 -25
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js +2 -2
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MutedNotification.js.map +1 -1
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +3 -3
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +14 -0
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +55 -0
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -0
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.d.ts +58 -0
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js +31 -0
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePaneProvider.js.map +1 -0
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +17 -0
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +45 -0
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -0
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/StartCallButton.js.map +1 -1
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +1 -1
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +2 -6
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +9 -40
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.d.ts +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +5 -44
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +1 -1
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +2 -5
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -8
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts +1 -1
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js +2 -5
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.d.ts +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +1 -3
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +9 -13
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +1 -2
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +7 -29
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +1 -1
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -8
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +0 -2
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +4 -0
  636. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -8
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +2 -7
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +42 -149
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.d.ts +4 -0
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +7 -19
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.d.ts +4 -1
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +3 -3
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.d.ts +2 -2
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/LocalVideoTileSelector.js.map +1 -1
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +2 -7
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -7
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +1 -1
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +1 -1
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +2 -2
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -1
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.d.ts +2 -2
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js +5 -11
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/dominantRemoteParticipantSelector.js.map +1 -1
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +1 -1
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +1 -1
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.d.ts +4 -4
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localAndRemotePIPSelector.js.map +1 -1
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +2 -2
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +4 -4
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.d.ts +1 -1
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localVideoStreamSelector.js.map +1 -1
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +5 -5
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +4 -4
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.d.ts +2 -2
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mutedNotificationSelector.js.map +1 -1
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.d.ts +2 -2
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/networkReconnectTileSelector.js.map +1 -1
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.d.ts +6 -1
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js +13 -2
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallComposite.styles.js.map +1 -1
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +13 -1
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +65 -2
  689. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  690. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.d.ts +4 -0
  692. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js +4 -1
  693. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallPage.styles.js.map +1 -1
  694. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js +4 -1
  695. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ExpandedLocalVideoTile.styles.js.map +1 -1
  696. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +8 -5
  697. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
  698. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  699. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
  700. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +22 -1
  701. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  702. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NoticePage.styles.js.map +1 -1
  704. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +1 -0
  705. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js.map +1 -1
  706. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +11 -86
  707. package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
  708. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
  709. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +14 -12
  710. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  711. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +19 -20
  712. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +62 -112
  713. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/index.js.map +1 -1
  715. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +13 -133
  716. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +92 -171
  717. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  718. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButton.d.ts → ChatButton/ChatButton.d.ts} +1 -1
  719. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButton.js → ChatButton/ChatButton.js} +2 -2
  720. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButton.js.map +1 -0
  721. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButtonWithUnreadMessagesBadge.d.ts → ChatButton/ChatButtonWithUnreadMessagesBadge.d.ts} +2 -2
  722. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{ChatButtonWithUnreadMessagesBadge.js → ChatButton/ChatButtonWithUnreadMessagesBadge.js} +10 -12
  723. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/ChatButtonWithUnreadMessagesBadge.js.map +1 -0
  724. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{NotificationIcon.js → ChatButton/NotificationIcon.js} +6 -3
  725. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton/NotificationIcon.js.map +1 -0
  726. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +0 -32
  727. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  728. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -25
  729. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +7 -139
  730. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  731. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +0 -60
  732. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  733. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -10
  734. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -39
  735. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  736. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +0 -9
  737. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -31
  738. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  739. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +4 -0
  740. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
  741. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/hooks/useCallWithChatCompositeStrings.js.map +1 -1
  742. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +0 -1
  743. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
  744. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js +1 -1
  745. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/selectors/moreDrawerSelector.js.map +1 -1
  746. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -22
  747. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +2 -10
  748. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  749. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +1 -1
  750. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +6 -3
  751. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  752. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +0 -20
  753. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +2 -6
  754. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  755. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +5 -3
  756. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  757. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +25 -42
  758. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  759. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.d.ts +0 -4
  760. package/dist/dist-esm/react-composites/src/composites/ChatComposite/Strings.js.map +1 -1
  761. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +1 -10
  762. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +36 -93
  763. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  764. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.d.ts +0 -28
  765. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js +1 -154
  766. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationFileUploadAdapter.js.map +1 -1
  767. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +2 -13
  768. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  769. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -2
  770. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
  771. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUpload.js.map +1 -1
  772. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js +6 -18
  773. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadButton.js.map +1 -1
  774. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/FileUploadHandler.js.map +1 -1
  775. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
  776. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +5 -3
  777. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  778. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +1 -3
  779. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  780. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  781. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +0 -3
  782. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  783. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +6 -2
  784. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  785. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.d.ts +1 -5
  786. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js +6 -17
  787. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleButton.js.map +1 -1
  788. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +0 -5
  789. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +4 -10
  790. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -1
  791. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js +14 -5
  792. package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
  793. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +5 -1
  794. package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +1 -1
  795. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +27 -0
  796. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +251 -0
  797. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -0
  798. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +83 -0
  799. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +77 -0
  800. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -0
  801. package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/PeopleButton.d.ts +1 -1
  802. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js +24 -0
  803. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -0
  804. package/dist/dist-esm/react-composites/src/composites/common/ConvertContextualMenuItemToDrawerMenuItem.js.map +1 -0
  805. package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/Drawer}/MoreDrawer.d.ts +2 -2
  806. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +105 -0
  807. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -0
  808. package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/Drawer}/PreparedMoreDrawer.d.ts +2 -3
  809. package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/Drawer}/PreparedMoreDrawer.js +5 -5
  810. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -0
  811. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js +1 -1
  812. package/dist/dist-esm/react-composites/src/composites/common/HiddenFocusStartPoint.js.map +1 -1
  813. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +6 -21
  814. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  815. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
  816. package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
  817. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +9 -7
  818. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  819. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +0 -9
  820. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +22 -29
  821. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  822. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.d.ts +4 -4
  823. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +44 -7
  824. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  825. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.d.ts +8 -5
  826. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js +17 -12
  827. package/dist/dist-esm/react-composites/src/composites/common/TabHeader.js.map +1 -1
  828. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  829. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +9 -0
  830. package/dist/dist-esm/react-composites/src/composites/common/constants.js +11 -0
  831. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -0
  832. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +7 -34
  833. package/dist/dist-esm/react-composites/src/composites/common/icons.js +12 -32
  834. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  835. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.d.ts +7 -0
  836. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js +9 -0
  837. package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -0
  838. package/dist/dist-esm/react-composites/src/composites/common/styles/GlobalHostLayer.styles.js.map +1 -1
  839. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js +16 -5
  840. package/dist/dist-esm/react-composites/src/composites/common/styles/ModalLocalAndRemotePIP.styles.js.map +1 -1
  841. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js +51 -12
  842. package/dist/dist-esm/react-composites/src/composites/common/styles/Pane.styles.js.map +1 -1
  843. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.d.ts +4 -0
  844. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js +32 -5
  845. package/dist/dist-esm/react-composites/src/composites/common/styles/ParticipantContainer.styles.js.map +1 -1
  846. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js +22 -4
  847. package/dist/dist-esm/react-composites/src/composites/common/styles/PeoplePaneContent.styles.js.map +1 -1
  848. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +151 -0
  849. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js +4 -0
  850. package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -0
  851. package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +4 -0
  852. package/dist/dist-esm/react-composites/src/composites/common/utils.js +16 -17
  853. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  854. package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
  855. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  856. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +2 -2
  857. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -1
  858. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  859. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +199 -0
  860. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +92 -3
  861. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +92 -3
  862. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +76 -1
  863. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +92 -3
  864. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +199 -0
  865. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +92 -3
  866. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +199 -0
  867. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.d.ts +36 -0
  868. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +61 -1
  869. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
  870. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +92 -3
  871. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +92 -3
  872. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +92 -3
  873. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +199 -0
  874. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +92 -3
  875. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +199 -0
  876. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +92 -3
  877. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +92 -3
  878. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +199 -0
  879. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +92 -3
  880. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +92 -3
  881. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +92 -3
  882. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -1
  883. package/package.json +37 -33
  884. package/CHANGELOG.beta.md +0 -668
  885. package/CHANGELOG.json +0 -10238
  886. package/CHANGELOG.stable.md +0 -373
  887. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.d.ts +0 -43
  888. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +0 -81
  889. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +0 -1
  890. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +0 -19
  891. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +0 -89
  892. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +0 -1
  893. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +0 -23
  894. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +0 -48
  895. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +0 -1
  896. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.d.ts +0 -69
  897. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js +0 -37
  898. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +0 -1
  899. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.d.ts +0 -75
  900. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js +0 -58
  901. package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +0 -1
  902. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.d.ts +0 -105
  903. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js +0 -86
  904. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissions.js.map +0 -1
  905. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.d.ts +0 -86
  906. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js +0 -31
  907. package/dist/dist-esm/react-components/src/components/DevicePermissions/SitePermissionsScaffolding.js.map +0 -1
  908. package/dist/dist-esm/react-components/src/components/HoldButton.d.ts +0 -49
  909. package/dist/dist-esm/react-components/src/components/HoldButton.js +0 -25
  910. package/dist/dist-esm/react-components/src/components/HoldButton.js.map +0 -1
  911. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +0 -9
  912. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +0 -18
  913. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +0 -1
  914. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +0 -14
  915. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +0 -19
  916. package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +0 -1
  917. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.d.ts +0 -10
  918. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +0 -29
  919. package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +0 -1
  920. package/dist/dist-esm/react-components/src/components/VoiceOverButton.d.ts +0 -7
  921. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js +0 -32
  922. package/dist/dist-esm/react-components/src/components/VoiceOverButton.js.map +0 -1
  923. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.d.ts +0 -58
  924. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js +0 -144
  925. package/dist/dist-esm/react-components/src/components/styles/BrowserPermissionDenied.styles.js.map +0 -1
  926. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.d.ts +0 -38
  927. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js +0 -92
  928. package/dist/dist-esm/react-components/src/components/styles/SitePermissions.styles.js.map +0 -1
  929. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.d.ts +0 -26
  930. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js +0 -67
  931. package/dist/dist-esm/react-components/src/components/styles/UnsupportedEnvironment.styles.js.map +0 -1
  932. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.d.ts +0 -9
  933. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js +0 -26
  934. package/dist/dist-esm/react-components/src/components/styles/VoiceOverButton.style.js.map +0 -1
  935. package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +0 -7
  936. package/dist/dist-esm/react-components/src/components/utils/merge.js +0 -16
  937. package/dist/dist-esm/react-components/src/components/utils/merge.js.map +0 -1
  938. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +0 -61
  939. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js +0 -74
  940. package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +0 -1
  941. package/dist/dist-esm/react-components/src/permissions/index.d.ts +0 -2
  942. package/dist/dist-esm/react-components/src/permissions/index.js.map +0 -1
  943. package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +0 -6
  944. package/dist/dist-esm/react-components/src/theming/icons.styles.js +0 -25
  945. package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +0 -1
  946. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.d.ts +0 -24
  947. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +0 -80
  948. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +0 -1
  949. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.d.ts +0 -48
  950. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js +0 -210
  951. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallReadinessModal.js.map +0 -1
  952. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.d.ts +0 -12
  953. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +0 -93
  954. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +0 -1
  955. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.d.ts +0 -8
  956. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js +0 -26
  957. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/People.js.map +0 -1
  958. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.d.ts +0 -16
  959. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js +0 -38
  960. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSidePaneState.js.map +0 -1
  961. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.d.ts +0 -15
  962. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +0 -38
  963. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +0 -1
  964. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.d.ts +0 -15
  965. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js +0 -54
  966. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/UnsupportedBrowser.js.map +0 -1
  967. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.d.ts +0 -32
  968. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js +0 -81
  969. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/HoldPane.styles.js.map +0 -1
  970. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -27
  971. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +0 -190
  972. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +0 -1
  973. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.d.ts +0 -34
  974. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +0 -90
  975. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +0 -1
  976. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButton.js.map +0 -1
  977. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ChatButtonWithUnreadMessagesBadge.js.map +0 -1
  978. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem.js.map +0 -1
  979. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
  980. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
  981. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
  982. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/NotificationIcon.js.map +0 -1
  983. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js +0 -24
  984. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +0 -1
  985. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +0 -1
  986. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -13
  987. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
  988. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
  989. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +0 -150
  990. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +0 -1
  991. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.d.ts +0 -18
  992. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js +0 -18
  993. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreenPeoplePane.js.map +0 -1
  994. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.d.ts +0 -15
  995. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js +0 -21
  996. package/dist/dist-esm/react-composites/src/composites/ChatComposite/FileDownloadErrorBar.js.map +0 -1
  997. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
  998. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
  999. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
  1000. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
  1001. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -13
  1002. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
  1003. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.d.ts +0 -23
  1004. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js +0 -12
  1005. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/fileUploadsSelector.js.map +0 -1
  1006. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.d.ts +0 -22
  1007. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js +0 -105
  1008. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.js.map +0 -1
  1009. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.d.ts +0 -17
  1010. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js +0 -32
  1011. package/dist/dist-esm/react-composites/src/composites/common/AddPeopleDropdown.styles.js.map +0 -1
  1012. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.d.ts +0 -22
  1013. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js +0 -60
  1014. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.js.map +0 -1
  1015. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.d.ts +0 -15
  1016. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js +0 -61
  1017. package/dist/dist-esm/react-composites/src/composites/common/CallingDialpad.styles.js.map +0 -1
  1018. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.d.ts +0 -17
  1019. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js +0 -42
  1020. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.js.map +0 -1
  1021. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.d.ts +0 -11
  1022. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js +0 -40
  1023. package/dist/dist-esm/react-composites/src/composites/common/SendDtmfDialpad.styles.js.map +0 -1
  1024. /package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/{NotificationIcon.d.ts → ChatButton/NotificationIcon.d.ts} +0 -0
  1025. /package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common}/ConvertContextualMenuItemToDrawerMenuItem.d.ts +0 -0
  1026. /package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common}/ConvertContextualMenuItemToDrawerMenuItem.js +0 -0
package/CHANGELOG.beta.md DELETED
@@ -1,668 +0,0 @@
1
- # Change Log - @azure/communication-react
2
-
3
- This log was last generated on Tue, 15 Nov 2022 21:12:22 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## [1.4.1-beta.1](https://github.com/azure/communication-ui-library/tree/1.4.1-beta.1)
8
-
9
- Tue, 15 Nov 2022 21:12:22 GMT
10
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.4.0...1.4.1-beta.1)
11
-
12
- ### Features
13
- - Add role and getRole to selectors ([PR #2419](https://github.com/azure/communication-ui-library/pull/2419) by miguelgamis@microsoft.com)
14
- - Add rooms role into calling stateful client ([PR #2417](https://github.com/azure/communication-ui-library/pull/2417) by miguelgamis@microsoft.com)
15
- - Add role to CallParticipantListParticipant type ([PR #2419](https://github.com/azure/communication-ui-library/pull/2419) by miguelgamis@microsoft.com)
16
- - Access role from stateful call client in CallComposite ([PR #2481](https://github.com/azure/communication-ui-library/pull/2481) by miguelgamis@microsoft.com)
17
- - Change role prop name in the CallComposite to roleHint ([PR #2481](https://github.com/azure/communication-ui-library/pull/2481) by miguelgamis@microsoft.com)
18
- - Move roleHint prop from CallComposite to CallAdapter state ([PR #2482](https://github.com/azure/communication-ui-library/pull/2482) by miguelgamis@microsoft.com)
19
- - Add TeamsCall and TeamsCallAgent to StatefulClient ([PR #2396](https://github.com/azure/communication-ui-library/pull/2396) by jinan@microsoft.com)
20
- - Allow constant visibilty of dtmf dialpad tone last sent ([PR #2429](https://github.com/azure/communication-ui-library/pull/2429) by 94866715+dmceachernmsft@users.noreply.github.com)
21
- - Remove padding and margins from base dialpad component. ([PR #2474](https://github.com/azure/communication-ui-library/pull/2474) by 94866715+dmceachernmsft@users.noreply.github.com)
22
- - Introduce individual camera and microphone permission modals ([PR #2485](https://github.com/azure/communication-ui-library/pull/2485) by 2684369+JamesBurnside@users.noreply.github.com)
23
- - Introduce domain permission denied prompt pure UI component ([PR #2486](https://github.com/azure/communication-ui-library/pull/2486) by 2684369+JamesBurnside@users.noreply.github.com)
24
- - Introduce checking device permission prompt pure ui component ([PR #2489](https://github.com/azure/communication-ui-library/pull/2489) by 2684369+JamesBurnside@users.noreply.github.com)
25
- - Make DevicePermission component string prop optional ([PR #2434](https://github.com/azure/communication-ui-library/pull/2434) by carolinecao@microsoft.com)
26
- - Make BrowerPermissionDenied component string optional ([PR #2463](https://github.com/azure/communication-ui-library/pull/2463) by carolinecao@microsoft.com)
27
- - Enable troubleshooting guide error bar to display network error guide or device error guide based on error type ([PR #2433](https://github.com/azure/communication-ui-library/pull/2433) by carolinecao@microsoft.com)
28
- - Add enable call readiness option for Call and CallWithChat composite ([PR #2393](https://github.com/azure/communication-ui-library/pull/2393) by carolinecao@microsoft.com)
29
- - Add allow access modal to CallComposite configuration screen ([PR #2463](https://github.com/azure/communication-ui-library/pull/2463) by carolinecao@microsoft.com)
30
- - Add troubleshooting error bar to CallComposite configuration screen ([PR #2433](https://github.com/azure/communication-ui-library/pull/2433) by carolinecao@microsoft.com)
31
- - Add device permission drawer to CallComposite mobile configuration screen ([PR #2434](https://github.com/azure/communication-ui-library/pull/2434) by carolinecao@microsoft.com)
32
-
33
- ### Bug Fixes
34
- - Revert breaking API change in `CallEndedListener` callback ([PR #2464](https://github.com/azure/communication-ui-library/pull/2464) by 82062616+prprabhu-ms@users.noreply.github.com)
35
- - Filter out devices with blank names ([PR #2366](https://github.com/azure/communication-ui-library/pull/2366) by miguelgamis@microsoft.com)
36
- - Filter out camera devices with blank name when declarative device manager is used. ([PR #2456](https://github.com/azure/communication-ui-library/pull/2456) by anjulgarg@live.com)
37
- - Remove DeclarativeCallAgent from stable API and export only in beta build ([PR #2436](https://github.com/azure/communication-ui-library/pull/2436) by 82062616+prprabhu-ms@users.noreply.github.com)
38
- - Fix issue where typingIndicator errors were not being caught by the ChatAdapter. ([PR #2471](https://github.com/azure/communication-ui-library/pull/2471) by 94866715+dmceachernmsft@users.noreply.github.com)
39
- - Fix a string name and restrict it to beta builds ([PR #2439](https://github.com/azure/communication-ui-library/pull/2439) [PR #2469](https://github.com/azure/communication-ui-library/pull/2469) by 82062616+prprabhu-ms@users.noreply.github.com)
40
- - Fix remove participant logic for teams user by making sure to enforce isRemovable property on participantList participant. ([PR #2454](https://github.com/azure/communication-ui-library/pull/2454) by 94866715+dmceachernmsft@users.noreply.github.com)
41
- - Fix CallWithChatPane drawer menu from staying open after switching mobile tabs ([PR #2447](https://github.com/azure/communication-ui-library/pull/2447) by miguelgamis@microsoft.com)
42
- - Fix dark mode text for TroubleshootingGuideErrorBar messages ([PR #2501](https://github.com/azure/communication-ui-library/pull/2501) by edwardlee@microsoft.com)
43
- - Fix for icons re-registered warnings in the console ([PR #2506](https://github.com/azure/communication-ui-library/pull/2506) by carolinecao@microsoft.com)
44
- - Fix mute indicator color not matching display name ([PR #2451](https://github.com/azure/communication-ui-library/pull/2451) by anjulgarg@live.com)
45
-
46
- ### Improvements
47
- - Update html-to-react dependency. Note: This change requires Webpack > 4 ([PR #2428](https://github.com/azure/communication-ui-library/pull/2428) by 2684369+JamesBurnside@users.noreply.github.com)
48
- - Allow a range of communication services dependency packages ([PR #2457](https://github.com/azure/communication-ui-library/pull/2457) by 82062616+prprabhu-ms@users.noreply.github.com)
49
- - Bump dependencies to get closer to react 18 support ([PR #2427](https://github.com/azure/communication-ui-library/pull/2427) by 2684369+JamesBurnside@users.noreply.github.com)
50
- - Focus on participant list when opening people pane ([PR #2492](https://github.com/azure/communication-ui-library/pull/2492) by edwardlee@microsoft.com)
51
- - Config page local preview does not show a black screen when camera devices are removed ([PR #2456](https://github.com/azure/communication-ui-library/pull/2456) by anjulgarg@live.com)
52
-
53
- ## [1.3.2-beta.1](https://github.com/azure/communication-ui-library/tree/1.3.2-beta.1)
54
-
55
- Wed, 05 Oct 2022 18:13:37 GMT
56
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.3.1...1.3.2-beta.1)
57
-
58
- ### Rooms - Public Preview
59
- Azure Communication Services now supports Rooms in public preview. You can use our CallComposite experience for your users to interact with your Rooms-based calls. Rooms allows our customers to create calls with specific users and the ability to
60
- modify their users' calling experience with a variety of role based access control.
61
-
62
- You can read more about [rooms concept here](https://learn.microsoft.com/en-us/azure/communication-services/concepts/rooms/room-concept).
63
-
64
- You can apply a Rooms locator in the adapter similar to how you
65
- can join a group call using a locator in the adapter + composite.
66
-
67
- `roomId = 99466313975086563 // example roomId`
68
-
69
- `locator: { 'roomId': roomId }`
70
-
71
- Checkout our [storybook](https://azure.github.io/communication-ui-library) to read more about what the UI Library offers into your Rooms experience.
72
-
73
- If you would like to clone a repo and get started immediately.
74
- Check out our quickstarts repo in Github [JS Quickstarts](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/ui-library-quickstart-rooms "JS Quickstarts")
75
-
76
- ### PSTN and 1:N Calling - Public Preview
77
- ACS UI Library Call and CallWithChat composites are introducing two new capabilities (beta):
78
- 1. PSTN Outbound Calling
79
- 2. ACS 1:N Outbound Calling
80
-
81
- Users will now be able to:
82
- - Call a phone number through the existing Call and CallWithChat composites
83
- - Call a phone number and add it to an ongoing call
84
- - Put the call on hold during a phone or ACS call
85
- - Send DTMF tones during a 1:1 phone call
86
-
87
- Read more about [getting a phone number](https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/telephony/get-phone-number?tabs=windows&pivots=platform-azp) through Azure Communication Services.
88
-
89
- If you would like to clone a repo and get started immediately.
90
- Check out our quickstarts repo in Github [JS Quickstarts](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/ui-library-pstn-1-n-calling "JS Quickstarts")
91
-
92
- ### Features
93
- - Call adapter can join a room ([PR #2063](https://github.com/azure/communication-ui-library/pull/2063) by miguelgamis@microsoft.com)
94
- - CallComposite will not request for camera permissions when the role prop is Consumer during a Rooms call. ([PR #2218](https://github.com/azure/communication-ui-library/pull/2218) by miguelgamis@microsoft.com)
95
- - VideoGallery displays participants connection states such as Connecting, Hold etc. during PSTN and 1:N Calls ([PR #2210](https://github.com/azure/communication-ui-library/pull/2210) by anjulgarg@live.com)
96
- - Custom composite end call screens when room call join fails when room does not exist or user is not invited to room. ([PR #2287](https://github.com/azure/communication-ui-library/pull/2287) by miguelgamis@microsoft.com)
97
- - Add role permission behavior to PeopleButton. ([PR #2211](https://github.com/azure/communication-ui-library/pull/2211) by miguelgamis@microsoft.com)
98
- - People pane context menu to remove participant will be present only if role has permissions. ([PR #2328](https://github.com/azure/communication-ui-library/pull/2328) by miguelgamis@microsoft.com)
99
- - Created dropdown in people pane to open dialpad modal ([PR #2076](https://github.com/azure/communication-ui-library/pull/2076) by carolinecao@microsoft.com)
100
- - Use dialpad to send DTMF tones during a 1:1 PSTN Call ([PR #2196](https://github.com/azure/communication-ui-library/pull/2196) by carolinecao@microsoft.com)
101
- - Introduce hold button to CallWithChat composite ([PR #2213](https://github.com/azure/communication-ui-library/pull/2213) by 94866715+dmceachernmsft@users.noreply.github.com)
102
- - Hiding ScreenShareButton, MicrophoneButton, CameraButton, and DevicesButton in CallControls based on rooms role permissions. ([PR #2303](https://github.com/azure/communication-ui-library/pull/2303) by miguelgamis@microsoft.com)
103
- - Introduced a Hold screen to the Calling composite to reflect when the user is on hold in a call. ([PR #2202](https://github.com/azure/communication-ui-library/pull/2202) by 94866715+dmceachernmsft@users.noreply.github.com)
104
- - Introduce the alternateCallerId prop to the createAzureCommunicationCallAdapter function for setting up PSTN Calling. ([PR #2095](https://github.com/azure/communication-ui-library/pull/2095) by 94866715+dmceachernmsft@users.noreply.github.com)
105
- - Calling and CallWithChat control bars disable buttons when on hold screen. ([PR #2215](https://github.com/azure/communication-ui-library/pull/2215) by 94866715+dmceachernmsft@users.noreply.github.com)
106
- - New PeoplePaneContent in Call Composite matching the one used by CallWithChat Composite ([PR #2109](https://github.com/azure/communication-ui-library/pull/2109) by edwardlee@microsoft.com)
107
- - 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. ([PR #2295](https://github.com/azure/communication-ui-library/pull/2295) by anjulgarg@live.com)
108
- - Add remove participant menu item for participant item if role allows in a rooms call. ([PR #2328](https://github.com/azure/communication-ui-library/pull/2328) by miguelgamis@microsoft.com)
109
- - VideoTile can display a participants state such as Connecting, Ringing etc. ([PR #2210](https://github.com/azure/communication-ui-library/pull/2210) by anjulgarg@live.com)
110
- - Update Video Gallery to display participants in a 'Connecting' or 'Ringing' state for PSTN and 1:N calling. ([PR #2163](https://github.com/azure/communication-ui-library/pull/2163) by 94866715+dmceachernmsft@users.noreply.github.com)
111
- - Introduce UI for call isntances where the browser is unsupported ([PR #2334](https://github.com/azure/communication-ui-library/pull/2334) by 94866715+dmceachernmsft@users.noreply.github.com)
112
- - Error bar displays troubleshooting links for network/device permission errors ([PR #2345](https://github.com/azure/communication-ui-library/pull/2345) by carolinecao@microsoft.com)
113
-
114
- ### Bug Fixes
115
- - Fix custom participant menu items not showing in CallComposite([PR #2154](https://github.com/azure/communication-ui-library/pull/2154) by prprabhu@microsoft.com)
116
- - Fix scrollbar showing incorrectly in landscape mobile view due to absolutely positioned participant pane in Chat Composite ([PR #2038](https://github.com/azure/communication-ui-library/pull/2038) by anjulgarg@live.com)
117
- - Fix Participants and ScreenShare buttons being disabled when unrelated options are passed into the call composite ([PR #2181](https://github.com/azure/communication-ui-library/pull/2181) by 2684369+JamesBurnside@users.noreply.github.com)
118
- - Fixes issue where you can start a call if you unplug it on the configuration screen. ([PR #2061](https://github.com/azure/communication-ui-library/pull/2061) by 94866715+dmceachernmsft@users.noreply.github.com)
119
- - 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. ([PR #2239](https://github.com/azure/communication-ui-library/pull/2239) by 2684369+JamesBurnside@users.noreply.github.com)
120
- - Fix React hook order console errors for LocalDeviceSettings. ([PR #2198](https://github.com/azure/communication-ui-library/pull/2198) by miguelgamis@microsoft.com)
121
- - Message thread background color in composites matches composite background color ([PR #2126](https://github.com/azure/communication-ui-library/pull/2126) by anjulgarg@live.com)
122
- - Fixed bug where drawer on mobile does not get dismissed after making a selection ([PR #2115](https://github.com/azure/communication-ui-library/pull/2115) by carolinecao@microsoft.com)
123
- - Fix running render passes on people pane on every render ([PR #2240](https://github.com/azure/communication-ui-library/pull/2240) by 2684369+JamesBurnside@users.noreply.github.com)
124
- - 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 ([PR #2325](https://github.com/azure/communication-ui-library/pull/2325) by 2684369+JamesBurnside@users.noreply.github.com)
125
- - Fixed input order bug on calling dialpad and dtmf dialpad ([PR #2284](https://github.com/azure/communication-ui-library/pull/2284) by carolinecao@microsoft.com)
126
- - Fix local device settings dropdowns to be disabled until device permissions are granted ([PR #2351](https://github.com/azure/communication-ui-library/pull/2351) by miguelgamis@microsoft.com)
127
- - Autofocus on back button when initially opening People and Chat pane ([PR #2045](https://github.com/azure/communication-ui-library/pull/2045) by edwardlee@microsoft.com)
128
- - Fix joinCall set correct mute state based on microphoneOn parameter ([PR #2131](https://github.com/azure/communication-ui-library/pull/2131) by fanjin1989@gmail.com)
129
- - Add Announcer to copy invite link button to announce action on button. ([PR #2289](https://github.com/azure/communication-ui-library/pull/2289) by 94866715+dmceachernmsft@users.noreply.github.com)
130
- - Fix disabled start call button when role is Consumer ([PR #2251](https://github.com/azure/communication-ui-library/pull/2251) by miguelgamis@microsoft.com)
131
- - Fixed bug where voice over does not annouce menu item selected in both calling and callwithchat ([PR #2060](https://github.com/azure/communication-ui-library/pull/2060) by carolinecao@microsoft.com)
132
- - Fix infinite spinner during screenShare ([PR #2191](https://github.com/azure/communication-ui-library/pull/2191) by jinan@microsoft.com)
133
- - Fix invalid scrollbars when gif images are shared in chat ([PR #2037](https://github.com/azure/communication-ui-library/pull/2037) by anjulgarg@live.com)
134
- - Fix bug of dismissed menu when scrolling ([PR #2069](https://github.com/azure/communication-ui-library/pull/2069) by jinan@microsoft.com)
135
- - Fix voiceover tab navigation of messages including system messages. Hide message action flyout when focus blurs. ([PR #2042](https://github.com/azure/communication-ui-library/pull/2042) by miguelgamis@microsoft.com)
136
- - Fix screenshare button selector to disable button when call is InLobby or Connecting state. ([PR #2059](https://github.com/azure/communication-ui-library/pull/2059) by 94866715+dmceachernmsft@users.noreply.github.com)
137
-
138
- ### Improvements
139
- - Fixed onCallEnded event to trigger before the composite page transition. ([PR #2201](https://github.com/azure/communication-ui-library/pull/2201) by 2684369+JamesBurnside@users.noreply.github.com)
140
- - Introduces fade in/out animations to is speaking while muted indicator ([PR #2312](https://github.com/azure/communication-ui-library/pull/2312) by 94866715+dmceachernmsft@users.noreply.github.com)
141
- - Composites now using theme.semanticColors.bodyBackground as background color ([PR #2117](https://github.com/azure/communication-ui-library/pull/2117) by anjulgarg@live.com)
142
- - Replace floating div with border with inset border of video tile to show user is speaking. ([PR #2236](https://github.com/azure/communication-ui-library/pull/2236) by miguelgamis@microsoft.com)
143
- - Chat message bubble shows border in high contrast modes making each message distinguishable. ([PR #2106](https://github.com/azure/communication-ui-library/pull/2106) by anjulgarg@live.com)
144
- - Load new messages only when scroll bar is at the top ([PR #2355](https://github.com/azure/communication-ui-library/pull/2355) by edwardlee@microsoft.com)
145
- - Fix React hook order console errors for CameraButton. ([PR #2198](https://github.com/azure/communication-ui-library/pull/2198) by miguelgamis@microsoft.com)
146
- - Changed z-index so new message button shows ontop of chat bubble ([PR #2046](https://github.com/azure/communication-ui-library/pull/2046) by carolinecao@microsoft.com)
147
- - Make participant items tab navigable ([PR #2045](https://github.com/azure/communication-ui-library/pull/2045) by edwardlee@microsoft.com)
148
- - Control Bar uses theme.semanticColors.bodyBackground instead of theme.palette.white ([PR #2117](https://github.com/azure/communication-ui-library/pull/2117) by anjulgarg@live.com)
149
- - Updated tooltip strings to not be title case ([PR #2350](https://github.com/azure/communication-ui-library/pull/2350) by miguelgamis@microsoft.com)
150
- - Show datetime when there are more than 5 mins between each message ([PR #2299](https://github.com/azure/communication-ui-library/pull/2299) by carolinecao@microsoft.com)
151
- - Update Fluent-ui/icons package. ([PR #2305](https://github.com/azure/communication-ui-library/pull/2305) by 94866715+dmceachernmsft@users.noreply.github.com)
152
- - Update startCall and removeParticipant adapter methods to use CommunicationIdentifier as userId ([PR #2377](https://github.com/azure/communication-ui-library/pull/2377) by anjulgarg@live.com)
153
- - Use addparticipant handler to call a PSTN user ([PR #2168](https://github.com/azure/communication-ui-library/pull/2168) by carolinecao@microsoft.com)
154
- - Update startCall usage by call adapter to pass in audio and video options from configuration screen. ([PR #2317](https://github.com/azure/communication-ui-library/pull/2317) by 94866715+dmceachernmsft@users.noreply.github.com)
155
- - Add disabled option for CallWithChat control bar buttons ([PR #2294](https://github.com/azure/communication-ui-library/pull/2294) by edwardlee@microsoft.com)
156
- - Bumped calling SDK beta version to 1.8.0-beta.1 ([PR #2362](https://github.com/azure/communication-ui-library/pull/2362) by miguelgamis@microsoft.com)
157
- - Hiding copy link button for Rooms call ([PR #2370](https://github.com/azure/communication-ui-library/pull/2370) by miguelgamis@microsoft.com)
158
-
159
- ## [1.3.1-beta.1](https://github.com/azure/communication-ui-library/tree/1.3.1-beta.1)
160
-
161
- Wed, 29 Jun 2022 17:31:05 GMT
162
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.3.0...1.3.1-beta.1)
163
-
164
- ### Features
165
-
166
- - 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)
167
- - 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)
168
- - 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)
169
- - 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)
170
- - Update device change events in Calling and CallWithChat Adapters : 'selectedCameraChanged', 'selectedMicrophoneChanged'
171
- '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)
172
- - 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)
173
- - 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)
174
- - 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)
175
-
176
-
177
- ### Bug Fixes
178
-
179
- - 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)
180
- - Disable tooltip for Persona components for mobile users ([PR #1990](https://github.com/azure/communication-ui-library/pull/1990) by carolinecao@microsoft.com)
181
- - Fix read receipts tooltip position issue in UI tests ([PR #2005](https://github.com/azure/communication-ui-library/pull/2005) by anjulgarg@live.com)
182
- - 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)
183
- - 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)
184
- - 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)
185
- - 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)
186
- - 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)
187
- - 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)
188
- - 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)
189
- - 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)
190
-
191
-
192
- ### Improvements
193
-
194
- - 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)
195
- - 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)
196
- - 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)
197
- - 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)
198
- - 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)
199
- - Update fluentui/react version ([PR #1979](https://github.com/azure/communication-ui-library/pull/1979) by carolinecao@microsoft.com)
200
- - 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)
201
- - 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)
202
-
203
-
204
- ## [1.2.2-beta.1](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.2.2-beta.1)
205
-
206
- Tue, 19 Apr 2022 20:46:13 GMT
207
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.2.0...1.2.2-beta.1)
208
-
209
- ### Features
210
-
211
- - Show Error Bar to user when joining a call fails ([PR #1788](https://github.com/azure/communication-ui-library/pull/1788) by 2684369+JamesBurnside@users.noreply.github.com)
212
- - Add local and remote picture-in-picture component in Chat pane of CallWithChat composite in mobile view. ([PR #1617](https://github.com/azure/communication-ui-library/pull/1617) by miguelgamis@microsoft.com)
213
- - Add error bar to show file download error message in the message thread. ([PR #1625](https://github.com/azure/communication-ui-library/pull/1625) by 97124699+prabhjot-msft@users.noreply.github.com)
214
- - Add resend button to contextual menu ([PR #1676](https://github.com/azure/communication-ui-library/pull/1676) by carolinecao@microsoft.com)
215
- - Add filesharing to callwithchat composite ([PR #1667](https://github.com/azure/communication-ui-library/pull/1667) by anjulgarg@live.com)
216
- - Add telemetry for rendering problems ([PR #1752](https://github.com/azure/communication-ui-library/pull/1752) by jiangnanhello@live.com)
217
-
218
- ### Bug Fixes
219
-
220
- - Hide People menu item in MoreDrawer when set in CallControl options ([PR #1695](https://github.com/azure/communication-ui-library/pull/1695) by edwardlee@microsoft.com)
221
- - Fix race condition of "not in chat" ([PR #1652](https://github.com/azure/communication-ui-library/pull/1652) by jiangnanhello@live.com)
222
- - Fix styles so that the PIPIP shows over the content in the people and chat panes on mobile. ([PR #1674](https://github.com/azure/communication-ui-library/pull/1674) by 94866715+dmceachernmsft@users.noreply.github.com)
223
- - Fix PiPiP bounds such that it does not go off screen. ([PR #1748](https://github.com/azure/communication-ui-library/pull/1748) by miguelgamis@microsoft.com)
224
- - Fix Picture-In-Picture component in mobile composites going outside the screen when the mobile device is rotated from portrait to landscape ([PR #1802](https://github.com/azure/communication-ui-library/pull/1802) by 2684369+JamesBurnside@users.noreply.github.com)
225
- - Fix styles to remove undesired scroll bar in context menus on messages. ([PR #1675](https://github.com/azure/communication-ui-library/pull/1675) by 94866715+dmceachernmsft@users.noreply.github.com)
226
- - Memoize chat bubble to avoid unnecessary re-render ([PR #1698](https://github.com/azure/communication-ui-library/pull/1698) by jiangnanhello@live.com)
227
- - Fix A11y bug where user cannot keyboard outside of local video preview ([PR #1623](https://github.com/azure/communication-ui-library/pull/1623) by 2684369+JamesBurnside@users.noreply.github.com)
228
- - Fix styles for local camera switcher for better visibility on white backdrops. ([PR #1767](https://github.com/azure/communication-ui-library/pull/1767) by 94866715+dmceachernmsft@users.noreply.github.com)
229
- - Fix chevron alignment issues on message read receipt flyout. ([PR #1701](https://github.com/azure/communication-ui-library/pull/1701) by 94866715+dmceachernmsft@users.noreply.github.com)
230
- - Fix floating local video tile going offscreen in the VideoGallery Component ([PR #1725](https://github.com/azure/communication-ui-library/pull/1725) by 2684369+JamesBurnside@users.noreply.github.com)
231
- - Fix bug when deleting failed to send messages ([PR #1780](https://github.com/azure/communication-ui-library/pull/1780) by carolinecao@microsoft.com)
232
- - Fix for file upload button's inconsistent behavior ([PR #1673](https://github.com/azure/communication-ui-library/pull/1673) by anjulgarg@live.com)
233
- - Fix for delay in removing file card after a message is sent ([PR #1645](https://github.com/azure/communication-ui-library/pull/1645) by anjulgarg@live.com)
234
- - Fix for inconsistent fileupload sendbox errors ([PR #1673](https://github.com/azure/communication-ui-library/pull/1673) by anjulgarg@live.com)
235
-
236
- ### Improvements
237
-
238
- - Reduce min-width and min-height of the composites to support a galaxy fold portrait screen ([PR #1769](https://github.com/azure/communication-ui-library/pull/1769) by 2684369+JamesBurnside@users.noreply.github.com)
239
- - Introduce Aria-label for the return to call button on mobile. ([PR #1723](https://github.com/azure/communication-ui-library/pull/1723) by 94866715+dmceachernmsft@users.noreply.github.com)
240
- - Add aria-label for SidePaneHeader dismiss button ([PR #1763](https://github.com/azure/communication-ui-library/pull/1763) by edwardlee@microsoft.com)
241
- - Style update for Screenshare button when checked in CallWithChat composite. ([PR #1653](https://github.com/azure/communication-ui-library/pull/1653) by miguelgamis@microsoft.com)
242
- - Switch scroll behavior in chat styles so that the parent wrapper dosen't have scroll behavior when file sharing icon present. ([PR #1689](https://github.com/azure/communication-ui-library/pull/1689) by 94866715+dmceachernmsft@users.noreply.github.com)
243
- - Update mobile people and chat tabs to have 'tab' roles for narration. ([PR #1770](https://github.com/azure/communication-ui-library/pull/1770) by 94866715+dmceachernmsft@users.noreply.github.com)
244
- - Add aria label and aria description to back button on TabHeader for mobile view ([PR #1796](https://github.com/azure/communication-ui-library/pull/1796) by edwardlee@microsoft.com)
245
- - Improve Chat composite behavior in CallWithChatComposite to allow autofocus when opening chat pane. ([PR #1717](https://github.com/azure/communication-ui-library/pull/1717) by 94866715+dmceachernmsft@users.noreply.github.com)
246
- - Make Chat Message action button icon customizable ([PR #1798](https://github.com/azure/communication-ui-library/pull/1798) by 2684369+JamesBurnside@users.noreply.github.com)
247
- - Add aria-label for ChatMessageActionMenu button ([PR #1760](https://github.com/azure/communication-ui-library/pull/1760) by edwardlee@microsoft.com)
248
- - Add aria description to indicate selected camera in LocalVideoCameraButton ([PR #1794](https://github.com/azure/communication-ui-library/pull/1794) by edwardlee@microsoft.com)
249
- - Add joincall failure strings to ErrorBar component ([PR #1788](https://github.com/azure/communication-ui-library/pull/1788) by 2684369+JamesBurnside@users.noreply.github.com)
250
- - Attach file icon position changes basis on form factor ([PR #1774](https://github.com/azure/communication-ui-library/pull/1774) by anjulgarg@live.com)
251
- - Introduces A11y strings for aria-roles for control bar buttons. ([PR #1628](https://github.com/azure/communication-ui-library/pull/1628) by 94866715+dmceachernmsft@users.noreply.github.com)
252
-
253
- ## [1.1.1-beta.1](https://github.com/azure/communication-ui-library/tree/1.1.1-beta.1)
254
-
255
- Tue, 01 Mar 2022 16:42:52 GMT
256
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.1-beta.2...1.1.1-beta.1)
257
-
258
- ### Major Breaking Changes
259
-
260
- - Upgraded to calling to 1.4.2-beta.1 ([PR #1509](https://github.com/azure/communication-ui-library/pull/1509) by 79329532+alkwa-msft@users.noreply.github.com)
261
- - MeetingsComposite renamed to CallWithChatComposite ([PR #1446](https://github.com/azure/communication-ui-library/pull/1446) by 2684369+JamesBurnside@users.noreply.github.com)
262
- - Restructure createAzureCommunicationCallWithChatAdapter arguments to enable accepting just a teams link without having to provide an extracted chat thread ID. ([PR #1423](https://github.com/azure/communication-ui-library/pull/1423) by 2684369+JamesBurnside@users.noreply.github.com)
263
-
264
- ### Features
265
-
266
- - CallWithChatComposite Mobile Improvements:
267
- - Optimized the ControlBar for mobile.
268
- - Added a mobile drawer navigation to replace context menus on mobile ([PR #1460](https://github.com/azure/communication-ui-library/pull/1460) by 2684369+JamesBurnside@users.noreply.github.com)
269
- - People and Chat panes span the whole composite for sufficient space ([PR #1486](https://github.com/azure/communication-ui-library/pull/1486), [PR #1440](https://github.com/azure/communication-ui-library/pull/1440) by miguelgamis@microsoft.com)
270
- - New button for switching camera placed on the local video feed ([PR #1367](https://github.com/azure/communication-ui-library/pull/1367) by 94866715+dmceachernmsft@users.noreply.github.com)
271
- - CallWithChatComposite desktop improvements:
272
- - Updated the visuals of the ControlBar Buttons ([PR #1388](https://github.com/azure/communication-ui-library/pull/1388) by 82062616+prprabhu-ms@users.noreply.github.com)
273
- - Added a unread messages badge to the chat button ([PR #1378](https://github.com/azure/communication-ui-library/pull/1378) by 94866715+dmceachernmsft@users.noreply.github.com)
274
- - Added `createAzureCommunicationCallWithChatAdapterFromClients`; a new constructor that accepts stateful client arguments to create a CallWithChatAdapter ([PR #1457](https://github.com/azure/communication-ui-library/pull/1457) by edwardlee@microsoft.com)
275
- - Composites containing Chat features now show who has read the message in the context menu ([PR #1407](https://github.com/azure/communication-ui-library/pull/1407) by carolinecao@microsoft.com)
276
- - Exposed Chat and Call latestErrors in CallWithChatComposite ([PR #1456](https://github.com/azure/communication-ui-library/pull/1456) by edwardlee@microsoft.com)
277
- - Remove `false` from ChatComposite autoFocus property ([PR #1518](https://github.com/azure/communication-ui-library/pull/1518) by 94866715+dmceachernmsft@users.noreply.github.com)
278
- - File sharing work underway. This feature is not ready yet but you may notice API updates related to file sharing.
279
- - Add extra props to ControlBarButton selectors to enable use as a split button ([PR #1392](https://github.com/azure/communication-ui-library/pull/1392), [PR #1436](https://github.com/azure/communication-ui-library/pull/1436) by 82062616+prprabhu-ms@users.noreply.github.com)
280
-
281
- ### Bug Fixes
282
-
283
- - Fix IME keyboard inputs for Safari using KeyCode and which properties. ([PR #1513](https://github.com/azure/communication-ui-library/pull/1513) by 94866715+dmceachernmsft@users.noreply.github.com)
284
- - Vertically aligned Muted indicator notification ([PR #1561](https://github.com/azure/communication-ui-library/pull/1561) by edwardlee@microsoft.com)
285
- - Fix register icons console warning; Use a React Context to set locale, icons, and theme only once through BaseComposite ([PR #1496](https://github.com/azure/communication-ui-library/pull/1496) by edwardlee@microsoft.com)
286
- - Fix CallComposite being stuck on the configuration page when using adapter.startCall ([PR #1403](https://github.com/azure/communication-ui-library/pull/1403) by 2684369+JamesBurnside@users.noreply.github.com)
287
- - Fix exception thrown when trying to log stringified state when azure logger is set to verbose ([PR #1543](https://github.com/azure/communication-ui-library/pull/1543) by 2684369+JamesBurnside@users.noreply.github.com)
288
- - Use `messageid` to check read info instead of `readon` time stamp ([PR #1503](https://github.com/azure/communication-ui-library/pull/1503) by carolinecao@microsoft.com)
289
- - Prevent horizontal scroll in MessageThread by limiting the image preview max size in a chat message ([PR #1490](https://github.com/azure/communication-ui-library/pull/1490) by jiangnanhello@live.com)
290
- - Bugfix for messages from teams users having extra margins around the message content. ([PR #1507](https://github.com/azure/communication-ui-library/pull/1507) by jiangnanhello@live.com)
291
- - Fixed Avatars position in message thread ([PR #1345](https://github.com/azure/communication-ui-library/pull/1345) by edwardlee@microsoft.com)
292
- - Fix EndCallButton theme colors for better contrast ([PR #1471](https://github.com/azure/communication-ui-library/pull/1471) by 82062616+prprabhu-ms@users.noreply.github.com)
293
- - Fixed Editbox border which disappeared after adding file sharing changes ([PR #1523](https://github.com/azure/communication-ui-library/pull/1523) by 97124699+prabhjot-msft@users.noreply.github.com)
294
-
295
- ### Improvements
296
-
297
- - Update locale files with newest localized strings. ([PR #1435](https://github.com/azure/communication-ui-library/pull/1435) by miguelgamis@microsoft.com)
298
- - Identifiers added for HorizontalGallery left and right navigation buttons. ([PR #1347](https://github.com/azure/communication-ui-library/pull/1347) by miguelgamis@microsoft.com)
299
- - Upgrade @azure/communication-signaling to 1.0.0.beta.12 ([PR #1352](https://github.com/azure/communication-ui-library/pull/1352) by anjulgarg@live.com)
300
- - Add documentation for Local camera switcher button to VideoGallery documentation ([PR #1491](https://github.com/azure/communication-ui-library/pull/1491) by 94866715+dmceachernmsft@users.noreply.github.com)
301
- - Update CameraButton documentation to show device flyout ([PR #1436](https://github.com/azure/communication-ui-library/pull/1436) by 82062616+prprabhu-ms@users.noreply.github.com)
302
- - Fix locales table in documentation ([PR #1555](https://github.com/azure/communication-ui-library/pull/1555) by miguelgamis@microsoft.com)
303
- - Log most state updates in StastefulClients when Azure logger is set to verbose ([PR #1449](https://github.com/azure/communication-ui-library/pull/1449) by 82062616+prprabhu-ms@users.noreply.github.com)
304
- - Update default label strings for ScreenShareButton ([PR #1472](https://github.com/azure/communication-ui-library/pull/1472) by 82062616+prprabhu-ms@users.noreply.github.com)
305
- - Add tooltip to inputBox buttons ([PR #1506](https://github.com/azure/communication-ui-library/pull/1506) by jiangnanhello@live.com)
306
- - Update string from remove to delete ([PR #1434](https://github.com/azure/communication-ui-library/pull/1434) by jiangnanhello@live.com)
307
- - Allow setting min and max size of the persona avatar in the Video Tile ([PR #1406](https://github.com/azure/communication-ui-library/pull/1406) by 2684369+JamesBurnside@users.noreply.github.com)
308
- - Make ChevronRight customizable through icons interface in CallWithChatComposite ([PR #1533](https://github.com/azure/communication-ui-library/pull/1533) by 2684369+JamesBurnside@users.noreply.github.com)
309
- - Upgrading nanoid to 3.1.32 ([PR #1412](https://github.com/azure/communication-ui-library/pull/1412) by 79329532+alkwa-msft@users.noreply.github.com)
310
- - Initial Call and Meeting adapter support for making Adhoc calls directly to participants (i.e. without use of a groupID) ([PR #1431](https://github.com/azure/communication-ui-library/pull/1431) by 2684369+JamesBurnside@users.noreply.github.com)
311
- - Enable keyboard shortcuts in storybook documentation ([PR #1527](https://github.com/azure/communication-ui-library/pull/1527) by carolinecao@microsoft.com)
312
- - updating version of node suggested for snippets ([PR #1488](https://github.com/azure/communication-ui-library/pull/1488) by 79329532+alkwa-msft@users.noreply.github.com)
313
-
314
- ## [1.0.1-beta.2](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.0.1-beta.2)
315
-
316
- Mon, 24 Jan 2022 23:18:53 GMT
317
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.1-beta.1...1.0.1-beta.2)
318
-
319
- ### Changes
320
-
321
- - Calling Component Bindings
322
- - Move @azure/communication-calling to peer dependency ([PR #1294](https://github.com/azure/communication-ui-library/pull/1294) by 82062616+prprabhu-ms@users.noreply.github.com)
323
- - Stateful Calling Client
324
- - Move @azure/communication-calling to peer dependency ([PR #1294](https://github.com/azure/communication-ui-library/pull/1294) by 82062616+prprabhu-ms@users.noreply.github.com)
325
- - Chat Component Bindings
326
- - Move @azure/communication-chat to peer dependency ([PR #1294](https://github.com/azure/communication-ui-library/pull/1294) by 82062616+prprabhu-ms@users.noreply.github.com)
327
- - Stateful Chat Client
328
- - Small code modifications for conditional build ([PR #1284](https://github.com/azure/communication-ui-library/pull/1284) by jinan@microsoft.com)
329
- - Move @azure/communication-chat to peer dependency ([PR #1294](https://github.com/azure/communication-ui-library/pull/1294) by 82062616+prprabhu-ms@users.noreply.github.com)
330
- - UI Components
331
- - Added strings to the side pane from locale context. ([PR #1278](https://github.com/azure/communication-ui-library/pull/1278) by 94866715+dmceachernmsft@users.noreply.github.com)
332
- - Fixed inability to click the horizontal gallery left/right button by changing pointerEvents of LayerHost. ([PR #1293](https://github.com/azure/communication-ui-library/pull/1293) by kaurprabhjot@microsoft.com)
333
- - Fixed ScreenShareButton style to allow custom styles ([PR #1286](https://github.com/azure/communication-ui-library/pull/1286) by edwardlee@microsoft.com)
334
- - Small code modifications for conditional build 1. Conditional build does not support <Type*> convert, use `foo as Bar` 2. Add a hook to bypass type error when build meeting composite ([PR #1284](https://github.com/azure/communication-ui-library/pull/1284) by jinan@microsoft.com)
335
- - Horizontal gallery button height fixed ([PR #1285](https://github.com/azure/communication-ui-library/pull/1285) by 97124699+prabhjot-msft@users.noreply.github.com)
336
- - Fixed alignment of typing indicator in chat composite by reducing minHeight. ([PR #1297](https://github.com/azure/communication-ui-library/pull/1297) by kaurprabhjot@microsoft.com)
337
- - Moving dependencies from @uifabric/react-hooks to @fluentui/react-hooks ([PR #1277](https://github.com/azure/communication-ui-library/pull/1277) by anjulgarg@live.com)
338
- - UI Composites
339
- - implemented custom datamodel functionality to meeting composite excluding sidebar. ([PR #1319](https://github.com/azure/communication-ui-library/pull/1319) by 94866715+dmceachernmsft@users.noreply.github.com)
340
- - Added MeetingCompositeOptions type to the meetings composite. ([PR #1272](https://github.com/azure/communication-ui-library/pull/1272) by 94866715+dmceachernmsft@users.noreply.github.com)
341
- - changed meeting peopel pane to use ParticipantContainer Component. ([PR #1328](https://github.com/azure/communication-ui-library/pull/1328) by 94866715+dmceachernmsft@users.noreply.github.com)
342
- - added missing return types. ([PR #1332](https://github.com/azure/communication-ui-library/pull/1332) by 94866715+dmceachernmsft@users.noreply.github.com)
343
- - Add API for injecting custom buttons into CallComposite ([PR #1314](https://github.com/azure/communication-ui-library/pull/1314) by 82062616+prprabhu-ms@users.noreply.github.com)
344
- - Added strings to the side pane from locale context. ([PR #1278](https://github.com/azure/communication-ui-library/pull/1278) by 94866715+dmceachernmsft@users.noreply.github.com)
345
- - Do not remove users from chat in the meeting composite. ([PR #1340](https://github.com/azure/communication-ui-library/pull/1340) by 2684369+JamesBurnside@users.noreply.github.com)
346
- - Small code modifications for conditional build 1. Conditional build does not support <Type*> convert, use `foo as Bar` 2. Add a hook to bypass type error when build meeting composite ([PR #1284](https://github.com/azure/communication-ui-library/pull/1284) by jinan@microsoft.com)
347
- - Move @azure/communication-{calling, chat} to peer dependency ([PR #1294](https://github.com/azure/communication-ui-library/pull/1294) by 82062616+prprabhu-ms@users.noreply.github.com)
348
- - Increase size of participant flyout menu items for mobile view ([PR #1322](https://github.com/azure/communication-ui-library/pull/1322) by edwardlee@microsoft.com)
349
- - Moving dependencies from @uifabric/react-hooks to @fluentui/react-hooks ([PR #1277](https://github.com/azure/communication-ui-library/pull/1277) by anjulgarg@live.com)
350
- - Storybook
351
- - Fixed storybook controls around the meetings composite to work with the new MeetingCompositeOptions type in the MeetingCompositeProps ([PR #1272](https://github.com/azure/communication-ui-library/pull/1272) by 94866715+dmceachernmsft@users.noreply.github.com)
352
- - Moving dependencies from @uifabric/react-hooks to @fluentui/react-hooks ([PR #1277](https://github.com/azure/communication-ui-library/pull/1277) by anjulgarg@live.com)
353
- - Add manual documentation for adapters ([PR #1325](https://github.com/azure/communication-ui-library/pull/1325) by 2684369+JamesBurnside@users.noreply.github.com)
354
- - Added entry for endpointUrl in appsettings.json instead of using connectionString twice ([PR #1310](https://github.com/azure/communication-ui-library/pull/1310) by 97124699+prabhjot-msft@users.noreply.github.com)
355
-
356
- ## [1.0.1-beta.1](https://github.com/azure/communication-ui-library/tree/1.0.1-beta.1)
357
-
358
- Tue, 04 Jan 2022 22:57:09 GMT
359
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0...1.0.1-beta.1)
360
-
361
- ### Changes
362
-
363
- - UI Components
364
- - New aria label string added for `SendBox`. New property added to `SendBox` to autofocus on mount. ([PR #1235](https://github.com/azure/communication-ui-library/pull/1235) by 94866715+dmceachernmsft@users.noreply.github.com)
365
- - Add tooltipVideoLoadingContent to Camera strings ([PR #1253](https://github.com/azure/communication-ui-library/pull/1253) by alcail@microsoft.com)
366
- - Add aria-label strings to MessageStatusIndicator ([PR #1247](https://github.com/azure/communication-ui-library/pull/1247) by alcail@microsoft.com)
367
- - Allow focus on control bar button when disabled ([PR #1251](https://github.com/azure/communication-ui-library/pull/1251) by alcail@microsoft.com)
368
- - Added aria roles to the different menu props. ([PR #1227](https://github.com/azure/communication-ui-library/pull/1227) by 94866715+dmceachernmsft@users.noreply.github.com)
369
- - Bug Fix: Ensure TypingIndicator correctly displays the number of users ([PR #1248](https://github.com/azure/communication-ui-library/pull/1248) by alcail@microsoft.com)
370
- - UI Composites
371
- - Added localization strings and added meetingscreen component to increase readability of the meeting composite. ([PR #1274](https://github.com/azure/communication-ui-library/pull/1274) by 94866715+dmceachernmsft@users.noreply.github.com)
372
- - Added fix to allow for false value for meetingCallOptions to hide whole bar. ([PR #1266](https://github.com/azure/communication-ui-library/pull/1266) by 94866715+dmceachernmsft@users.noreply.github.com)
373
- - Add autofocus property to the Chat Composite ([PR #1235](https://github.com/azure/communication-ui-library/pull/1235) by 94866715+dmceachernmsft@users.noreply.github.com)
374
- - Storybook
375
- - Bugfix for unreadable canvas code ([PR #1270](https://github.com/azure/communication-ui-library/pull/1270) by anjulgarg@live.com)
376
- - Bugfix for tooltip alignment in message status indicator storybook ([PR #1267](https://github.com/azure/communication-ui-library/pull/1267) by anjulgarg@live.com)
377
- - Making mock videos in storybook cover the entire video tile ([PR #1273](https://github.com/azure/communication-ui-library/pull/1273) by anjulgarg@live.com)
378
- - Add example ErrorBar to storybook docs. ([PR #1268](https://github.com/azure/communication-ui-library/pull/1268) by anjulgarg@live.com)
379
-
380
- ## [1.0.0-beta.8](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.8)
381
-
382
- Wed, 17 Nov 2021 22:21:27 GMT
383
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.7...1.0.0-beta.8)
384
-
385
- ### Changes
386
-
387
- * Bump headless calling SDK to 1.3.1-beta.1
388
- * [Breaking API change] API polish based on Azure Review Board feedback
389
- * `ChatComposite`: Improved responsive experience when editing messages in the message thread
390
- * `ChatComposite`: Disabled participant pane
391
- * `CallComposite`: Add a screen for bad network conditions
392
- * `CallComposite`: Add a notification UI when local participant is speaking while muted
393
- * `CallComposite`: Make end call pages uniform, add button to return to call
394
- * `CallComposite`: Use `HorizontalGallery` for local and remote screen share streams
395
- * `CallComposite`: Add tooltips to control bar buttons
396
- * Expose User Facing Diagnostics API in `StatefulCallClient` and `CallAdapter`
397
- * Expose more ariaLabel and text strings via the localization API, more styling props
398
-
399
- ### Bug Fixes
400
-
401
- * Fully implement identifier to/from MRI conversion
402
- * Many UI improvements to make the composites responsive to different form factors
403
- * Disallow removing Teams participants from call and chat
404
- * `ChatComposite`: Update MessageThread selector to filter out unsupported messages
405
- * `ChatComposite`: Ensure message thread links open in a new tab
406
- * `ChatComposite`: Ensuring edit/delete context menu is adjacent to its corresponding message
407
- * `ChatComposite`: Fix chat initials not showing in the message thread
408
- * `CallComposite`: `VideoTile` fixes related to isSpeaking indicator
409
- * `CallComposite`: Do not show page navigation buttons in `HorizontalGallery` if all participants can fit
410
- * `CallComposite`: VideoTile label text truncation on overflow, opacity fix
411
- * `CallComposite`: Respect system defaults for audio / video devices
412
- * `CallComposite`: Make all button width consistent in desktop mode
413
-
414
- ## [1.0.0-beta.7](https://github.com/azure/communication-ui-library/tree/@internal/react-components_v1.0.0-beta.7)
415
-
416
- Mon, 1 Nov 2021 12:57:14 GMT
417
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.6...1.0.0-beta.7)
418
-
419
- ### Changes
420
-
421
- * Updated the package to use calling sdk beta 1.2.3-beta.1
422
- * Improved how participants are ordered in the `VideoGallery` using underlying Calling SDK dominant speaking
423
- * Improved how video tiles are laid out in the `VideoGallery`
424
- * Messages in the `MessageThread` make better use of empty space
425
- * Accessibility improvements across calling and chat composites
426
- * Removed onToggleCamera API. Use startCamer and stopCamera instead
427
- * Removed setPage API. Developers can access the current page through `adapter.getState()` and modify the page by interacting with the UI.
428
- * Exposed additional diagnostic events through the `CallAdapter`
429
- * Removed screenshare button by default on Call Composite and Meeting Composite when in mobile view
430
- * Update options button icon to a settings gear
431
- * Updated the Lobby Page call controls to match the Call Page controls
432
- * Updated the "connecting to call" page UI in the Call Composite
433
- * Optimized Configuration Page, Lobby Page and Call Page for mobile in the Call Composite
434
- * Disable Participants button and Screenshare button on the Call Composite lobby screen
435
-
436
- ### Bug fixes
437
-
438
- * Fixed issue where messages from a Teams client would fail to render in `MessageThread` and `ChatComposite`
439
- * `CallControl` items are consistent between Lobby and Call screen
440
- * Maintain position in `MessageThread` when fetching additional messages
441
- * Fixed browser camera indicator still showing in use after turning it off
442
- * Fixed issue where some message thread strings could not be set through the ChatComposite interface
443
- * Fix box-shadow showing below the Call Composite controls bar
444
- * Fixed issue where some message thread strings could not be set through the ChatComposite interface
445
-
446
- ## [1.0.0-beta.6](https://github.com/azure/communication-ui-library/tree/@internal/react-components_v1.0.0-beta.6)
447
-
448
- Tue, 28 Sep 2021 19:19:18 GMT
449
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.5...1.0.0-beta.6)
450
-
451
- ### Changes
452
-
453
- * Support editing and deleting sent messages in the `MessageThread` UI
454
- * Support customization to the `ParticipantList` to inject menu items for each participant
455
- * (breaking change) API consistency and documentation updates
456
- * Add a uniform way to set cutomization options on the composites.
457
- * Add `MeetingAdapter` to back the `MeetingComposite`. By default, the `MeetingAdapter` is backed by the Azure Communication Services backends.
458
- * Azure Communication Services SDK updates: @azure/communication-chat bumped to 1.1.0
459
- * (breaking change) Error handling: Stop clearing errors from state on successful operations; drop support for modifying state in `StatefulChatClient` and `StatefulCallClient`.
460
-
461
- ### Bug fixes
462
-
463
- * Stop styling the `body` tag from `FluentThemeProvider` (styling leak to the host application)
464
- * Better themeing support in `ControlBar` component - support container border and shadow customization; support label font costumization
465
-
466
- ## [1.0.0-beta.5](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.5)
467
-
468
- Mon, 13 Sep 2021 21:02:16 GMT
469
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.4...1.0.0-beta.5)
470
-
471
- ### Changes
472
-
473
- * Update Call Composite to use @azure/communication-calling@1.2.1-beta.1
474
-
475
- * Add Dominant Speaker support to Video Gallery
476
-
477
- * Add active and dominant speaker support to screenshare gallery
478
-
479
- * Add custom Icons injection in components and composites
480
-
481
- * Add custom avatar data injection for composites
482
-
483
- * Show ACS errors via ErrorBar in CallComposite
484
-
485
- * Add a delete API to clear calling ACS errors
486
-
487
- * Add call diagnostics to stateful client
488
-
489
- * Expose strongly type errors in CallAdapter
490
-
491
- * Localize call and chat composite strings
492
-
493
- * Localize errors in Call Composite
494
-
495
- * Update available locales and translations
496
-
497
- * Add chat message edit feature
498
-
499
- * Truncating long display names in ParticipantItem
500
-
501
- #### Bug Fixes
502
- * Fix menu disappearing during a call when new participants joined
503
- * Fix English (US) and English (GB) exports
504
- * Fix theming for local preview placeholder for calling composite
505
- * Fix theming for MessageThread icons
506
- * Fix Icon misalignment in ParticipantItem
507
-
508
-
509
- ## [1.0.0-beta.4](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.4)
510
-
511
- Mon, 16 Aug 2021 21:18:19 GMT
512
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.3...1.0.0-beta.4)
513
-
514
- ### Changes
515
-
516
- * Add Localization to Composites. Learn more: https://azure.github.io/communication-ui-library/?path=/story/localization--page
517
-
518
- * Add remove participant button to the Meeting Composite and Call Composite
519
-
520
- * Add applicationID to chat user agent
521
-
522
- * Added rtl property to FluentThemeProvider
523
-
524
- * Remove redundant prop VideoTile.isVideoReady
525
-
526
- * Bump Typescript version to 4.3.5
527
-
528
- * Update Call composite adapter joinCall return type to be the same as startCall
529
-
530
- * Add explicit string literals for error targets in Chat Stateful client
531
-
532
- * Update createAzureCommunicationChatAdapter and createAzureCommunicationCallAdapter constructors to take in a named object instead of seperate args
533
-
534
- * Add meeting composite
535
-
536
- * Add system message for selector props
537
-
538
- * Replace StatefulChatClient.clearErrors() with modifier pattern
539
-
540
- #### Bug Fixes
541
- * Fix item alignment and 'Leave' button color in Dark Mode for Chat sample header
542
- * Show avatar when video is off (remote and local)
543
- * Fix alignment of Chat bubble with/without receipt
544
- * Fix button menu flyouts exceeding screen width
545
- * Fix fluent theme provider not being applied to the meeting composite
546
- * Fix permission banner styling - allow multiline
547
- * Fix partially composed chat messages being lost when closing and reopening the chat pane in the meeting composite
548
- * Fix tsdoc comments - rename @Link -> @link
549
- * Fix Chat infinite scroll jumpy behavior
550
- * Fix screenshare not displaying for call attendees
551
- * Fix screenshare dialog eating user input across the whole web page
552
- * Fix video gallery styling issues during (participant pane too large) and after (messed up format) screenshare
553
- * Fix sample app dark theme on IPhoneSE
554
- * Fix RTL responsiveness of TypingIndicator
555
- * Fix video device icons in ControlBar Options button
556
- * Fix meeting pane overlapping the call control bar
557
- * Remove type blocking usage of the package on older typescript versions
558
- * Fix SendBox padding so we don't overlap text with the send message button
559
- * Fix video gallery local preview position to be relative to the parent
560
- * Ensure call composite media gallery has a minimum height
561
-
562
- ## [1.0.0-beta.3](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.3)
563
-
564
- Thu, 22 Jul 2021 17:42:41 GMT
565
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.2...1.0.0-beta.3)
566
-
567
- ### Changes
568
-
569
- * [Breaking change] Call Composite and Chat Composite adapters now take in a `CommunicationTokenCredential` in the constructor instead of the token
570
-
571
- * [Breaking change] Call Composite and Chat Composite adapters take in an object containing all of the parameters instead of passing in the parameters individually
572
- (for the token point above, it is one of the properties of the object)
573
-
574
- * Publishing `js` files to use composites outside of a react app as part of the Github Release
575
-
576
- * Fixing the send box component where the padding would overlap with the icon
577
-
578
- * Fixing the local preview overlapping the call control bar
579
-
580
- * Setting minHeight on the call composite media gallery
581
-
582
- * Adding a small fix for supporting typescript < 4.1
583
-
584
- * React hook useTheme added to ACS Library
585
-
586
- * Fix truncation from MessageThread system message
587
-
588
- * Add default call control bar button for creating custom call control buttons
589
-
590
- * Fix cursor on control button labels
591
-
592
- * Fix MessageThread hook related console errors
593
-
594
- * Make participant pane in the chat composite optional. Disabled by default
595
-
596
- * Make topic heading in the chat composite optional. Disabled by default
597
-
598
- * Bugfix to prevent options menu from getting hidden every time a participant joins or leaves
599
-
600
- * Drop duplicate thread status banner
601
-
602
- * Fixing link on "Using Composites in a non-react environment" in Storybook
603
-
604
- ## [1.0.0-beta.2](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.2)
605
-
606
- Fri, 09 Jul 2021 20:41:33 GMT
607
- [Compare changes](https://github.com/azure/communication-ui-library/compare/1.0.0-beta.1...1.0.0-beta.2)
608
-
609
- ### Changes
610
-
611
- * Updated calling sdk dependency to 1.2.0-beta.1
612
-
613
- * Added Calling composite improvements including floating local video tile, permission banner when call is being recorded, changing local video device and microphone, and screen-sharing view improvements
614
-
615
- * Added Chat composite improvements including notifying a participant when they leave a thread and styling improvements
616
-
617
- * Improved Bundle size optimizations when only using chat or only using calling components
618
-
619
- * Updated react peer dependency to >=16.8.0 <18.0.0
620
-
621
- ### Storybook pages added
622
-
623
- * Feedback (Help us create even better components for you)
624
- * Identity (How to get a token)
625
- * Adapters (What are adapters for and how you use them)
626
- * Using composites in a non-react environment
627
-
628
- ## [1.0.0-beta.1](https://github.com/azure/communication-ui-library/tree/1.0.0-beta.1)
629
-
630
- Fri, 21 May 2021 16:16:28 GMT
631
-
632
- ### Composites added
633
-
634
- * ChatComposite
635
- * CallingComposite
636
-
637
- ### UI Components added
638
-
639
- * ControlBar
640
- * Control Bar Buttons
641
- * CameraButton
642
- * EndCallButton
643
- * MicrophoneButton
644
- * DevicesButton
645
- * ScreenShareButton
646
- * GridLayout
647
- * MessageStatusIndicator
648
- * MessageThread
649
- * ParticipantItem
650
- * ParticipantList
651
- * SendBox
652
- * TypingIndicator
653
- * VideoTile
654
- * VideoGallery
655
-
656
- ### Stateful Clients support added
657
-
658
- * StatefulChatClient
659
- * StatefulCallClient
660
-
661
- ### UsePropsFor component support added
662
-
663
- * ControlBarButtons
664
- * MessageThread
665
- * ParticipantList
666
- * SendBox
667
- * TypingIndicator
668
- * VideoGallery