UserInitialize question
Hi, we are using websocket apis to integrate our CRM with Innovaphone v13 but we are facing into a problem.
After the successful RCC Initialize we call the UserInitialize function to listen messages from specific user (e.g. {"mt":"UserInitialize","api":"RCC","cn":"test-3"}). We noticed that WS return always: {"api":"RCC","mt":"UserInitializeResult","user":1} also when we change the cn.
Could you explain me why user remain always the same? Am I Doing something wrong?
Thanks