Endpoint to find out if an agent has muted themselves in a voice call

Hi,

Is there a way to find out if an agent muted themselves during a call?

Thank you

There is a field in the conversation segment named audioMuted that indicates if the session is muted, but nothing tracks a history of mute/unmute, so you can query a conversation in real time to tell it's muted at that moment, but not see a history of when during the call it was or wasn't muted.

That flag is visible in the /api/v2/conversations/calls/{conversationId} API as "muted" on the participant.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.