Trying to control the agent’s local microphone state via the Genesys Cloud JavaScript SDK during an active voice interaction. I can’t find a direct method like muteMicrophone() in the GenesysCloudClient or VoiceClient exports. Is there a specific API call or internal event I should be triggering to toggle the mic mute state without ending the call? I’ve checked the call-controls module but it seems focused on hold and transfer. Any pointers on the correct SDK method or underlying REST endpoint?