@azure/communication-react 1.3.2-alpha-202207080016.0 → 1.3.2-alpha-202207090012.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dist-cjs/communication-react/index.js +1 -4
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +0 -3
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/package.json +7 -7
@@ -191,7 +191,7 @@ const fromFlatCommunicationIdentifier = (id) => {
|
|
191
191
|
// Copyright (c) Microsoft Corporation.
|
192
192
|
// Licensed under the MIT license.
|
193
193
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
194
|
-
var telemetryVersion = '1.3.2-alpha-
|
194
|
+
var telemetryVersion = '1.3.2-alpha-202207090012.0';
|
195
195
|
|
196
196
|
// Copyright (c) Microsoft Corporation.
|
197
197
|
/**
|
@@ -6491,7 +6491,6 @@ const generateDefaultDeviceMenuProps = (props, strings) => {
|
|
6491
6491
|
itemProps: {
|
6492
6492
|
styles: menuItemStyles
|
6493
6493
|
},
|
6494
|
-
role: 'menuitem',
|
6495
6494
|
canCheck: true,
|
6496
6495
|
isChecked: camera.id === (selectedCamera === null || selectedCamera === void 0 ? void 0 : selectedCamera.id),
|
6497
6496
|
onClick: () => {
|
@@ -6524,7 +6523,6 @@ const generateDefaultDeviceMenuProps = (props, strings) => {
|
|
6524
6523
|
itemProps: {
|
6525
6524
|
styles: menuItemStyles
|
6526
6525
|
},
|
6527
|
-
role: 'menuitem',
|
6528
6526
|
canCheck: true,
|
6529
6527
|
isChecked: microphone.id === (selectedMicrophone === null || selectedMicrophone === void 0 ? void 0 : selectedMicrophone.id),
|
6530
6528
|
onClick: () => {
|
@@ -6551,7 +6549,6 @@ const generateDefaultDeviceMenuProps = (props, strings) => {
|
|
6551
6549
|
itemProps: {
|
6552
6550
|
styles: menuItemStyles
|
6553
6551
|
},
|
6554
|
-
role: 'menuitem',
|
6555
6552
|
canCheck: true,
|
6556
6553
|
isChecked: speaker.id === (selectedSpeaker === null || selectedSpeaker === void 0 ? void 0 : selectedSpeaker.id),
|
6557
6554
|
onClick: () => {
|