@azure/communication-react 1.0.0-beta.1 → 1.0.0-beta.5

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 (934) hide show
  1. package/CHANGELOG.json +190 -20
  2. package/CHANGELOG.md +209 -47
  3. package/LICENSE +21 -21
  4. package/README.md +21 -21
  5. package/dist/communication-react.d.ts +3660 -2057
  6. package/dist/dist-cjs/communication-react/index.js +9697 -7296
  7. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/MessageStatus.d.ts +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/MessageStatus.js +3 -3
  10. package/dist/dist-esm/acs-ui-common/src/areEqual.d.ts +13 -1
  11. package/dist/dist-esm/acs-ui-common/src/areEqual.d.ts.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/areEqual.js +3 -3
  13. package/dist/dist-esm/acs-ui-common/src/commonProperties.d.ts +10 -4
  14. package/dist/dist-esm/acs-ui-common/src/commonProperties.d.ts.map +1 -1
  15. package/dist/dist-esm/acs-ui-common/src/commonProperties.js +3 -3
  16. package/dist/dist-esm/acs-ui-common/src/identifier.d.ts +11 -11
  17. package/dist/dist-esm/acs-ui-common/src/identifier.js +28 -28
  18. package/dist/dist-esm/acs-ui-common/src/index.d.ts +7 -6
  19. package/dist/dist-esm/acs-ui-common/src/index.d.ts.map +1 -1
  20. package/dist/dist-esm/acs-ui-common/src/index.js +5 -4
  21. package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
  22. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.d.ts +40 -40
  23. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.d.ts.map +1 -1
  24. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js +65 -65
  25. package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.js.map +1 -1
  26. package/dist/dist-esm/acs-ui-common/src/telemetry.d.ts +6 -0
  27. package/dist/dist-esm/acs-ui-common/src/telemetry.d.ts.map +1 -0
  28. package/dist/dist-esm/acs-ui-common/src/telemetry.js +20 -0
  29. package/dist/dist-esm/acs-ui-common/src/telemetry.js.map +1 -0
  30. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.d.ts +3 -0
  31. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.d.ts.map +1 -0
  32. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +6 -0
  33. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -0
  34. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +31 -0
  35. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts.map +1 -0
  36. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +18 -0
  37. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -0
  38. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +36 -0
  39. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts.map +1 -0
  40. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +38 -0
  41. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -0
  42. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.d.ts +18 -0
  43. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.d.ts.map +1 -0
  44. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +49 -0
  45. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -0
  46. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/handlers/createHandlers.d.ts +57 -54
  47. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.d.ts.map +1 -0
  48. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/handlers/createHandlers.js +236 -211
  49. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -0
  50. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts +3 -0
  51. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.d.ts.map +1 -0
  52. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/hooks/useHandlers.js +16 -12
  53. package/dist/dist-esm/calling-component-bindings/src/hooks/useHandlers.js.map +1 -0
  54. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +16 -0
  55. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts.map +1 -0
  56. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/hooks/usePropsFor.js +48 -38
  57. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -0
  58. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.d.ts +3 -0
  59. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.d.ts.map +1 -0
  60. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/hooks/useSelector.js +42 -40
  61. package/dist/dist-esm/calling-component-bindings/src/hooks/useSelector.js.map +1 -0
  62. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/index.d.ts +14 -12
  63. package/dist/dist-esm/calling-component-bindings/src/index.d.ts.map +1 -0
  64. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/index.js +13 -11
  65. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -0
  66. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts +13 -0
  67. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.d.ts.map +1 -0
  68. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +35 -0
  69. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -0
  70. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.d.ts +13 -0
  71. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.d.ts.map +1 -0
  72. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js +8 -0
  73. package/dist/dist-esm/calling-component-bindings/src/participantsButtonSelector.js.map +1 -0
  74. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/CallAgentProvider.d.ts +12 -12
  75. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.d.ts.map +1 -0
  76. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/CallAgentProvider.js +13 -13
  77. package/dist/dist-esm/calling-component-bindings/src/providers/CallAgentProvider.js.map +1 -0
  78. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/CallClientProvider.d.ts +14 -14
  79. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.d.ts.map +1 -0
  80. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/CallClientProvider.js +41 -41
  81. package/dist/dist-esm/calling-component-bindings/src/providers/CallClientProvider.js.map +1 -0
  82. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/CallProvider.d.ts +12 -12
  83. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.d.ts.map +1 -0
  84. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/CallProvider.js +16 -16
  85. package/dist/dist-esm/calling-component-bindings/src/providers/CallProvider.js.map +1 -0
  86. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/index.d.ts +3 -3
  87. package/dist/dist-esm/calling-component-bindings/src/providers/index.d.ts.map +1 -0
  88. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/providers/index.js +5 -5
  89. package/dist/dist-esm/calling-component-bindings/src/providers/index.js.map +1 -0
  90. package/dist/dist-esm/{acs-calling-selector → calling-component-bindings}/src/videoGallerySelector.d.ts +34 -33
  91. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts.map +1 -0
  92. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +141 -0
  93. package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -0
  94. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +12 -12
  95. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +184 -184
  96. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  97. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +482 -395
  98. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts.map +1 -1
  99. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js +16 -3
  100. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  101. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +97 -56
  102. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts.map +1 -1
  103. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +574 -446
  104. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  105. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.d.ts +18 -18
  106. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.d.ts.map +1 -1
  107. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +108 -57
  108. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  109. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.d.ts +8 -8
  110. package/dist/dist-esm/calling-stateful-client/src/CallIdRef.js +3 -3
  111. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +31 -29
  112. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts.map +1 -1
  113. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +135 -127
  114. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  115. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +11 -11
  116. package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts.map +1 -1
  117. package/dist/dist-esm/calling-stateful-client/src/Converter.js +95 -86
  118. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  119. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +21 -21
  120. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts.map +1 -1
  121. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +154 -141
  122. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  123. package/dist/dist-esm/calling-stateful-client/src/DiagnosticsSubscriber.d.ts +15 -0
  124. package/dist/dist-esm/calling-stateful-client/src/DiagnosticsSubscriber.d.ts.map +1 -0
  125. package/dist/dist-esm/calling-stateful-client/src/DiagnosticsSubscriber.js +71 -0
  126. package/dist/dist-esm/calling-stateful-client/src/DiagnosticsSubscriber.js.map +1 -0
  127. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.d.ts +15 -15
  128. package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js +26 -26
  129. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +53 -53
  130. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +88 -88
  131. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +26 -26
  132. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +81 -81
  133. package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
  134. package/dist/dist-esm/calling-stateful-client/src/ReceivedTransferSubscriber.d.ts +15 -15
  135. package/dist/dist-esm/calling-stateful-client/src/ReceivedTransferSubscriber.js +23 -23
  136. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.d.ts +12 -12
  137. package/dist/dist-esm/calling-stateful-client/src/RecordingSubscriber.js +24 -24
  138. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts +21 -21
  139. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.d.ts.map +1 -1
  140. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js +65 -67
  141. package/dist/dist-esm/calling-stateful-client/src/RemoteVideoStreamSubscriber.js.map +1 -1
  142. package/dist/dist-esm/calling-stateful-client/src/RequestedTransferSubscriber.d.ts +16 -16
  143. package/dist/dist-esm/calling-stateful-client/src/RequestedTransferSubscriber.js +24 -24
  144. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +171 -139
  145. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts.map +1 -1
  146. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +119 -110
  147. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  148. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +9 -9
  149. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts.map +1 -1
  150. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +305 -305
  151. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  152. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.d.ts +12 -12
  153. package/dist/dist-esm/calling-stateful-client/src/TranscriptionSubscriber.js +24 -24
  154. package/dist/dist-esm/calling-stateful-client/src/TransferCallFeatureDeclarative.d.ts +16 -16
  155. package/dist/dist-esm/calling-stateful-client/src/TransferCallFeatureDeclarative.js +55 -55
  156. package/dist/dist-esm/calling-stateful-client/src/TransferCallFeatureDeclarative.js.map +1 -1
  157. package/dist/dist-esm/calling-stateful-client/src/index.d.ts +5 -4
  158. package/dist/dist-esm/calling-stateful-client/src/index.d.ts.map +1 -1
  159. package/dist/dist-esm/calling-stateful-client/src/index.js +4 -3
  160. package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
  161. package/dist/dist-esm/calling-stateful-client/src/modifiers/ClearErrors.d.ts +11 -0
  162. package/dist/dist-esm/calling-stateful-client/src/modifiers/ClearErrors.d.ts.map +1 -0
  163. package/dist/dist-esm/calling-stateful-client/src/modifiers/ClearErrors.js +19 -0
  164. package/dist/dist-esm/calling-stateful-client/src/modifiers/ClearErrors.js.map +1 -0
  165. package/dist/dist-esm/calling-stateful-client/src/modifiers/index.d.ts +5 -0
  166. package/dist/dist-esm/calling-stateful-client/src/modifiers/index.d.ts.map +1 -0
  167. package/dist/dist-esm/calling-stateful-client/src/modifiers/index.js +7 -0
  168. package/dist/dist-esm/calling-stateful-client/src/modifiers/index.js.map +1 -0
  169. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/baseSelectors.d.ts +23 -18
  170. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.d.ts.map +1 -0
  171. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js +31 -0
  172. package/dist/dist-esm/chat-component-bindings/src/baseSelectors.js.map +1 -0
  173. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/chatParticipantListSelector.d.ts +12 -12
  174. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.d.ts.map +1 -0
  175. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/chatParticipantListSelector.js +38 -38
  176. package/dist/dist-esm/chat-component-bindings/src/chatParticipantListSelector.js.map +1 -0
  177. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.d.ts +18 -0
  178. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.d.ts.map +1 -0
  179. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js +105 -0
  180. package/dist/dist-esm/chat-component-bindings/src/errorBarSelector.js.map +1 -0
  181. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/handlers/createHandlers.d.ts +17 -16
  182. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts.map +1 -0
  183. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/handlers/createHandlers.js +73 -62
  184. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -0
  185. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.d.ts +5 -0
  186. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.d.ts.map +1 -0
  187. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js +15 -0
  188. package/dist/dist-esm/chat-component-bindings/src/hooks/useHandlers.js.map +1 -0
  189. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts +13 -0
  190. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.d.ts.map +1 -0
  191. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/hooks/usePropsFor.js +37 -29
  192. package/dist/dist-esm/chat-component-bindings/src/hooks/usePropsFor.js.map +1 -0
  193. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.d.ts +3 -0
  194. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.d.ts.map +1 -0
  195. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/hooks/useSelector.js +42 -42
  196. package/dist/dist-esm/chat-component-bindings/src/hooks/useSelector.js.map +1 -0
  197. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/index.d.ts +16 -14
  198. package/dist/dist-esm/chat-component-bindings/src/index.d.ts.map +1 -0
  199. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/index.js +14 -12
  200. package/dist/dist-esm/chat-component-bindings/src/index.js.map +1 -0
  201. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.d.ts +15 -0
  202. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.d.ts.map +1 -0
  203. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +145 -0
  204. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -0
  205. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/providers/ChatClientProvider.d.ts +15 -15
  206. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.d.ts.map +1 -0
  207. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/providers/ChatClientProvider.js +19 -19
  208. package/dist/dist-esm/chat-component-bindings/src/providers/ChatClientProvider.js.map +1 -0
  209. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/providers/ChatThreadClientProvider.d.ts +15 -15
  210. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.d.ts.map +1 -0
  211. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/providers/ChatThreadClientProvider.js +19 -19
  212. package/dist/dist-esm/chat-component-bindings/src/providers/ChatThreadClientProvider.js.map +1 -0
  213. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.d.ts +8 -0
  214. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.d.ts.map +1 -0
  215. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/sendBoxSelector.js +8 -8
  216. package/dist/dist-esm/chat-component-bindings/src/sendBoxSelector.js.map +1 -0
  217. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/typingIndicatorSelector.d.ts +11 -11
  218. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.d.ts.map +1 -0
  219. package/dist/dist-esm/{acs-chat-selector → chat-component-bindings}/src/typingIndicatorSelector.js +45 -45
  220. package/dist/dist-esm/chat-component-bindings/src/typingIndicatorSelector.js.map +1 -0
  221. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.d.ts +3 -0
  222. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.d.ts.map +1 -0
  223. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js +17 -0
  224. package/dist/dist-esm/chat-component-bindings/src/utils/compareMessages.js.map +1 -0
  225. package/dist/dist-esm/chat-component-bindings/src/utils/constants.d.ts +11 -0
  226. package/dist/dist-esm/chat-component-bindings/src/utils/constants.d.ts.map +1 -0
  227. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js +14 -0
  228. package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -0
  229. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +85 -21
  230. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts.map +1 -1
  231. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js +16 -3
  232. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  233. package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts +76 -39
  234. package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts.map +1 -1
  235. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +384 -290
  236. package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
  237. package/dist/dist-esm/chat-stateful-client/src/Constants.d.ts +4 -4
  238. package/dist/dist-esm/chat-stateful-client/src/Constants.js +6 -6
  239. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.d.ts +21 -20
  240. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.d.ts.map +1 -1
  241. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +146 -107
  242. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  243. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.d.ts +68 -33
  244. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.d.ts.map +1 -1
  245. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js +134 -121
  246. package/dist/dist-esm/chat-stateful-client/src/StatefulChatClient.js.map +1 -1
  247. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.d.ts +3 -3
  248. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.d.ts.map +1 -1
  249. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js +138 -138
  250. package/dist/dist-esm/chat-stateful-client/src/StatefulChatThreadClient.js.map +1 -1
  251. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.d.ts +4 -4
  252. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.d.ts.map +1 -1
  253. package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +5 -5
  254. package/dist/dist-esm/chat-stateful-client/src/index.d.ts +5 -4
  255. package/dist/dist-esm/chat-stateful-client/src/index.d.ts.map +1 -1
  256. package/dist/dist-esm/chat-stateful-client/src/index.js +4 -3
  257. package/dist/dist-esm/chat-stateful-client/src/index.js.map +1 -1
  258. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.d.ts +23 -13
  259. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.d.ts.map +1 -1
  260. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js +88 -60
  261. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedIterator.js.map +1 -1
  262. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.d.ts +4 -4
  263. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.d.ts.map +1 -1
  264. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js +10 -10
  265. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.js.map +1 -1
  266. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.d.ts +4 -4
  267. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.d.ts.map +1 -1
  268. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js +9 -9
  269. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.js.map +1 -1
  270. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.d.ts +4 -4
  271. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.d.ts.map +1 -1
  272. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js +9 -9
  273. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.js.map +1 -1
  274. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.d.ts +4 -4
  275. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.d.ts.map +1 -1
  276. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js +14 -14
  277. package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.js.map +1 -1
  278. package/dist/dist-esm/chat-stateful-client/src/modifiers/ClearErrors.d.ts +4 -0
  279. package/dist/dist-esm/chat-stateful-client/src/modifiers/ClearErrors.d.ts.map +1 -0
  280. package/dist/dist-esm/chat-stateful-client/src/modifiers/ClearErrors.js +12 -0
  281. package/dist/dist-esm/chat-stateful-client/src/modifiers/ClearErrors.js.map +1 -0
  282. package/dist/dist-esm/chat-stateful-client/src/modifiers/index.d.ts +5 -0
  283. package/dist/dist-esm/chat-stateful-client/src/modifiers/index.d.ts.map +1 -0
  284. package/dist/dist-esm/chat-stateful-client/src/modifiers/index.js +7 -0
  285. package/dist/dist-esm/chat-stateful-client/src/modifiers/index.js.map +1 -0
  286. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +6 -6
  287. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts.map +1 -1
  288. package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js +3 -3
  289. package/dist/dist-esm/communication-react/src/index.d.ts +11 -8
  290. package/dist/dist-esm/communication-react/src/index.d.ts.map +1 -1
  291. package/dist/dist-esm/communication-react/src/index.js +10 -9
  292. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  293. package/dist/dist-esm/communication-react/src/mergedHooks.d.ts +13 -0
  294. package/dist/dist-esm/communication-react/src/mergedHooks.d.ts.map +1 -0
  295. package/dist/dist-esm/communication-react/src/mergedHooks.js +36 -0
  296. package/dist/dist-esm/communication-react/src/mergedHooks.js.map +1 -0
  297. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +37 -24
  298. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts.map +1 -1
  299. package/dist/dist-esm/react-components/src/components/CameraButton.js +43 -25
  300. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  301. package/dist/dist-esm/react-components/src/components/ChatMessageComponent.d.ts +14 -0
  302. package/dist/dist-esm/react-components/src/components/ChatMessageComponent.d.ts.map +1 -0
  303. package/dist/dist-esm/react-components/src/components/ChatMessageComponent.js +132 -0
  304. package/dist/dist-esm/react-components/src/components/ChatMessageComponent.js.map +1 -0
  305. package/dist/dist-esm/react-components/src/components/ControlBar.d.ts +33 -33
  306. package/dist/dist-esm/react-components/src/components/ControlBar.d.ts.map +1 -1
  307. package/dist/dist-esm/react-components/src/components/ControlBar.js +31 -25
  308. package/dist/dist-esm/react-components/src/components/ControlBar.js.map +1 -1
  309. package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts +51 -0
  310. package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts.map +1 -0
  311. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +28 -0
  312. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -0
  313. package/dist/dist-esm/react-components/src/components/EditBox.d.ts +9 -0
  314. package/dist/dist-esm/react-components/src/components/EditBox.d.ts.map +1 -0
  315. package/dist/dist-esm/react-components/src/components/EditBox.js +50 -0
  316. package/dist/dist-esm/react-components/src/components/EditBox.js.map +1 -0
  317. package/dist/dist-esm/react-components/src/components/EndCallButton.d.ts +31 -24
  318. package/dist/dist-esm/react-components/src/components/EndCallButton.d.ts.map +1 -1
  319. package/dist/dist-esm/react-components/src/components/EndCallButton.js +35 -38
  320. package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
  321. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +113 -0
  322. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -0
  323. package/dist/dist-esm/react-components/src/components/ErrorBar.js +87 -0
  324. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -0
  325. package/dist/dist-esm/react-components/src/components/GridLayout.d.ts +16 -16
  326. package/dist/dist-esm/react-components/src/components/GridLayout.js +28 -28
  327. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +36 -0
  328. package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts.map +1 -0
  329. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +39 -0
  330. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -0
  331. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.d.ts +39 -33
  332. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.d.ts.map +1 -1
  333. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +32 -31
  334. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  335. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +210 -125
  336. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts.map +1 -1
  337. package/dist/dist-esm/react-components/src/components/MessageThread.js +466 -447
  338. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  339. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +30 -22
  340. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts.map +1 -1
  341. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +18 -23
  342. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  343. package/dist/dist-esm/react-components/src/components/OptionsButton.d.ts +101 -50
  344. package/dist/dist-esm/react-components/src/components/OptionsButton.d.ts.map +1 -1
  345. package/dist/dist-esm/react-components/src/components/OptionsButton.js +111 -88
  346. package/dist/dist-esm/react-components/src/components/OptionsButton.js.map +1 -1
  347. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +58 -43
  348. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts.map +1 -1
  349. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +44 -30
  350. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  351. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts +28 -22
  352. package/dist/dist-esm/react-components/src/components/ParticipantList.d.ts.map +1 -1
  353. package/dist/dist-esm/react-components/src/components/ParticipantList.js +66 -73
  354. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  355. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts +76 -0
  356. package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts.map +1 -0
  357. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +126 -0
  358. package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -0
  359. package/dist/dist-esm/react-components/src/components/ScreenShareButton.d.ts +32 -24
  360. package/dist/dist-esm/react-components/src/components/ScreenShareButton.d.ts.map +1 -1
  361. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +20 -25
  362. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  363. package/dist/dist-esm/react-components/src/components/SendBox.d.ts +77 -63
  364. package/dist/dist-esm/react-components/src/components/SendBox.d.ts.map +1 -1
  365. package/dist/dist-esm/react-components/src/components/SendBox.js +70 -66
  366. package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
  367. package/dist/dist-esm/react-components/src/components/StreamMedia.d.ts +24 -24
  368. package/dist/dist-esm/react-components/src/components/StreamMedia.js +30 -30
  369. package/dist/dist-esm/react-components/src/components/SystemMessage.d.ts +15 -15
  370. package/dist/dist-esm/react-components/src/components/SystemMessage.js +12 -12
  371. package/dist/dist-esm/react-components/src/components/SystemMessage.js.map +1 -1
  372. package/dist/dist-esm/react-components/src/components/TypingIndicator.d.ts +113 -32
  373. package/dist/dist-esm/react-components/src/components/TypingIndicator.d.ts.map +1 -1
  374. package/dist/dist-esm/react-components/src/components/TypingIndicator.js +102 -48
  375. package/dist/dist-esm/react-components/src/components/TypingIndicator.js.map +1 -1
  376. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +53 -46
  377. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts.map +1 -1
  378. package/dist/dist-esm/react-components/src/components/VideoGallery.js +122 -64
  379. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  380. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +51 -49
  381. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts.map +1 -1
  382. package/dist/dist-esm/react-components/src/components/VideoTile.js +53 -23
  383. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  384. package/dist/dist-esm/react-components/src/components/index.d.ts +39 -32
  385. package/dist/dist-esm/react-components/src/components/index.d.ts.map +1 -1
  386. package/dist/dist-esm/react-components/src/components/index.js +21 -18
  387. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  388. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +12 -0
  389. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts.map +1 -0
  390. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +29 -0
  391. package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -0
  392. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts +20 -18
  393. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts.map +1 -1
  394. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +143 -128
  395. package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
  396. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.d.ts +10 -0
  397. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.d.ts.map +1 -0
  398. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +24 -0
  399. package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -0
  400. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.d.ts +1 -1
  401. package/dist/dist-esm/react-components/src/components/styles/GridLayout.styles.js +10 -10
  402. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts +7 -0
  403. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts.map +1 -0
  404. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +74 -0
  405. package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -0
  406. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.d.ts +2 -2
  407. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.d.ts.map +1 -1
  408. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js +11 -14
  409. package/dist/dist-esm/react-components/src/components/styles/MessageStatusIndicator.styles.js.map +1 -1
  410. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +13 -12
  411. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
  412. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +59 -57
  413. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  414. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.d.ts +4 -5
  415. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.d.ts.map +1 -1
  416. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js +25 -37
  417. package/dist/dist-esm/react-components/src/components/styles/ParticipantItem.styles.js.map +1 -1
  418. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.d.ts +2 -4
  419. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.d.ts.map +1 -1
  420. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js +9 -22
  421. package/dist/dist-esm/react-components/src/components/styles/ParticipantList.styles.js.map +1 -1
  422. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +20 -28
  423. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts.map +1 -1
  424. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +24 -58
  425. package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
  426. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.d.ts +2 -2
  427. package/dist/dist-esm/react-components/src/components/styles/StreamMedia.styles.js +16 -16
  428. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.d.ts +1 -2
  429. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.d.ts.map +1 -1
  430. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js +6 -11
  431. package/dist/dist-esm/react-components/src/components/styles/SystemMessage.styles.js.map +1 -1
  432. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.d.ts +3 -4
  433. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.d.ts.map +1 -1
  434. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js +17 -27
  435. package/dist/dist-esm/react-components/src/components/styles/TypingIndicator.styles.js.map +1 -1
  436. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +6 -6
  437. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts.map +1 -1
  438. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +39 -15
  439. package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
  440. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +10 -6
  441. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts.map +1 -1
  442. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +64 -42
  443. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  444. package/dist/dist-esm/react-components/src/components/utils/Datetime.d.ts +22 -21
  445. package/dist/dist-esm/react-components/src/components/utils/Datetime.d.ts.map +1 -1
  446. package/dist/dist-esm/react-components/src/components/utils/Datetime.js +92 -73
  447. package/dist/dist-esm/react-components/src/components/utils/Datetime.js.map +1 -1
  448. package/dist/dist-esm/react-components/src/components/utils/delay.d.ts +1 -1
  449. package/dist/dist-esm/react-components/src/components/utils/delay.js +7 -7
  450. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +52 -0
  451. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts.map +1 -0
  452. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +26 -0
  453. package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -0
  454. package/dist/dist-esm/react-components/src/identifiers/index.d.ts +2 -0
  455. package/dist/dist-esm/react-components/src/identifiers/index.d.ts.map +1 -0
  456. package/dist/dist-esm/react-components/src/identifiers/index.js +4 -0
  457. package/dist/dist-esm/react-components/src/identifiers/index.js.map +1 -0
  458. package/dist/dist-esm/react-components/src/index.d.ts +8 -3
  459. package/dist/dist-esm/react-components/src/index.d.ts.map +1 -1
  460. package/dist/dist-esm/react-components/src/index.js +7 -4
  461. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  462. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +60 -0
  463. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts.map +1 -0
  464. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js +20 -0
  465. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -0
  466. package/dist/dist-esm/react-components/src/localization/index.d.ts +2 -0
  467. package/dist/dist-esm/react-components/src/localization/index.d.ts.map +1 -0
  468. package/dist/dist-esm/react-components/src/localization/index.js +4 -0
  469. package/dist/dist-esm/react-components/src/localization/index.js.map +1 -0
  470. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +78 -0
  471. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +78 -0
  472. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +80 -0
  473. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +78 -0
  474. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +78 -0
  475. package/dist/dist-esm/react-components/src/localization/locales/index.d.ts +30 -0
  476. package/dist/dist-esm/react-components/src/localization/locales/index.d.ts.map +1 -0
  477. package/dist/dist-esm/react-components/src/localization/locales/index.js +52 -0
  478. package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -0
  479. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +78 -0
  480. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +78 -0
  481. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +78 -0
  482. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +78 -0
  483. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +78 -0
  484. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +78 -0
  485. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +78 -0
  486. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +78 -0
  487. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +78 -0
  488. package/dist/dist-esm/react-components/src/localization/localizationUtils.d.ts +24 -0
  489. package/dist/dist-esm/react-components/src/localization/localizationUtils.d.ts.map +1 -0
  490. package/dist/dist-esm/react-components/src/localization/localizationUtils.js +57 -0
  491. package/dist/dist-esm/react-components/src/localization/localizationUtils.js.map +1 -0
  492. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.d.ts +27 -18
  493. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.d.ts.map +1 -1
  494. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js +61 -59
  495. package/dist/dist-esm/react-components/src/theming/FluentThemeProvider.js.map +1 -1
  496. package/dist/dist-esm/react-components/src/theming/icons.d.ts +35 -0
  497. package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -0
  498. package/dist/dist-esm/react-components/src/theming/icons.js +38 -0
  499. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -0
  500. package/dist/dist-esm/react-components/src/theming/index.d.ts +3 -2
  501. package/dist/dist-esm/react-components/src/theming/index.d.ts.map +1 -1
  502. package/dist/dist-esm/react-components/src/theming/index.js +5 -4
  503. package/dist/dist-esm/react-components/src/theming/index.js.map +1 -1
  504. package/dist/dist-esm/react-components/src/theming/themeUtils.d.ts +2 -2
  505. package/dist/dist-esm/react-components/src/theming/themeUtils.d.ts.map +1 -1
  506. package/dist/dist-esm/react-components/src/theming/themeUtils.js +21 -21
  507. package/dist/dist-esm/react-components/src/theming/themes.d.ts +19 -19
  508. package/dist/dist-esm/react-components/src/theming/themes.d.ts.map +1 -1
  509. package/dist/dist-esm/react-components/src/theming/themes.js +70 -70
  510. package/dist/dist-esm/react-components/src/types/CallParticipant.d.ts +14 -14
  511. package/dist/dist-esm/react-components/src/types/CallParticipant.js +3 -3
  512. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +50 -32
  513. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts.map +1 -1
  514. package/dist/dist-esm/react-components/src/types/ChatMessage.js +3 -3
  515. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.d.ts +9 -9
  516. package/dist/dist-esm/react-components/src/types/CommunicationParticipant.js +3 -3
  517. package/dist/dist-esm/react-components/src/types/CustomStylesProps.d.ts +12 -5
  518. package/dist/dist-esm/react-components/src/types/CustomStylesProps.d.ts.map +1 -1
  519. package/dist/dist-esm/react-components/src/types/CustomStylesProps.js +3 -3
  520. package/dist/dist-esm/react-components/src/types/OnRender.d.ts +38 -0
  521. package/dist/dist-esm/react-components/src/types/OnRender.d.ts.map +1 -0
  522. package/dist/dist-esm/react-components/src/types/OnRender.js +4 -0
  523. package/dist/dist-esm/react-components/src/types/OnRender.js.map +1 -0
  524. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +50 -50
  525. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js +3 -3
  526. package/dist/dist-esm/react-components/src/types/index.d.ts +6 -5
  527. package/dist/dist-esm/react-components/src/types/index.d.ts.map +1 -1
  528. package/dist/dist-esm/react-components/src/types/index.js +8 -7
  529. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  530. package/dist/dist-esm/react-composites/src/composites/CallComposite/Call.d.ts +49 -15
  531. package/dist/dist-esm/react-composites/src/composites/CallComposite/Call.d.ts.map +1 -1
  532. package/dist/dist-esm/react-composites/src/composites/CallComposite/Call.js +69 -65
  533. package/dist/dist-esm/react-composites/src/composites/CallComposite/Call.js.map +1 -1
  534. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallControls.d.ts +8 -6
  535. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallControls.d.ts.map +1 -1
  536. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallControls.js +35 -36
  537. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallControls.js.map +1 -1
  538. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallScreen.d.ts +16 -11
  539. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallScreen.d.ts.map +1 -1
  540. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallScreen.js +99 -79
  541. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallScreen.js.map +1 -1
  542. package/dist/dist-esm/react-composites/src/composites/CallComposite/ComplianceBanner.d.ts +6 -6
  543. package/dist/dist-esm/react-composites/src/composites/CallComposite/ComplianceBanner.js +134 -134
  544. package/dist/dist-esm/react-composites/src/composites/CallComposite/ConfigurationScreen.d.ts +5 -6
  545. package/dist/dist-esm/react-composites/src/composites/CallComposite/ConfigurationScreen.d.ts.map +1 -1
  546. package/dist/dist-esm/react-composites/src/composites/CallComposite/ConfigurationScreen.js +34 -22
  547. package/dist/dist-esm/react-composites/src/composites/CallComposite/ConfigurationScreen.js.map +1 -1
  548. package/dist/dist-esm/react-composites/src/composites/CallComposite/Error.d.ts +7 -7
  549. package/dist/dist-esm/react-composites/src/composites/CallComposite/Error.js +23 -23
  550. package/dist/dist-esm/react-composites/src/composites/CallComposite/Error.js.map +1 -1
  551. package/dist/dist-esm/react-composites/src/composites/CallComposite/Lobby.d.ts +13 -13
  552. package/dist/dist-esm/react-composites/src/composites/CallComposite/Lobby.d.ts.map +1 -1
  553. package/dist/dist-esm/react-composites/src/composites/CallComposite/Lobby.js +67 -69
  554. package/dist/dist-esm/react-composites/src/composites/CallComposite/Lobby.js.map +1 -1
  555. package/dist/dist-esm/react-composites/src/composites/CallComposite/LobbyControlBar.d.ts +6 -6
  556. package/dist/dist-esm/react-composites/src/composites/CallComposite/LobbyControlBar.d.ts.map +1 -1
  557. package/dist/dist-esm/react-composites/src/composites/CallComposite/LobbyControlBar.js +30 -33
  558. package/dist/dist-esm/react-composites/src/composites/CallComposite/LobbyControlBar.js.map +1 -1
  559. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalDeviceSettings.d.ts +17 -16
  560. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalDeviceSettings.d.ts.map +1 -1
  561. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalDeviceSettings.js +85 -55
  562. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalDeviceSettings.js.map +1 -1
  563. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalPreview.d.ts +2 -2
  564. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalPreview.d.ts.map +1 -1
  565. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalPreview.js +46 -45
  566. package/dist/dist-esm/react-composites/src/composites/CallComposite/LocalPreview.js.map +1 -1
  567. package/dist/dist-esm/react-composites/src/composites/CallComposite/MediaGallery.d.ts +11 -9
  568. package/dist/dist-esm/react-composites/src/composites/CallComposite/MediaGallery.d.ts.map +1 -1
  569. package/dist/dist-esm/react-composites/src/composites/CallComposite/MediaGallery.js +42 -38
  570. package/dist/dist-esm/react-composites/src/composites/CallComposite/MediaGallery.js.map +1 -1
  571. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenShare.d.ts +10 -10
  572. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenShare.d.ts.map +1 -1
  573. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenShare.js +71 -78
  574. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenShare.js.map +1 -1
  575. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenSharePopup.d.ts +14 -0
  576. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenSharePopup.d.ts.map +1 -0
  577. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenSharePopup.js +59 -0
  578. package/dist/dist-esm/react-composites/src/composites/CallComposite/ScreenSharePopup.js.map +1 -0
  579. package/dist/dist-esm/react-composites/src/composites/CallComposite/StartCallButton.d.ts +6 -6
  580. package/dist/dist-esm/react-composites/src/composites/CallComposite/StartCallButton.d.ts.map +1 -1
  581. package/dist/dist-esm/react-composites/src/composites/CallComposite/StartCallButton.js +14 -13
  582. package/dist/dist-esm/react-composites/src/composites/CallComposite/StartCallButton.js.map +1 -1
  583. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +63 -0
  584. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts.map +1 -0
  585. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js +4 -0
  586. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -0
  587. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +80 -69
  588. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
  589. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +427 -348
  590. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  591. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +127 -104
  592. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
  593. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js +3 -3
  594. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.d.ts +9 -9
  595. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapterProvider.js +14 -14
  596. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.d.ts +15 -15
  597. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/ParticipantSubcriber.js +40 -40
  598. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +3 -2
  599. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts.map +1 -1
  600. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js +3 -3
  601. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  602. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.d.ts +4 -4
  603. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.d.ts.map +1 -1
  604. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +75 -61
  605. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  606. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts +4 -4
  607. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.d.ts.map +1 -1
  608. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +77 -70
  609. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  610. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.d.ts +6 -9
  611. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.d.ts.map +1 -1
  612. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js +13 -33
  613. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/usePropsFor.js.map +1 -1
  614. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.d.ts +2 -2
  615. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.d.ts.map +1 -1
  616. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js +8 -8
  617. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useSelector.js.map +1 -1
  618. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +4 -3
  619. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts.map +1 -1
  620. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js +5 -4
  621. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  622. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +16 -12
  623. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts.map +1 -1
  624. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +21 -17
  625. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  626. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts +8 -7
  627. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.d.ts.map +1 -1
  628. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js +10 -10
  629. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/callStatusSelector.js.map +1 -1
  630. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts +8 -8
  631. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.d.ts.map +1 -1
  632. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js +10 -10
  633. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/complianceBannerSelector.js.map +1 -1
  634. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts +9 -0
  635. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.d.ts.map +1 -0
  636. package/dist/dist-esm/{acs-calling-selector/src → react-composites/src/composites/CallComposite/selectors}/devicePermissionSelector.js +10 -12
  637. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/devicePermissionSelector.js.map +1 -0
  638. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts +14 -27
  639. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.d.ts.map +1 -1
  640. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js +15 -21
  641. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/lobbySelector.js.map +1 -1
  642. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts +6 -6
  643. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.d.ts.map +1 -1
  644. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +12 -13
  645. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
  646. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +6 -6
  647. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +10 -10
  648. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
  649. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +3 -6
  650. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts.map +1 -1
  651. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +10 -29
  652. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  653. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.d.ts +24 -30
  654. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.d.ts.map +1 -1
  655. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js +26 -32
  656. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  657. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallScreen.styles.d.ts +7 -8
  658. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallScreen.styles.d.ts.map +1 -1
  659. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallScreen.styles.js +54 -54
  660. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallScreen.styles.js.map +1 -1
  661. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ConfigurationScreen.styles.d.ts +2 -0
  662. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ConfigurationScreen.styles.d.ts.map +1 -0
  663. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ConfigurationScreen.styles.js +10 -0
  664. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ConfigurationScreen.styles.js.map +1 -0
  665. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Error.styles.d.ts +10 -10
  666. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Error.styles.js +42 -42
  667. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.d.ts +7 -6
  668. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.d.ts.map +1 -1
  669. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js +57 -44
  670. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalDeviceSettings.styles.js.map +1 -1
  671. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +7 -13
  672. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts.map +1 -1
  673. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +17 -43
  674. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  675. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/MediaGallery.styles.d.ts +16 -5
  676. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/MediaGallery.styles.d.ts.map +1 -1
  677. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/MediaGallery.styles.js +36 -32
  678. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/MediaGallery.styles.js.map +1 -1
  679. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenShare.styles.d.ts +2 -7
  680. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenShare.styles.d.ts.map +1 -1
  681. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenShare.styles.js +16 -21
  682. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenShare.styles.js.map +1 -1
  683. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenSharePopup.styles.d.ts +7 -0
  684. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenSharePopup.styles.d.ts.map +1 -0
  685. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenSharePopup.styles.js +36 -0
  686. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/ScreenSharePopup.styles.js.map +1 -0
  687. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.d.ts +2 -2
  688. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/StartCallButton.styles.js +16 -16
  689. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts +48 -18
  690. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.d.ts.map +1 -1
  691. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js +12 -13
  692. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatComposite.js.map +1 -1
  693. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.d.ts +10 -10
  694. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.d.ts.map +1 -1
  695. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js +20 -20
  696. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatHeader.js.map +1 -1
  697. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts +12 -6
  698. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.d.ts.map +1 -1
  699. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +46 -45
  700. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  701. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +57 -45
  702. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts.map +1 -1
  703. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +288 -216
  704. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  705. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +75 -59
  706. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts.map +1 -1
  707. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js +3 -3
  708. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.d.ts +9 -9
  709. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +14 -14
  710. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.d.ts +4 -4
  711. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.d.ts.map +1 -1
  712. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js +69 -56
  713. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useAdaptedSelector.js.map +1 -1
  714. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.d.ts +4 -4
  715. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.d.ts.map +1 -1
  716. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +21 -19
  717. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
  718. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.d.ts +6 -6
  719. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.d.ts.map +1 -1
  720. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js +13 -23
  721. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/usePropsFor.js.map +1 -1
  722. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +5 -4
  723. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts.map +1 -1
  724. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js +4 -4
  725. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  726. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts +12 -9
  727. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
  728. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +65 -74
  729. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  730. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.d.ts +4 -0
  731. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.d.ts.map +1 -0
  732. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.js +13 -0
  733. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/ChatButton.js.map +1 -0
  734. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.d.ts +12 -0
  735. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.d.ts.map +1 -0
  736. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.js +18 -0
  737. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingCallControlBar.js.map +1 -0
  738. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.d.ts +25 -0
  739. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.d.ts.map +1 -0
  740. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.js +52 -0
  741. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/MeetingComposite.js.map +1 -0
  742. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.d.ts +4 -0
  743. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.d.ts.map +1 -0
  744. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.js +13 -0
  745. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/PeopleButton.js.map +1 -0
  746. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.d.ts +18 -0
  747. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.d.ts.map +1 -0
  748. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.js +58 -0
  749. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/SidePane.js.map +1 -0
  750. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.d.ts +66 -0
  751. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.d.ts.map +1 -0
  752. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.js +4 -0
  753. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/adapter/MeetingAdapter.js.map +1 -0
  754. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.d.ts +4 -0
  755. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.d.ts.map +1 -0
  756. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.js +4 -0
  757. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/index.js.map +1 -0
  758. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.d.ts +81 -0
  759. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.d.ts.map +1 -0
  760. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.js +4 -0
  761. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/state/MeetingAdapterState.js.map +1 -0
  762. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.d.ts +3 -0
  763. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.d.ts.map +1 -0
  764. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.js +4 -0
  765. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/MeetingCompositeStyles.js.map +1 -0
  766. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.d.ts +12 -0
  767. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.d.ts.map +1 -0
  768. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.js +45 -0
  769. package/dist/dist-esm/react-composites/src/composites/MeetingComposite/styles/SidePane.styles.js.map +1 -0
  770. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts +51 -0
  771. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.d.ts.map +1 -0
  772. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js +33 -0
  773. package/dist/dist-esm/react-composites/src/composites/common/AvatarPersona.js.map +1 -0
  774. package/dist/dist-esm/react-composites/src/composites/common/Composite.d.ts +44 -0
  775. package/dist/dist-esm/react-composites/src/composites/common/Composite.d.ts.map +1 -0
  776. package/dist/dist-esm/react-composites/src/composites/common/Composite.js +24 -0
  777. package/dist/dist-esm/react-composites/src/composites/common/Composite.js.map +1 -0
  778. package/dist/dist-esm/react-composites/src/composites/common/PermissionsBanner.d.ts +38 -0
  779. package/dist/dist-esm/react-composites/src/composites/common/PermissionsBanner.d.ts.map +1 -0
  780. package/dist/dist-esm/react-composites/src/composites/common/PermissionsBanner.js +67 -0
  781. package/dist/dist-esm/react-composites/src/composites/common/PermissionsBanner.js.map +1 -0
  782. package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts +51 -0
  783. package/dist/dist-esm/react-composites/src/composites/common/adapters.d.ts.map +1 -0
  784. package/dist/dist-esm/react-composites/src/composites/common/adapters.js +4 -0
  785. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -0
  786. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +55 -0
  787. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -0
  788. package/dist/dist-esm/react-composites/src/composites/common/icons.js +21 -0
  789. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -0
  790. package/dist/dist-esm/react-composites/src/composites/common/styles/PermissionsBanner.styles.d.ts +6 -0
  791. package/dist/dist-esm/react-composites/src/composites/common/styles/PermissionsBanner.styles.d.ts.map +1 -0
  792. package/dist/dist-esm/react-composites/src/composites/common/styles/PermissionsBanner.styles.js +19 -0
  793. package/dist/dist-esm/react-composites/src/composites/common/styles/PermissionsBanner.styles.js.map +1 -0
  794. package/dist/dist-esm/react-composites/src/composites/index.d.ts +11 -0
  795. package/dist/dist-esm/react-composites/src/composites/index.d.ts.map +1 -0
  796. package/dist/dist-esm/react-composites/src/composites/index.js +8 -0
  797. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -0
  798. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.d.ts +52 -0
  799. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.d.ts.map +1 -0
  800. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js +22 -0
  801. package/dist/dist-esm/react-composites/src/composites/localization/LocalizationProvider.js.map +1 -0
  802. package/dist/dist-esm/react-composites/src/composites/localization/index.d.ts +2 -0
  803. package/dist/dist-esm/react-composites/src/composites/localization/index.d.ts.map +1 -0
  804. package/dist/dist-esm/react-composites/src/composites/localization/index.js +4 -0
  805. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -0
  806. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +11 -0
  807. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +11 -0
  808. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +18 -0
  809. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +11 -0
  810. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +11 -0
  811. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.d.ts +30 -0
  812. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.d.ts.map +1 -0
  813. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +95 -0
  814. package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -0
  815. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +11 -0
  816. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +11 -0
  817. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +11 -0
  818. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +11 -0
  819. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +11 -0
  820. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +11 -0
  821. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +11 -0
  822. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +11 -0
  823. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +11 -0
  824. package/dist/dist-esm/react-composites/src/index.d.ts +2 -0
  825. package/dist/dist-esm/react-composites/src/index.d.ts.map +1 -0
  826. package/dist/dist-esm/react-composites/src/index.js +4 -0
  827. package/dist/dist-esm/react-composites/src/index.js.map +1 -0
  828. package/dist/dist-esm/react-composites/src/utils/SDKUtils.d.ts +4 -7
  829. package/dist/dist-esm/react-composites/src/utils/SDKUtils.d.ts.map +1 -1
  830. package/dist/dist-esm/react-composites/src/utils/SDKUtils.js +19 -60
  831. package/dist/dist-esm/react-composites/src/utils/SDKUtils.js.map +1 -1
  832. package/dist/dist-esm/react-composites/src/utils/index.d.ts +1 -1
  833. package/dist/dist-esm/react-composites/src/utils/index.js +3 -3
  834. package/dist/tsdoc-metadata.json +11 -11
  835. package/package.json +129 -123
  836. package/dist/dist-esm/acs-calling-selector/src/baseSelectors.d.ts +0 -16
  837. package/dist/dist-esm/acs-calling-selector/src/baseSelectors.d.ts.map +0 -1
  838. package/dist/dist-esm/acs-calling-selector/src/baseSelectors.js +0 -11
  839. package/dist/dist-esm/acs-calling-selector/src/baseSelectors.js.map +0 -1
  840. package/dist/dist-esm/acs-calling-selector/src/callControlSelectors.d.ts +0 -39
  841. package/dist/dist-esm/acs-calling-selector/src/callControlSelectors.d.ts.map +0 -1
  842. package/dist/dist-esm/acs-calling-selector/src/callControlSelectors.js +0 -38
  843. package/dist/dist-esm/acs-calling-selector/src/callControlSelectors.js.map +0 -1
  844. package/dist/dist-esm/acs-calling-selector/src/devicePermissionSelector.d.ts +0 -10
  845. package/dist/dist-esm/acs-calling-selector/src/devicePermissionSelector.d.ts.map +0 -1
  846. package/dist/dist-esm/acs-calling-selector/src/devicePermissionSelector.js.map +0 -1
  847. package/dist/dist-esm/acs-calling-selector/src/handlers/createHandlers.d.ts.map +0 -1
  848. package/dist/dist-esm/acs-calling-selector/src/handlers/createHandlers.js.map +0 -1
  849. package/dist/dist-esm/acs-calling-selector/src/hooks/useHandlers.d.ts +0 -5
  850. package/dist/dist-esm/acs-calling-selector/src/hooks/useHandlers.d.ts.map +0 -1
  851. package/dist/dist-esm/acs-calling-selector/src/hooks/useHandlers.js.map +0 -1
  852. package/dist/dist-esm/acs-calling-selector/src/hooks/usePropsFor.d.ts +0 -13
  853. package/dist/dist-esm/acs-calling-selector/src/hooks/usePropsFor.d.ts.map +0 -1
  854. package/dist/dist-esm/acs-calling-selector/src/hooks/usePropsFor.js.map +0 -1
  855. package/dist/dist-esm/acs-calling-selector/src/hooks/useSelector.d.ts +0 -3
  856. package/dist/dist-esm/acs-calling-selector/src/hooks/useSelector.d.ts.map +0 -1
  857. package/dist/dist-esm/acs-calling-selector/src/hooks/useSelector.js.map +0 -1
  858. package/dist/dist-esm/acs-calling-selector/src/index.d.ts.map +0 -1
  859. package/dist/dist-esm/acs-calling-selector/src/index.js.map +0 -1
  860. package/dist/dist-esm/acs-calling-selector/src/participantListSelector.d.ts +0 -12
  861. package/dist/dist-esm/acs-calling-selector/src/participantListSelector.d.ts.map +0 -1
  862. package/dist/dist-esm/acs-calling-selector/src/participantListSelector.js +0 -36
  863. package/dist/dist-esm/acs-calling-selector/src/participantListSelector.js.map +0 -1
  864. package/dist/dist-esm/acs-calling-selector/src/providers/CallAgentProvider.d.ts.map +0 -1
  865. package/dist/dist-esm/acs-calling-selector/src/providers/CallAgentProvider.js.map +0 -1
  866. package/dist/dist-esm/acs-calling-selector/src/providers/CallClientProvider.d.ts.map +0 -1
  867. package/dist/dist-esm/acs-calling-selector/src/providers/CallClientProvider.js.map +0 -1
  868. package/dist/dist-esm/acs-calling-selector/src/providers/CallProvider.d.ts.map +0 -1
  869. package/dist/dist-esm/acs-calling-selector/src/providers/CallProvider.js.map +0 -1
  870. package/dist/dist-esm/acs-calling-selector/src/providers/index.d.ts.map +0 -1
  871. package/dist/dist-esm/acs-calling-selector/src/providers/index.js.map +0 -1
  872. package/dist/dist-esm/acs-calling-selector/src/videoGallerySelector.d.ts.map +0 -1
  873. package/dist/dist-esm/acs-calling-selector/src/videoGallerySelector.js +0 -83
  874. package/dist/dist-esm/acs-calling-selector/src/videoGallerySelector.js.map +0 -1
  875. package/dist/dist-esm/acs-chat-selector/src/baseSelectors.d.ts.map +0 -1
  876. package/dist/dist-esm/acs-chat-selector/src/baseSelectors.js +0 -30
  877. package/dist/dist-esm/acs-chat-selector/src/baseSelectors.js.map +0 -1
  878. package/dist/dist-esm/acs-chat-selector/src/chatParticipantListSelector.d.ts.map +0 -1
  879. package/dist/dist-esm/acs-chat-selector/src/chatParticipantListSelector.js.map +0 -1
  880. package/dist/dist-esm/acs-chat-selector/src/chatThreadSelector.d.ts +0 -16
  881. package/dist/dist-esm/acs-chat-selector/src/chatThreadSelector.d.ts.map +0 -1
  882. package/dist/dist-esm/acs-chat-selector/src/chatThreadSelector.js +0 -96
  883. package/dist/dist-esm/acs-chat-selector/src/chatThreadSelector.js.map +0 -1
  884. package/dist/dist-esm/acs-chat-selector/src/handlers/createHandlers.d.ts.map +0 -1
  885. package/dist/dist-esm/acs-chat-selector/src/handlers/createHandlers.js.map +0 -1
  886. package/dist/dist-esm/acs-chat-selector/src/hooks/useHandlers.d.ts +0 -5
  887. package/dist/dist-esm/acs-chat-selector/src/hooks/useHandlers.d.ts.map +0 -1
  888. package/dist/dist-esm/acs-chat-selector/src/hooks/useHandlers.js +0 -14
  889. package/dist/dist-esm/acs-chat-selector/src/hooks/useHandlers.js.map +0 -1
  890. package/dist/dist-esm/acs-chat-selector/src/hooks/usePropsFor.d.ts +0 -12
  891. package/dist/dist-esm/acs-chat-selector/src/hooks/usePropsFor.d.ts.map +0 -1
  892. package/dist/dist-esm/acs-chat-selector/src/hooks/usePropsFor.js.map +0 -1
  893. package/dist/dist-esm/acs-chat-selector/src/hooks/useSelector.d.ts +0 -3
  894. package/dist/dist-esm/acs-chat-selector/src/hooks/useSelector.d.ts.map +0 -1
  895. package/dist/dist-esm/acs-chat-selector/src/hooks/useSelector.js.map +0 -1
  896. package/dist/dist-esm/acs-chat-selector/src/index.d.ts.map +0 -1
  897. package/dist/dist-esm/acs-chat-selector/src/index.js.map +0 -1
  898. package/dist/dist-esm/acs-chat-selector/src/providers/ChatClientProvider.d.ts.map +0 -1
  899. package/dist/dist-esm/acs-chat-selector/src/providers/ChatClientProvider.js.map +0 -1
  900. package/dist/dist-esm/acs-chat-selector/src/providers/ChatThreadClientProvider.d.ts.map +0 -1
  901. package/dist/dist-esm/acs-chat-selector/src/providers/ChatThreadClientProvider.js.map +0 -1
  902. package/dist/dist-esm/acs-chat-selector/src/sendBoxSelector.d.ts +0 -10
  903. package/dist/dist-esm/acs-chat-selector/src/sendBoxSelector.d.ts.map +0 -1
  904. package/dist/dist-esm/acs-chat-selector/src/sendBoxSelector.js.map +0 -1
  905. package/dist/dist-esm/acs-chat-selector/src/typingIndicatorSelector.d.ts.map +0 -1
  906. package/dist/dist-esm/acs-chat-selector/src/typingIndicatorSelector.js.map +0 -1
  907. package/dist/dist-esm/acs-chat-selector/src/utils/compareMessages.d.ts +0 -3
  908. package/dist/dist-esm/acs-chat-selector/src/utils/compareMessages.d.ts.map +0 -1
  909. package/dist/dist-esm/acs-chat-selector/src/utils/compareMessages.js +0 -12
  910. package/dist/dist-esm/acs-chat-selector/src/utils/compareMessages.js.map +0 -1
  911. package/dist/dist-esm/acs-chat-selector/src/utils/constants.d.ts +0 -3
  912. package/dist/dist-esm/acs-chat-selector/src/utils/constants.d.ts.map +0 -1
  913. package/dist/dist-esm/acs-chat-selector/src/utils/constants.js +0 -5
  914. package/dist/dist-esm/acs-chat-selector/src/utils/constants.js.map +0 -1
  915. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallConfiguration.d.ts +0 -8
  916. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallConfiguration.d.ts.map +0 -1
  917. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallConfiguration.js +0 -14
  918. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallConfiguration.js.map +0 -1
  919. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Call.styles.d.ts +0 -2
  920. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Call.styles.d.ts.map +0 -1
  921. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Call.styles.js +0 -11
  922. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Call.styles.js.map +0 -1
  923. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ThreadStatus.d.ts +0 -13
  924. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ThreadStatus.d.ts.map +0 -1
  925. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ThreadStatus.js +0 -22
  926. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ThreadStatus.js.map +0 -1
  927. package/dist/dist-esm/react-composites/src/index.release.d.ts +0 -3
  928. package/dist/dist-esm/react-composites/src/index.release.d.ts.map +0 -1
  929. package/dist/dist-esm/react-composites/src/index.release.js +0 -5
  930. package/dist/dist-esm/react-composites/src/index.release.js.map +0 -1
  931. package/dist/dist-esm/react-composites/src/types/CommunicationUiError.d.ts +0 -82
  932. package/dist/dist-esm/react-composites/src/types/CommunicationUiError.d.ts.map +0 -1
  933. package/dist/dist-esm/react-composites/src/types/CommunicationUiError.js +0 -82
  934. package/dist/dist-esm/react-composites/src/types/CommunicationUiError.js.map +0 -1
@@ -1,396 +1,483 @@
1
- import { AudioDeviceInfo, CallDirection, CallEndReason, CallerInfo, CallState as CallStatus, DeviceAccess, MediaStreamType, RemoteParticipantState as RemoteParticipantStatus, ScalingMode, TransferErrorCode, TransferState, VideoDeviceInfo } from '@azure/communication-calling';
2
- import { CommunicationUserIdentifier, CommunicationUserKind, MicrosoftTeamsUserKind, PhoneNumberIdentifier, PhoneNumberKind, UnknownIdentifierKind } from '@azure/communication-common';
3
- /**
4
- * State only version of {@Link @azure/communication-calling#TransferRequestedEventArgs}. At the time of writing
5
- * Transfer Call is experimental. Not tested and not ready for consumption.
6
- */
7
- export interface TransferRequest {
8
- targetParticipant: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind;
9
- }
10
- /**
11
- * State only version of {@Link @azure/communication-calling#Transfer}. At the time of writing Transfer Call is
12
- * experimental. Not tested and not ready for consumption.
13
- */
14
- export interface Transfer {
15
- /**
16
- * Added by Declarative and used internally.
17
- */
18
- id: number;
19
- /**
20
- * Added by {@Link StatefulClientClient}, stores the targetParticipant passed to
21
- * {@Link @azure/communication-calling#TransferCallFeature.transfer}
22
- */
23
- targetParticipant: CommunicationUserIdentifier | PhoneNumberIdentifier;
24
- /**
25
- * Proxy of {@Link @azure/communication-calling#Transfer.state}.
26
- */
27
- state: TransferState;
28
- /**
29
- * Proxy of {@Link @azure/communication-calling#Transfer.error}.
30
- */
31
- error?: TransferErrorCode;
32
- }
33
- /**
34
- * Holds all the state found in {@Link @azure/communication-calling#TransferCallFeature} and
35
- * {@Link @azure/communication-calling#Transfer}. At the time of writing Transfer Call is experimental. Not tested and
36
- * not ready for consumption.
37
- */
38
- export interface TransferCallFeature {
39
- /**
40
- * These are requests received in the {@Link @azure/communication-calling#TransferCallFeature}'s 'transferRequested'
41
- * event. Only MAX_TRANSFER_REQUEST_LENGTH number of TransferRequest are kept in this array with the older ones being
42
- * replaced by newer ones. To accept/reject a transfer request, the {@Link @azure/communication-calling#Call} must be
43
- * used (TODO: do we want to provide an API?).
44
- */
45
- receivedTransferRequests: TransferRequest[];
46
- /**
47
- * These are requests initiated by the local user using {@Link StatefulCallClient.transfer}. Only
48
- * MAX_TRANSFER_REQUEST_LENGTH number of TransferRequest are kept in this array with the older ones being replaced by
49
- * newer ones.
50
- */
51
- requestedTransfers: Transfer[];
52
- }
53
- /**
54
- * State only version of {@Link @azure/communication-calling#CallAgent} except calls is moved to be a child directly of
55
- * {@Link CallClientState} and not included here. The reason to have CallAgent's state proxied is to provide access to
56
- * displayName. We don't flatten CallAgent.displayName and put it in CallClientState because it would be ambiguious that
57
- * displayName is actually reliant on the creation/existence of CallAgent to be available.
58
- */
59
- export interface CallAgentState {
60
- /**
61
- * Proxy of {@Link @azure/communication-calling#CallAgent.displayName}.
62
- */
63
- displayName?: string;
64
- }
65
- /**
66
- * State only version of {@Link @azure/communication-calling#TranscriptionCallFeature}. {@Link StatefulCallClient} will
67
- * automatically listen for transcription state of the call and update the state exposed by {@Link StatefulCallClient}
68
- * accordingly.
69
- */
70
- export interface TranscriptionCallFeature {
71
- /**
72
- * Proxy of {@Link @azure/communication-calling#TranscriptionCallFeature.isTranscriptionActive}.
73
- */
74
- isTranscriptionActive: boolean;
75
- }
76
- /**
77
- * State only version of {@Link @azure/communication-calling#RecordingCallFeature}. {@Link StatefulCallClient} will
78
- * automatically listen for recording state of the call and update the state exposed by {@Link StatefulCallClient} accordingly.
79
- */
80
- export interface RecordingCallFeature {
81
- /**
82
- * Proxy of {@Link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
83
- */
84
- isRecordingActive: boolean;
85
- }
86
- /**
87
- * State only version of {@Link @azure/communication-calling#LocalVideoStream}.
88
- */
89
- export interface LocalVideoStreamState {
90
- /**
91
- * Proxy of {@Link @azure/communication-calling#LocalVideoStream.source}.
92
- */
93
- source: VideoDeviceInfo;
94
- /**
95
- * Proxy of {@Link @azure/communication-calling#LocalVideoStream.mediaStreamType}.
96
- */
97
- mediaStreamType: MediaStreamType;
98
- /**
99
- * {@Link VideoStreamRendererView} that is managed by createView/disposeView in {@Link StatefulCallClient}
100
- * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
101
- */
102
- view?: VideoStreamRendererViewState;
103
- }
104
- /**
105
- * State only version of {@Link @azure/communication-calling#RemoteVideoStream}.
106
- */
107
- export interface RemoteVideoStreamState {
108
- /**
109
- * Proxy of {@Link @azure/communication-calling#RemoteVideoStream.id}.
110
- */
111
- id: number;
112
- /**
113
- * Proxy of {@Link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
114
- */
115
- mediaStreamType: MediaStreamType;
116
- /**
117
- * Proxy of {@Link @azure/communication-calling#RemoteVideoStream.isAvailable}.
118
- */
119
- isAvailable: boolean;
120
- /**
121
- * {@Link VideoStreamRendererView} that is managed by createView/disposeView in {@Link StatefulCallClient}
122
- * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
123
- */
124
- view?: VideoStreamRendererViewState;
125
- }
126
- /**
127
- * State only version of {@Link @azure/communication-calling#VideoStreamRendererView}. Currently no API is provided to
128
- * modify scalingMode after the stream as been rendered by {@Link StatefulCallClient}. In order to change scalingMode
129
- * stop rendering the stream and re-start it using the desired scalingMode. This property is added to the state exposed
130
- * by {@Link StatefulCallClient} by {@Link StatefulCallClient.createView} and removed by
131
- * {@Link StatefulCallClient.disposeView}.
132
- */
133
- export interface VideoStreamRendererViewState {
134
- /**
135
- * Proxy of {@Link @azure/communication-calling#VideoStreamRendererView.scalingMode}.
136
- */
137
- scalingMode: ScalingMode;
138
- /**
139
- * Proxy of {@Link @azure/communication-calling#VideoStreamRendererView.isMirrored}.
140
- */
141
- isMirrored: boolean;
142
- /**
143
- * Proxy of {@Link @azure/communication-calling#VideoStreamRendererView.target}.
144
- */
145
- target: HTMLElement;
146
- }
147
- /**
148
- * State only version of {@Link @azure/communication-calling#RemoteParticipant}. {@Link StatefulCallClient} will
149
- * automatically retrieve RemoteParticipants and add their state to the state exposed by {@Link StatefulCallClient}.
150
- */
151
- export interface RemoteParticipantState {
152
- /**
153
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.identifier}.
154
- */
155
- identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind;
156
- /**
157
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.displayName}.
158
- */
159
- displayName?: string;
160
- /**
161
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.state}.
162
- */
163
- state: RemoteParticipantStatus;
164
- /**
165
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.callEndReason}.
166
- */
167
- callEndReason?: CallEndReason;
168
- /**
169
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.videoStreams} as a map of
170
- * {@Link @azure/communication-calling#RemoteVideoStream.id} to {@Link RemoteVideoStream}.
171
- */
172
- videoStreams: Map<number, RemoteVideoStreamState>;
173
- /**
174
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.isMuted}.
175
- */
176
- isMuted: boolean;
177
- /**
178
- * Proxy of {@Link @azure/communication-calling#RemoteParticipant.isSpeaking}.
179
- */
180
- isSpeaking: boolean;
181
- }
182
- /**
183
- * State only version of {@Link @azure/communication-calling#Call}. {@Link StatefulCallClient} will automatically
184
- * retrieve Call's state and add it to the state exposed by {@Link StatefulCallClient}.
185
- */
186
- export interface CallState {
187
- /**
188
- * Proxy of {@Link @azure/communication-calling#Call.id}.
189
- */
190
- id: string;
191
- /**
192
- * Proxy of {@Link @azure/communication-calling#Call.callerInfo}.
193
- */
194
- callerInfo: CallerInfo;
195
- /**
196
- * Proxy of {@Link @azure/communication-calling#Call.state}.
197
- */
198
- state: CallStatus;
199
- /**
200
- * Proxy of {@Link @azure/communication-calling#Call.callEndReason}.
201
- */
202
- callEndReason?: CallEndReason;
203
- /**
204
- * Proxy of {@Link @azure/communication-calling#Call.direction}.
205
- */
206
- direction: CallDirection;
207
- /**
208
- * Proxy of {@Link @azure/communication-calling#Call.isMuted}.
209
- */
210
- isMuted: boolean;
211
- /**
212
- * Proxy of {@Link @azure/communication-calling#Call.isScreenSharingOn}.
213
- */
214
- isScreenSharingOn: boolean;
215
- /**
216
- * Proxy of {@Link @azure/communication-calling#Call.localVideoStreams}.
217
- */
218
- localVideoStreams: LocalVideoStreamState[];
219
- /**
220
- * Proxy of {@Link @azure/communication-calling#Call.remoteParticipants}. Map of flattened
221
- * {@Link RemoteParticipantState.identifier} to {@Link RemoteParticipant}. To obtain a flattened
222
- * {@Link RemoteParticipantState.identifier}, use {@Link @azure/communication-react#toFlatCommunicationIdentifier}.
223
- */
224
- remoteParticipants: Map<string, RemoteParticipantState>;
225
- /**
226
- * Stores remote participants that have left the call so that the callEndReason could be retrieved. Map of flattened
227
- * {@Link RemoteParticipantState.identifier} to {@Link RemoteParticipant}. To obtain a flattened
228
- * {@Link RemoteParticipantState.identifier}, use {@Link @azure/communication-react#toFlatCommunicationIdentifier}.
229
- */
230
- remoteParticipantsEnded: Map<string, RemoteParticipantState>;
231
- /**
232
- * Proxy of {@Link @azure/communication-calling#TranscriptionCallFeature}.
233
- */
234
- transcription: TranscriptionCallFeature;
235
- /**
236
- * Proxy of {@Link @azure/communication-calling#RecordingCallFeature}.
237
- */
238
- recording: RecordingCallFeature;
239
- /**
240
- * Proxy of {@Link @azure/communication-calling#TransferCallFeature} with some differences see
241
- * {@Link TransferCallFeature} for details.
242
- */
243
- transfer: TransferCallFeature;
244
- /**
245
- * Stores the currently active screenshare participant's key. If there is no screenshare active, then this will be
246
- * undefined. You can use this key to access the remoteParticipant data in {@Link CallState.remoteParticipants} map.
247
- *
248
- * Note this only applies to ScreenShare in RemoteParticipant. A local ScreenShare being active will not affect this
249
- * property.
250
- *
251
- * This property is added by the stateful layer and is not a proxy of SDK state
252
- */
253
- screenShareRemoteParticipant: string | undefined;
254
- /**
255
- * Stores the local date when the call started on the client. This property is added by the stateful layer and is not
256
- * a proxy of SDK state.
257
- */
258
- startTime: Date;
259
- /**
260
- * Stores the local date when the call ended on the client. This property is added by the stateful layer and is not
261
- * a proxy of SDK state.
262
- */
263
- endTime: Date | undefined;
264
- }
265
- /**
266
- * State only version of {@Link @azure/communication-calling#IncomingCall}. {@Link StatefulCallClient} will
267
- * automatically detect incoming calls and add their state to the state exposed by {@Link StatefulCallClient}.
268
- */
269
- export interface IncomingCallState {
270
- /**
271
- * Proxy of {@Link @azure/communication-calling#IncomingCall.id}.
272
- */
273
- id: string;
274
- /**
275
- * Proxy of {@Link @azure/communication-calling#IncomingCall.callerInfo}.
276
- */
277
- callerInfo: CallerInfo;
278
- /**
279
- * Set to the state returned by 'callEnded' event on {@Link @azure/communication-calling#IncomingCall} when received.
280
- * This property is added by the stateful layer and is not a proxy of SDK state.
281
- */
282
- callEndReason?: CallEndReason;
283
- /**
284
- * Stores the local date when the call started on the client. This property is added by the stateful layer and is not
285
- * a proxy of SDK state.
286
- */
287
- startTime: Date;
288
- /**
289
- * Stores the local date when the call ended on the client. This property is added by the stateful layer and is not a
290
- * proxy of SDK state. It is undefined if the call is not ended yet.
291
- */
292
- endTime: Date | undefined;
293
- }
294
- /**
295
- * This type is meant to encapsulate all the state inside {@Link @azure/communication-calling#DeviceManager}. For
296
- * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
297
- * speakers, and deviceAccess states will be empty until the corresponding
298
- * {@Link @azure/communication-calling#DeviceManager}'s getCameras, getMicrophones, getSpeakers, and askDevicePermission
299
- * APIs are called and completed.
300
- */
301
- export declare type DeviceManagerState = {
302
- /**
303
- * Proxy of {@Link @azure/communication-calling#DeviceManager.isSpeakerSelectionAvailable}.
304
- */
305
- isSpeakerSelectionAvailable: boolean;
306
- /**
307
- * Proxy of {@Link @azure/communication-calling#DeviceManager.selectedMicrophone}.
308
- */
309
- selectedMicrophone?: AudioDeviceInfo;
310
- /**
311
- * Proxy of {@Link @azure/communication-calling#DeviceManager.selectedSpeaker}.
312
- */
313
- selectedSpeaker?: AudioDeviceInfo;
314
- /**
315
- * Stores the selected camera device info. This is added by the stateful layer and does not exist in the Calling SDK.
316
- * It is meant as a convenience to the developer. It must be explicitly set before it has any value and does not
317
- * persist across instances of the {@Link StatefulCallClient}. The developer controls entirely what this value holds
318
- * at any time.
319
- */
320
- selectedCamera?: VideoDeviceInfo;
321
- /**
322
- * Stores any cameras data returned from {@Link @azure/communication-calling#DeviceManager.getCameras}.
323
- */
324
- cameras: VideoDeviceInfo[];
325
- /**
326
- * Stores any microphones data returned from {@Link @azure/communication-calling#DeviceManager.getMicrophones}.
327
- */
328
- microphones: AudioDeviceInfo[];
329
- /**
330
- * Stores any speakers data returned from {@Link @azure/communication-calling#DeviceManager.getSpeakers}.
331
- */
332
- speakers: AudioDeviceInfo[];
333
- /**
334
- * Stores deviceAccess data returned from {@Link @azure/communication-calling#DeviceManager.askDevicePermission}.
335
- */
336
- deviceAccess?: DeviceAccess;
337
- /**
338
- * Stores created views that are not associated with any CallState (when {@Link StatefulCallClient.createView} is
339
- * called with undefined callId, undefined participantId, and defined LocalVideoStream). The key in this map will be
340
- * the original reference that {@Link StatefulCallClient.createView} is called with. The value will be a new
341
- * LocalVideoStream different than the one used. The value in the map will contain the rendered view. The value in the
342
- * map is also considered immutable.
343
- */
344
- unparentedViews: Map<LocalVideoStreamState, LocalVideoStreamState>;
345
- };
346
- /**
347
- * Container for all of the state data proxied by {@Link StatefulCallClient}. The calls, callsEnded, incomingCalls, and
348
- * incomingCallsEnded states will be automatically provided if a callAgent has been created. The deviceManager will be
349
- * empty initially until populated see {@Link DeviceManagerState}. The userId state is provided as a convenience for the
350
- * developer and is completely controled and set by the developer.
351
- */
352
- export interface CallClientState {
353
- /**
354
- * Proxy of {@Link @azure/communication-calling#CallAgent.calls} as a map of CallState {@Link CallState}. It is keyed
355
- * by {@Link @azure/communication-calling#Call.id}. Please note that {@Link @azure/communication-calling#Call.id}
356
- * could change. You should not cache the id itself but the entire {@Link @azure/communication-calling#Call} and then
357
- * use the id contained to look up data in this map.
358
- */
359
- calls: Map<string, CallState>;
360
- /**
361
- * Calls that have ended are stored here so the callEndReason could be checked. It is an array of CallState
362
- * {@Link CallState}. Calls are pushed on to the array as they end, meaning this is sorted by endTime ascending. Only
363
- * {@Link MAX_CALL_HISTORY_LENGTH} number of Calls are kept in this array with the older ones being replaced by newer
364
- * ones.
365
- */
366
- callsEnded: CallState[];
367
- /**
368
- * Proxy of {@Link @azure/communication-calling#IncomingCall} as a map of IncomingCall {@Link IncomingCall} received
369
- * in the event 'incomingCall' emitted by {@Link @azure/communication-calling#CallAgent}. It is keyed by
370
- * {@Link @azure/communication-calling#IncomingCall.id}.
371
- */
372
- incomingCalls: Map<string, IncomingCallState>;
373
- /**
374
- * Incoming Calls that have ended are stored here so the callEndReason could be checked. It is a array of IncomingCall
375
- * {@Link IncomingCall} received in the event 'incomingCall' emitted by
376
- * {@Link @azure/communication-calling#CallAgent}. IncomingCalls are pushed on to the array as they end, meaning this
377
- * is sorted by endTime ascending. Only MAX_CALL_HISTORY_LENGTH number of IncomingCalls are kept in this array with
378
- * the older ones being replaced by newer ones.
379
- */
380
- incomingCallsEnded: IncomingCallState[];
381
- /**
382
- * Proxy of {@Link @azure/communication-calling#DeviceManager}. Please review {@Link DeviceManagerState}.
383
- */
384
- deviceManager: DeviceManagerState;
385
- /**
386
- * Proxy of {@Link @azure/communication-calling#CallAgent}. Please review {@Link CallAgentState}.
387
- */
388
- callAgent: CallAgentState | undefined;
389
- /**
390
- * Stores a userId. This is not used by the {@Link StatefulCallClient} and is provided here as a convenience for the
391
- * developer for easier access to userId. Must be passed in at initialization of the {@Link StatefulCallClient}.
392
- * Completely controled by the developer.
393
- */
394
- userId: string;
395
- }
1
+ import { AudioDeviceInfo, CallDirection, CallEndReason, CallerInfo, CallState as CallStatus, DeviceAccess, DominantSpeakersInfo, LatestMediaDiagnostics, LatestNetworkDiagnostics, MediaStreamType, RemoteParticipantState as RemoteParticipantStatus, ScalingMode, TransferErrorCode, TransferState, VideoDeviceInfo } from '@azure/communication-calling';
2
+ import { CommunicationUserIdentifier, CommunicationUserKind, MicrosoftTeamsUserKind, PhoneNumberIdentifier, PhoneNumberKind, UnknownIdentifierKind } from '@azure/communication-common';
3
+ /**
4
+ * State only version of {@link @azure/communication-calling#TransferRequestedEventArgs}. At the time of writing
5
+ * Transfer Call is experimental. Not tested and not ready for consumption.
6
+ */
7
+ export interface TransferRequest {
8
+ targetParticipant: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind;
9
+ }
10
+ /**
11
+ * State only version of {@link @azure/communication-calling#Transfer}. At the time of writing Transfer Call is
12
+ * experimental. Not tested and not ready for consumption.
13
+ * @experimental
14
+ */
15
+ export interface Transfer {
16
+ /**
17
+ * Added by Declarative and used internally.
18
+ */
19
+ id: number;
20
+ /**
21
+ * Added by {@link StatefulClientClient}, stores the targetParticipant passed to
22
+ * {@link @azure/communication-calling#TransferCallFeature.transfer}
23
+ */
24
+ targetParticipant: CommunicationUserIdentifier | PhoneNumberIdentifier;
25
+ /**
26
+ * Proxy of {@link @azure/communication-calling#Transfer.state}.
27
+ */
28
+ state: TransferState;
29
+ /**
30
+ * Proxy of {@link @azure/communication-calling#Transfer.error}.
31
+ */
32
+ error?: TransferErrorCode;
33
+ }
34
+ /**
35
+ * Holds all the state found in {@link @azure/communication-calling#TransferCallFeature} and
36
+ * {@link @azure/communication-calling#Transfer}. At the time of writing Transfer Call is experimental. Not tested and
37
+ * not ready for consumption.
38
+ */
39
+ export interface TransferCallFeature {
40
+ /**
41
+ * These are requests received in the {@link @azure/communication-calling#TransferCallFeature}'s 'transferRequested'
42
+ * event. Only MAX_TRANSFER_REQUEST_LENGTH number of TransferRequest are kept in this array with the older ones being
43
+ * replaced by newer ones. To accept/reject a transfer request, the {@link @azure/communication-calling#Call} must be
44
+ * used (TODO: do we want to provide an API?).
45
+ */
46
+ receivedTransferRequests: TransferRequest[];
47
+ /**
48
+ * These are requests initiated by the local user using {@link StatefulCallClient.transfer}. Only
49
+ * MAX_TRANSFER_REQUEST_LENGTH number of TransferRequest are kept in this array with the older ones being replaced by
50
+ * newer ones.
51
+ */
52
+ requestedTransfers: Transfer[];
53
+ }
54
+ /**
55
+ * State only version of {@link @azure/communication-calling#CallAgent} except calls is moved to be a child directly of
56
+ * {@link CallClientState} and not included here. The reason to have CallAgent's state proxied is to provide access to
57
+ * displayName. We don't flatten CallAgent.displayName and put it in CallClientState because it would be ambiguious that
58
+ * displayName is actually reliant on the creation/existence of CallAgent to be available.
59
+ */
60
+ export interface CallAgentState {
61
+ /**
62
+ * Proxy of {@link @azure/communication-calling#CallAgent.displayName}.
63
+ */
64
+ displayName?: string;
65
+ }
66
+ /**
67
+ * State only version of {@link @azure/communication-calling#TranscriptionCallFeature}. {@link StatefulCallClient} will
68
+ * automatically listen for transcription state of the call and update the state exposed by {@link StatefulCallClient}
69
+ * accordingly.
70
+ */
71
+ export interface TranscriptionCallFeature {
72
+ /**
73
+ * Proxy of {@link @azure/communication-calling#TranscriptionCallFeature.isTranscriptionActive}.
74
+ */
75
+ isTranscriptionActive: boolean;
76
+ }
77
+ /**
78
+ * State only version of {@link @azure/communication-calling#RecordingCallFeature}. {@link StatefulCallClient} will
79
+ * automatically listen for recording state of the call and update the state exposed by {@link StatefulCallClient} accordingly.
80
+ */
81
+ export interface RecordingCallFeature {
82
+ /**
83
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature.isRecordingActive}.
84
+ */
85
+ isRecordingActive: boolean;
86
+ }
87
+ /**
88
+ * State only version of {@link @azure/communication-calling#LocalVideoStream}.
89
+ */
90
+ export interface LocalVideoStreamState {
91
+ /**
92
+ * Proxy of {@link @azure/communication-calling#LocalVideoStream.source}.
93
+ */
94
+ source: VideoDeviceInfo;
95
+ /**
96
+ * Proxy of {@link @azure/communication-calling#LocalVideoStream.mediaStreamType}.
97
+ */
98
+ mediaStreamType: MediaStreamType;
99
+ /**
100
+ * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
101
+ * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
102
+ */
103
+ view?: VideoStreamRendererViewState;
104
+ }
105
+ /**
106
+ * State only version of {@link @azure/communication-calling#RemoteVideoStream}.
107
+ */
108
+ export interface RemoteVideoStreamState {
109
+ /**
110
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.id}.
111
+ */
112
+ id: number;
113
+ /**
114
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.mediaStreamType}.
115
+ */
116
+ mediaStreamType: MediaStreamType;
117
+ /**
118
+ * Proxy of {@link @azure/communication-calling#RemoteVideoStream.isAvailable}.
119
+ */
120
+ isAvailable: boolean;
121
+ /**
122
+ * {@link VideoStreamRendererView} that is managed by createView/disposeView in {@link StatefulCallClient}
123
+ * API. This can be undefined if the stream has not yet been rendered and defined after createView creates the view.
124
+ */
125
+ view?: VideoStreamRendererViewState;
126
+ }
127
+ /**
128
+ * State only version of {@link @azure/communication-calling#VideoStreamRendererView}. Currently no API is provided to
129
+ * modify scalingMode after the stream as been rendered by {@link StatefulCallClient}. In order to change scalingMode
130
+ * stop rendering the stream and re-start it using the desired scalingMode. This property is added to the state exposed
131
+ * by {@link StatefulCallClient} by {@link StatefulCallClient.createView} and removed by
132
+ * {@link StatefulCallClient.disposeView}.
133
+ */
134
+ export interface VideoStreamRendererViewState {
135
+ /**
136
+ * Proxy of {@link @azure/communication-calling#VideoStreamRendererView.scalingMode}.
137
+ */
138
+ scalingMode: ScalingMode;
139
+ /**
140
+ * Proxy of {@link @azure/communication-calling#VideoStreamRendererView.isMirrored}.
141
+ */
142
+ isMirrored: boolean;
143
+ /**
144
+ * Proxy of {@link @azure/communication-calling#VideoStreamRendererView.target}.
145
+ */
146
+ target: HTMLElement;
147
+ }
148
+ /**
149
+ * State only version of {@link @azure/communication-calling#RemoteParticipant}. {@link StatefulCallClient} will
150
+ * automatically retrieve RemoteParticipants and add their state to the state exposed by {@link StatefulCallClient}.
151
+ */
152
+ export interface RemoteParticipantState {
153
+ /**
154
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
155
+ */
156
+ identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind;
157
+ /**
158
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
159
+ */
160
+ displayName?: string;
161
+ /**
162
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.state}.
163
+ */
164
+ state: RemoteParticipantStatus;
165
+ /**
166
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.callEndReason}.
167
+ */
168
+ callEndReason?: CallEndReason;
169
+ /**
170
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.videoStreams} as an object with
171
+ * {@link RemoteVideoStream} fields keyed by {@link @azure/communication-calling#RemoteVideoStream.id}.
172
+ */
173
+ videoStreams: {
174
+ [key: number]: RemoteVideoStreamState;
175
+ };
176
+ /**
177
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.isMuted}.
178
+ */
179
+ isMuted: boolean;
180
+ /**
181
+ * Proxy of {@link @azure/communication-calling#RemoteParticipant.isSpeaking}.
182
+ */
183
+ isSpeaking: boolean;
184
+ }
185
+ /**
186
+ * State only version of {@link @azure/communication-calling#Call}. {@link StatefulCallClient} will automatically
187
+ * retrieve Call's state and add it to the state exposed by {@link StatefulCallClient}.
188
+ */
189
+ export interface CallState {
190
+ /**
191
+ * Proxy of {@link @azure/communication-calling#Call.id}.
192
+ */
193
+ id: string;
194
+ /**
195
+ * Proxy of {@link @azure/communication-calling#Call.callerInfo}.
196
+ */
197
+ callerInfo: CallerInfo;
198
+ /**
199
+ * Proxy of {@link @azure/communication-calling#Call.state}.
200
+ */
201
+ state: CallStatus;
202
+ /**
203
+ * Proxy of {@link @azure/communication-calling#Call.callEndReason}.
204
+ */
205
+ callEndReason?: CallEndReason;
206
+ /**
207
+ * Proxy of {@link @azure/communication-calling#Call.direction}.
208
+ */
209
+ direction: CallDirection;
210
+ /**
211
+ * Proxy of {@link @azure/communication-calling#Call.isMuted}.
212
+ */
213
+ isMuted: boolean;
214
+ /**
215
+ * Proxy of {@link @azure/communication-calling#Call.isScreenSharingOn}.
216
+ */
217
+ isScreenSharingOn: boolean;
218
+ /**
219
+ * Proxy of {@link @azure/communication-calling#DominantSpeakersInfo }.
220
+ */
221
+ dominantSpeakers?: DominantSpeakersInfo;
222
+ /**
223
+ * Proxy of {@link @azure/communication-calling#Call.localVideoStreams}.
224
+ */
225
+ localVideoStreams: LocalVideoStreamState[];
226
+ /**
227
+ * Proxy of {@link @azure/communication-calling#Call.remoteParticipants}.
228
+ * Object with {@link RemoteParticipant} fields keyed by flattened {@link RemoteParticipantState.identifier}.
229
+ * To obtain a flattened {@link RemoteParticipantState.identifier}, use
230
+ * {@link @azure/communication-react#toFlatCommunicationIdentifier}.
231
+ */
232
+ remoteParticipants: {
233
+ [keys: string]: RemoteParticipantState;
234
+ };
235
+ /**
236
+ * Stores remote participants that have left the call so that the callEndReason could be retrieved.
237
+ * Object with {@link RemoteParticipant} fields keyed by flattened {@link RemoteParticipantState.identifier}.
238
+ * To obtain a flattened {@link RemoteParticipantState.identifier}, use
239
+ * {@link @azure/communication-react#toFlatCommunicationIdentifier}.
240
+ */
241
+ remoteParticipantsEnded: {
242
+ [keys: string]: RemoteParticipantState;
243
+ };
244
+ /**
245
+ * Proxy of {@link @azure/communication-calling#TranscriptionCallFeature}.
246
+ */
247
+ transcription: TranscriptionCallFeature;
248
+ /**
249
+ * Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
250
+ */
251
+ recording: RecordingCallFeature;
252
+ /**
253
+ * Proxy of {@link @azure/communication-calling#TransferCallFeature} with some differences see
254
+ * {@link TransferCallFeature} for details.
255
+ */
256
+ transfer: TransferCallFeature;
257
+ /**
258
+ * Stores the currently active screenshare participant's key. If there is no screenshare active, then this will be
259
+ * undefined. You can use this key to access the remoteParticipant data in {@link CallState.remoteParticipants} object.
260
+ *
261
+ * Note this only applies to ScreenShare in RemoteParticipant. A local ScreenShare being active will not affect this
262
+ * property.
263
+ *
264
+ * This property is added by the stateful layer and is not a proxy of SDK state
265
+ */
266
+ screenShareRemoteParticipant: string | undefined;
267
+ /**
268
+ * Stores the local date when the call started on the client. This property is added by the stateful layer and is not
269
+ * a proxy of SDK state.
270
+ */
271
+ startTime: Date;
272
+ /**
273
+ * Stores the local date when the call ended on the client. This property is added by the stateful layer and is not
274
+ * a proxy of SDK state.
275
+ */
276
+ endTime: Date | undefined;
277
+ /**
278
+ * Stores the latest call diagnostics.
279
+ */
280
+ diagnostics: DiagnosticsCallFeatureState;
281
+ }
282
+ /**
283
+ * State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
284
+ * automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
285
+ */
286
+ export interface IncomingCallState {
287
+ /**
288
+ * Proxy of {@link @azure/communication-calling#IncomingCall.id}.
289
+ */
290
+ id: string;
291
+ /**
292
+ * Proxy of {@link @azure/communication-calling#IncomingCall.callerInfo}.
293
+ */
294
+ callerInfo: CallerInfo;
295
+ /**
296
+ * Set to the state returned by 'callEnded' event on {@link @azure/communication-calling#IncomingCall} when received.
297
+ * This property is added by the stateful layer and is not a proxy of SDK state.
298
+ */
299
+ callEndReason?: CallEndReason;
300
+ /**
301
+ * Stores the local date when the call started on the client. This property is added by the stateful layer and is not
302
+ * a proxy of SDK state.
303
+ */
304
+ startTime: Date;
305
+ /**
306
+ * Stores the local date when the call ended on the client. This property is added by the stateful layer and is not a
307
+ * proxy of SDK state. It is undefined if the call is not ended yet.
308
+ */
309
+ endTime: Date | undefined;
310
+ }
311
+ /**
312
+ * This type is meant to encapsulate all the state inside {@link @azure/communication-calling#DeviceManager}. For
313
+ * optional parameters they may not be available until permission is granted by the user. The cameras, microphones,
314
+ * speakers, and deviceAccess states will be empty until the corresponding
315
+ * {@link @azure/communication-calling#DeviceManager}'s getCameras, getMicrophones, getSpeakers, and askDevicePermission
316
+ * APIs are called and completed.
317
+ */
318
+ export declare type DeviceManagerState = {
319
+ /**
320
+ * Proxy of {@link @azure/communication-calling#DeviceManager.isSpeakerSelectionAvailable}.
321
+ */
322
+ isSpeakerSelectionAvailable: boolean;
323
+ /**
324
+ * Proxy of {@link @azure/communication-calling#DeviceManager.selectedMicrophone}.
325
+ */
326
+ selectedMicrophone?: AudioDeviceInfo;
327
+ /**
328
+ * Proxy of {@link @azure/communication-calling#DeviceManager.selectedSpeaker}.
329
+ */
330
+ selectedSpeaker?: AudioDeviceInfo;
331
+ /**
332
+ * Stores the selected camera device info. This is added by the stateful layer and does not exist in the Calling SDK.
333
+ * It is meant as a convenience to the developer. It must be explicitly set before it has any value and does not
334
+ * persist across instances of the {@link StatefulCallClient}. The developer controls entirely what this value holds
335
+ * at any time.
336
+ */
337
+ selectedCamera?: VideoDeviceInfo;
338
+ /**
339
+ * Stores any cameras data returned from {@link @azure/communication-calling#DeviceManager.getCameras}.
340
+ */
341
+ cameras: VideoDeviceInfo[];
342
+ /**
343
+ * Stores any microphones data returned from {@link @azure/communication-calling#DeviceManager.getMicrophones}.
344
+ */
345
+ microphones: AudioDeviceInfo[];
346
+ /**
347
+ * Stores any speakers data returned from {@link @azure/communication-calling#DeviceManager.getSpeakers}.
348
+ */
349
+ speakers: AudioDeviceInfo[];
350
+ /**
351
+ * Stores deviceAccess data returned from {@link @azure/communication-calling#DeviceManager.askDevicePermission}.
352
+ */
353
+ deviceAccess?: DeviceAccess;
354
+ /**
355
+ * Stores created views that are not associated with any CallState (when {@link StatefulCallClient.createView} is
356
+ * called with undefined callId, undefined participantId, and defined LocalVideoStream).
357
+ *
358
+ * The values in this array are generated internally when {@link StatefulCallClient.createView} is called and are
359
+ * considered immutable.
360
+ */
361
+ unparentedViews: LocalVideoStreamState[];
362
+ };
363
+ /**
364
+ * Container for all of the state data proxied by {@link StatefulCallClient}. The calls, callsEnded, incomingCalls, and
365
+ * incomingCallsEnded states will be automatically provided if a callAgent has been created. The deviceManager will be
366
+ * empty initially until populated see {@link DeviceManagerState}. The userId state is provided as a convenience for the
367
+ * developer and is completely controled and set by the developer.
368
+ */
369
+ export interface CallClientState {
370
+ /**
371
+ * Proxy of {@link @azure/communication-calling#CallAgent.calls} as an object with CallState {@link CallState} fields.
372
+ * It is keyed by {@link @azure/communication-calling#Call.id}. Please note that
373
+ * {@link @azure/communication-calling#Call.id} could change. You should not cache the id itself but the entire
374
+ * {@link @azure/communication-calling#Call} and then use the id contained to look up data in this map.
375
+ */
376
+ calls: {
377
+ [key: string]: CallState;
378
+ };
379
+ /**
380
+ * Calls that have ended are stored here so the callEndReason could be checked. It is an array of CallState
381
+ * {@link CallState}. Calls are pushed on to the array as they end, meaning this is sorted by endTime ascending. Only
382
+ * {@link MAX_CALL_HISTORY_LENGTH} number of Calls are kept in this array with the older ones being replaced by newer
383
+ * ones.
384
+ */
385
+ callsEnded: CallState[];
386
+ /**
387
+ * Proxy of {@link @azure/communication-calling#IncomingCall} as an object with IncomingCall {@link IncomingCall} fields.
388
+ * It is keyed by {@link @azure/communication-calling#IncomingCall.id}.
389
+ */
390
+ incomingCalls: {
391
+ [key: string]: IncomingCallState;
392
+ };
393
+ /**
394
+ * Incoming Calls that have ended are stored here so the callEndReason could be checked. It is a array of IncomingCall
395
+ * {@link IncomingCall} received in the event 'incomingCall' emitted by
396
+ * {@link @azure/communication-calling#CallAgent}. IncomingCalls are pushed on to the array as they end, meaning this
397
+ * is sorted by endTime ascending. Only MAX_CALL_HISTORY_LENGTH number of IncomingCalls are kept in this array with
398
+ * the older ones being replaced by newer ones.
399
+ */
400
+ incomingCallsEnded: IncomingCallState[];
401
+ /**
402
+ * Proxy of {@link @azure/communication-calling#DeviceManager}. Please review {@link DeviceManagerState}.
403
+ */
404
+ deviceManager: DeviceManagerState;
405
+ /**
406
+ * Proxy of {@link @azure/communication-calling#CallAgent}. Please review {@link CallAgentState}.
407
+ */
408
+ callAgent?: CallAgentState;
409
+ /**
410
+ * Stores a userId. This is not used by the {@link StatefulCallClient} and is provided here as a convenience for the
411
+ * developer for easier access to userId. Must be passed in at initialization of the {@link StatefulCallClient}.
412
+ * Completely controlled by the developer.
413
+ */
414
+ userId: CommunicationUserKind;
415
+ /**
416
+ * Stores the latest error for each API method.
417
+ *
418
+ * See documentation of {@Link CallErrors} for details.
419
+ */
420
+ latestErrors: CallErrors;
421
+ }
422
+ /**
423
+ * Errors teed from API calls to the Calling SDK.
424
+ *
425
+ * Each property in the object stores the latest error for a particular SDK API method.
426
+ *
427
+ * Errors from this object can be cleared using the {@link newClearCallErrorsModifier}.
428
+ * Additionally, errors are automatically cleared when:
429
+ * - The state is cleared.
430
+ * - Subsequent calls to related API methods succeed.
431
+ * See documentation of individual stateful client methods for details on when errors may be automatically cleared.
432
+ */
433
+ export declare type CallErrors = {
434
+ [target in CallErrorTarget]: CallError;
435
+ };
436
+ /**
437
+ * Error thrown from failed stateful API methods.
438
+ */
439
+ export declare class CallError extends Error {
440
+ /**
441
+ * The API method target that failed.
442
+ */
443
+ target: CallErrorTarget;
444
+ /**
445
+ * Error thrown by the failed SDK method.
446
+ */
447
+ inner: Error;
448
+ /**
449
+ * Timestamp added to the error by the stateful layer.
450
+ */
451
+ timestamp: Date;
452
+ constructor(target: CallErrorTarget, inner: Error, timestamp?: Date);
453
+ }
454
+ /**
455
+ * String literal type for all permissible keys in {@Link CallErrors}.
456
+ */
457
+ export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.api' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopVideo' | 'Call.unmute' | 'CallAgent.dispose' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.getDeviceManager' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker';
458
+ /**
459
+ * State only proxy for {@link @azure/communication-calling#DiagnosticsCallFeature}.
460
+ */
461
+ export interface DiagnosticsCallFeatureState {
462
+ /**
463
+ * Stores diagnostics related to network conditions.
464
+ */
465
+ network: NetworkDiagnosticsState;
466
+ /**
467
+ * Stores diagnostics related to media quality.
468
+ */
469
+ media: MediaDiagnosticsState;
470
+ }
471
+ /**
472
+ * State only proxy for {@link @azure/communication-calling#NetworkDiagnostics}.
473
+ */
474
+ export interface NetworkDiagnosticsState {
475
+ latest: LatestNetworkDiagnostics;
476
+ }
477
+ /**
478
+ * State only proxy for {@link @azure/communication-calling#MediaDiagnostics}.
479
+ */
480
+ export interface MediaDiagnosticsState {
481
+ latest: LatestMediaDiagnostics;
482
+ }
396
483
  //# sourceMappingURL=CallClientState.d.ts.map