Skip to content

Commit

Permalink
Fix custom branding props (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBurnside authored Nov 27, 2023
1 parent 1aa7ad3 commit 2035c8c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "prerelease",
"area": "feature",
"workstream": "Custom Branding",
"comment": "Fix custom branding props",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "prerelease",
"area": "feature",
"workstream": "Custom Branding",
"comment": "Fix custom branding props",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,10 @@ const CallWithChatScreen = (props: CallWithChatScreenProps): JSX.Element => {
/* @conditional-compile-remove(click-to-call) */
localVideoTile: props.localVideoTile,
/* @conditional-compile-remove(custom-branding) */
logo: props.logo,
/* @conditional-compile-remove(custom-branding) */
backgroundImage: props.backgroundImage
branding: {
logo: props.logo,
backgroundImage: props.backgroundImage
}
}),
[
props.callControls,
Expand Down

0 comments on commit 2035c8c

Please sign in to comment.