Thank you very much for the details Jakub. May I know if there is a code snippet available for logging out agent from chat channel? I tried many values but couldnt find valid values to pass thru the arguments of these two classes.
RequestAgentLogout requestAgentLogout = RequestAgentLogout.create(proxyClientId, extension, reason);
RequestRemoveMedia requestRemoveMedia = RequestRemoveMedia.create(proxyClientId, extension, mediaTypeName, reason);
Any help is much appreciated!
Thanks in Advance.