" /> How to find queueKey in web chat - Genesys CTI User Forum

Author Topic: How to find queueKey in web chat  (Read 1912 times)

Offline cristo

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
How to find queueKey in web chat
« on: July 19, 2016, 09:43:33 AM »
Advertisement
I write a code for web chat use.

[code]static String queue = new String("default");[/code]
[code]static String sessionId = null;[/code]
[code]Message response = flexChat.request(RequestJoin.create(context.getUserId(),  context.getSecureKey(), sessionId, queue, null));
[/code]

the "response" content is

'EventStatus' (4) attributes:
RequestResult [str] = ERROR
PartyId [int] = 0
OccurredAt [str] = "2016-07-19T09:38:28Z"
ReferenceId [int] = 3
Description:
ErrorId [str] = "8212"
Text [str] = "Queue key could not be resolved"

seems that Queue key is wrong.

How to find the right Queue key?

Thanks.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: How to find queueKey in web chat
« Reply #1 on: July 19, 2016, 10:14:05 AM »
Did you configure endpoint on Chat Server application object? If no, create it and try it again