Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor conversation event adaptation failed #8

Open
swatch17 opened this issue Aug 10, 2017 · 5 comments
Open

Monitor conversation event adaptation failed #8

swatch17 opened this issue Aug 10, 2017 · 5 comments

Comments

@swatch17
Copy link

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); }); }

@quinton-j
Copy link
Contributor

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?

@swatch17
Copy link
Author

Hello
I wan to know conversionId is it interactionId?

@shaapala
Copy link
Collaborator

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

@swatch17
Copy link
Author

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

@shaapala
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants