Trying to implement a "put call on hold" feature.
Using add-message works well, but the assistant insists on acknowledging the demand, which find a bit annoying. So I looked into options to effectively turn the volume to zero or mute the assistant, and came across the type: 'control', control: 'mute-assistant' messages. Muting works well, but unmuting doesn't.
Stumbled upon this GH issue that seems to indicate a regression here
https://github.com/VapiAI/client-sdk-web/issues/16
Is mute/unmute supposed to work?
Thanks for your help!