Hi,
Is there a way to find out if an agent muted themselves during a call?
Thank you
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.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.