@azure/communication-react 1.5.1-alpha-202305210014 → 1.5.1-alpha-202305240013
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 +3 -3
- 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.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/package.json +12 -10
@@ -164,7 +164,7 @@ const _toCommunicationIdentifier = (id) => {
|
|
164
164
|
// Copyright (c) Microsoft Corporation.
|
165
165
|
// Licensed under the MIT license.
|
166
166
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
167
|
-
var telemetryVersion = '1.5.1-alpha-
|
167
|
+
var telemetryVersion = '1.5.1-alpha-202305240013';
|
168
168
|
|
169
169
|
// Copyright (c) Microsoft Corporation.
|
170
170
|
/**
|
@@ -13143,8 +13143,8 @@ const VideoGallery = (props) => {
|
|
13143
13143
|
*/
|
13144
13144
|
const localVideoTile = React.useMemo(() => {
|
13145
13145
|
var _a, _b;
|
13146
|
-
/* @conditional-compile-remove(rooms) */
|
13147
|
-
if (!permissions.cameraButton || localVideoTileSize === 'hidden') {
|
13146
|
+
/* @conditional-compile-remove(rooms) */
|
13147
|
+
if (!permissions.cameraButton || /* @conditional-compile-remove(click-to-call) */ localVideoTileSize === 'hidden') {
|
13148
13148
|
return undefined;
|
13149
13149
|
}
|
13150
13150
|
if (onRenderLocalVideoTile) {
|