@azure/communication-react 1.6.1-alpha-202306270015 → 1.6.1-alpha-202306280015
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 -2
- 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/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/package.json +9 -9
@@ -178,7 +178,7 @@ const _isValidIdentifier = (identifier) => {
|
|
178
178
|
// Copyright (c) Microsoft Corporation.
|
179
179
|
// Licensed under the MIT license.
|
180
180
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
181
|
-
var telemetryVersion = '1.6.1-alpha-
|
181
|
+
var telemetryVersion = '1.6.1-alpha-202306280015';
|
182
182
|
|
183
183
|
// Copyright (c) Microsoft Corporation.
|
184
184
|
/**
|
@@ -12111,7 +12111,6 @@ const LOCAL_VIDEO_TILE_ZINDEX = 2;
|
|
12111
12111
|
* @private
|
12112
12112
|
*/
|
12113
12113
|
const localVideoTileContainerStyle = (theme, localVideoTileSizeRem, screenSharePresent) => {
|
12114
|
-
console.log(screenSharePresent);
|
12115
12114
|
return {
|
12116
12115
|
width: screenSharePresent ? `${localVideoTileSizeRem.width}rem` : '',
|
12117
12116
|
height: screenSharePresent ? `${localVideoTileSizeRem.height}rem` : '',
|