@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.
- package/dist/dist-cjs/communication-react/index.js +5 -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/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +4 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/package.json +1 -1
@@ -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-
|
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
|
-
|
32262
|
-
|
32263
|
-
|
32261
|
+
branding: {
|
32262
|
+
logo: props.logo,
|
32263
|
+
backgroundImage: props.backgroundImage
|
32264
|
+
}
|
32264
32265
|
}), [
|
32265
32266
|
props.callControls,
|
32266
32267
|
callControlOptionsFromProps,
|