Embed the open source Web Chat widget
examples/live-agent folder in this repo: https://github.com/voiceflow/react-chat/tree/master/examples/live-agentI am looking to host the WebChat client and Live Handoff server ( + websocket) on a separate server that connects to my admin dashboard where my clients their live agent employees can send/receive messages in case there's an handoff.
How do I embed my customised Web Chat widget on my clients their websites? The only example I found shows a more local approach I think https://github.com/voiceflow/react-chat?tab=readme-ov-file#browser-usage
How would I be able to use that JS code to embed my custom Web Chat that is hosted on a remote server?
