@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.
@@ -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-202305210014';
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) */ /* @conditional-compile-remove(click-to-call) */
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) {