Notifies that a participant has joined the engagement

interface ParticipantAdded {
    dialogId: string;
    engagementId: string;
    eventDate: Date;
    participant: Participant;
}

Hierarchy (view full)

Properties

dialogId: string

The unique 36 character internal id that represents the dialog.

engagementId: string

The unique 36 character internal id that represents the engagement.

eventDate: Date

The date-time when the event was generated by the Contact Center

participant: Participant

The participant who joined the engagement