Hi,
I want to ask what are the different options for a remote operator to end a call through a web browser via purecloud sdk. I am aware that if the individual on other side of the call ends the call, the SessionEnd event is triggered which makes it easy to alert the remote operator of the call end state.
I came across this post: https://developer.mypurecloud.com/forum/t/determining-call-start-and-call-end/2082 but this is about knowing when the call is ended as opposed to actually ending the call.
The conversations api documentation had a few good methods but the distinction between them didn't seem clear. Can anyone provide greater nuance + use cases for these?
-
Post conversation disconnect
https://developer.mypurecloud.com/api/rest/client-libraries/javascript/ConversationsApi.html#postConversationDisconnect
In the notes for this method, it says "This is not intended to be the normal way of ending interactions" so what method is suggested then? -
patchConversationsCallback (I am leaning towards this option.)
-
patchConversationsCall
Thank you in advance for the help.