-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin version #99
Comments
Hey @omar0928 - This plugin is intentionally not updated to Flex UI v2.0 because in addition to the pure UI upgrade - the orchestration of the chat session is likely different in Flex UI v2.0. We have a plugin that performs similar features to this one - but written from scratch for Flex UI v2.0 and Twilio Conversations. https://github.com/twilio-professional-services/flex-conversations-transfer - I recommend you start with this one and see if it will work for your use-case! |
Actually @omar0928 - I checked with our team and we do have a Flex UI v2.0 port of this plugin - but it is not in a standalone plugin. However, you can reference it here: https://github.com/twilio-professional-services/flex-project-template/blob/main/plugin-flex-ts-template-v2/src/feature-library/chat-transfer/README.md and it should get you on your way! |
Thank you for answering me @johnfischelli , I have implemented what you sent me but the transfer button does not appear |
Hey @omar0928 - which plugin did you choose and are there any relevant console logs in the browser? |
I'm also testing the chat transfer feature on the linked repository, but it seems like most of the functionality (like adding the Transfer button to the UI) only works for non-CBM tasks. Maybe this feature is the one to use for Flex accounts using Conversations? |
I was able to solve it, in the app.config is where the plugins are enabled and that one was disabled |
Is there a way to migrate this plugin to "@twilio/flex-ui" version: "^2.0.0" ??
The text was updated successfully, but these errors were encountered: