@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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-HwuTcEP-.js');
3
+ var index = require('./index-xYWFdTrM.js');
4
4
  require('react');
5
5
  require('@fluentui/react');
6
6
  require('@fluentui/react-components');
@@ -2,5 +2,5 @@
2
2
  // Copyright (c) Microsoft Corporation.
3
3
  // Licensed under the MIT License.
4
4
  // GENERATED FILE. DO NOT EDIT MANUALLY.
5
- module.exports = '1.17.0-alpha-202406010014';
5
+ module.exports = '1.17.0-alpha-202406020014';
6
6
  //# sourceMappingURL=telemetryVersion.js.map
@@ -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-202406010014';\n"]}
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, _k;
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;