Skip to main content

mute-v1 Event

The mute-v1 event is triggered when a voice interaction is muted in the Agent Workspace.

Properties

Object containing the following properties:

PropertyDescriptionType
interactionId (*)Unique identifier of the interactionstring
schemaVersion (*)Current schema version of the event'1.0.0'

(*) Required.

Event Emission

The mute-v1 event is emitted by the Agent Workspace MFE when the agent mutes the active voice interaction.

Listeners

The event is consumed by third-party integrators that need to track the muted state of an interaction.

Additional Information

Sample event payload:

{
"interactionId": "interaction-12345",
"schemaVersion": "1.0.0"
}