@azure/communication-react 1.17.0-alpha-202406010014 → 1.17.0-alpha-202406020014
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.
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-SEDy46f4.js → ChatMessageComponentAsRichTextEditBox-BQpOd_cF.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-SEDy46f4.js.map → ChatMessageComponentAsRichTextEditBox-BQpOd_cF.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BHdu0XqK.js → RichTextSendBoxWrapper-CBQNEhRD.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BHdu0XqK.js.map → RichTextSendBoxWrapper-CBQNEhRD.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-HwuTcEP-.js → index-xYWFdTrM.js} +9 -9
- package/dist/dist-cjs/communication-react/{index-HwuTcEP-.js.map → index-xYWFdTrM.js.map} +1 -1
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.17.0-alpha-
|
1
|
+
{"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.17.0-alpha-202406020014';\n"]}
|
@@ -869,6 +869,8 @@ export class AzureCommunicationCallAdapter {
|
|
869
869
|
acsCaptionsFeature.on('CaptionsActiveChanged', this.isCaptionsActiveChanged.bind(this));
|
870
870
|
/* @conditional-compile-remove(acs-close-captions) */
|
871
871
|
acsCaptionsFeature.on('SpokenLanguageChanged', this.isSpokenLanguageChanged.bind(this));
|
872
|
+
/* @conditional-compile-remove(acs-close-captions) */
|
873
|
+
captionsFeature.on('CaptionsKindChanged', this.captionsKindChanged.bind(this));
|
872
874
|
}
|
873
875
|
}
|
874
876
|
}
|
@@ -898,7 +900,7 @@ export class AzureCommunicationCallAdapter {
|
|
898
900
|
}
|
899
901
|
}
|
900
902
|
subscribeCallEvents() {
|
901
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
903
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
902
904
|
if (this.call) {
|
903
905
|
this.callingSoundSubscriber = new CallingSoundSubscriber(this.call, this.getState().targetCallees, this.getState().sounds);
|
904
906
|
}
|
@@ -912,8 +914,6 @@ export class AzureCommunicationCallAdapter {
|
|
912
914
|
(_h = this.call) === null || _h === void 0 ? void 0 : _h.feature(Features.Capabilities).on('capabilitiesChanged', this.capabilitiesChanged.bind(this));
|
913
915
|
/* @conditional-compile-remove(spotlight) */
|
914
916
|
(_j = this.call) === null || _j === void 0 ? void 0 : _j.feature(Features.Spotlight).on('spotlightChanged', this.spotlightChanged.bind(this));
|
915
|
-
/* @conditional-compile-remove(acs-close-captions) */
|
916
|
-
(_k = this.call) === null || _k === void 0 ? void 0 : _k.feature(Features.Captions).on('CaptionsKindChanged', this.captionsKindChanged.bind(this));
|
917
917
|
}
|
918
918
|
unsubscribeCallEvents() {
|
919
919
|
var _a, _b, _c, _d, _e, _f, _g;
|