I am creating a UI from scratch and uses the Genesys global function APIs.
I have few questions and hope to give light:
-
May I know when to use MessagingService.startConversation and when not to?
After adding the script, the current setup suffices and even MessagingService.started.
What are the use cases for this function? -
We have problems with iOS Safari not starting the conversation. And it is hard to debug because it is not giving any error logs. May I know what might be the problem for this?
-
Also I believe when you open the chat in iOS Safari in iPhone then put it into background and open a different application, the websocket will be closed. What events should I listen to and what commands do I need to restore into the previous running state?