Hello,
I've a issue when I try to retrieve the chat channel through this code:
Genesyslab.Enterprise.Model.Interaction.IInteraction enterpriseInteraction = interactionChat.EntrepriseInteractionCurrent;
Genesyslab.Enterprise.Model.Channel.IClientChannel channel = enterpriseInteraction.ActiveChannel;
With this code the WDE not load the custom module and consequently the debug with the function "attach to process" it's not available.
Can you help me?
Thanks