Hey everyone,
I’m trying to programmatically mute the agent’s microphone during an ongoing voice call using the JavaScript SDK. We’re building a WFM adherence tool that needs to enforce quiet periods.
I’ve tried callParticipant.media.mute(), but it seems to only handle the local participant. Is there a specific API call or SDK method to toggle the mute state for the agent side?
Any pointers would be appreciated.