@azure/communication-react 1.10.1-alpha-202311250012 → 1.10.1-alpha-202311280013

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.
@@ -177,7 +177,7 @@ const _isValidIdentifier = (identifier) => {
177
177
  // Copyright (c) Microsoft Corporation.
178
178
  // Licensed under the MIT License.
179
179
  // GENERATED FILE. DO NOT EDIT MANUALLY.
180
- var telemetryVersion = '1.10.1-alpha-202311250012';
180
+ var telemetryVersion = '1.10.1-alpha-202311280013';
181
181
 
182
182
  // Copyright (c) Microsoft Corporation.
183
183
  /**
@@ -32258,9 +32258,10 @@ const CallWithChatScreen = (props) => {
32258
32258
  /* @conditional-compile-remove(click-to-call) */
32259
32259
  localVideoTile: props.localVideoTile,
32260
32260
  /* @conditional-compile-remove(custom-branding) */
32261
- logo: props.logo,
32262
- /* @conditional-compile-remove(custom-branding) */
32263
- backgroundImage: props.backgroundImage
32261
+ branding: {
32262
+ logo: props.logo,
32263
+ backgroundImage: props.backgroundImage
32264
+ }
32264
32265
  }), [
32265
32266
  props.callControls,
32266
32267
  callControlOptionsFromProps,