@azure/communication-react 1.29.0-alpha-202506140018 → 1.29.0-alpha-202506190019

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 (54) hide show
  1. package/dist/communication-react.d.ts +15 -1
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CHbGkvBl.js → ChatMessageComponentAsRichTextEditBox-B8x2jvEO.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CHbGkvBl.js.map → ChatMessageComponentAsRichTextEditBox-B8x2jvEO.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-YgSX8Sn5.js → RichTextSendBoxWrapper-1ZtLwVGP.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-YgSX8Sn5.js.map → RichTextSendBoxWrapper-1ZtLwVGP.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-DC-3aVb5.js → index-CHekJd1H.js} +146 -83
  7. package/dist/dist-cjs/communication-react/index-CHekJd1H.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +3 -6
  12. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  13. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +1 -0
  14. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  15. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +7 -3
  16. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  17. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +2 -0
  20. package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +5 -0
  22. package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
  23. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +1 -0
  24. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js +1 -0
  26. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  27. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js +1 -0
  28. package/dist/dist-esm/calling-stateful-client/src/ReactionSubscriber.js.map +1 -1
  29. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +7 -0
  30. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +3 -7
  31. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  32. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +1 -1
  33. package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -1
  34. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +1 -0
  35. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  36. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +3 -0
  37. package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -1
  38. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +1 -0
  39. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -1
  40. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js +1 -0
  41. package/dist/dist-esm/calling-stateful-client/src/VideoStreamRendererViewDeclarative.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/CaptionsAndRTTAnnouncer.d.ts +28 -0
  43. package/dist/dist-esm/react-components/src/components/CaptionsAndRTTAnnouncer.js +44 -0
  44. package/dist/dist-esm/react-components/src/components/CaptionsAndRTTAnnouncer.js.map +1 -0
  45. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +4 -37
  46. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  47. package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +18 -4
  48. package/dist/dist-esm/react-components/src/components/DevicesButton.js +32 -20
  49. package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -0
  51. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js +33 -2
  52. package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
  53. package/package.json +2 -2
  54. package/dist/dist-cjs/communication-react/index-DC-3aVb5.js.map +0 -1
@@ -1,13 +1,26 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT License.
3
+ var __rest = (this && this.__rest) || function (s, e) {
4
+ var t = {};
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
6
+ t[p] = s[p];
7
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
8
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
9
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
10
+ t[p[i]] = s[p[i]];
11
+ }
12
+ return t;
13
+ };
3
14
  import React, { useMemo } from 'react';
4
15
  import { useCallWithChatCompositeStrings } from '../../CallWithChatComposite/hooks/useCallWithChatCompositeStrings';
5
16
  import { MoreDrawer } from './MoreDrawer';
6
17
  import { moreDrawerSelector } from '../../CallWithChatComposite/selectors/moreDrawerSelector';
7
18
  import { useSelector } from '../../CallComposite/hooks/useSelector';
8
19
  import { useHandlers } from '../../CallComposite/hooks/useHandlers';
20
+ import { useLocale } from '../../localization';
9
21
  /** @private */
10
22
  export const PreparedMoreDrawer = (props) => {
23
+ var _a;
11
24
  const strings = useCallWithChatCompositeStrings();
12
25
  const moreDrawerStrings = useMemo(() => ({
13
26
  peopleButtonLabel: strings.peopleButtonLabel,
@@ -19,8 +32,26 @@ export const PreparedMoreDrawer = (props) => {
19
32
  captionLanguageMenuTitle: strings.moreDrawerCaptionLanguageMenuTitle,
20
33
  galleryOptionsMenuTitle: strings.moreDrawerGalleryOptionsMenuTitle
21
34
  }), [strings]);
22
- const deviceProps = useSelector(moreDrawerSelector);
35
+ const _b = useSelector(moreDrawerSelector), { microphones, selectedMicrophone } = _b, deviceProps = __rest(_b, ["microphones", "selectedMicrophone"]);
23
36
  const callHandlers = useHandlers(MoreDrawer);
24
- return React.createElement(MoreDrawer, Object.assign({}, props, deviceProps, callHandlers, { strings: moreDrawerStrings }));
37
+ const defaultMicrophoneLabelFallback = (_a = useLocale().component.strings.devicesButton.defaultMicrophoneLabelFallback) !== null && _a !== void 0 ? _a : 'Default';
38
+ const adjustedMicrophones = useMemo(() => {
39
+ return microphones === null || microphones === void 0 ? void 0 : microphones.map((microphone, i) => ({
40
+ id: microphone.id,
41
+ name: i === 0 && !microphone.name ? defaultMicrophoneLabelFallback : microphone.name
42
+ }));
43
+ }, [defaultMicrophoneLabelFallback, microphones]);
44
+ const adjustedSelectedMicrophone = useMemo(() => {
45
+ var _a;
46
+ if (!selectedMicrophone) {
47
+ return undefined;
48
+ }
49
+ const selectedMicIsDefault = selectedMicrophone.id === ((_a = microphones === null || microphones === void 0 ? void 0 : microphones[0]) === null || _a === void 0 ? void 0 : _a.id);
50
+ return {
51
+ id: selectedMicrophone.id,
52
+ name: selectedMicIsDefault && !selectedMicrophone.name ? defaultMicrophoneLabelFallback : selectedMicrophone.name
53
+ };
54
+ }, [defaultMicrophoneLabelFallback, selectedMicrophone]);
55
+ return (React.createElement(MoreDrawer, Object.assign({}, props, deviceProps, callHandlers, { strings: moreDrawerStrings, microphones: adjustedMicrophones, selectedMicrophone: adjustedSelectedMicrophone })));
25
56
  };
26
57
  //# sourceMappingURL=PreparedMoreDrawer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PreparedMoreDrawer.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/common/Drawer/PreparedMoreDrawer.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,+BAA+B,EAAE,MAAM,mEAAmE,CAAC;AACpH,OAAO,EAAE,UAAU,EAAqB,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0DAA0D,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AA4BpE,eAAe;AACf,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAe,EAAE;IAChF,MAAM,OAAO,GAAG,+BAA+B,EAAE,CAAC;IAClD,MAAM,iBAAiB,GAAsB,OAAO,CAClD,GAAG,EAAE,CAAC,CAAC;QACL,iBAAiB,EAAE,OAAO,CAAC,iBAAiB;QAC5C,oBAAoB,EAAE,OAAO,CAAC,8BAA8B;QAC5D,mBAAmB,EAAE,OAAO,CAAC,6BAA6B;QAC1D,gBAAgB,EAAE,OAAO,CAAC,0BAA0B;QACpD,iBAAiB,EAAE,OAAO,CAAC,2BAA2B;QACtD,uBAAuB,EAAE,OAAO,CAAC,iCAAiC;QAClE,wBAAwB,EAAE,OAAO,CAAC,kCAAkC;QACpE,uBAAuB,EAAE,OAAO,CAAC,iCAAiC;KACnE,CAAC,EACF,CAAC,OAAO,CAAC,CACV,CAAC;IACF,MAAM,WAAW,GAAG,WAAW,CAAC,kBAAkB,CAAC,CAAC;IACpD,MAAM,YAAY,GAAG,WAAW,CAAC,UAAU,CAAC,CAAC;IAE7C,OAAO,oBAAC,UAAU,oBAAK,KAAK,EAAM,WAAW,EAAM,YAAY,IAAE,OAAO,EAAE,iBAAiB,IAAI,CAAC;AAClG,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React, { useMemo } from 'react';\nimport { useCallWithChatCompositeStrings } from '../../CallWithChatComposite/hooks/useCallWithChatCompositeStrings';\nimport { MoreDrawer, MoreDrawerStrings } from './MoreDrawer';\nimport { moreDrawerSelector } from '../../CallWithChatComposite/selectors/moreDrawerSelector';\nimport { useSelector } from '../../CallComposite/hooks/useSelector';\nimport { useHandlers } from '../../CallComposite/hooks/useHandlers';\nimport { CommonCallControlOptions } from '../types/CommonCallControlOptions';\n/* @condtional-compile-remove(gallery-options) */\nimport { VideoGalleryLayout } from '@internal/react-components';\nimport { ReactionResources } from '@internal/react-components';\nimport { DtmfDialPadOptions } from '../../CallComposite';\n\n/** @private */\nexport interface PreparedMoreDrawerProps {\n onLightDismiss: () => void;\n onPeopleButtonClicked: () => void;\n callControls?: boolean | CommonCallControlOptions;\n onClickShowDialpad?: () => void;\n isCaptionsSupported?: boolean;\n isRealTimeTextSupported?: boolean;\n disableButtonsForHoldScreen?: boolean;\n onUserSetGalleryLayout?: (layout: VideoGalleryLayout) => void;\n userSetGalleryLayout?: VideoGalleryLayout;\n onSetDialpadPage?: () => void;\n dtmfDialerPresent?: boolean;\n dtmfDialerOptions?: boolean | DtmfDialPadOptions;\n useTeamsCaptions?: boolean;\n reactionResources?: ReactionResources;\n onClickMeetingPhoneInfo?: () => void;\n onStartRealTimeText?: () => void;\n startRealTimeTextButtonChecked?: boolean;\n}\n\n/** @private */\nexport const PreparedMoreDrawer = (props: PreparedMoreDrawerProps): JSX.Element => {\n const strings = useCallWithChatCompositeStrings();\n const moreDrawerStrings: MoreDrawerStrings = useMemo(\n () => ({\n peopleButtonLabel: strings.peopleButtonLabel,\n audioDeviceMenuTitle: strings.moreDrawerAudioDeviceMenuTitle,\n microphoneMenuTitle: strings.moreDrawerMicrophoneMenuTitle,\n speakerMenuTitle: strings.moreDrawerSpeakerMenuTitle,\n captionsMenuTitle: strings.moreDrawerCaptionsMenuTitle,\n spokenLanguageMenuTitle: strings.moreDrawerSpokenLanguageMenuTitle,\n captionLanguageMenuTitle: strings.moreDrawerCaptionLanguageMenuTitle,\n galleryOptionsMenuTitle: strings.moreDrawerGalleryOptionsMenuTitle\n }),\n [strings]\n );\n const deviceProps = useSelector(moreDrawerSelector);\n const callHandlers = useHandlers(MoreDrawer);\n\n return <MoreDrawer {...props} {...deviceProps} {...callHandlers} strings={moreDrawerStrings} />;\n};\n"]}
1
+ {"version":3,"file":"PreparedMoreDrawer.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/common/Drawer/PreparedMoreDrawer.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React, { useMemo } from 'react';\nimport { useCallWithChatCompositeStrings } from '../../CallWithChatComposite/hooks/useCallWithChatCompositeStrings';\nimport { MoreDrawer, MoreDrawerStrings } from './MoreDrawer';\nimport { moreDrawerSelector } from '../../CallWithChatComposite/selectors/moreDrawerSelector';\nimport { useSelector } from '../../CallComposite/hooks/useSelector';\nimport { useHandlers } from '../../CallComposite/hooks/useHandlers';\nimport { CommonCallControlOptions } from '../types/CommonCallControlOptions';\n/* @condtional-compile-remove(gallery-options) */\nimport { VideoGalleryLayout } from '@internal/react-components';\nimport { ReactionResources } from '@internal/react-components';\nimport { DtmfDialPadOptions } from '../../CallComposite';\nimport { useLocale } from '../../localization';\n\n/** @private */\nexport interface PreparedMoreDrawerProps {\n onLightDismiss: () => void;\n onPeopleButtonClicked: () => void;\n callControls?: boolean | CommonCallControlOptions;\n onClickShowDialpad?: () => void;\n isCaptionsSupported?: boolean;\n isRealTimeTextSupported?: boolean;\n disableButtonsForHoldScreen?: boolean;\n onUserSetGalleryLayout?: (layout: VideoGalleryLayout) => void;\n userSetGalleryLayout?: VideoGalleryLayout;\n onSetDialpadPage?: () => void;\n dtmfDialerPresent?: boolean;\n dtmfDialerOptions?: boolean | DtmfDialPadOptions;\n useTeamsCaptions?: boolean;\n reactionResources?: ReactionResources;\n onClickMeetingPhoneInfo?: () => void;\n onStartRealTimeText?: () => void;\n startRealTimeTextButtonChecked?: boolean;\n}\n\n/** @private */\nexport const PreparedMoreDrawer = (props: PreparedMoreDrawerProps): JSX.Element => {\n const strings = useCallWithChatCompositeStrings();\n const moreDrawerStrings: MoreDrawerStrings = useMemo(\n () => ({\n peopleButtonLabel: strings.peopleButtonLabel,\n audioDeviceMenuTitle: strings.moreDrawerAudioDeviceMenuTitle,\n microphoneMenuTitle: strings.moreDrawerMicrophoneMenuTitle,\n speakerMenuTitle: strings.moreDrawerSpeakerMenuTitle,\n captionsMenuTitle: strings.moreDrawerCaptionsMenuTitle,\n spokenLanguageMenuTitle: strings.moreDrawerSpokenLanguageMenuTitle,\n captionLanguageMenuTitle: strings.moreDrawerCaptionLanguageMenuTitle,\n galleryOptionsMenuTitle: strings.moreDrawerGalleryOptionsMenuTitle\n }),\n [strings]\n );\n const { microphones, selectedMicrophone, ...deviceProps } = useSelector(moreDrawerSelector);\n const callHandlers = useHandlers(MoreDrawer);\n\n const defaultMicrophoneLabelFallback =\n useLocale().component.strings.devicesButton.defaultMicrophoneLabelFallback ?? 'Default';\n const adjustedMicrophones = useMemo(() => {\n return microphones?.map((microphone, i) => ({\n id: microphone.id,\n name: i === 0 && !microphone.name ? defaultMicrophoneLabelFallback : microphone.name\n }));\n }, [defaultMicrophoneLabelFallback, microphones]);\n\n const adjustedSelectedMicrophone = useMemo(() => {\n if (!selectedMicrophone) {\n return undefined;\n }\n const selectedMicIsDefault = selectedMicrophone.id === microphones?.[0]?.id;\n return {\n id: selectedMicrophone.id,\n name: selectedMicIsDefault && !selectedMicrophone.name ? defaultMicrophoneLabelFallback : selectedMicrophone.name\n };\n }, [defaultMicrophoneLabelFallback, selectedMicrophone]);\n\n return (\n <MoreDrawer\n {...props}\n {...deviceProps}\n {...callHandlers}\n strings={moreDrawerStrings}\n microphones={adjustedMicrophones}\n selectedMicrophone={adjustedSelectedMicrophone}\n />\n );\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.29.0-alpha-202506140018",
3
+ "version": "1.29.0-alpha-202506190019",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@azure/communication-calling-effects": "^1.1.4",
59
- "@azure/communication-calling": "1.36.3-beta.1",
59
+ "@azure/communication-calling": "1.37.1-beta.1",
60
60
  "@azure/communication-chat": "1.6.0-beta.7",
61
61
  "@types/react": ">=16.8.0 <19.0.0",
62
62
  "@types/react-dom": ">=16.8.0 <19.0.0",