-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello. Thanks for creating this repo. I'm trying to deploy this to our flex project but I am unable to get it working and I'm unsure if I'm deploying the plugin correctly.
Things I've tried are:
- git clone the repo, go to the flex_plugin folder and run npm install and try to deploy using twilio flex:plugins:deploy
- result: directory is not a flex plugin directory
- create a twilio plugin using twilio flex:plugins:create, copy the contents of src and depoy using twilio:flex:plugins:deploy
- result: see changes on the flex agent desktop but im still unable to see incoming media and the outgoing media is not getting sent either. please see screenshot https://snipboard.io/cQxp2S.jpg
- same as Feature send media from flex #2 and I also tried to update package.json, and used the ones included in the repo,
- result: webpack is not compatible with the other modules and the plugin did not get deployed.
The functions are in place and the proxy callback is also set to the mmshandler. Please advise what I could do to make it work? The README says to follow the guide to deploy and on flex docs the steps to create and deploy are just as follows:
twilio flex:plugins:create plugin-name
cd plugin-name
npm install
twilio flex:plugins:start
twilio flex:plugins:deploy
Metadata
Metadata
Assignees
Labels
No labels