Got Error Message when try to test the calling age...
# support
v
@Ethan I'm sorry to hear that you're experiencing issues with testing the calling agent on the web. Could you please provide me with the error message you received? This will help me understand the problem better and assist you accordingly.
You can continue this conversation by mentioning me in the message.
e
Hi, this is the error msg: Error: assistantOverrides.each value in clientMessages must be one of the following values: conversation-update, function-call, function-call-result, hang, language-changed, metadata, model-output, speech-update, status-update, transcript, tool-calls, tool-calls-result, user-interrupted, voice-input
v
Got it. Tagging @User for additional help.
e
fyi, this issue seems to be only triggered when testing on web. I have tried to use a real phone calling, it worked.
n
I have this same problem.
j
I just looked into the error myself out of curiosity, and see they added "transfer-update" to the default clientMessages in the webapp, but didn't update the update assistant API endpoint to support this yet. As a workaround, you can ensure the transfer-update client message checkbox is unticked in the webapp, as depicted in the attached image. You should then be able to continue development with the webapp unimpeded, until they resolve the issue on the backend. https://cdn.discordapp.com/attachments/1289641350467424328/1289695394191900783/Image_1814x2092.png?ex=66f9c1ef&is=66f8706f&hm=890804ab7068667920535b184b40dadae528b2193c8d2d1c6fe6355a495ab2b2&
e
Hey @John George thanks a lot! This is awesome!