Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Specification Change Regarding Websocket Notification for Calls to Queue

    Posted 04-23-2025 04:03

    Let me confirm a change regarding the specifications of GenesysCloud.

    channel = notificationsApi.PostNotificationsChannels();
    channelTopicList.Add(new ChannelTopic($"v2.users.{loginUser.Id}.conversations.calls"));
    PostNotificationsChannelSubscriptions(channelId: channel.Id, body: channelTopicList);

    Regarding the events received with the above code,
    I believe that in the past when an agent initiated an outbound call to a queue, the event related to the agent looked like this after the queue received the call but before the receiving agent picked up:

    • participants:
      • purpose: user
      • state: alerting

    However, when I recently checked, the event sent after the queue received the call but before the receiving agent picked up had changed to:

    • participants:
      • purpose: user
      • state: connected

    In other words, even if the receiving agent has not yet picked up the call, the state of the agent who initiated the call to the queue now automatically switches to connected.

    Is this a specification change?


    #PlatformAPI
    #PlatformSDK

    ------------------------------
    Naoki Ono
    ------------------------------


  • 2.  RE: Specification Change Regarding Websocket Notification for Calls to Queue

    Posted 05-01-2025 03:46

    This question was my misunderstanding.
    I will close it.



    ------------------------------
    Naoki Ono
    ------------------------------