I’m developing a MetaHuman application integrated with ConvAI. In my use case, the user interacts with the MetaHuman using their phone as the recording device. The user accesses a web page that uses the ConvAI WebSDK to send voice input. Currently, the response from ConvAI is being received on the web page itself, but I want the response to be routed to the MetaHuman application instead.
Can someone guide me on how to set this up correctly?