From ece7e38b7262fc7e7d16d69836a4a49476cd32d4 Mon Sep 17 00:00:00 2001 From: carocao-msft <96077406+carocao-msft@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:50:45 -0700 Subject: [PATCH] End of call survey ready for beta release (#4333) * beta release eoc survey * Change files * Duplicate change files for beta release * Remove unecessary stable change file * Change files * Duplicate change files for beta release * Remove unecessary stable change file * Change files * Duplicate change files for beta release * Remove unecessary stable change file --- ...ation-react-dcc3ba93-a358-4e7e-88e4-9789ad9dfd7f.json | 9 +++++++++ common/config/babel/features.js | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 change-beta/@azure-communication-react-dcc3ba93-a358-4e7e-88e4-9789ad9dfd7f.json diff --git a/change-beta/@azure-communication-react-dcc3ba93-a358-4e7e-88e4-9789ad9dfd7f.json b/change-beta/@azure-communication-react-dcc3ba93-a358-4e7e-88e4-9789ad9dfd7f.json new file mode 100644 index 00000000000..3a78fbe496c --- /dev/null +++ b/change-beta/@azure-communication-react-dcc3ba93-a358-4e7e-88e4-9789ad9dfd7f.json @@ -0,0 +1,9 @@ +{ + "type": "prerelease", + "area": "feature", + "workstream": "End of call survey", + "comment": "The UI Library now supports End of Call survey, with the feature added to the CallComposite and CallwithChatComposite on web. The survey supports feedback for the categories of overall quality, audio, video, and screenshare. This survey appears at the end of composite experience. By default, users are taken to a “thank you for your feedback” page after survey is submitted, and taken to the end call screen if survey is skipped. We provide abilities to overwrite those default screens. The survey can be disabled or enabled. The data received is sent to Contoso’s local Azure monitoring where it can be validated for overall call quality. When free form text survey is enabled, the free form text data collected are not sent to local Azure monitoring and will need to be handled by Contoso.", + "packageName": "@azure/communication-react", + "email": "96077406+carocao-msft@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/common/config/babel/features.js b/common/config/babel/features.js index ce824e6a099..1d328f01f62 100644 --- a/common/config/babel/features.js +++ b/common/config/babel/features.js @@ -100,10 +100,6 @@ module.exports = { "gallery-layout-composite", // feature for hiding attendee name in the teams meeting "hide-attendee-name", - // Feature for end of call survey - 'end-of-call-survey', - // Feature for end of call survey self host version - 'end-of-call-survey-self-host', // Feature for meeting reactions 'reaction', // Feature for Rich Text Editor (RTE) support