-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
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? |
Hello |
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? |
yes,in addition Can I listen to the tape if I use the conversatoinId? |
I don't understand what you mean by "can I listen to the tape" What is this you are referring to? |
Hello
I found that I couldn't listen to the session adaptation after I logged in to employeeInbox
in
connectToEmployeeHub
methodfunction connectToEmployeeHub(data) { var miccSignalr = new MiccSignalR(data.miccServer, data.access_token); miccSignalr.start(function () { miccSignalr.addSelfMonitor(); miccSignalr.employeeConversationChanged(onEmployeeConversationChanged); miccSignalr.employeeConversationRemoved(onEmployeeConversationRemoved); }); }
The text was updated successfully, but these errors were encountered: