twilio-professional-services/flex-project-template

Chat transfer button not showing in directory

chouputra opened this issue · 1 comments

Chat transfer button not showing because of incorrect logic in ShowDirectory.ts, the fix:

// Hide consult transfer for non-CBM task if (!Flex.TaskHelper.isCBMTask(Flex.TaskHelper.getTaskByTaskSid(taskSid))) { display = "none"; }

This is intentional. However, #71 just merged and has added proper support for warm transfer of conversation-based messaging tasks.