Replies: 1 comment 1 reply
-
Could you expand more on your use cases? not able to connect warm/cold transfer use cases back to Streams functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am developing a custom CCP in an Angular project and I would like to do warm transfers using Quick Connect, but I only managed to do cold transfers. The call is transferred directly to the quick connect end point.
This is the code I'm using
I'm assuming that the call is tranferred directly because I'm destroying the first connection after adding the end point.
I tried to not destroy the connection but it's not working either.
Could you somebody share some code on how this is done?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions