5.12.0 5.11.0 5.10.0 5.9.0 5.8.0 5.7.0 5.6.0 5.5.0 5.4.0 5.3.0 5.2.0 5.1.0 5.0 4.10 4.9 4.8 4.7 4.6 4.5.3 4.5.2 4.5.1 4.5 4.4 4.3
5.12.0 5.11.0 5.10.0 5.9.0 5.8.0 5.7.0 5.6.0 5.5.0 5.4.0 5.3.0 5.2.0 5.1.0 5.0 4.10 4.9 4.8 4.7 4.6 4.5.3 4.5.2 4.5.1 4.5 4.4 4.3

pauseConversation


Event Name

pauseConversation

Event Description

Event is emitted when agent requests to agent manager to hold/pause the conversation

Emitter 

Agent Desk

Name

Description

Payload Properties

participantId

type: String 

ID of the supervisor for whom the event has been emitted


conversationId

type: String 

ID of the conversation for whom the event has been emitted

-

roomInfo

type: Object


-

duration

type: timestamp

For how much time the conversation could be in on hold state


state

type: String

desc: "ON_HOLD"


JSON
{
  "participantId": "65a63fee6a264c3b8edece8a",
  "conversationId": "65b3acaec94e6061e70a0ef5",
  "roomInfo":  {
    "id": "65a625609487373651365bfb",
    "mode": "CONTACT_CENTER"
  },
  duration:"1740715196",
  state: "ON_HOLD"
}