Skip to content

Commit 439da51

Browse files
Custom data model to allow changing display name of call queues (#3148)
* Added onFetchProfile to CommonCallAdapterOptions. * Change files * Duplicate change files for beta * Change files * Duplicate change files for beta * Fix restricted import * api update * Fixed createProfileStateModifier * revert onFetchProfile in CallScreen.tsx --------- Co-authored-by: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com>
1 parent 0c4e35c commit 439da51

45 files changed

Lines changed: 79 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Added onFetchProfile to CommonCallAdapterOptions to allow displayName changes when using AzureCommunicationCallAdapter",
4+
"packageName": "@azure/communication-react",
5+
"email": "miguelgamis@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Added onFetchProfile to CommonCallAdapterOptions.",
4+
"packageName": "@azure/communication-react",
5+
"email": "miguelgamis@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Added onFetchProfile to CommonCallAdapterOptions to allow displayName changes when using AzureCommunicationCallAdapter",
4+
"packageName": "@azure/communication-react",
5+
"email": "miguelgamis@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Added onFetchProfile to CommonCallAdapterOptions.",
4+
"packageName": "@azure/communication-react",
5+
"email": "miguelgamis@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/communication-react/review/beta/communication-react.api.md

Lines changed: 3 additions & 4 deletions

packages/react-components/src/localization/locales/ar-SA/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
"leftNavButtonAriaLabel": "الصفحة السابقة",
330330
"rightNavButtonAriaLabel": "الصفحة التالية"
331331
}
332-
}
332+
}

packages/react-components/src/localization/locales/de-DE/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
"leftNavButtonAriaLabel": "Vorherige Seite",
330330
"rightNavButtonAriaLabel": "Nächste Seite"
331331
}
332-
}
332+
}

packages/react-components/src/localization/locales/es-ES/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
"leftNavButtonAriaLabel": "página anterior",
330330
"rightNavButtonAriaLabel": "página siguiente"
331331
}
332-
}
332+
}

packages/react-components/src/localization/locales/fi-FI/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
"leftNavButtonAriaLabel": "edellinen sivu",
330330
"rightNavButtonAriaLabel": "seuraava sivu"
331331
}
332-
}
332+
}

packages/react-components/src/localization/locales/fr-FR/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@
329329
"leftNavButtonAriaLabel": "page précédente",
330330
"rightNavButtonAriaLabel": "page suivante"
331331
}
332-
}
332+
}

0 commit comments

Comments
 (0)