micc-api-samples icon indicating copy to clipboard operation
micc-api-samples copied to clipboard

Monitor conversation event adaptation failed

Open swatch17 opened this issue 7 years ago • 5 comments

Hello I found that I couldn't listen to the session adaptation after I logged in to employeeInbox in connectToEmployeeHub method function connectToEmployeeHub(data) { var miccSignalr = new MiccSignalR(data.miccServer, data.access_token); miccSignalr.start(function () { miccSignalr.addSelfMonitor(); miccSignalr.employeeConversationChanged(onEmployeeConversationChanged); miccSignalr.employeeConversationRemoved(onEmployeeConversationRemoved); }); }

swatch17 avatar Aug 10 '17 07:08 swatch17

I'm not sure what you mean by "couldn't listen to the session adaption". Did you get an error? Did no events trigger? Were there any messages in the browser console logs?

quinton-j avatar Aug 10 '17 11:08 quinton-j

Hello I wan to know conversionId is it interactionId?

swatch17 avatar Sep 23 '19 03:09 swatch17

Are you asking if conversationId that is used in the API calls and responses is the same as the interactionId used in web ignite UI? Can you please give more details? Thanks

shaapala avatar Sep 23 '19 03:09 shaapala

yes,in addition Can I listen to the tape if I use the conversatoinId?

swatch17 avatar Sep 23 '19 07:09 swatch17

I don't understand what you mean by "can I listen to the tape" What is this you are referring to?

shaapala avatar Sep 23 '19 12:09 shaapala